summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-01-0724-173/+4211
|\
| * serial: apbuart: Fixup apbuart_console_init()Thomas Gleixner2011-01-061-2/+3
| * TTY: Add tty ioctl to figure device node of the system console.Werner Fink2010-12-171-0/+5
| * tty: add 'active' sysfs attribute to tty0 and console deviceKay Sievers2010-12-172-5/+65
| * drivers: serial: apbuart: Handle OF failures gracefullyThomas Gleixner2010-12-161-29/+19
| * Serial: Avoid unbalanced IRQ wake disable during resumeGovindraj.R2010-12-161-2/+6
| * pch_uart : fix warnings for 64bit compileTomoya MORINAGA2010-12-161-6/+7
| * 8250: fix uninitialized FIFOsOndrej Puzman2010-12-111-0/+2
| * ip2: fix compiler warning on ip2main_pci_tblNamhyung Kim2010-12-111-1/+1
| * specialix: fix compiler warning on specialix_pci_tblNamhyung Kim2010-12-111-1/+1
| * rocket: fix compiler warning on rocket_pci_idsNamhyung Kim2010-12-111-1/+1
| * 8250: add a UPIO_DWAPB32 for 32 bit accessesJamie Iles2010-12-112-12/+41
| * 8250: use container_of() instead of castingJamie Iles2010-12-111-20/+40
| * serial: omap-serial: Add support for kernel debuggerCosmin Cojocar2010-12-112-7/+33
| * serial: fix pch_uart kconfig & buildRandy Dunlap2010-12-111-1/+2
| * drivers: char: hvc: add arm JTAG DCC console supportDaniel Walker2010-12-013-0/+143
| * serial: ifx6x60: fix memory leakVasiliy Kulikov2010-12-011-0/+1
| * serial: ifx6x60: free IRQ on errorVasiliy Kulikov2010-12-011-1/+3
| * Serial: EG20T: add PCH_UART driverTomoya MORINAGA2010-12-013-0/+1459
| * Serial: ce4100: Add PCI UART support for the ce4100Dirk Brandewie2010-12-011-0/+36
| * serial: ifx6x60: Fix missing include for msleepAlan Cox2010-11-161-0/+1
| * serial: ifx6x60: The IFX requires SPIAlan Cox2010-11-161-1/+1
| * serial: mpc52xx: make printout for type more genericWolfram Sang2010-11-161-1/+5
| * VIDEO: xen-fb, switch to for_each_consoleJiri Slaby2010-11-161-1/+1
| * serial: cpu_uart: Remove unused uart_cpm_port fieldsBaurzhan Ismagulov2010-11-111-6/+0
| * serial: cpm_uat: reducing CPM serial latencyBaurzhan Ismagulov2010-11-111-0/+19
| * n_gsm: clean up printksAlan Cox2010-11-111-73/+81
| * n_gsm: Fix support for legacy encodingAlan Cox2010-11-111-13/+46
| * serial: Add support for UART on VIA VT8500 and compatiblesAlexey Charkov2010-11-113-0/+659
| * ifx6x60: SPI protocol driver for Infineon 6x60 modemRuss Gorby2010-11-114-0/+1538
* | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-01-07101-1889/+14561
|\ \
| * \ USB: Merge 2.6.37-rc5 into usb-nextGreg Kroah-Hartman2010-12-2266-873/+805
| |\ \
| * | | USB: add support for Dream Cheeky DL100B Webmail Notifier (1d34:0004)Melchior FRANZ2010-12-223-28/+93
| * | | USB: serial: ftdi_sio: add support for TIOCSERGETLSRGreg Kroah-Hartman2010-12-161-0/+27
| * | | USB: ehci-mxc: Setup portsc register prior to accessing OTG viewportFabio Estevam2010-12-161-12/+14
| * | | USB: atmel_usba_udc: fix freeing irq in usba_udc_remove()Rob Emanuele2010-12-161-1/+3
| * | | usb: ehci-omap: fix tll channel enable maskAnand Gadiyar2010-12-161-3/+3
| * | | usb: ohci-omap3: fix trivial typoKeshava Munegowda2010-12-161-1/+1
| * | | USB: gadget: ci13xxx: don't assume that PAGE_SIZE is 4096Artem Leonenko2010-12-162-5/+6
| * | | USB: gadget: ci13xxx: fix complete() callback for no_interrupt rq'sArtem Leonenko2010-12-161-3/+3
| * | | USB: gadget: update ci13xxx to work with g_etherArtem Leonenko2010-12-161-8/+12
| * | | USB: gadgets: ci13xxx: fix probing of compiled-in gadget driversArtem Leonenko2010-12-161-1/+0
| * | | Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman2010-12-1695-1840/+14436
| |\ \ \
| | * | | USB: uas: Use GFP_NOIO instead of GFP_KERNEL in I/O submission pathMatthew Wilcox2010-12-161-1/+1
| | * | | USB: uas: Ensure we only bind to a UAS interfaceMatthew Wilcox2010-12-161-7/+30
| | * | | USB: uas: Rename sense pipe and sense urb to status pipe and status urbMatthew Wilcox2010-12-161-16/+16
| | * | | USB: uas: Use kzalloc instead of kmallocMatthew Wilcox2010-12-161-2/+2
| | * | | USB: uas: Fix up the Sense IUMatthew Wilcox2010-12-161-2/+5
| | * | | Merge branch 'musb-hw' of git://gitorious.org/usb/usb into musbGreg Kroah-Hartman2010-12-1520-591/+2213
| | |\ \ \
| | | * | | usb: musb: core: kill unneeded #include'sSergei Shtylyov2010-12-111-11/+0