2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-13 08:04:45 +08:00
linux-next/drivers/tty
Feng Tang f023eab379 serial: mfd: add a module parameter for setting each port's working mode
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>
2011-02-22 15:49:00 -08:00
..
hvc tty: move Kconfig entries into drivers/tty from drivers/char 2011-02-22 15:41:47 -08:00
serial serial: mfd: add a module parameter for setting each port's working mode 2011-02-22 15:49:00 -08:00
vt tty: now phase out the ioctl file pointer for good 2011-02-17 11:59:56 -08:00
Kconfig tty: move Kconfig entries into drivers/tty from drivers/char 2011-02-22 15:41:47 -08:00
Makefile
n_gsm.c tty: now phase out the ioctl file pointer for good 2011-02-17 11:59:56 -08:00
n_hdlc.c
n_r3964.c
n_tty.c
pty.c tty: now phase out the ioctl file pointer for good 2011-02-17 11:59:56 -08:00
sysrq.c
tty_audit.c
tty_buffer.c
tty_io.c tty: add TIOCVHANGUP to allow clean tty shutdown of all ttys 2011-02-17 14:16:30 -08:00
tty_ioctl.c tty: add a helper for setting termios data from kernel side 2011-02-17 12:03:52 -08:00
tty_ldisc.c tty_ldisc: don't use flush_scheduled_work() 2011-02-03 14:12:25 -08:00
tty_mutex.c
tty_port.c