summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-03-17tty/serial: omap: fix RX interrupt enable/disable in half-duplex TXDimitris Lampridis1-2/+3
2014-03-17serial: sh-sci: Neaten dev_<level> usesJoe Perches1-20/+18
2014-03-17serial: sh-sci: Replace hardcoded 3 by UART_PM_STATE_OFFGeert Uytterhoeven1-1/+1
2014-03-17serial: sh-sci: Add more register documentationGeert Uytterhoeven1-13/+15
2014-03-17serial: sh-sci: Remove useless castsGeert Uytterhoeven1-4/+4
2014-03-17serial: sh-sci: Replace printk() by pr_*()Geert Uytterhoeven1-4/+3
2014-03-17serial_core: Avoid NULL pointer dereference in uart_close()Geert Uytterhoeven1-2/+2
2014-03-17serial_core: Get a reference for port->tty in uart_remove_one_port()Geert Uytterhoeven1-1/+5
2014-03-17serial: clps711x: Give a chance to perform useful tasks during wait loopAlexander Shiyan1-6/+15
2014-03-17serial_core: Grammar s/ports/port's/Geert Uytterhoeven1-1/+1
2014-03-17serial_core: Spelling s/contro/control/Geert Uytterhoeven1-1/+1
2014-03-17serial: efm32: properly namespace location propertyUwe Kleine-König1-1/+4
2014-03-17serial: max310x: Add missing #include <linux/uaccess.h>Geert Uytterhoeven1-0/+1
2014-03-17synclink: fix info leak in ioctlSalva Peiró2-0/+2
2014-03-08serial: 8250: Clean up the locking for -rtIngo Molnar1-10/+5
2014-03-08serial: 8250_pci: change BayTrail default uartclkAaron Sierra1-3/+7
2014-03-08serial: 8250_pci: more BayTrail error-free baudsAaron Sierra1-8/+29
2014-03-02Merge 3.14-rc5 into tty-nextGreg Kroah-Hartman69-351/+636
2014-03-02Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds18-62/+107
2014-03-02Merge tag 'usb-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-3/+18
2014-03-02Merge tag 'staging-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-39/+38
2014-03-03Merge branch 'drm-fixes-3.14' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie11-35/+72
2014-03-02Merge iio fixes into staging-linusGreg Kroah-Hartman7-39/+36
2014-03-02drm/vmwgfx: avoid null pointer dereference at failure pathsAlexey Khoroshilov1-16/+19
2014-03-02drm/vmwgfx: Make sure backing mobs are cleared when allocated. Update driver ...Thomas Hellstrom2-3/+2
2014-03-02drm/vmwgfx: Remove some unused surface formatsThomas Hellstrom1-6/+1
2014-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds7-62/+171
2014-03-01Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-1/+4
2014-03-01Merge tag 'pm+acpi-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-47/+51
2014-02-28Merge tag 'fixes-for-3.14d' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-0/+1
2014-02-28serial: sh-sci: Add missing call to uart_remove_one_port() in failure pathGeert Uytterhoeven1-0/+1
2014-02-28serial_core: Unregister console in uart_remove_one_port()Geert Uytterhoeven1-0/+6
2014-02-28tty/serial: at91: remove unused open/close hooksRichard Genoud1-21/+0
2014-02-28tty/serial: at91: use dev_err instead of printkRichard Genoud1-2/+2
2014-02-28tty: Set correct tty name in 'active' sysfs attributeHannes Reinecke1-6/+17
2014-02-28serial: imx: Remove init() and exit() platform callbacksAlexander Shiyan1-25/+2
2014-02-28serial: imx: Use dev_name() for request_irq() to distinguish UARTsAlexander Shiyan1-4/+4
2014-02-28serial: imx: Use devm_ioremap_resource()Alexander Shiyan1-40/+4
2014-02-28tty: Fix low_latency BUGPeter Hurley3-21/+6
2014-02-28tty: serial: bcm63xx_uart: add support for DT probingFlorian Fainelli1-0/+11
2014-02-28tty: serial: bcm63xx_uart: define UART_REG_SIZE constantFlorian Fainelli1-2/+2
2014-02-28tty: serial: bcm63xx_uart: include linux/io.hFlorian Fainelli1-0/+1
2014-02-28vt: detect and ignore OSC codes.Adam Borowski1-3/+11
2014-02-28vt: drop an useless enum and assignment.Adam Borowski1-4/+2
2014-02-28drivers/tty/serial: deal with 8250_core.c uninitialized warning for goodPaul Gortmaker1-0/+4
2014-02-28Merge tag 'dm-3.14-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-40/+89
2014-02-28Merge tag 'sound-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-31/+0
2014-02-28Merge tag 'edac_fixes_for_3.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-20/+27
2014-02-28dm cache: fix truncation bug when mapping I/O to >2TB fast deviceHeinz Mauelshagen1-2/+3
2014-02-28Merge branches 'pm-cpufreq', 'pm-hibernate' and 'acpi-processor'Rafael J. Wysocki2-37/+33