These will update 8250_dma to take advantage of the new dmaengine API helpers
that makes it possible to request channels without the filter parameters. The
helpers also support ACPI on top of DT, so the ACPI specific DMA information
parsing in 8250_dw can also be dropped.

These also include a few minor improvements for both 8250_dma and 8250_dw plus
runtime PM support for 8250_dw.


Heikki Krogerus (9):
  serial: 8250_dma: TX cleanup
  serial: 8250_dma: Fix RX handling
  serial: 8250_dma: Use dmaengine helpers to get the slave channels
  serial: 8250_dma: Provide default slave configuration parameters
  serial: 8250_dw: Enable runtime PM
  serial: 8250_dw: Support clk framework also with ACPI
  serial: 8250_dw: Let ACPI code extract the DMA client info
  serial: 8250_dw: Set port capabilities based on CPR register
  serial: 8250_dw: Use devm_request_and_ioremap()

 drivers/tty/serial/8250/8250_dma.c |   52 ++++++++----
 drivers/tty/serial/8250/8250_dw.c  |  158 ++++++++++++++++--------------------
 2 files changed, 104 insertions(+), 106 deletions(-)

-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to