| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-10-11 | serial: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2024-04-11 | serial: omap: remove redundant assignment to variable tmout | Colin Ian King | 1 | -1/+0 |
| 2024-03-02 | serial: omap: Use uart_prepare_sysrq_char(). | Sebastian Andrzej Siewior | 1 | -10/+6 |
| 2024-01-04 | serial: omap: do not override settings for RS485 support | Lino Sanfilippo | 1 | -13/+14 |
| 2023-11-23 | serial: omap: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-09-18 | serial: omap: Use port lock wrappers | Thomas Gleixner | 1 | -19/+19 |
| 2023-09-01 | Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -7/+4 |
| 2023-08-18 | drm/i915: Move abs_diff() to math.h | Andy Shevchenko | 1 | -6/+1 |
| 2023-07-25 | serial: omap: Use devm_platform_get_and_ioremap_resource() | Yangtao Li | 1 | -2/+1 |
| 2023-07-25 | serial: drivers: switch ch and flag to u8 | Jiri Slaby | 1 | -2/+2 |
| 2023-07-25 | serial: omap-serial: remove flag from serial_omap_rdi() | Jiri Slaby | 1 | -3/+1 |
| 2022-11-03 | tty: serial: use uart_port_tx_limited() | Jiri Slaby (SUSE) | 1 | -27/+5 |
| 2022-09-22 | tty: serial: extract serial_omap_put_char() from transmit_chars() | Jiri Slaby | 1 | -9/+11 |
| 2022-09-22 | serial: omap: Disallow RS-485 if rts-gpio is not specified | Lukas Wunner | 1 | -14/+13 |
| 2022-08-30 | serial: Make ->set_termios() old ktermios const | Ilpo Järvinen | 1 | -1/+1 |
| 2022-07-08 | serial: Embed rs485_supported to uart_port | Ilpo Järvinen | 1 | -1/+1 |
| 2022-06-27 | serial: take termios_rwsem for ->rs485_config() & pass termios as param | Ilpo Järvinen | 1 | -1/+2 |
| 2022-06-27 | serial: Consolidate BOTH_EMPTY use | Ilpo Järvinen | 1 | -4/+3 |
| 2022-06-10 | serial: omap: Fill in rs485_supported | Ilpo Järvinen | 1 | -0/+8 |
| 2022-04-15 | serial: omap: remove redundant code in rs485_config | Lino Sanfilippo | 1 | -10/+3 |
| 2022-03-03 | serial: make uart_console_write->putchar()'s character an unsigned char | Jiri Slaby | 1 | -2/+2 |
| 2022-02-28 | tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size() | Jiri Slaby | 1 | -15/+1 |
| 2021-07-29 | serial: omap: Disable PM runtime autoidle to remove pm_runtime_irq_safe() | Tony Lindgren | 1 | -73/+2 |
| 2021-05-20 | serial: drop irq-flags initialisations | Johan Hovold | 1 | -5/+5 |
| 2021-04-22 | serial: omap: fix rs485 half-duplex filtering | Dario Binacchi | 1 | -15/+24 |
| 2021-04-22 | serial: omap: don't disable rs485 if rts gpio is missing | Dario Binacchi | 1 | -8/+4 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -2/+0 |
| 2020-05-15 | serial: Allow uart_get_rs485_mode() to return errno | Lukas Wunner | 1 | -1/+3 |
| 2020-04-16 | serial: omap: Convert to use GPIO descriptors | Linus Walleij | 1 | -23/+25 |
| 2020-03-31 | Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -2/+0 |
| 2020-03-24 | serial: omap: drop unused dt-bindings header | Uwe Kleine-König | 1 | -2/+0 |
| 2020-02-14 | drivers: tty: Call cpu_latency_qos_*() instead of pm_qos_*() | Rafael J. Wysocki | 1 | -5/+4 |
| 2020-02-13 | PM: QoS: Rename things related to the CPU latency QoS | Rafael J. Wysocki | 1 | -3/+3 |
| 2019-12-18 | tty/serial: Migrate omap-serial to use has_sysrq | Dmitry Safonov | 1 | -4/+1 |
| 2019-12-10 | tty: omap-serial: remove set but unused variable | Xiongfeng Wang | 1 | -2/+5 |
| 2018-01-09 | tty: omap-serial: Fix initial on-boot RTS GPIO level | Rafael Gago | 1 | -4/+3 |
| 2017-11-28 | serial: core: Support common rs485 binding for RTS polarity | Lukas Wunner | 1 | -2/+5 |
| 2017-11-28 | serial: Make retrieval of rs485 properties platform-agnostic | Lukas Wunner | 1 | -2/+2 |
| 2017-11-08 | tty: serial: Remove redundant license text | Greg Kroah-Hartman | 1 | -5/+0 |
| 2017-11-08 | tty: add SPDX identifiers to all remaining files in drivers/tty/ | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-23 | serial: omap: Fix EFR write on RTS deassertion | Lukas Wunner | 1 | -1/+1 |
| 2017-10-23 | omap_serial: Removing superfluous check on no interrupt pending. | Martin Townsend | 1 | -1/+1 |
| 2017-09-18 | serial: omap-serial: Use common rs485 device tree parsing function | Sascha Hauer | 1 | -12/+1 |
| 2017-07-30 | serial: omap: Remove __init marking from early write | Jeffy Chen | 1 | -7/+6 |
| 2017-04-11 | serial: omap: suspend device on probe errors | Johan Hovold | 1 | -1/+2 |
| 2017-04-11 | serial: omap: fix runtime-pm handling on unbind | Johan Hovold | 1 | -1/+5 |
| 2017-04-08 | tty: serial: omap: add UPF_BOOT_AUTOCONF flag for DT init | Sebastian Reichel | 1 | -0/+3 |
| 2017-01-27 | tty: serial: constify uart_ops structures | Bhumika Goyal | 1 | -1/+1 |
| 2017-01-19 | serial: omap: Add omapserial earlycon | Lokesh Vutla | 1 | -0/+55 |
| 2016-02-14 | Merge 4.5-rc4 into tty-next | Greg Kroah-Hartman | 1 | -3/+7 |
| 2016-02-06 | ARM: OMAP: serial: Rename DRIVER_NAME | Jean Delvare | 1 | -1/+1 |
| 2016-02-06 | serial/omap: mark wait_for_xmitr as __maybe_unused | Arnd Bergmann | 1 | -1/+1 |
| 2016-02-06 | serial: omap: Prevent DoS using unprivileged ioctl(TIOCSRS485) | Peter Hurley | 1 | -2/+6 |
| 2015-12-13 | serial/omap-serial: Deinline wait_for_xmitr, save 165 bytes | Denys Vlasenko | 1 | -1/+1 |
| 2015-10-04 | serial: omap: remove warnings about unused functions | Ezequiel Garcia | 1 | -0/+2 |
| 2015-06-09 | serial: omap: Switch wake-up interrupt to generic wakeirq | Tony Lindgren | 1 | -31/+4 |
| 2015-05-08 | serial: omap: Fix error handling in probe | Semen Protsenko | 1 | -0/+2 |
| 2015-03-26 | tty/serial: omap: fix !wakeirq message | Doug Kehn | 1 | -5/+5 |
| 2015-02-02 | serial: omap: Fix RTS handling | Peter Hurley | 1 | -8/+14 |
| 2015-02-02 | serial: core: Rework hw-assisted flow control support | Peter Hurley | 1 | -1/+6 |
| 2015-01-09 | trivial fixes for omap-serial | Pavel Machek | 1 | -4/+4 |
| 2014-12-18 | Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2014-12-13 | tty / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM | Rafael J. Wysocki | 1 | -1/+1 |
| 2014-11-25 | tty: serial: omap_serial: line is unsigned, don't check < 0 | Sebastian Andrzej Siewior | 1 | -5/+5 |
| 2014-11-06 | tty/serial_core: Introduce lock mechanism for RS485 | Ricardo Ribalda Delgado | 1 | -3/+0 |
| 2014-11-06 | serial/omap: Use the rs485 functions on serial_core | Ricardo Ribalda Delgado | 1 | -47/+22 |
| 2014-11-06 | tty: serial: omap: Increase max consoles and add check to prevent crash | Nishanth Menon | 1 | -1/+8 |
| 2014-11-05 | tty: serial: omap: Remove probe error message | Markus Pargmann | 1 | -2/+0 |
| 2014-09-28 | tty: omap-serial: pull out calculation from baud_is_mode16 | Frans Klaver | 1 | -18/+24 |
| 2014-09-28 | tty: omap-serial: fix division by zero | Frans Klaver | 1 | -2/+10 |
| 2014-04-24 | tty: serial: omap: fix Sparse warnings | Felipe Balbi | 1 | -2/+2 |
| 2014-04-24 | tty: serial: omap: remove unneeded singlethread workqueue | Felipe Balbi | 1 | -3/+0 |
| 2014-04-24 | tty: serial: omap: remove some dead code | Felipe Balbi | 1 | -39/+0 |
| 2014-04-24 | tty: serial: omap: switch over to devm_ioremap_resource | Felipe Balbi | 1 | -23/+9 |
| 2014-04-24 | tty: serial: omap: switch over to platform_get_resource | Felipe Balbi | 1 | -7/+3 |
| 2014-04-24 | tty: serial: omap: cleanup variable declarations | Felipe Balbi | 1 | -3/+6 |
| 2014-04-24 | tty: serial: omap: switch over to devm_request_gpio | Felipe Balbi | 1 | -2/+3 |
| 2014-04-24 | tty: serial: add missing braces | Felipe Balbi | 1 | -1/+4 |
| 2014-04-24 | Revert "serial: omap: unlock the port lock" | Felipe Balbi | 1 | -4/+1 |
| 2014-04-16 | serial: omap: Fix missing pm_runtime_resume handling by simplifying code | Tony Lindgren | 1 | -12/+17 |
| 2014-04-16 | serial: omap: free the wakeup settings in remove | Sanjay Singh Rawat | 1 | -0/+1 |
| 2014-03-17 | tty/serial: omap: empty the RX FIFO at the end of half-duplex TX | Dimitris Lampridis | 1 | -0/+6 |
| 2014-03-17 | tty/serial: omap: fix RX interrupt enable/disable in half-duplex TX | Dimitris Lampridis | 1 | -2/+3 |
| 2014-02-13 | serial: omap: fix rs485 probe on defered pinctrl | Michael Grzeschik | 1 | -1/+4 |
| 2014-02-13 | serial: omap-serial: Move info message to probe function | Markus Pargmann | 1 | -3/+3 |
| 2013-10-31 | serial: omap: fix missing comma | Philippe Proulx | 1 | -1/+1 |
| 2013-10-29 | serial: omap: fix a few checkpatch warnings | Philippe Proulx | 1 | -9/+8 |
| 2013-10-29 | serial: omap: improve RS-485 performance | Philippe Proulx | 1 | -12/+38 |
| 2013-10-29 | serial: omap: Add support for optional wake-up | Tony Lindgren | 1 | -8/+46 |
| 2013-10-16 | serial: omap: delete .set_wake callback | Linus Walleij | 1 | -10/+0 |
| 2013-09-26 | OMAP/serial: Fix Mode13 vs Mode16 priority | Alexey Pelykh | 1 | -1/+1 |
| 2013-09-26 | OMAP/serial: Fix misnamed variable | Alexey Pelykh | 1 | -4/+4 |
| 2013-08-27 | Revert "OMAP: UART: Keep the TX fifo full when possible" | Greg Kroah-Hartman | 1 | -2/+1 |
| 2013-08-27 | Revert "serial: omap: Fix IRQ handling return value" | Greg Kroah-Hartman | 1 | -1/+3 |
| 2013-08-15 | OMAP: serial: Remove incorrect disabling of IER interrupt | Mark Jackson | 1 | -3/+0 |
| 2013-08-14 | OMAP: add RS485 support | Mark Jackson | 1 | -0/+179 |
| 2013-07-31 | serial: use dev_get_platdata() | Jingoo Han | 1 | -3/+3 |
| 2013-07-26 | serial: omap: enable PM runtime only when its fully configured | Grygorii Strashko | 1 | -1/+2 |
| 2013-07-26 | serial: omap: Fix IRQ handling return value | Ruchika Kharwar | 1 | -3/+1 |
| 2013-07-26 | serial: omap: Initialize platform_data | Vikram Pandita | 1 | -1/+3 |
| 2013-07-26 | OMAP: UART: Fix the revision register read. | Ruchika Kharwar | 1 | -1/+1 |
| 2013-07-26 | OMAP: UART: Keep the TX fifo full when possible | Dmitry Fink | 1 | -1/+2 |
| 2013-07-26 | OMAP2+: UART: enable tx wakeup bit for wer reg | Govindraj.R | 1 | -1/+15 |
| 2013-07-24 | drivers/tty/serial: don't use devm_pinctrl_get_select_default() in probe | Wolfram Sang | 1 | -9/+0 |
| 2013-06-17 | serial: omap: Fix device tree based PM runtime | Tony Lindgren | 1 | -6/+5 |
| 2013-06-06 | serial: omap: fix potential NULL pointer dereference in serial_omap_runtime_s... | Wei Yongjun | 1 | -3/+3 |
| 2013-06-03 | serial: omap: repair building without PM_SLEEP | Arnd Bergmann | 1 | -1/+1 |
| 2013-05-27 | Merge 3.10-rc3 into tty-next | Greg Kroah-Hartman | 1 | -23/+0 |
| 2013-05-20 | serial: omap: prevent runtime PM for "no_console_suspend" | Sourav Poddar | 1 | -1/+33 |
| 2013-05-19 | SERIAL: OMAP: Remove the slave idle handling from the driver | Santosh Shilimkar | 1 | -23/+0 |
| 2013-04-03 | OMAP/serial: Revert bad fix of Rx FIFO threshold granularity | Alexey Pelykh | 1 | -0/+11 |
| 2013-02-05 | OMAP/serial: Fix incorrect Rx FIFO threshold setting, LSR validation on Tx, a... | Alexey Pelykh | 1 | -6/+2 |
| 2013-01-17 | OMAP/serial: Support 1Mbaud and similar baudrates that require Mode16 instead... | Alexey Pelykh | 1 | -10/+28 |
| 2013-01-15 | TTY: switch tty_flip_buffer_push | Jiri Slaby | 1 | -2/+1 |
| 2013-01-15 | serial: omap: add the functionality of a 9-bit UART with userspaces CMSPAR | Enric Balletbo i Serra | 1 | -0/+2 |
| 2012-12-14 | ARM: OMAP: Move plat/omap-serial.h to include/linux/platform_data/serial-omap.h | Tony Lindgren | 1 | -2/+1 |
| 2012-12-12 | Merge branch 'omap-serial' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -81/+150 |
| 2012-11-21 | tty: remove use of __devexit | Bill Pemberton | 1 | -1/+1 |
| 2012-11-21 | tty: remove use of __devinit | Bill Pemberton | 1 | -3/+3 |
| 2012-11-21 | tty: serial: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 |
| 2012-11-04 | SERIAL: omap: fix hardware assisted flow control | Russell King | 1 | -8/+39 |
| 2012-11-04 | SERIAL: omap: simplify (2) | Russell King | 1 | -9/+0 |
| 2012-11-04 | SERIAL: omap: move xon/xoff setting earlier | Russell King | 1 | -6/+7 |
| 2012-11-04 | SERIAL: omap: always set TCR | Russell King | 1 | -17/+11 |
| 2012-11-04 | SERIAL: omap: simplify | Russell King | 1 | -11/+4 |
| 2012-11-04 | SERIAL: omap: don't read back LCR/MCR/EFR | Russell King | 1 | -7/+6 |
| 2012-11-04 | SERIAL: omap: serial_omap_configure_xonxoff() contents into set_termios | Russell King | 1 | -59/+53 |
| 2012-11-04 | SERIAL: omap: configure xon/xoff before setting modem control lines | Russell King | 1 | -1/+2 |
| 2012-11-04 | SERIAL: omap: move driver private definitions and structures to driver | Russell King | 1 | -0/+52 |
| 2012-11-04 | SERIAL: omap: remove 'irq_pending' bitfield | Russell King | 1 | -1/+0 |
| 2012-11-04 | SERIAL: omap: fix MCR TCRTLR bit handling | Russell King | 1 | -16/+21 |
| 2012-11-04 | SERIAL: omap: fix set_mctrl() breakage | Russell King | 1 | -3/+5 |
| 2012-11-04 | SERIAL: omap: no need to re-read EFR | Russell King | 1 | -2/+0 |
| 2012-11-04 | SERIAL: omap: remove setting of EFR SCD bit | Russell King | 1 | -6/+2 |
| 2012-11-04 | SERIAL: omap: allow hardware assisted IXANY mode to be disabled | Russell King | 1 | -0/+2 |
| 2012-11-04 | SERIAL: omap: allow hardware assisted rts/cts modes to be disabled | Russell King | 1 | -0/+7 |
| 2012-10-29 | Merge 3.7-rc3 into tty-next | Greg Kroah-Hartman | 1 | -6/+6 |
| 2012-10-25 | serial: omap: Remove the hardcode serial_omap_console_ports array. | Shubhrajyoti D | 1 | -1/+1 |
| 2012-10-25 | serial: omap: Remove the default setting of special character | Shubhrajyoti D | 1 | -5/+1 |
| 2012-10-25 | serial: omap: Make context_loss_cnt signed | Shubhrajyoti D | 1 | -4/+8 |
| 2012-10-24 | Revert "serial: omap: fix software flow control" | Felipe Balbi | 1 | -6/+6 |
| 2012-10-02 | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -1/+1 |
| 2012-09-26 | serial: omap: fix the reciever line error case | Shubhrajyoti D | 1 | -0/+4 |
| 2012-09-21 | serial: omap: Remove unnecessary checks from suspend/resume | Sourav Poddar | 1 | -14/+9 |
| 2012-09-10 | serial: omap: Request pins using pinctrl framework | Tony Lindgren | 1 | -0/+9 |
| 2012-09-10 | serial: omap: fix DeviceTree boot | Felipe Balbi | 1 | -7/+13 |
| 2012-09-07 | serial: omap: fix compile breakage | Felipe Balbi | 1 | -0/+4 |
| 2012-09-06 | serial: omap: enable RX and TX FIFO usage | Felipe Balbi | 1 | -3/+7 |
| 2012-09-06 | serial: omap: move uart_omap_port definition to C file | Felipe Balbi | 1 | -0/+38 |
| 2012-09-06 | serial: omap: remove unnecessary header and add a missing one | Felipe Balbi | 1 | -1/+1 |
| 2012-09-06 | serial: omap: fix software flow control | Vikram Pandita | 1 | -6/+6 |
| 2012-09-06 | serial: omap: make sure to put() on poll_get_char | Felipe Balbi | 1 | -2/+7 |
| 2012-09-06 | serial: omap: implement set_wake | Felipe Balbi | 1 | -0/+10 |
| 2012-09-06 | serial: omap: unlock the port lock | Ruchika Kharwar | 1 | -1/+4 |
| 2012-09-06 | serial: omap: drop "inline" from IRQ handler prototype | Felipe Balbi | 1 | -1/+1 |
| 2012-09-06 | serial: omap: optimization with section annotations | Felipe Balbi | 1 | -5/+5 |
| 2012-09-06 | serial: omap: fix sequence of pm_runtime_* calls. | Ruchika Kharwar | 1 | -1/+1 |
| 2012-09-06 | serial: omap: don't save IRQ flags on hardirq | Felipe Balbi | 1 | -3/+2 |
| 2012-09-06 | serial: omap: make sure to suspend device before remove | Felipe Balbi | 1 | -0/+1 |
| 2012-09-06 | serial: omap: drop unnecessary check from remove | Felipe Balbi | 1 | -6/+3 |
| 2012-09-06 | serial: omap: set dev->drvdata before enabling pm_runtime | Felipe Balbi | 1 | -1/+1 |
| 2012-09-06 | serial: omap: stick to put_autosuspend | Felipe Balbi | 1 | -11/+22 |
| 2012-09-06 | serial: omap: move THRE check to transmit_chars() | Felipe Balbi | 1 | -3/+5 |
| 2012-09-06 | serial: omap: refactor receive_chars() into rdi/rlsi handlers | Felipe Balbi | 1 | -104/+101 |
| 2012-09-06 | serial: omap: simplify IRQ handling | Felipe Balbi | 1 | -13/+38 |
| 2012-09-06 | serial: omap: drop DMA support | Felipe Balbi | 1 | -318/+12 |
| 2012-09-06 | serial: omap: don't access the platform_device | Felipe Balbi | 1 | -62/+62 |
| 2012-09-05 | serial: omap: define helpers for pdata function pointers | Felipe Balbi | 1 | -19/+47 |
| 2012-09-05 | serial: omap: define and use to_uart_omap_port() | Felipe Balbi | 1 | -18/+18 |
| 2012-08-20 | workqueue: deprecate flush[_delayed]_work_sync() | Tejun Heo | 1 | -1/+1 |
| 2012-08-16 | OMAP/serial: Add support for driving a GPIO as DTR. | NeilBrown | 1 | -1/+34 |
| 2012-04-18 | Merge 3.4-rc3 into tty-next | Greg Kroah-Hartman | 1 | -23/+20 |
| 2012-04-18 | OMAP2+: UART: Remove cpu checks for populating errata flags | Govindraj.R | 1 | -1/+73 |
| 2012-04-09 | omap-serial: Fix the error handling in the omap_serial probe | Shubhrajyoti D | 1 | -23/+20 |
| 2012-03-08 | tty: serial: OMAP: Fix oops due to NULL pdata in DT boot | Cousson, Benoit | 1 | -3/+3 |
| 2012-02-09 | tty: serial: omap-serial: wakeup latency constraint is in microseconds, not m... | Paul Walmsley | 1 | -2/+1 |
| 2012-02-09 | tty: serial: OMAP: block idle while the UART is transferring data in PIO mode | Paul Walmsley | 1 | -0/+7 |
| 2012-02-09 | tty: serial: OMAP: use a 1-byte RX FIFO threshold in PIO mode | Paul Walmsley | 1 | -3/+17 |
| 2012-01-26 | Revert "tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA mode" | Greg Kroah-Hartman | 1 | -31/+4 |
| 2012-01-26 | Revert "tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the ... | Greg Kroah-Hartman | 1 | -50/+1 |
| 2012-01-24 | tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the chip | Paul Walmsley | 1 | -1/+50 |
| 2012-01-24 | tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA mode | Paul Walmsley | 1 | -4/+31 |
| 2012-01-24 | omap-serial: make serial_omap_restore_context depend on CONFIG_PM_RUNTIME | Shubhrajyoti D | 1 | -1/+1 |
| 2012-01-24 | omap-serial :Make the suspend/resume functions depend on CONFIG_PM_SLEEP. | Shubhrajyoti D | 1 | -1/+1 |
| 2012-01-09 | Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -61/+367 |
| 2011-12-16 | omap-serial: Add minimal device tree support | Rajendra Nayak | 1 | -3/+42 |
| 2011-12-16 | omap-serial: Use default clock speed (48Mhz) if not specified | Rajendra Nayak | 1 | -0/+7 |
| 2011-12-16 | omap-serial: Get rid of all pdev->id usage | Rajendra Nayak | 1 | -15/+15 |
| 2011-12-14 | ARM: OMAP2+: UART: Fix compilation/sparse warnings | Govindraj.R | 1 | -3/+4 |
| 2011-12-14 | ARM: OMAP2+: UART: Remove omap_uart_can_sleep and add pm_qos | Govindraj.R | 1 | -1/+35 |
| 2011-12-14 | ARM: OMAP2+: UART: Make the RX_TIMEOUT for DMA configurable for each UART | Jon Hunter | 1 | -7/+8 |
| 2011-12-14 | ARM: OMAP2+: UART: Allow UART parameters to be configured from board file. | Deepak K | 1 | -5/+3 |
| 2011-12-14 | ARM: OMAP2+: UART: Add wakeup mechanism for omap-uarts | Govindraj.R | 1 | -0/+15 |
| 2011-12-14 | ARM: OMAP2+: UART: Move errata handling from serial.c to omap-serial | Govindraj.R | 1 | -4/+64 |
| 2011-12-14 | ARM: OMAP2+: UART: Get context loss count to context restore | Govindraj.R | 1 | -2/+18 |
| 2011-12-14 | ARM: OMAP2+: UART: Remove uart reset function. | Govindraj.R | 1 | -0/+1 |
| 2011-12-14 | ARM: OMAP2+: UART: Ensure all reg values configured are available from port s... | Govindraj.R | 1 | -17/+26 |
| 2011-12-14 | ARM: OMAP2+: UART: Remove context_save and move context restore to driver | Govindraj.R | 1 | -0/+24 |
| 2011-12-14 | ARM: OMAP2+: UART: Add runtime pm support for omap-serial driver | Govindraj.R | 1 | -13/+109 |
| 2011-12-14 | ARM: OMAP2+: UART: Remove mapbase/membase fields from pdata. | Govindraj.R | 1 | -2/+8 |