summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-09-06serial: omap: implement set_wakeFelipe Balbi1-0/+10
2012-09-06serial: omap: unlock the port lockRuchika Kharwar1-1/+4
2012-09-06serial: omap: drop "inline" from IRQ handler prototypeFelipe Balbi1-1/+1
2012-09-06serial: omap: optimization with section annotationsFelipe Balbi1-5/+5
2012-09-06serial: omap: fix sequence of pm_runtime_* calls.Ruchika Kharwar1-1/+1
2012-09-06serial: omap: don't save IRQ flags on hardirqFelipe Balbi1-3/+2
2012-09-06serial: omap: make sure to suspend device before removeFelipe Balbi1-0/+1
2012-09-06serial: omap: drop unnecessary check from removeFelipe Balbi1-6/+3
2012-09-06serial: omap: set dev->drvdata before enabling pm_runtimeFelipe Balbi1-1/+1
2012-09-06serial: omap: stick to put_autosuspendFelipe Balbi1-11/+22
2012-09-06serial: omap: move THRE check to transmit_chars()Felipe Balbi1-3/+5
2012-09-06serial: omap: refactor receive_chars() into rdi/rlsi handlersFelipe Balbi1-104/+101
2012-09-06serial: omap: simplify IRQ handlingFelipe Balbi1-13/+38
2012-09-06serial: add OMAP-specific definesFelipe Balbi1-0/+4
2012-09-06serial: omap: drop DMA supportFelipe Balbi1-318/+12
2012-09-06serial: omap: don't access the platform_deviceFelipe Balbi3-73/+76
2012-09-06xen/pciback: Fix proper FLR steps.Konrad Rzeszutek Wilk1-4/+4
2012-09-05Merge tag 'mmc-fixes-for-3.6-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-61/+98
2012-09-05uml: fix compile error in deliver_alarm()Miklos Szeredi1-1/+1
2012-09-05dj: memory scribble in logi_djAlan Cox1-2/+2
2012-09-05Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds15-34/+68
2012-09-05Merge tag 'gpio-fixes-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-4/+5
2012-09-05Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds7-31/+79
2012-09-05Merge tag 'fbdev-fixes-for-3.6-1' of git://github.com/schandinat/linux-2.6Linus Torvalds6-5/+19
2012-09-05Merge tag 'upstream-3.6-rc5' of git://git.infradead.org/linux-ubiLinus Torvalds1-2/+2
2012-09-05Fix order of arguments to compat_put_time[spec|val]Mikulas Patocka1-2/+2
2012-09-058250_pci: Add additional WCH CHC353 devicesAlan Cox1-4/+37
2012-09-05parport: fix possible memory leak in parport_gsc_probe_port()Wei Yongjun1-0/+1
2012-09-05serial: add a new helper functionHuang Shijie13-14/+20
2012-09-05serial: omap: define helpers for pdata function pointersFelipe Balbi1-19/+47
2012-09-05serial: omap: define and use to_uart_omap_port()Felipe Balbi2-18/+20
2012-09-05serial: Add note about migration to driver SCCNXPAlexander Shiyan2-0/+35
2012-09-05serial: New serial driver SCCNXPAlexander Shiyan4-0/+1097
2012-09-05parport_serial: Add support for the WCH353 2S/1P multi-IO cardGuainluca Anzolin2-9/+40
2012-09-05serial: Samsung: Silence some checkpatch errors and warningsSachin Kamat1-3/+3
2012-09-05serial: Samsung: Replace printk with dev_* functionsSachin Kamat1-7/+7
2012-09-05serial: pl011: honour serial aliases in device treeMatthew Leach1-0/+36
2012-09-05serial: diminish usage of struct serial_uart_configPaul Gortmaker4-11/+7
2012-09-05serial: sunsu.c - don't explicitly tie array size to dynamic entityPaul Gortmaker1-1/+1
2012-09-05m32r_sio: remove dependency on struct serial_uart_configPaul Gortmaker1-34/+2
2012-09-05serial/imx: improve error diagnosics for clock and pinctrl failuresUwe Kleine-König1-0/+3
2012-09-05tty: move the async flags from the serial code into the tty includesAlan Cox4-72/+83
2012-09-05tty: Split the serial_core helpers for setserial into twoAlan Cox1-71/+87
2012-09-05drivers/tty/serial/sirfsoc_uart.c: drop frees of devm_ alloc'd dataJulia Lawall1-6/+2
2012-09-05tty: serial: mpc5xxx: add support for mark/space parityWolfram Sang1-2/+6
2012-09-05drivers:tty:fix up ENOIOCTLCMD error handlingWanlong Gao1-1/+1
2012-09-05tty: serial: max310x: Remove explicit use of devm_kfreeEmil Goode1-3/+0
2012-09-05tty: serial: max310x: Check return code of gpiochip_removeEmil Goode1-3/+7
2012-09-05tty: serial: altera_uart: Use platform_{get,set}_drvdataTobias Klauser1-3/+3
2012-09-05tty: max3100: use module_spi_driverDevendra Naga1-11/+1