summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/msm_serial.c
Commit message (Expand)AuthorAgeFilesLines
* tty: serial: msm: fix definition of msm_stop_dmaBen Dooks2016-06-251-1/+1
* tty: serial: msm: Don't read off end of tx fifoBjorn Andersson2016-06-251-1/+1
* tty:serial:msm:Do not restore Rx interrupts in DMACharanya Venkatraman2016-06-251-4/+0
* tty: serial: msm: Cleanup include usageStephen Boyd2016-06-251-3/+3
* tty: serial: msm: Only configure MND registers on hw that has itStephen Boyd2016-06-251-0/+9
* tty: serial: msm: Move header file into driverStephen Boyd2016-06-251-6/+166
* tty: serial: msm: Support more baudsStephen Boyd2016-04-301-33/+66
* tty: msm_serial: remove static clk rate setting in probeSrinivas Kandagatla2016-04-301-2/+0
* earlycon: Use common framework for earlycon declarationsPeter Hurley2016-02-061-2/+0
* tty: serial: msm: Remove 115.2 Kbps maximum baud rate limitationIvan T. Ivanov2015-10-041-3/+17
* tty: serial: msm: Add RX DMA supportIvan T. Ivanov2015-10-041-3/+229
* tty: serial: msm: Add TX DMA supportIvan T. Ivanov2015-10-041-24/+288
* tty: serial: msm: Add msm prefix to all driver functionsIvan T. Ivanov2015-10-041-21/+21
* tty: serial: msm: Add mask value for UART_DM registersPramod Gurav2015-10-041-6/+20
* tty: serial: msm_serial: Remove console unregistration from driver exit.Pramod Gurav2015-02-021-3/+0
* tty: serial: msm_serial: code cleanup in msm_console_setupPramod Gurav2015-02-021-20/+4
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * tty: serial: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | tty: serial: msm_serial: Don't require DT aliasesStephen Boyd2014-11-241-3/+3
* | tty: serial: msm_serial: Use DT aliasesStephen Boyd2014-11-061-4/+9
* | tty: serial: msm: Reset uartdm after baud rate changeStephen Boyd2014-11-061-37/+12
* | tty: serial: msm: Support sysrq on uartDM devicesStephen Boyd2014-11-061-10/+31
* | tty: serial: msm: Fix sysrq spinlock recursion on non-DMStephen Boyd2014-11-061-1/+5
|/
* tty: serial: msm: Add earlycon supportStephen Boyd2014-09-281-12/+62
* serial: msm_serial: Fix kgdb continueStephen Boyd2014-09-081-15/+7
* tty: serial: msm: Fix 'void function return statements are not generally usef...Kiran Padwal2014-09-081-2/+0
* tty: serial: msm: Fix 'else is not generally useful after a break or return' ...Kiran Padwal2014-09-081-2/+2
* tty: serial: msm: Fix style warnings relating to printk()Kiran Padwal2014-09-081-6/+5
* tty: serial: msm: Fix 'Missing a blank line after declarations' warningKiran Padwal2014-09-081-2/+2
* tty: serial: msm: remove braces {} in msm_serial.cKiran Padwal2014-09-081-3/+2
* tty: serial: msm: Make of_device_id array constKiran Padwal2014-07-231-1/+1
* tty: serial: msm: Support big-endian CPUsStephen Boyd2014-07-101-10/+18
* tty: serial: msm_serial.c: Cleaning up uninitialized variablesRickard Strandqvist2014-07-091-1/+1
* Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-06-251-1/+1
|\
| * tty: serial: msm: Fix section mismatch warningKumar Gala2014-06-181-1/+1
* | serial: Fix IGNBRK handlingPeter Hurley2014-06-191-1/+1
|/
* tty: serial: msm: Remove direct access to GSBIAndy Gross2014-05-291-46/+2
* msm_serial: Add support for poll_{get,put}_char()Stephen Boyd2014-02-121-3/+137
* msm_serial: Send more than 1 character on the console w/ UARTDMStephen Boyd2013-08-271-14/+45
* msm_serial: Add support for non-GSBI UARTDM devicesStephen Boyd2013-08-271-2/+8
* msm_serial: Switch clock consumer strings and simplify codeStephen Boyd2013-08-271-14/+5
* tty: serial: msm: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar2013-08-271-0/+5
* serial: msm_serial: fix comparison of different typesJingoo Han2013-08-121-1/+2
* msm_serial: Send more than 1 character at a time on UARTDMStephen Boyd2013-07-261-19/+32
* msm_serial: Make baud_code detection more dynamicStephen Boyd2013-07-261-54/+44
* msm_serial: Fix sparse warningsStephen Boyd2013-07-261-10/+7
* msm_serial: Fix NUL byte output on UARTDMStephen Boyd2013-07-261-5/+9
* msm_serial: add missing iounmap() on error in msm_request_port()Wei Yongjun2013-07-261-1/+3
* msm_serial: Use devm_clk_get() and properly return errorsStephen Boyd2013-06-241-9/+12
* msm_serial: Convert to clk_prepare/unprepareStephen Boyd2013-06-241-7/+7