summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-03-07vt: vt_ioctl: use msecs_to_jiffies for time conversionNicholas Mc Guire1-1/+1
2015-03-07serial/8250_dw: use platform_get_irq() instead of platform_get_resource()Alexey Brodkin1-4/+10
2015-03-07serial: earlycon: Refactor parse_options into serial corePeter Hurley2-26/+59
2015-03-07tty/serial: at91: correct the usage of taskletLeilei Zhao1-0/+4
2015-03-07tty/serial: at91: set ops in property init each timeLeilei Zhao1-0/+1
2015-03-07tty/serial: at91: revise the return type of atmel_init_propertyLeilei Zhao1-4/+3
2015-03-07tty/serial: at91: correct buffer size used in DMALeilei Zhao1-1/+1
2015-03-07tty/serial: at91: correct check of buf used in DMALeilei Zhao1-2/+2
2015-03-07drivers/tty: amba: defer DMA probe until the DMA channel is required.Jorge Ramirez-Ortiz1-54/+17
2015-03-07serial/amba-pl011: Leave the TX IRQ alone when the UART is not openDave Martin1-4/+1
2015-03-07serial/amba-pl011: Activate TX IRQ passivelyDave Martin1-50/+115
2015-03-07tty: serial: xilinx_uartps: Use Macro for ttyPS0Peter Crosthwaite1-1/+2
2015-03-07serial: sprd: Fix iotypePeter Hurley1-1/+3
2015-03-07serial: imx: add support for half duplex rs485Uwe Kleine-König1-12/+95
2015-03-07serial: imx: drop support for IRDAUwe Kleine-König1-148/+9
2015-03-07serial: imx: fix comment about which machines use the i.MX21 typeUwe Kleine-König1-1/+1
2015-03-07serial: imx: reformat and cleanup copyright headerUwe Kleine-König1-13/+6
2015-03-07serial: imx: drop members from driver data that are only used during probeUwe Kleine-König1-10/+11
2015-03-07serial: imx: remove long dead codeUwe Kleine-König1-9/+0
2015-03-07serial: imx: Fix clearing of receiver overrun flagUwe Kleine-König1-5/+3
2015-03-07x86, intel-mid: remove Intel MID specific serial supportAndy Shevchenko3-1516/+0
2015-03-07serial: 8250_pci: add Intel Penwell portsAndy Shevchenko1-0/+183
2015-03-07dmaengine: append hsu DMA driverAndy Shevchenko7-0/+767
2015-03-07tty: serial: s/Medfile/MedfieldJoseph Kogut1-1/+1
2015-03-07serial: ar933x_uart: Fix off-by-one for checking valid alias idAxel Lin1-1/+1
2015-03-07serial: mctrl-gpio: simplify init routineUwe Kleine-König1-18/+11
2015-03-07serial: mctrl-gpio: don't check for struct mctrl_gpios * to be invalidUwe Kleine-König1-18/+2
2015-03-07serial: mxs-auart: properly handle mctrl_gpio failingUwe Kleine-König1-7/+9
2015-03-07serial: clps711x: fail if mctrl_gpio_init failsUwe Kleine-König1-0/+2
2015-03-07serial: atmel: fix error handling when mctrl_gpio_init failsUwe Kleine-König1-5/+6
2015-03-07tty: max3100: use msecs_to_jiffies for time conversionNicholas Mc Guire1-1/+1
2015-03-07serial: imx: Do not store/restore the UBRC registerFabio Estevam1-3/+1
2015-03-07tty: serial/bcm63xx_uart: fix sparse warningLad, Prabhakar1-2/+2
2015-03-07serial: 8250_dw: Add missing MODULE_ALIAS() for module autoloading supportMika Westerberg1-0/+1
2015-03-07sprd_serial: compile sprd_suspend and sprd_resume conditionallyPaul Bolle1-0/+2
2015-03-07serial:imx make of_device_id array constSanjeev Sharma1-1/+1
2015-03-07tty: serial: 8250_core: Remove trailing whitespacesMichal Simek1-2/+2
2015-03-07serial: 8250_pci: convert to dev_pm_opsAndy Shevchenko1-16/+15
2015-03-07tty: kconfig: remove the superfluous dependency on PPC_OFKevin Hao1-2/+2
2015-03-07serial: core: replace current->state by __set_current_state()Fabian Frederick1-2/+1
2015-03-07serial: pl010 is no longer brokenArnd Bergmann1-1/+1
2015-03-03drm/i915: Fix modeset state confusion in the load detect codeDaniel Vetter1-0/+1
2015-03-03Merge tag 'gpio-v4.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2-8/+15
2015-03-03Merge branch 'fixes-for-4.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-51/+28
2015-03-03Merge tag 'md/4.0-fixes' of git://neil.brown.name/mdLinus Torvalds3-12/+20
2015-03-01Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-16/+11
2015-02-28Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds30-96/+233
2015-02-28Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-41/+58
2015-02-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-11/+9
2015-02-28zram: use proper type to update max_used_pagesJoonsoo Kim1-1/+1