linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] serial: max310x: Add support for MAX3109 & MAX14830
@ 2013-06-29  5:24 Alexander Shiyan
  2013-06-29  5:24 ` [PATCH 1/3] serial: max310x: Driver rework Alexander Shiyan
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Alexander Shiyan @ 2013-06-29  5:24 UTC (permalink / raw)
  To: linux-serial; +Cc: Greg Kroah-Hartman, Jiri Slaby, Alexander Shiyan

This series adds support for dual (MAX3109) and quad (MAX14830) ICs
into the max310x driver.
There are lot of changes in the code, as we had to change almost every
function to achieve the required functionality. Because of this
the first part of the patch can not be divided into smaller parts.
Result was checked for a long time:
MAX3107 with SPI on Cirrus Logic EP7312,
MAX14830 with SPI on Freescale i.MX51 (two ports simultaneously).

Alexander Shiyan (3):
  serial: max310x: Driver rework
  serial: max310x: Add MAX3109 support
  serial: max310x: Add MAX14830 support

 drivers/tty/serial/Kconfig            |   6 +-
 drivers/tty/serial/max310x.c          | 996 ++++++++++++++++++----------------
 include/linux/platform_data/max310x.h |   9 +-
 3 files changed, 531 insertions(+), 480 deletions(-)

-- 
1.8.1.5


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-07-26 17:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-29  5:24 [PATCH 0/3] serial: max310x: Add support for MAX3109 & MAX14830 Alexander Shiyan
2013-06-29  5:24 ` [PATCH 1/3] serial: max310x: Driver rework Alexander Shiyan
2013-06-29  5:24 ` [PATCH 2/3] serial: max310x: Add MAX3109 support Alexander Shiyan
2013-06-29  5:24 ` [PATCH 3/3] serial: max310x: Add MAX14830 support Alexander Shiyan
2013-06-29  6:44 ` [PATCH 0/3] serial: max310x: Add support for MAX3109 & MAX14830 Alexander Shiyan
2013-07-26 17:05 ` Alexander Shiyan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).