aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/msm_serial.c
AgeCommit message (Expand)Author
2021-12-08tty: serial: msm_serial: Deactivate RX DMA for polling supportSven Eckelmann
2020-01-09tty: serial: msm_serial: Fix lockup for sysrq and oopsLeo Yan
2019-12-17tty: serial: msm_serial: Fix flow controlJeffrey Hugo
2019-07-31tty: serial: msm_serial: avoid system lockup conditionJorge Ramirez-Ortiz
2019-06-09tty: serial: msm_serial: Fix XON/XOFFJorge Ramirez-Ortiz
2017-08-28tty: serial: msm: Move request_irq to the end of startupNeeraj Upadhyay
2017-01-12tty: serial: msm: Fix module autoloadJavier Martinez Canillas
2016-06-25tty: serial: msm: fix definition of msm_stop_dmaBen Dooks
2016-06-25tty: serial: msm: Don't read off end of tx fifoBjorn Andersson
2016-06-25tty:serial:msm:Do not restore Rx interrupts in DMACharanya Venkatraman
2016-06-25tty: serial: msm: Cleanup include usageStephen Boyd
2016-06-25tty: serial: msm: Only configure MND registers on hw that has itStephen Boyd
2016-06-25tty: serial: msm: Move header file into driverStephen Boyd
2016-04-30tty: serial: msm: Support more baudsStephen Boyd
2016-04-30tty: msm_serial: remove static clk rate setting in probeSrinivas Kandagatla
2016-02-06earlycon: Use common framework for earlycon declarationsPeter Hurley
2015-10-04tty: serial: msm: Remove 115.2 Kbps maximum baud rate limitationIvan T. Ivanov
2015-10-04tty: serial: msm: Add RX DMA supportIvan T. Ivanov
2015-10-04tty: serial: msm: Add TX DMA supportIvan T. Ivanov
2015-10-04tty: serial: msm: Add msm prefix to all driver functionsIvan T. Ivanov
2015-10-04tty: serial: msm: Add mask value for UART_DM registersPramod Gurav
2015-02-02tty: serial: msm_serial: Remove console unregistration from driver exit.Pramod Gurav
2015-02-02tty: serial: msm_serial: code cleanup in msm_console_setupPramod Gurav
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-24tty: serial: msm_serial: Don't require DT aliasesStephen Boyd
2014-11-06tty: serial: msm_serial: Use DT aliasesStephen Boyd
2014-11-06tty: serial: msm: Reset uartdm after baud rate changeStephen Boyd
2014-11-06tty: serial: msm: Support sysrq on uartDM devicesStephen Boyd
2014-11-06tty: serial: msm: Fix sysrq spinlock recursion on non-DMStephen Boyd
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang
2014-09-28tty: serial: msm: Add earlycon supportStephen Boyd
2014-09-08serial: msm_serial: Fix kgdb continueStephen Boyd
2014-09-08tty: serial: msm: Fix 'void function return statements are not generally usef...Kiran Padwal
2014-09-08tty: serial: msm: Fix 'else is not generally useful after a break or return' ...Kiran Padwal
2014-09-08tty: serial: msm: Fix style warnings relating to printk()Kiran Padwal
2014-09-08tty: serial: msm: Fix 'Missing a blank line after declarations' warningKiran Padwal
2014-09-08tty: serial: msm: remove braces {} in msm_serial.cKiran Padwal
2014-07-23tty: serial: msm: Make of_device_id array constKiran Padwal
2014-07-10tty: serial: msm: Support big-endian CPUsStephen Boyd
2014-07-09tty: serial: msm_serial.c: Cleaning up uninitialized variablesRickard Strandqvist
2014-06-25Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-06-19serial: Fix IGNBRK handlingPeter Hurley
2014-06-18tty: serial: msm: Fix section mismatch warningKumar Gala
2014-05-29tty: serial: msm: Remove direct access to GSBIAndy Gross
2014-02-12msm_serial: Add support for poll_{get,put}_char()Stephen Boyd
2013-08-27msm_serial: Send more than 1 character on the console w/ UARTDMStephen Boyd
2013-08-27msm_serial: Add support for non-GSBI UARTDM devicesStephen Boyd
2013-08-27msm_serial: Switch clock consumer strings and simplify codeStephen Boyd
2013-08-27tty: serial: msm: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar
2013-08-12serial: msm_serial: fix comparison of different typesJingoo Han