dmaengine: append hsu DMA driver
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 23 Feb 2015 14:24:42 +0000 (16:24 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Mar 2015 02:23:02 +0000 (03:23 +0100)
The HSU DMA is developed to support High Speed UART controllers found in
particular on Intel MID platforms such as Intel Medfield.

The existing implementation is tighten to the drivers/tty/serial/mfd.c driver
and has a lot of disadvantages. Besides that we would like to get rid of the
old HS UART driver in regarding to extending the 8250 which supports generic
DMAEngine API. That's why the current driver has been developed.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/dma/Kconfig
drivers/dma/Makefile
drivers/dma/hsu/Kconfig [new file with mode: 0644]
drivers/dma/hsu/Makefile [new file with mode: 0644]
drivers/dma/hsu/hsu.c [new file with mode: 0644]
drivers/dma/hsu/hsu.h [new file with mode: 0644]
drivers/dma/hsu/pci.c [new file with mode: 0644]
include/linux/dma/hsu.h [new file with mode: 0644]
include/linux/platform_data/dma-hsu.h [new file with mode: 0644]

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge