summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-05-17serial: bfin_uart: Make MMR access compatible with 32 bits bf609 style contro...Sonic Zhang1-16/+4
2012-05-17serial: bfin_uart: RTS and CTS MMRs can be either 16-bit width or 32-bit width.Sonic Zhang1-12/+10
2012-05-17serial: bfin_uart: narrow the reboot condition in DMA tx interruptSonic Zhang1-1/+1
2012-05-17serial: bfin_uart: Adapt bf5xx serial driver to bf60x serial4 controller.Sonic Zhang1-19/+13
2012-05-15Revert "serial_core: Update buffer overrun statistics."Greg Kroah-Hartman1-4/+2
2012-05-15tty: hvc_xen: NULL dereference on allocation failureDan Carpenter1-2/+2
2012-05-14tty: Fix LED error returnAlan Cox1-1/+1
2012-05-14tty: Allow uart_register/unregister/registerAlan Cox1-0/+1
2012-05-10tty: move global ldisc idle waitqueue to the individual ldiscIvo Sieben1-3/+4
2012-05-09serial8250-em: Add DT supportMagnus Damm1-0/+7
2012-05-09serial8250-em: clk_get() IS_ERR() error handling fixMagnus Damm1-1/+2
2012-05-09serial_core: Update buffer overrun statistics.Corbin Atkinson1-2/+4
2012-05-09tty: drop the pty lock during hangupAlan Cox1-0/+2
2012-05-08cris: fix missing tty arg in wait_event_interruptible_tty callPaul Gortmaker1-2/+2
2012-05-07tty/amiserial: Add missing argument for tty_unlock()Geert Uytterhoeven1-1/+1
2012-05-04tty_lock: Localise the lockAlan Cox13-92/+139
2012-05-04pty: Lock the devpts bits privatelyAlan Cox1-4/+15
2012-05-04tty_lock: undo the old tty_lock use on the cttyAlan Cox1-2/+7
2012-05-04serial8250-em: Emma Mobile UART driver V2Magnus Damm3-0/+187
2012-05-04Add missing call to uart_update_timeout()Lothar Waßmann1-0/+2
2012-05-04tty: mxser: local variables should not be exposed globallyH Hartley Sweeten1-1/+1
2012-05-02serial8250: Introduce serial8250_register_8250_port()Magnus Damm1-32/+59
2012-05-02serial8250: Clean up default map and dl codeMagnus Damm1-26/+12
2012-05-02serial8250: Use dl_read()/dl_write() on RM9KMagnus Damm1-33/+29
2012-05-02serial8250: Use dl_read()/dl_write() on AlchemyMagnus Damm1-41/+26
2012-05-02serial8250: Add dl_read()/dl_write() callbacksMagnus Damm2-53/+78
2012-05-018250.c: less than 2400 baud fix.Christian Melki1-4/+5
2012-04-298250_pci: fix pch uart matchingArnaud Patard1-0/+18
2012-04-29TTY: n_tty, do not dereference user bufferJiri Slaby1-4/+5
2012-04-24vt: push the tty_lock down into the map handlingAlan Cox2-52/+96
2012-04-23Merge 3.4-rc4 into tty-nextGreg Kroah-Hartman29-1439/+1093
2012-04-21Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-14/+13
2012-04-21Merge tag 'mmc-fixes-for-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-80/+85
2012-04-21Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-10/+69
2012-04-21Merge tag 'mfd-for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-137/+121
2012-04-21kill mm argument of vm_munmap()Al Viro1-2/+1
2012-04-20mmc: core: Do not pre-claim host in suspendUlf Hansson1-35/+20
2012-04-20mmc: dw_mmc: prevent NULL dereference for dma_opsJaehoon Chung1-1/+2
2012-04-20mmc: unbreak sdhci-esdhc-imx on i.MX25Eric Bénard1-2/+1
2012-04-20mmc: cd-gpio: Include header to pickup exported symbol prototypesH Hartley Sweeten1-0/+1
2012-04-20mmc: sdhci: refine non-removable card checking for card detectionDaniel Drake1-1/+1
2012-04-20mmc: dw_mmc: Fix switch from DMA to PIOSeungwon Jeon1-1/+3
2012-04-20mmc: remove MMC bus legacy suspend/resume methodChuanxiao Dong2-17/+9
2012-04-20VM: add "vm_mmap()" helper functionLinus Torvalds4-14/+7
2012-04-20VM: add "vm_munmap()" helper functionLinus Torvalds1-3/+1
2012-04-20mmc: omap_hsmmc: Get rid of of_have_populated_dt() usageRajendra Nayak1-2/+2
2012-04-20mmc: omap_hsmmc: build fix for CONFIG_OF=y and CONFIG_MMC_OMAP_HS=mChris Ball1-1/+1
2012-04-20mmc: fixes for eMMC v4.5 sanitize operationAdrian Hunter2-16/+40
2012-04-20mmc: fixes for eMMC v4.5 discard operationAdrian Hunter2-4/+5
2012-04-20Merge tag 'for-torvalds-20120418' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+21