serial: mfd: add a module parameter for setting each port's working mode
authorFeng Tang <feng.tang@intel.com>
Tue, 22 Feb 2011 07:28:12 +0000 (15:28 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 22 Feb 2011 23:49:00 +0000 (15:49 -0800)
The three identical uart ports can work either in DMA or PIO mode. Adding such
a module parameter "hsu_dma_enable" will enable user to chose working modes for
each port. If the mfd driver is built in kernel, adding a "mfd.hsu_dma_enable=x"
in kernel command line has the same effect.

Signed-off-by: Feng Tang <feng.tang@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/tty/serial/mfd.c

Simple merge