lkml.org 
[lkml]   [2015]   [Jun]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v4 0/5] serial/8250_fintek Support any configuration
Date
The original driver only supported the default configuration of the chip.

This patchset add supports for all the possible configurations:
-Different io address
-Multiple chips
-Different chip_ids

Patchset can be viewed online at
https://github.com/ribalda/linux/tree/8250_fintek_try4

v4: Fix comments by Jiri Slaby <jslaby@suse.cz>
Use u8 instead of u16 for key

v3: Error found by Peter Hong <peter_hong@fintek.com.tw>

Fix memset after initialization.

v2: Fix comments by Alan Cox <alan@linux.intel.com>

Replace blah foo[] = { 1,2,3,4 }; with
static const blah foo[] = { 1,2,3,4 };

Reported-by: Peter Hong <peter_hong@fintek.com.tw>

Ricardo Ribalda Delgado (5):
serial/8250_fintek: Use private data structure
serial/8250_fintek: Support for multiple base_ports
serial/8250_fintek: Support for chip_ip 0x0501
serial/8250_fintek: Support keys different than default
serial/8250_fintek: Support for any io address.

drivers/tty/serial/8250/8250_fintek.c | 172 +++++++++++++++++++++-------------
1 file changed, 107 insertions(+), 65 deletions(-)

--
2.1.4



\
 
 \ /
  Last update: 2015-06-16 11:21    [W:0.059 / U:0.104 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site