1. 5ae256d ARM: OMAP: serial: Fix the ocp smart idlemode handling bug by Santosh Shilimkar · 12 years ago
  2. bce492c0 ARM: OMAP2+: UART: Fix incorrect population of default uart pads by Govindraj.R · 12 years ago
  3. 867e9f8 ARM: OMAP2+: UART: remove unused fields in omap_uart_state. by NeilBrown · 12 years ago
  4. be4b028 tty: serial: OMAP: block idle while the UART is transferring data in PIO mode by Paul Walmsley · 12 years ago
  5. 2fd1496 ARM: OMAP2+: UART: Remove omap_uart_can_sleep and add pm_qos by Govindraj.R · 13 years ago
  6. 36fc2d1 ARM: OMAP2+: UART: Do not gate uart clocks if used for debug_prints by Govindraj.R · 13 years ago
  7. 08f86b3 ARM: OMAP2+: UART: Avoid uart idling on suspend for no_console_suspend usecase by Govindraj.R · 13 years ago
  8. 8612bd2 ARM: OMAP2+: UART: Avoid console uart idling during bootup by Govindraj.R · 13 years ago
  9. 969996a ARM: OMAP2+: UART: remove temporary variable used to count uart instance by Govindraj.R · 13 years ago
  10. a9e210e ARM: OMAP2+: UART: Make the RX_TIMEOUT for DMA configurable for each UART by Jon Hunter · 13 years ago
  11. c86845db ARM: OMAP2+: UART: Allow UART parameters to be configured from board file. by Deepak K · 13 years ago
  12. 634bd6e ARM: OMAP2+: UART: Remove old and unused clocks handling funcs by Govindraj.R · 13 years ago
  13. 62f3ec5 ARM: OMAP2+: UART: Add wakeup mechanism for omap-uarts by Govindraj.R · 13 years ago
  14. 9473474 ARM: OMAP2+: UART: Move errata handling from serial.c to omap-serial by Govindraj.R · 13 years ago
  15. ec3bebc ARM: OMAP2+: UART: Get context loss count to context restore by Govindraj.R · 13 years ago
  16. 3221289 ARM: OMAP2+: UART: Remove uart reset function. by Govindraj.R · 13 years ago
  17. 9f9ac1e ARM: OMAP2+: UART: Remove context_save and move context restore to driver by Govindraj.R · 13 years ago
  18. edd70ad ARM: OMAP2+: UART: Remove mapbase/membase fields from pdata. by Govindraj.R · 13 years ago
  19. 7496ba3 ARM: OMAP2+: UART: Add default mux for all uarts. by Govindraj.R · 13 years ago
  20. 273558b ARM: OMAP2+: UART: Cleanup part of clock gating mechanism for uart by Govindraj.R · 13 years ago
  21. 8a60585 ARM: OMAP2+: UART: cleanup 8250 console driver support by Govindraj.R · 13 years ago
  22. 8384c97 ARM: OMAP2+: UART: cleanup + remove uart pm specific API by Govindraj.R · 13 years ago
  23. a920360 ARM: OMAP: TI81XX: Prepare for addition of TI814X support by Hemant Pedanekar · 13 years ago
  24. 1e6cb14 ARM: OMAP: am33xx: Update common OMAP machine specific sources by Afzal Mohammed · 13 years ago
  25. 4e65331 ARM: 7159/1: OMAP: Introduce local common.h files by Tony Lindgren · 13 years ago
  26. f718e2c ARM: OMAP2+: devices: Remove all omap_device_pm_latency structures by Benoit Cousson · 13 years ago
  27. 9f8b694 OMAP: omap_device: _disable_idle_on_suspend() takes platform_device pointer by Kevin Hilman · 13 years ago
  28. 3528c58 OMAP: omap_device: when building return platform_device instead of omap_device by Kevin Hilman · 13 years ago
  29. c8c9fda OMAP: PM: disable idle on suspend for GPIO and UART by Kevin Hilman · 13 years ago
  30. 550c809 OMAP2+: hwmod: rename some init functions by Paul Walmsley · 13 years ago
  31. 0100171 TI816X: Update common OMAP machine specific sources by Hemant Pedanekar · 13 years ago
  32. 3e16f92 omap2+: Fix omap_serial_early_init to work with init_early hook by Tony Lindgren · 13 years ago
  33. ac751ef console: rename acquire/release_console_sem() to console_lock/unlock() by Torben Hohn · 13 years ago
  34. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  35. 40e4439 omap2+: Add struct omap_board_data and use it for platform level serial init by Tony Lindgren · 14 years ago
  36. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  37. c4d7e58 OMAP2/3: PRM/CM: prefix OMAP2 PRM/CM functions with "omap2_" by Paul Walmsley · 14 years ago
  38. 59fb659 OMAP2/3: PRCM: split OMAP2/3-specific PRCM code into OMAP2/3-specific files by Paul Walmsley · 14 years ago
  39. dc6d1cd OMAP2+: hwmod: upgrade per-hwmod mutex to a spinlock by Paul Walmsley · 14 years ago
  40. 662b083a omap: Serial: Define register access modes in LCR by Andrei Emeltchenko · 14 years ago
  41. 498cb95 OMAP: Serial: Define OMAP uart MDR1 reg and remove magic numbers by Andrei Emeltchenko · 14 years ago
  42. 0d8e2d0 OMAP2+: PM/serial: hold console semaphore while OMAP UARTs are disabled by Paul Walmsley · 14 years ago
  43. f910043 OMAP: UART: don't resume UARTs that are not enabled. by Kevin Hilman · 14 years ago
  44. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  45. cb74f02 omap: UART: fix wakeup registers for OMAP24xx UART2 by Kevin Hilman · 14 years ago
  46. a1b04cc omap: serial: Fix the boot-up crash/reboot without CONFIG_PM by Santosh Shilimkar · 14 years ago
  47. 4814ced OMAP: control: move plat-omap/control.h to mach-omap2/control.h by Paul Walmsley · 14 years ago
  48. 52663ae OMAP3: serial: Fix uart4 handling for 3630 by Govindraj.R · 14 years ago
  49. 8da37d9 OMAP: UART: use non-locking versions of hwmod enable/idle functions by Kevin Hilman · 14 years ago
  50. 3244fcd OMAP: UART: don't do automatic bus-level suspend/resume by Kevin Hilman · 14 years ago
  51. c04ede3 OMAP2: UART: remove set_uart_globals by Govindraj.R · 14 years ago
  52. 6f251e9 OMAP: UART: omap_device conversions, remove implicit 8520 assumptions by Kevin Hilman · 14 years ago
  53. 0003450 omap2/3/4: serial: errata i202: fix for MDR1 access by Deepak K · 14 years ago
  54. 5a927b3 omap2/3/4: serial: introduce errata handling by Nishanth Menon · 14 years ago
  55. bfe6977 omap2/3/4: serial: kill dev_attr_sleep_timeout sparse warn by Nishanth Menon · 14 years ago
  56. c54bae1 omap2/3/4: serial: remove initialization sparse warnings by Nishanth Menon · 14 years ago
  57. 5ade4ff omap3: serial: Add context save and restore for mcr by Govindraj R · 14 years ago
  58. 4b1bbd3 omap2/3/4: serial: Remove condition for getting uart4_phys by Sergio Aguirre · 14 years ago
  59. 10c805e OMAP3: serial: Use dev_* macros instead of printk by Sergio Aguirre · 14 years ago
  60. e88d556 OMAP3: serial: Check for zero-based physical addr by Sergio Aguirre · 14 years ago
  61. 21b9034 OMAP2: serial.c: Fix number of uarts in early_init by Thomas Weber · 14 years ago
  62. e03d37d omap3/4: uart: fix full-fifo write abort by Santosh Shilimkar · 14 years ago
  63. 30e53bc omap2/3/4: serial: fix coding style indentaion by vikram pandita · 14 years ago
  64. a3a9b36 omap2/3/4: Fix mach-omap2/serial.c for multiboot by Tony Lindgren · 14 years ago
  65. be26a3d Merge branch 'debug-ll' into omap-for-linus by Tony Lindgren · 14 years ago
  66. 4f2c49f omap: Clean the serial port defines by Tony Lindgren · 14 years ago
  67. 301fe8e omap: Disable serial port autoidle by default by Tony Lindgren · 14 years ago
  68. 9230372 omap2/3: make serial_in_override() address the right uart port by Alexander Shishkin · 15 years ago
  69. f2eeeae OMAP3: serial - fix bug introduced in by Mika Westerberg · 15 years ago
  70. ce13d47 omap: serial: fix non-empty uart fifo read abort by vikram pandita · 15 years ago
  71. f62349e OMAP3: serial - allow platforms specify which UARTs to initialize by Mika Westerberg · 15 years ago
  72. 9d30b99 omap: Eliminate OMAP_MAX_NR_PORTS by Alexander Shishkin · 15 years ago
  73. c40552b OMAP3: PM debug: allow runtime toggle of PM features by Kevin Hilman · 15 years ago
  74. 774facd Merge branch '7xx-iosplit-plat' with omap-fixes by Tony Lindgren · 15 years ago
  75. 54341c9 omap4: Fix UART4 platform data on omap4 by Santosh Shilimkar · 15 years ago
  76. ce491cf omap: headers: Move remaining headers from include/mach to include/plat by Tony Lindgren · 15 years ago
  77. 84f90c9 omap: Change low-level serial init to use ioremap by Tony Lindgren · 15 years ago
  78. 61f04ee omap: Fix 44xx compile by Tony Lindgren · 15 years ago
  79. 5328ae3 omap: Fix compile for arch/arm/mach-omap2 by Tony Lindgren · 15 years ago
  80. 73c583e Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 15 years ago
  81. 1f685b3 Merge branch '2_6_32_for_next' of git://git.pwsan.com/linux-2.6 into for-next by Tony Lindgren · 15 years ago
  82. b3c6df3 OMAP2/3 board-*.c files: read bootloader configuration earlier by Paul Walmsley · 15 years ago
  83. aae290f ARM: OMAP4: Bypass the clock check. by Santosh Shilimkar · 15 years ago
  84. 0e3eaad ARM: OMAP4: Fix NULL pointer dereference crash. by Santosh Shilimkar · 15 years ago
  85. c426df8 OMAP2/3: Pass irqflags to 8250 driver by Vikram Pandita · 15 years ago
  86. 15ac408 OMAP: UART: drop OMAP_TAG_UART, enable all UARTs, auto-disabled on idle by Kalle Valo · 15 years ago
  87. 9411326 OMAP: Remove OMAP_IO_ADDRESS, use OMAP1_IO_ADDRESS and OMAP2_IO_ADDRESS instead by Tony Lindgren · 15 years ago
  88. 13efdbe Merge branch 'pm-upstream/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into devel-stable by Russell King · 15 years ago
  89. bcf396c OMAP2/3/4: UART: allow in-order port traversal by Kevin Hilman · 15 years ago
  90. fd455ea OMAP2/3/4: UART: Allow per-UART disabling wakeup for serial ports by Kevin Hilman · 15 years ago
  91. 2466211 OMAP3: Fixed crash bug with serial + suspend by Tero Kristo · 15 years ago
  92. 4789998 OMAP4: UART: cleanup special case IRQ handling by Kevin Hilman · 15 years ago
  93. 085b54d ARM: OMAP4: Add UART4 support by Syed Rafiuddin · 15 years ago
  94. cd07ecc Merge branch 'omap4' into for-next by Tony Lindgren · 15 years ago
  95. 970a724 Merge branch 'omap3-upstream' into for-next by Tony Lindgren · 15 years ago
  96. 4416907 ARM: OMAP4: Add minimal support for omap4 by Santosh Shilimkar · 15 years ago
  97. 2aa57be ARM: OMAP2/3: Serial: Remove arch_initcall dependency by Vikram Pandita · 15 years ago
  98. ba87a9b OMAP: UART: Add sysfs interface for adjusting UART sleep timeout by Jouni Hogander · 16 years ago
  99. 4af4016 OMAP3: PM: UART: disable clocks when idle and off-mode support by Kevin Hilman · 15 years ago
  100. b6825d2 Merge branch 'omap-all' into devel by Russell King · 16 years ago