| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2011-01-07 | 24 | -173/+4211 |
|\ |
|
| * | serial: apbuart: Fixup apbuart_console_init() | Thomas Gleixner | 2011-01-06 | 1 | -2/+3 |
| * | TTY: Add tty ioctl to figure device node of the system console. | Werner Fink | 2010-12-17 | 1 | -0/+5 |
| * | tty: add 'active' sysfs attribute to tty0 and console device | Kay Sievers | 2010-12-17 | 2 | -5/+65 |
| * | drivers: serial: apbuart: Handle OF failures gracefully | Thomas Gleixner | 2010-12-16 | 1 | -29/+19 |
| * | Serial: Avoid unbalanced IRQ wake disable during resume | Govindraj.R | 2010-12-16 | 1 | -2/+6 |
| * | pch_uart : fix warnings for 64bit compile | Tomoya MORINAGA | 2010-12-16 | 1 | -6/+7 |
| * | 8250: fix uninitialized FIFOs | Ondrej Puzman | 2010-12-11 | 1 | -0/+2 |
| * | ip2: fix compiler warning on ip2main_pci_tbl | Namhyung Kim | 2010-12-11 | 1 | -1/+1 |
| * | specialix: fix compiler warning on specialix_pci_tbl | Namhyung Kim | 2010-12-11 | 1 | -1/+1 |
| * | rocket: fix compiler warning on rocket_pci_ids | Namhyung Kim | 2010-12-11 | 1 | -1/+1 |
| * | 8250: add a UPIO_DWAPB32 for 32 bit accesses | Jamie Iles | 2010-12-11 | 2 | -12/+41 |
| * | 8250: use container_of() instead of casting | Jamie Iles | 2010-12-11 | 1 | -20/+40 |
| * | serial: omap-serial: Add support for kernel debugger | Cosmin Cojocar | 2010-12-11 | 2 | -7/+33 |
| * | serial: fix pch_uart kconfig & build | Randy Dunlap | 2010-12-11 | 1 | -1/+2 |
| * | drivers: char: hvc: add arm JTAG DCC console support | Daniel Walker | 2010-12-01 | 3 | -0/+143 |
| * | serial: ifx6x60: fix memory leak | Vasiliy Kulikov | 2010-12-01 | 1 | -0/+1 |
| * | serial: ifx6x60: free IRQ on error | Vasiliy Kulikov | 2010-12-01 | 1 | -1/+3 |
| * | Serial: EG20T: add PCH_UART driver | Tomoya MORINAGA | 2010-12-01 | 3 | -0/+1459 |
| * | Serial: ce4100: Add PCI UART support for the ce4100 | Dirk Brandewie | 2010-12-01 | 1 | -0/+36 |
| * | serial: ifx6x60: Fix missing include for msleep | Alan Cox | 2010-11-16 | 1 | -0/+1 |
| * | serial: ifx6x60: The IFX requires SPI | Alan Cox | 2010-11-16 | 1 | -1/+1 |
| * | serial: mpc52xx: make printout for type more generic | Wolfram Sang | 2010-11-16 | 1 | -1/+5 |
| * | VIDEO: xen-fb, switch to for_each_console | Jiri Slaby | 2010-11-16 | 1 | -1/+1 |
| * | serial: cpu_uart: Remove unused uart_cpm_port fields | Baurzhan Ismagulov | 2010-11-11 | 1 | -6/+0 |
| * | serial: cpm_uat: reducing CPM serial latency | Baurzhan Ismagulov | 2010-11-11 | 1 | -0/+19 |
| * | n_gsm: clean up printks | Alan Cox | 2010-11-11 | 1 | -73/+81 |
| * | n_gsm: Fix support for legacy encoding | Alan Cox | 2010-11-11 | 1 | -13/+46 |
| * | serial: Add support for UART on VIA VT8500 and compatibles | Alexey Charkov | 2010-11-11 | 3 | -0/+659 |
| * | ifx6x60: SPI protocol driver for Infineon 6x60 modem | Russ Gorby | 2010-11-11 | 4 | -0/+1538 |
* | | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2011-01-07 | 101 | -1889/+14561 |
|\ \ |
|
| * \ | USB: Merge 2.6.37-rc5 into usb-next | Greg Kroah-Hartman | 2010-12-22 | 66 | -873/+805 |
| |\ \ |
|
| * | | | USB: add support for Dream Cheeky DL100B Webmail Notifier (1d34:0004) | Melchior FRANZ | 2010-12-22 | 3 | -28/+93 |
| * | | | USB: serial: ftdi_sio: add support for TIOCSERGETLSR | Greg Kroah-Hartman | 2010-12-16 | 1 | -0/+27 |
| * | | | USB: ehci-mxc: Setup portsc register prior to accessing OTG viewport | Fabio Estevam | 2010-12-16 | 1 | -12/+14 |
| * | | | USB: atmel_usba_udc: fix freeing irq in usba_udc_remove() | Rob Emanuele | 2010-12-16 | 1 | -1/+3 |
| * | | | usb: ehci-omap: fix tll channel enable mask | Anand Gadiyar | 2010-12-16 | 1 | -3/+3 |
| * | | | usb: ohci-omap3: fix trivial typo | Keshava Munegowda | 2010-12-16 | 1 | -1/+1 |
| * | | | USB: gadget: ci13xxx: don't assume that PAGE_SIZE is 4096 | Artem Leonenko | 2010-12-16 | 2 | -5/+6 |
| * | | | USB: gadget: ci13xxx: fix complete() callback for no_interrupt rq's | Artem Leonenko | 2010-12-16 | 1 | -3/+3 |
| * | | | USB: gadget: update ci13xxx to work with g_ether | Artem Leonenko | 2010-12-16 | 1 | -8/+12 |
| * | | | USB: gadgets: ci13xxx: fix probing of compiled-in gadget drivers | Artem Leonenko | 2010-12-16 | 1 | -1/+0 |
| * | | | Merge branch 'usb-next' into musb-merge | Greg Kroah-Hartman | 2010-12-16 | 95 | -1840/+14436 |
| |\ \ \ |
|
| | * | | | USB: uas: Use GFP_NOIO instead of GFP_KERNEL in I/O submission path | Matthew Wilcox | 2010-12-16 | 1 | -1/+1 |
| | * | | | USB: uas: Ensure we only bind to a UAS interface | Matthew Wilcox | 2010-12-16 | 1 | -7/+30 |
| | * | | | USB: uas: Rename sense pipe and sense urb to status pipe and status urb | Matthew Wilcox | 2010-12-16 | 1 | -16/+16 |
| | * | | | USB: uas: Use kzalloc instead of kmalloc | Matthew Wilcox | 2010-12-16 | 1 | -2/+2 |
| | * | | | USB: uas: Fix up the Sense IU | Matthew Wilcox | 2010-12-16 | 1 | -2/+5 |
| | * | | | Merge branch 'musb-hw' of git://gitorious.org/usb/usb into musb | Greg Kroah-Hartman | 2010-12-15 | 20 | -591/+2213 |
| | |\ \ \ |
|
| | | * | | | usb: musb: core: kill unneeded #include's | Sergei Shtylyov | 2010-12-11 | 1 | -11/+0 |