All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Add new features for the Spreadtrum serial controller
@ 2019-02-19  7:31 Baolin Wang
  2019-02-19  7:31 ` [PATCH 1/5] serial: sprd: Modify the baud rate calculation formula Baolin Wang
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Baolin Wang @ 2019-02-19  7:31 UTC (permalink / raw)
  To: gregkh, jslaby, robh+dt, mark.rutland, orsonzhai, zhang.lyra
  Cc: baolin.wang, broonie, lanqing.liu, linux-serial, linux-kernel,
	devicetree

This patch set fixes the baud rate calculation formula issue, as well as
adding power management support and DMA mode support for the Spreadtrum
serial controller.

Lanqing Liu (5):
  serial: sprd: Modify the baud rate calculation formula
  dt-bindings: serial: sprd: Add clocks and clocks-names properties
  serial: sprd: Add power management for the Spreadtrum serial
    controller
  dt-bindings: serial: sprd: Add dma properties to support DMA mode
  serial: sprd: Add DMA mode support

 .../devicetree/bindings/serial/sprd-uart.txt       |   17 +-
 drivers/tty/serial/sprd_serial.c                   |  503 +++++++++++++++++++-
 2 files changed, 499 insertions(+), 21 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2019-03-01  9:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-19  7:31 [PATCH 0/5] Add new features for the Spreadtrum serial controller Baolin Wang
2019-02-19  7:31 ` [PATCH 1/5] serial: sprd: Modify the baud rate calculation formula Baolin Wang
2019-02-19  7:31 ` [PATCH 2/5] dt-bindings: serial: sprd: Add clocks and clocks-names properties Baolin Wang
2019-02-28 19:52   ` Rob Herring
2019-02-28 19:52     ` Rob Herring
2019-02-19  7:31 ` [PATCH 3/5] serial: sprd: Add power management for the Spreadtrum serial controller Baolin Wang
2019-02-19  7:31 ` [PATCH 4/5] dt-bindings: serial: sprd: Add dma properties to support DMA mode Baolin Wang
2019-02-28 19:53   ` Rob Herring
2019-03-01  9:42     ` Baolin Wang
2019-02-19  7:31 ` [PATCH 5/5] serial: sprd: Add DMA mode support Baolin Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.