| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-04-04 | tty: add SPDX identifiers to Kconfig and Makefiles | Greg Kroah-Hartman | 1 | -0/+1 | |
| There were a few Kconfig and Makefiles under drivers/tty/ that were missing a SPDX identifier. Fix that up so that automated tools can properly classify all kernel source files. Cc: Jiri Slaby <[email protected]> Cc: Jiri Kosina <[email protected]> Cc: Rob Herring <[email protected]> Acked-by: David Sterba <[email protected]> Reviewed-by: Mukesh Ojha <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2011-04-19 | tty: remove invalid location line in file header | Jovi Zhang | 1 | -2/+0 | |
| remove invalid location line in each file header after location moved from driver/char to driver/tty Signed-off-by: Jovi Zhang <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2011-02-22 | tty: move ipwireless driver from drivers/char/pcmcia/ to drivers/tty/ | Greg Kroah-Hartman | 1 | -0/+10 | |
| As planned by Arnd Bergmann, this moves the ipwireless driver to the drivers/tty/ directory as that's where it really belongs. Cc: Arnd Bergmann <[email protected]> Cc: Alan Cox <[email protected]> Cc: Jiri Slaby <[email protected]> Cc: David Sterba <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||