diff options
| author | Greg Kroah-Hartman <gregkh@suse.de> | 2009-08-05 10:07:10 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-08-05 10:07:10 -0700 |
| commit | 02be9ef117c2bf2788ba134488c690e52aabc819 (patch) | |
| tree | 61ae9ec9468fc2c9dd30645c00b8144975099965 /tty | |
| parent | 4e35c788e2b0f00702521c5b19f125df5be9454e (diff) | |
| download | patches-02be9ef117c2bf2788ba134488c690e52aabc819.tar.gz | |
fix up the tty patches to have Subject: to make git-am happy
Diffstat (limited to 'tty')
37 files changed, 85 insertions, 29 deletions
diff --git a/tty/kfifo-const b/tty/kfifo-const index 5ead10774cfdde..a0c0a4c16bbd74 100644 --- a/tty/kfifo-const +++ b/tty/kfifo-const @@ -8,6 +8,7 @@ properly as kfifo itself does not use const for passed data blocks which are indeed const. Signed-off-by: Alan Cox <alan@linux.intel.com> +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- include/linux/kfifo.h | 4 ++-- diff --git a/tty/net-slip-ttyfix b/tty/net-slip-ttyfix index 8e7e61e9d8e411..970783dd6831d5 100644 --- a/tty/net-slip-ttyfix +++ b/tty/net-slip-ttyfix @@ -9,6 +9,7 @@ places which with the current tty layer we can do, and with network refcounting is safe to do. Signed-off-by: Alan Cox <alan@lxorguk.ukuu.org.uk> +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/net/slip.c | 96 ++++++++++++---------------------------------------- diff --git a/tty/serial-8250-amstrad-e3 b/tty/serial-8250-amstrad-e3 index 91d2abf141cf33..4d72d041cc4b14 100644 --- a/tty/serial-8250-amstrad-e3 +++ b/tty/serial-8250-amstrad-e3 @@ -1,4 +1,5 @@ -OMAP1: AMS_DELTA: add modem support +From: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl> +Subject: OMAP1: AMS_DELTA: add modem support From: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl> @@ -10,6 +11,7 @@ Modified after Ladislav Michl's arch/arm/mach-omap1/board-voiceblue.c. Signed-off-by: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl> Signed-off-by: Alan Cox <alan@linux.intel.com> +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- arch/arm/mach-omap1/board-ams-delta.c | 38 +++++++++++++++++++++++++++++++++ diff --git a/tty/serial-8250-minbaud b/tty/serial-8250-minbaud index c3b21f7826283d..e17ac2235e1c8e 100644 --- a/tty/serial-8250-minbaud +++ b/tty/serial-8250-minbaud @@ -1,3 +1,4 @@ +From: Anton Vorontsov <avorontsov@ru.mvista.com> Subject: 8250: Now honours baud rate lower bounds From: Anton Vorontsov <avorontsov@ru.mvista.com> @@ -26,6 +27,7 @@ p.s. uart_get_baud_rate() falls back to 9600, which still might be too Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: Alan Cox <alan@linux.intel.com> +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/serial/8250.c | 4 +++- diff --git a/tty/serial-add-irqflags-support b/tty/serial-add-irqflags-support index 1ea7420b84083f..f5b17489babccd 100644 --- a/tty/serial-add-irqflags-support +++ b/tty/serial-add-irqflags-support @@ -1,4 +1,5 @@ -serial: 8250: add IRQ trigger support +From: Vikram Pandita <vikram.pandita@ti.com> +Subject: serial: 8250: add IRQ trigger support From: Vikram Pandita <vikram.pandita@ti.com> @@ -17,6 +18,7 @@ Tested on Zoom2 board that has IRQF_TRIGGER_RISING requirement for 8250 irq Signed-off-by: Vikram Pandita <vikram.pandita@ti.com> Signed-off-by: Alan Cox <alan@linux.intel.com> +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/serial/8250.c | 14 +++++++++----- diff --git a/tty/serial-console-set-resume b/tty/serial-console-set-resume index 25bc5498392ee7..a5245cafa7231b 100644 --- a/tty/serial-console-set-resume +++ b/tty/serial-console-set-resume @@ -1,4 +1,5 @@ -Set proper console speed on resume if console suspend is disabled +From: Deepak Saxena <dsaxena@laptop.org> +Subject: Set proper console speed on resume if console suspend is disabled From: Deepak Saxena <dsaxena@laptop.org> @@ -17,6 +18,7 @@ some drivers require the termios fields are valid Signed-off-by: Deepak Saxena <dsaxena@laptop.org> Signed-off-by: Alan Cox <alan@linux.intel.com> +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/serial/serial_core.c | 32 ++++++++++++++++++-------------- diff --git a/tty/serial-fold-closing-port b/tty/serial-fold-closing-port index 093cc4fdd18965..9ac78956efdd1b 100644 --- a/tty/serial-fold-closing-port +++ b/tty/serial-fold-closing-port @@ -1,10 +1,12 @@ -serial: Fold closing_* fields into the tty_port ones +From: Alan Cox <alan@linux.intel.com> +Subject: serial: Fold closing_* fields into the tty_port ones From: Alan Cox <alan@linux.intel.com> Remove some more serial specific use Signed-off-by: Alan Cox <alan@linux.intel.com> +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/serial/serial_core.c | 26 +++++++++++++------------- diff --git a/tty/serial-kill-USF_CLOSING b/tty/serial-kill-USF_CLOSING index 6783084a047d0c..51ec611db3f43b 100644 --- a/tty/serial-kill-USF_CLOSING +++ b/tty/serial-kill-USF_CLOSING @@ -1,4 +1,5 @@ -serial: kill USF_CLOSING_* definitions +From: Alan Cox <alan@linux.intel.com> +Subject: serial: kill USF_CLOSING_* definitions From: Alan Cox <alan@linux.intel.com> @@ -9,6 +10,7 @@ in the ioctls. Remove this rather pointless abstraction Signed-off-by: Alan Cox <alan@linux.intel.com> +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/serial/serial_core.c | 6 +++--- diff --git a/tty/serial-kill-info b/tty/serial-kill-info index 0ca5804c6efb45..105cc1d0042c82 100644 --- a/tty/serial-kill-info +++ b/tty/serial-kill-info @@ -1,4 +1,5 @@ -serial: kill off uart_info +From: Alan Cox <alan@linux.intel.com> +Subject: serial: kill off uart_info From: Alan Cox <alan@linux.intel.com> @@ -6,6 +7,7 @@ We moved this into uart_state, now move the fields out of the separate structure and kill it off. Signed-off-by: Alan Cox <alan@linux.intel.com> +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- arch/mn10300/kernel/asm-offsets.c | 6 - diff --git a/tty/serial-kill-uif b/tty/serial-kill-uif index 9adb6e8791fe06..78e19b80aed4ea 100644 --- a/tty/serial-kill-uif +++ b/tty/serial-kill-uif @@ -1,10 +1,12 @@ -serial: kill off uif_t +From: Alan Cox <alan@linux.intel.com> +Subject: serial: kill off uif_t From: Alan Cox <alan@linux.intel.com> This typedef is now extinct Signed-off-by: Alan Cox <alan@linux.intel.com> +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- include/linux/serial_core.h | 11 ----------- diff --git a/tty/serial-move-counts b/tty/serial-move-counts index f0b931ae11ba72..1e5cf395790b2d 100644 --- a/tty/serial-move-counts +++ b/tty/serial-move-counts @@ -1,10 +1,12 @@ -serial: move count into the tty_port version +From: Alan Cox <alan@linux.intel.com> +Subject: serial: move count into the tty_port version From: Alan Cox <alan@linux.intel.com> Remove more stuff from the serial special case code Signed-off-by: Alan Cox <alan@linux.intel.com> +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/serial/serial_core.c | 38 ++++++++++++++++++++------------------ diff --git a/tty/serial-move-flags b/tty/serial-move-flags index e168a8a5b374a3..af9d2b214956c9 100644 --- a/tty/serial-move-flags +++ b/tty/serial-move-flags @@ -1,4 +1,5 @@ -serial: move the flags into the tty_port field +From: Alan Cox <alan@linux.intel.com> +Subject: serial: move the flags into the tty_port field From: Alan Cox <alan@linux.intel.com> @@ -7,6 +8,7 @@ with different names. It has its own SUSPENDED flag which is a free slot in the ASYNC flags so we allocate it in the ASYNC flags instead. Signed-off-by: Alan Cox <alan@linux.intel.com> +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/serial/serial_core.c | 153 +++++++++++++++++++++--------------------- diff --git a/tty/serial-move-mutex b/tty/serial-move-mutex index 9e2288a12a2dd0..1cdfcf218dbb92 100644 --- a/tty/serial-move-mutex +++ b/tty/serial-move-mutex @@ -1,4 +1,5 @@ -serial: replace the state mutex with the tty port mutex +From: Alan Cox <alan@linux.intel.com> +Subject: serial: replace the state mutex with the tty port mutex From: Alan Cox <alan@linux.intel.com> @@ -6,6 +7,7 @@ They cover essentially the same stuff and we can therefore fold it into the tty_port one. Signed-off-by: Alan Cox <alan@linux.intel.com> +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/serial/pmac_zilog.c | 8 + diff --git a/tty/serial-move-users b/tty/serial-move-users index 8aca6cd0a970c8..a27697fe8f546f 100644 --- a/tty/serial-move-users +++ b/tty/serial-move-users @@ -1,10 +1,12 @@ -serial: move port users helper +From: Alan Cox <alan@linux.intel.com> +Subject: serial: move port users helper From: Alan Cox <alan@linux.intel.com> This little helper is now tty_port specific and useful generally so move it Signed-off-by: Alan Cox <alan@linux.intel.com> +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/serial/serial_core.c | 6 ++---- diff --git a/tty/serial-msr-move b/tty/serial-msr-move index 11c38bfd98ca92..87cef9fd586cd6 100644 --- a/tty/serial-msr-move +++ b/tty/serial-msr-move @@ -1,4 +1,5 @@ -serial: move delta_msr_wait into the tty_port +From: Alan Cox <alan@linux.intel.com> +Subject: serial: move delta_msr_wait into the tty_port From: Alan Cox <alan@linux.intel.com> diff --git a/tty/serial-port-kref b/tty/serial-port-kref index e000f0dcf39cfb..a728dee9c05f97 100644 --- a/tty/serial-port-kref +++ b/tty/serial-port-kref @@ -1,4 +1,5 @@ -serial: introduce tty krefs +From: Alan Cox <alan@linux.intel.com> +Subject: serial: introduce tty krefs From: Alan Cox <alan@linux.intel.com> diff --git a/tty/serial-port-portptr b/tty/serial-port-portptr index e1fa6fa35f9f97..48d2c24b37ae57 100644 --- a/tty/serial-port-portptr +++ b/tty/serial-port-portptr @@ -1,4 +1,5 @@ -serial: use tty_port pointers in the core code +From: Alan Cox <alan@linux.intel.com> +Subject: serial: use tty_port pointers in the core code From: Alan Cox <alan@linux.intel.com> diff --git a/tty/tty-isicom-split-close b/tty/tty-isicom-split-close index e3d1bc97816425..62f74ce02e649d 100644 --- a/tty/tty-isicom-split-close +++ b/tty/tty-isicom-split-close @@ -1,4 +1,5 @@ -isicom: Split the close hardware bits out +From: Alan Cox <alan@linux.intel.com> +Subject: isicom: Split the close hardware bits out From: Alan Cox <alan@linux.intel.com> diff --git a/tty/tty-isicom-split-open b/tty/tty-isicom-split-open index aac0d4579d18c3..a56e37d43978de 100644 --- a/tty/tty-isicom-split-open +++ b/tty/tty-isicom-split-open @@ -1,4 +1,5 @@ -isicom: split the open method for the isicom device +From: Alan Cox <alan@linux.intel.com> +Subject: isicom: split the open method for the isicom device From: Alan Cox <alan@linux.intel.com> diff --git a/tty/tty-kref-put-async b/tty/tty-kref-put-async index d424de6a69eb68..fe32b4fdde67f6 100644 --- a/tty/tty-kref-put-async +++ b/tty/tty-kref-put-async @@ -1,4 +1,5 @@ -tty: make the kref destructor occur asynchronously +From: Alan Cox <alan@linux.intel.com> +Subject: tty: make the kref destructor occur asynchronously From: Alan Cox <alan@linux.intel.com> diff --git a/tty/tty-mxser-split-close b/tty/tty-mxser-split-close index cb0250fdbbf427..ce1f5ed997c053 100644 --- a/tty/tty-mxser-split-close +++ b/tty/tty-mxser-split-close @@ -1,4 +1,5 @@ -mxser: Split close ready for a standard tty_port_close method +From: Alan Cox <alan@linux.intel.com> +Subject: mxser: Split close ready for a standard tty_port_close method From: Alan Cox <alan@linux.intel.com> diff --git a/tty/tty-port-close-fn b/tty/tty-port-close-fn index 33c38a59292821..b31645149de3e8 100644 --- a/tty/tty-port-close-fn +++ b/tty/tty-port-close-fn @@ -1,4 +1,5 @@ -tty: Add a full port_close function +From: Alan Cox <alan@linux.intel.com> +Subject: tty: Add a full port_close function From: Alan Cox <alan@linux.intel.com> @@ -10,6 +11,7 @@ At some point in the future this will be paired with a similar open() helper and the drivers can stick to hardware management. Signed-off-by: Alan Cox <alan@linux.intel.com> +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/char/tty_port.c | 29 +++++++++++++++++++++++++++-- diff --git a/tty/tty-riscom8-close-kref b/tty/tty-riscom8-close-kref index bb741108b523e0..165f82a43fd44a 100644 --- a/tty/tty-riscom8-close-kref +++ b/tty/tty-riscom8-close-kref @@ -1,10 +1,12 @@ -tty: riscom8 kref and tty_port_close +From: Alan Cox <alan@linux.intel.com> +Subject: tty: riscom8 kref and tty_port_close From: Alan Cox <alan@linux.intel.com> We need to kref this driver in order to use port_close Signed-off-by: Alan Cox <alan@linux.intel.com> +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/char/riscom8.c | 131 ++++++++++++++++++++++-------------------------- diff --git a/tty/tty-riscom8-split-close b/tty/tty-riscom8-split-close index 8c075166052ff2..cae35329c9cbfd 100644 --- a/tty/tty-riscom8-split-close +++ b/tty/tty-riscom8-split-close @@ -1,10 +1,12 @@ -riscom8: split open and close methods up +From: Alan Cox <alan@linux.intel.com> +Subject: riscom8: split open and close methods up From: Alan Cox <alan@linux.intel.com> Moving towards a tty_port method for open/close Signed-off-by: Alan Cox <alan@linux.intel.com> +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/char/riscom8.c | 47 ++++++++++++++++++++++++++--------------------- diff --git a/tty/tty-usb-cdc-fix-speed b/tty/tty-usb-cdc-fix-speed index 9fb0906c715a64..603659117b1f01 100644 --- a/tty/tty-usb-cdc-fix-speed +++ b/tty/tty-usb-cdc-fix-speed @@ -6,6 +6,7 @@ From: Alan Cox <alan@linux.intel.com> This changed in 2006 so its about time the ACM driver caught up Signed-off-by: Alan Cox <alan@linux.intel.com> +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/usb/class/cdc-acm.c | 5 +---- diff --git a/tty/tty-usb-clean-dtr-rts b/tty/tty-usb-clean-dtr-rts index e87faf47430f72..2fe2e007a4a59b 100644 --- a/tty/tty-usb-clean-dtr-rts +++ b/tty/tty-usb-clean-dtr-rts @@ -1,4 +1,5 @@ -tty: remove dtr/rts use from the driver open methods +From: Alan Cox <alan@linux.intel.com> +Subject: tty: remove dtr/rts use from the driver open methods From: Alan Cox <alan@linux.intel.com> @@ -6,6 +7,7 @@ These are handled by the tty_port core code which will raise and lower the carrier correctly in tty_wait_until_ready Signed-off-by: Alan Cox <alan@linux.intel.com> +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/usb/serial/cp210x.c | 6 ------ diff --git a/tty/tty-usb-drop-filp-argp b/tty/tty-usb-drop-filp-argp index 5415c55deea3aa..035b8c69d752aa 100644 --- a/tty/tty-usb-drop-filp-argp +++ b/tty/tty-usb-drop-filp-argp @@ -7,6 +7,7 @@ And indeed none of them use it. Clean this up as it will make moving to a standard open method rather easier. Signed-off-by: Alan Cox <alan@linux.intel.com> +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/usb/serial/ark3116.c | 5 ++--- diff --git a/tty/tty-usb-mos7720-lsr b/tty/tty-usb-mos7720-lsr index 9a9c6fb749d1fc..57b0be894ab7a8 100644 --- a/tty/tty-usb-mos7720-lsr +++ b/tty/tty-usb-mos7720-lsr @@ -1,8 +1,7 @@ -tty: usb_serial_mos7720: Fix get_lsr_info - From: Kees Schoenmakers <k.schoenmakers@sigmae.nl> +Subject: tty: usb_serial_mos7720: Fix get_lsr_info -Alan, +From: Kees Schoenmakers <k.schoenmakers@sigmae.nl> I made a correction for get_lsr_info, now it returns some meaningful information. I tested it with two simultaneous simplex modem channels. @@ -11,6 +10,7 @@ it is attached Signed-off-by: Kees Schoenmakers <k.schoenmakers@sigmae.nl> Signed-off-by: Alan Cox <alan@linux.intel.com> +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/usb/serial/mos7720.c | 19 +++++++++++++++---- diff --git a/tty/tty-usb-mos7720-modem b/tty/tty-usb-mos7720-modem index 81aa3fcc9aaf81..9b49965c17e066 100644 --- a/tty/tty-usb-mos7720-modem +++ b/tty/tty-usb-mos7720-modem @@ -1,4 +1,5 @@ -MOS7720 has no tiocmget method +From: Kees Schoenmakers <k.schoenmakers@sigmae.nl> +Subject: MOS7720 has no tiocmget method From: Kees Schoenmakers <k.schoenmakers@sigmae.nl> @@ -8,6 +9,7 @@ Fix the tiocmget/mset handling on the mos7720 USB serial port. Signed-off-by: Kees Schoenmakers <k.schoenmakers@sigmae.nl> Signed-off-by: Alan Cox <alan@linux.intel.com> +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/usb/serial/mos7720.c | 101 +++++++++++++++++++++++++++--------------- diff --git a/tty/tty-usb-mos7840-modem b/tty/tty-usb-mos7840-modem index 1bca701ee5508d..7943f285ee9a5a 100644 --- a/tty/tty-usb-mos7840-modem +++ b/tty/tty-usb-mos7840-modem @@ -1,4 +1,5 @@ -mos7840: remove old dead modem logic +From: Alan Cox <alan@linux.intel.com> +Subject: mos7840: remove old dead modem logic From: Alan Cox <alan@linux.intel.com> @@ -6,6 +7,7 @@ The modem ioctls are not routed via the ioctl method so kill the old dead code. The correct code is also already present and hooked in. Signed-off-by: Alan Cox <alan@linux.intel.com> +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/usb/serial/mos7840.c | 115 ------------------------------------------ diff --git a/tty/tty-usb-serial-termiosbits b/tty/tty-usb-serial-termiosbits index 29b8025c761a4a..a8766ab29a09b2 100644 --- a/tty/tty-usb-serial-termiosbits +++ b/tty/tty-usb-serial-termiosbits @@ -8,6 +8,7 @@ the fact there is no nice setup hook for configuring the termios settings when the port is created Signed-off-by: Alan Cox <alan@linux.intel.com> +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/char/tty_io.c | 1 diff --git a/tty/tty-usb-shutdown b/tty/tty-usb-shutdown index 1610247f6700aa..d3d056adb1c9d4 100644 --- a/tty/tty-usb-shutdown +++ b/tty/tty-usb-shutdown @@ -4,6 +4,7 @@ Subject: tty: USB can now use the shutdown method for kref based freeing of port From: Alan Cox <alan@linux.intel.com> Signed-off-by: Alan Cox <alan@linux.intel.com> +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/usb/serial/usb-serial.c | 28 +++++++--------------------- diff --git a/tty/tty-usb-vhangup b/tty/tty-usb-vhangup index 61294b603cf4bf..b11f0e7b9b51b3 100644 --- a/tty/tty-usb-vhangup +++ b/tty/tty-usb-vhangup @@ -9,6 +9,7 @@ tty_hangup is asynchronous. As the hangup can sleep we can use tty_vhangup which is the non async version to avoid freeing resources too early. Signed-off-by: Alan Cox <alan@linux.intel.com> +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/usb/serial/usb-serial.c | 5 +---- diff --git a/tty/tty-x86-termios-clean b/tty/tty-x86-termios-clean index c692f9d58dd761..67edf51d84b5ef 100644 --- a/tty/tty-x86-termios-clean +++ b/tty/tty-x86-termios-clean @@ -1,4 +1,5 @@ -x86: asm/termios.h remove irrelevant comment for userspace +From: Jaswinder Singh Rajput <jaswinder@kernel.org> +Subject: x86: asm/termios.h remove irrelevant comment for userspace From: Jaswinder Singh Rajput <jaswinder@kernel.org> @@ -10,6 +11,7 @@ Also fixed some alignment and space issues. Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Signed-off-by: Alan Cox <alan@linux.intel.com> +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- arch/x86/include/asm/termios.h | 25 ++++++++++++------------- diff --git a/tty/vt-events b/tty/vt-events index 0971a362d6d212..c6205e20bc48c1 100644 --- a/tty/vt-events +++ b/tty/vt-events @@ -13,6 +13,7 @@ wait for console switch logic but the ConsoleKit people would prefer the new device to the ioctl we have here Signed-off-by: Alan Cox <alan@linux.intel.com> +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/char/vt.c | 4 + diff --git a/tty/vt-lockactive b/tty/vt-lockactive index 31b087a55effb7..7170b6ae848bea 100644 --- a/tty/vt-lockactive +++ b/tty/vt-lockactive @@ -1,4 +1,5 @@ -vt: add an activate and lock +From: Alan Cox <alan@linux.intel.com> +Subject: vt: add an activate and lock From: Alan Cox <alan@linux.intel.com> @@ -6,6 +7,7 @@ X and other graphical interfaces need to be able to flip to a console and lock it into graphics mode without races. Signed-off-by: Alan Cox <alan@linux.intel.com> +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/char/vt_ioctl.c | 38 +++++++++++++++++++++++++++++++++++++- diff --git a/tty/vt-pm-extract b/tty/vt-pm-extract index 3518ec74bd2004..d6806fbbc9559c 100644 --- a/tty/vt-pm-extract +++ b/tty/vt-pm-extract @@ -8,6 +8,7 @@ code and dumped them in kernel/power. They have all sorts of deep relations with the vt code so put them in the vt tree instead Signed-off-by: Alan Cox <alan@linux.intel.com> +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/char/vt_ioctl.c | 56 ++++++++++++++++++++++++++++++++++++++++++ |
