aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/msm_serial.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-02tty: serial: msm_serial: Remove console unregistration from driver exit.Pramod Gurav1-3/+0
2015-02-02tty: serial: msm_serial: code cleanup in msm_console_setupPramod Gurav1-20/+4
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-24tty: serial: msm_serial: Don't require DT aliasesStephen Boyd1-3/+3
2014-11-06tty: serial: msm_serial: Use DT aliasesStephen Boyd1-4/+9
2014-11-06tty: serial: msm: Reset uartdm after baud rate changeStephen Boyd1-37/+12
2014-11-06tty: serial: msm: Support sysrq on uartDM devicesStephen Boyd1-10/+31
2014-11-06tty: serial: msm: Fix sysrq spinlock recursion on non-DMStephen Boyd1-1/+5
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-28tty: serial: msm: Add earlycon supportStephen Boyd1-12/+62
2014-09-08serial: msm_serial: Fix kgdb continueStephen Boyd1-15/+7
2014-09-08tty: serial: msm: Fix 'void function return statements are not generally useful' warningKiran Padwal1-2/+0
2014-09-08tty: serial: msm: Fix 'else is not generally useful after a break or return' warningKiran Padwal1-2/+2
2014-09-08tty: serial: msm: Fix style warnings relating to printk()Kiran Padwal1-6/+5
2014-09-08tty: serial: msm: Fix 'Missing a blank line after declarations' warningKiran Padwal1-2/+2
2014-09-08tty: serial: msm: remove braces {} in msm_serial.cKiran Padwal1-3/+2
2014-07-23tty: serial: msm: Make of_device_id array constKiran Padwal1-1/+1
2014-07-10tty: serial: msm: Support big-endian CPUsStephen Boyd1-10/+18
2014-07-09tty: serial: msm_serial.c: Cleaning up uninitialized variablesRickard Strandqvist1-1/+1
2014-06-25Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2014-06-19serial: Fix IGNBRK handlingPeter Hurley1-1/+1
2014-06-18tty: serial: msm: Fix section mismatch warningKumar Gala1-1/+1
2014-05-29tty: serial: msm: Remove direct access to GSBIAndy Gross1-46/+2
2014-02-12msm_serial: Add support for poll_{get,put}_char()Stephen Boyd1-3/+137
2013-08-27msm_serial: Send more than 1 character on the console w/ UARTDMStephen Boyd1-14/+45
2013-08-27msm_serial: Add support for non-GSBI UARTDM devicesStephen Boyd1-2/+8
2013-08-27msm_serial: Switch clock consumer strings and simplify codeStephen Boyd1-14/+5
2013-08-27tty: serial: msm: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-0/+5
2013-08-12serial: msm_serial: fix comparison of different typesJingoo Han1-1/+2
2013-07-26msm_serial: Send more than 1 character at a time on UARTDMStephen Boyd1-19/+32
2013-07-26msm_serial: Make baud_code detection more dynamicStephen Boyd1-54/+44
2013-07-26msm_serial: Fix sparse warningsStephen Boyd1-10/+7
2013-07-26msm_serial: Fix NUL byte output on UARTDMStephen Boyd1-5/+9
2013-07-26msm_serial: add missing iounmap() on error in msm_request_port()Wei Yongjun1-1/+3
2013-06-24msm_serial: Use devm_clk_get() and properly return errorsStephen Boyd1-9/+12
2013-06-24msm_serial: Convert to clk_prepare/unprepareStephen Boyd1-7/+7
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-4/+2
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-1/+1
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-5/+7
2012-11-21tty: remove use of __devexitBill Pemberton1-1/+1
2012-09-10msm_serial: fix clock rate on DMA-based uartsDavid Brown1-1/+1
2011-11-01Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds1-10/+20
2011-08-29msm_serial: Add devicetree supportDavid Brown1-0/+14
2011-08-29msm_serial: Use relative resources for iomemDavid Brown1-10/+6
2011-08-23TTY: msm_serial, remove unneeded console setJiri Slaby1-2/+0
2011-04-19tty: remove invalid location line in file headerJovi Zhang1-1/+1
2011-01-24Merge branch 'msm-uart' into for-nextDavid Brown1-39/+247
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman1-0/+758