aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/msm_serial.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-14tty: serial: msm_serial: RX SW/FIFO mode fallbackLoic Poulain1-1/+17
2019-12-23Merge 5.5-rc3 into tty-nextGreg Kroah-Hartman1-2/+11
2019-12-18tty/serial: Migrate msm_serial to use has_sysrqDmitry Safonov1-4/+1
2019-12-12tty: serial: msm_serial: Fix lockup for sysrq and oopsLeo Yan1-2/+11
2019-11-13tty: serial: msm_serial: Use dma_request_chan() directly for channel requestPeter Ujfalusi1-2/+2
2019-11-04tty: serial: msm_serial: Fix flow controlJeffrey Hugo1-1/+5
2019-06-10tty: serial: msm_serial: avoid system lockup conditionJorge Ramirez-Ortiz1-0/+4
2019-05-21tty: serial: msm_serial: Fix XON/XOFFJorge Ramirez-Ortiz1-1/+4
2019-02-19tty: serial: msm_serial: Remove __init from msm_console_setup()Jeffrey Hugo1-1/+1
2018-05-14tty: serial: msm_serial: Add __maybe_unused to suspend/resume callbacksPascal Huerst1-4/+2
2018-04-22tty: serial: msm_serial: Add support for suspend/resumePascal Huerst1-0/+25
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-9/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-08-28tty: serial: msm: Move request_irq to the end of startupNeeraj Upadhyay1-5/+14
2017-01-12tty: serial: msm: Fix module autoloadJavier Martinez Canillas1-0/+1
2016-06-25tty: serial: msm: fix definition of msm_stop_dmaBen Dooks1-1/+1
2016-06-25tty: serial: msm: Don't read off end of tx fifoBjorn Andersson1-1/+1
2016-06-25tty:serial:msm:Do not restore Rx interrupts in DMACharanya Venkatraman1-4/+0
2016-06-25tty: serial: msm: Cleanup include usageStephen Boyd1-3/+3
2016-06-25tty: serial: msm: Only configure MND registers on hw that has itStephen Boyd1-0/+9
2016-06-25tty: serial: msm: Move header file into driverStephen Boyd1-6/+166
2016-04-30tty: serial: msm: Support more baudsStephen Boyd1-33/+66
2016-04-30tty: msm_serial: remove static clk rate setting in probeSrinivas Kandagatla1-2/+0
2016-02-06earlycon: Use common framework for earlycon declarationsPeter Hurley1-2/+0
2015-10-04tty: serial: msm: Remove 115.2 Kbps maximum baud rate limitationIvan T. Ivanov1-3/+17
2015-10-04tty: serial: msm: Add RX DMA supportIvan T. Ivanov1-3/+229
2015-10-04tty: serial: msm: Add TX DMA supportIvan T. Ivanov1-24/+288
2015-10-04tty: serial: msm: Add msm prefix to all driver functionsIvan T. Ivanov1-21/+21
2015-10-04tty: serial: msm: Add mask value for UART_DM registersPramod Gurav1-6/+20
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