Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-12-11 | 8 | -46/+54 |
|\ | |||||
| * | tty/8250 Add support for Commtech's Fastcom Async-335 and Fastcom Async-PCIe ... | Matt Schulte | 2012-11-21 | 1 | -0/+2 |
| * | Add register definitions used in several Exar PCI/PCIe UARTs | Matt Schulte | 2012-11-21 | 1 | -1/+13 |
| * | Serial: Add support for new devices: Exar's XR17V35x family of multi-port PCI... | Matt Schulte | 2012-11-21 | 3 | -1/+11 |
| * | Merge 3.7-rc6 into tty-next | Greg Kroah-Hartman | 2012-11-16 | 6 | -7/+45 |
| |\ | |||||
| * | | tty/8250_early: Turn serial_in/serial_out into weak symbols. | Noam Camus | 2012-11-16 | 1 | -0/+2 |
| * | | TTY: introduce tty_port_destroy | Jiri Slaby | 2012-11-15 | 1 | -0/+1 |
| * | | Merge v3.7-rc5 into tty-next | Greg Kroah-Hartman | 2012-11-14 | 16 | -162/+412 |
| |\ \ | |||||
| * | | | serial/arc-uart: Add new driver | Vineet Gupta | 2012-10-30 | 1 | -0/+2 |
| * | | | Merge 3.7-rc3 into tty-next | Greg Kroah-Hartman | 2012-10-29 | 17 | -60/+62 |
| |\ \ \ | |||||
| * | | | | tty, ioctls -- Add new ioctl definitions for tty flags fetching | Cyrill Gorcunov | 2012-10-25 | 1 | -0/+3 |
| * | | | | TTY: move tty buffers to tty_port | Jiri Slaby | 2012-10-22 | 2 | -4/+4 |
| * | | | | TTY: add port -> tty link | Jiri Slaby | 2012-10-22 | 1 | -0/+1 |
| * | | | | TTY: move TTY_FLUSH* flags to tty_port | Jiri Slaby | 2012-10-22 | 1 | -2/+3 |
| * | | | | TTY: move ldisc data from tty_struct: locks | Jiri Slaby | 2012-10-22 | 1 | -10/+1 |
| * | | | | TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuff | Jiri Slaby | 2012-10-22 | 1 | -10/+0 |
| * | | | | TTY: move ldisc data from tty_struct: bitmaps | Jiri Slaby | 2012-10-22 | 1 | -2/+0 |
| * | | | | TTY: move ldisc data from tty_struct: simple members | Jiri Slaby | 2012-10-22 | 1 | -5/+0 |
| * | | | | TTY: audit, stop accessing tty->icount | Jiri Slaby | 2012-10-22 | 1 | -2/+2 |
| * | | | | TTY: devpts, do not set driver_data | Jiri Slaby | 2012-10-22 | 1 | -4/+5 |
| * | | | | TTY: devpts, return created inode from devpts_pty_new | Jiri Slaby | 2012-10-22 | 1 | -4/+4 |
| * | | | | TTY: devpts, don't care about TTY in devpts_get_tty | Jiri Slaby | 2012-10-22 | 1 | -4/+3 |
* | | | | | Merge tag 'staging-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-12-11 | 12 | -6/+803 |
|\ \ \ \ \ | |||||
| * | | | | | staging:iio: Move ad7793 driver out of staging | Lars-Peter Clausen | 2012-11-30 | 1 | -0/+112 |
| * | | | | | ipack: remove use of __devinitconst | Bill Pemberton | 2012-11-21 | 1 | -2/+1 |
| * | | | | | iio:imu: Add support for the ADIS16480 and similar IMUs | Lars-Peter Clausen | 2012-11-20 | 1 | -0/+4 |
| * | | | | | iio: Factor out fixed point number parsing into its own function | Lars-Peter Clausen | 2012-11-20 | 1 | -0/+3 |
| * | | | | | iio: Add pressure channel type | Lars-Peter Clausen | 2012-11-20 | 1 | -0/+1 |
| * | | | | | iio:imu:adis: Add paging support | Lars-Peter Clausen | 2012-11-20 | 1 | -2/+8 |
| * | | | | | iio:imu:adis: Add support for 32bit registers | Lars-Peter Clausen | 2012-11-20 | 1 | -4/+77 |
| * | | | | | iio:imu:adis: Add debugfs register access support | Lars-Peter Clausen | 2012-11-20 | 1 | -0/+11 |
| * | | | | | staging:iio: Move the ad7298 driver out of staging | Lars-Peter Clausen | 2012-11-19 | 1 | -0/+20 |
| * | | | | | staging:iio: Move adis library out of staging | Lars-Peter Clausen | 2012-11-19 | 1 | -0/+186 |
| * | | | | | iio: Fix iio_buffer_register stub signature | Lars-Peter Clausen | 2012-11-19 | 1 | -1/+1 |
| * | | | | | Merge 3.7-rc6 into staging-next | Greg Kroah-Hartman | 2012-11-16 | 6 | -7/+45 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| * | | | | | ipack: remove ipack_ids.h file | Samuel Iglesias Gonsalvez | 2012-11-16 | 1 | -0/+33 |
| * | | | | | ipack: move header files to include/linux | Samuel Iglesias Gonsalvez | 2012-11-16 | 1 | -0/+213 |
| * | | | | | IIO: fix build error in lp8788-charger.c | Greg Kroah-Hartman | 2012-11-13 | 1 | -0/+2 |
| * | | | | | Merge tag 'iio-for-3.8d' of git://git.kernel.org/pub/scm/linux/kernel/git/jic... | Greg Kroah-Hartman | 2012-11-11 | 5 | -5/+97 |
| |\ \ \ \ \ | |||||
| | * | | | | | staging:iio: add a callback buffer for in kernel push interface | Jonathan Cameron | 2012-11-10 | 1 | -0/+46 |
| | * | | | | | staging:iio:in kernel users: Add a data field for channel specific info. | Jonathan Cameron | 2012-11-10 | 2 | -0/+4 |
| | * | | | | | staging:iio: Add support for multiple buffers | Jonathan Cameron | 2012-11-10 | 2 | -5/+21 |
| | * | | | | | staging:iio: Move the ad7887 driver out of staging | Lars-Peter Clausen | 2012-11-05 | 1 | -0/+26 |
| * | | | | | | Merge 3.7-rc5 into staging-next | Greg Kroah-Hartman | 2012-11-11 | 16 | -162/+412 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | / | | | |_|_|/ | | |/| | | | |||||
| * | | | | | staging: drm/omap: add support for ARCH_MULTIPLATFORM | Rob Clark | 2012-10-30 | 1 | -0/+1 |
| * | | | | | Merge 3.7-rc3 into staging-next | Greg Kroah-Hartman | 2012-10-29 | 83 | -2346/+2432 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| * | | | | | iio:dac: Add support for the ad5449 | Lars-Peter Clausen | 2012-10-19 | 1 | -0/+40 |
| * | | | | | iio: Add a logarithmic fractional value type | Lars-Peter Clausen | 2012-10-19 | 1 | -0/+1 |
* | | | | | | Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2012-12-11 | 4 | -0/+870 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge 3.7-rc6 into char-misc-next | Greg Kroah-Hartman | 2012-11-16 | 22 | -169/+457 |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | |