]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit15bd82ed384cb8d3bdd22d4cd3293929be26f948
treed2246e177136d99847de6b2da31ded7efa84e2f0
parent7cf64bd8c879c1c16a0d1ec960724c39886d013b
dmaengine: append hsu DMA driver

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]