1. 618bbaa tty: serial: cpm_uart: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  2. ed0bb23 tty: constify of_device_id array by Fabian Frederick · 9 years ago
  3. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  4. e789d26 serial: cpm_uart: use container_of to resolve uart_cpm_port from uart_port by Fabian Frederick · 10 years ago
  5. 2c15043 tty: serial: cpm_uart: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  6. 8b152f1 serial: treewide: Remove empty implementations of enable_ms() by Alexander Shiyan · 10 years ago
  7. 2fe686e serial: cpm_uart: No LF conversion in put_poll_char() by Daniel Thompson · 10 years ago
  8. b548095 Merge remote-tracking branch 'grant/devicetree/next' into for-next by Rob Herring · 11 years ago
  9. f757849 of/irq: Use irq_of_parse_and_map() by Thierry Reding · 11 years ago
  10. 5af5073 drivers: clean-up prom.h implicit includes by Rob Herring · 11 years ago
  11. a416bfa tty: serial: cpm_uart: Adding proper request of GPIO used by cpm_uart driver by Christophe Leroy · 11 years ago
  12. 696faed serial: use platform_{get,set}_drvdata() by Jingoo Han · 11 years ago
  13. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 11 years ago
  14. d6c53c0 TTY: move low_latency to tty_port by Jiri Slaby · 11 years ago
  15. 92a19f9 TTY: switch tty_insert_flip_char by Jiri Slaby · 11 years ago
  16. 227434f TTY: switch tty_buffer_request_room to tty_port by Jiri Slaby · 11 years ago
  17. ae8d8a1 tty: remove use of __devexit by Bill Pemberton · 12 years ago
  18. 9671f09 tty: remove use of __devinit by Bill Pemberton · 12 years ago
  19. 6e62bdc Powerpc 8xx CPM_UART setting MAXIDL register proportionaly to baud rate by Christophe Leroy · 12 years ago
  20. fbbb9d9 Powerpc 8xx CPM_UART maxidl should not depend on fifo size by Christophe Leroy · 12 years ago
  21. 59733ef Powerpc 8xx CPM_UART too many interrupts by Christophe Leroy · 12 years ago
  22. 725ef4a Powerpc 8xx CPM_UART desynchronisation by Christophe Leroy · 12 years ago
  23. ee160a3 TTY: serial, fix includes in some drivers by Jiri Slaby · 13 years ago
  24. 99edb3d tty: remove invalid location line in file header by Jovi Zhang · 13 years ago
  25. 793218d dt/serial: Eliminate users of of_platform_{,un}register_driver by Grant Likely · 13 years ago
  26. ab4382d tty: move drivers/serial/ to drivers/tty/serial/ by Greg Kroah-Hartman · 13 years ago[Renamed from drivers/serial/cpm_uart/cpm_uart_core.c]
  27. 5b04ec4 serial: cpm_uat: reducing CPM serial latency by Baurzhan Ismagulov · 14 years ago
  28. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  29. d790d4d Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  30. b770ffd comment typo fixes: charater => character by Thomas Weber · 14 years ago
  31. 8cd774ad serial: cpm_uart: implement the cpm_uart_early_write() function for console poll by Dongdong Deng · 14 years ago
  32. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 14 years ago
  33. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 14 years ago
  34. 09dd3fc Fix build of cpm_uart due to core changes by Benjamin Herrenschmidt · 15 years ago
  35. ebd2c8f serial: kill off uart_info by Alan Cox · 15 years ago
  36. 4d8107f cpm_uart: Disable CPM udbg when re-initing CPM uart, even if not the console. by Scott Wood · 15 years ago
  37. bd86ef3 cpm_uart: Initialize port.dev before it's used. by Scott Wood · 15 years ago
  38. 9ab9212 cpm_uart: fix non-console port startup bug by Xiaotian Feng · 15 years ago
  39. 9301975 Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  40. a62c413 drivers/serial: use nr_irqs by Yinghai Lu · 16 years ago
  41. 8b05cef cpm_uart: Pass actual dev ptr to dma_* in ucc and cpm_uart serial by Becky Bruce · 16 years ago
  42. 8077655 cpm_uart: Add generic clock API support to set baudrates by Laurent Pinchart · 16 years ago
  43. 7485d26 cpm_uart: Modem control lines support by Laurent Pinchart · 16 years ago
  44. ae2d4c3 cpm1: don't send break on TX_STOP, don't interrupt RX/TX when adjusting termios parameters by Nye Liu · 16 years ago
  45. 8e21d04 kgdb: kgdboc console poll hooks for cpm uart by Jason Wessel · 16 years ago
  46. f10140f port_fixups: Fix ups for tty port changes by Alan Cox · 16 years ago
  47. dc32081 cpm_uart: Support uart_wait_until_sent() by Laurent Pinchart · 16 years ago
  48. 491a7a4 cpm_uart: Fix cpm uart corruption with PREEMPT_RT by Rune Torgersen · 16 years ago
  49. 0b2a2e5 cpm_uart: Remove !CONFIG_PPC_CPM_NEW_BINDING code by Kumar Gala · 16 years ago
  50. 0d84406 cpm_uart: fix whitespace issues by Kumar Gala · 16 years ago
  51. 71cc2c2 serial: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  52. d464df2 [POWERPC] cpm_uart: Allocate DPRAM memory for SMC ports on CPM2-based platforms. by Laurent Pinchart · 16 years ago
  53. 15aafa2 Remove pointless casts from void pointers by Jeff Garzik · 16 years ago
  54. d948a29 [POWERPC] cpm_uart: Issue STOP_TX command before initializing console. by Scott Wood · 17 years ago
  55. c1dcfd9 [POWERPC] cpm_uart: sparse fixes by Scott Wood · 17 years ago
  56. 7ae8703 [POWERPC] cpm_uart: Be an of_platform device when CONFIG_PPC_CPM_NEW_BINDING is set. by Scott Wood · 17 years ago
  57. 90faf4f [POWERPC] CPM_UART: Use inline function form of eieio by Kumar Gala · 17 years ago
  58. 1bda8f3 [POWERPC] CPM_UART: cpm_uart_set_termios should take ktermios, not termios by Scott Wood · 17 years ago
  59. 076fa0f SPIN_LOCK_UNLOCKED cleanup in drivers/serial by Milind Arun Choudhary · 17 years ago
  60. 0091cf5 [POWERPC] CPM_UART: Fix non-console initialisation by Kalle Pokki · 18 years ago
  61. 599540a [POWERPC] CPM_UART: Fix non-console transmit by Kalle Pokki · 18 years ago
  62. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  63. 611a15a POWERPC: Bring the fs_no calculation to the relevant SoC enumeration by Vitaly Bordug · 18 years ago
  64. d3465c9 POWERPC: overhaul with cpm2_map mechanism by Vitaly Bordug · 18 years ago
  65. 3dd0dcb cpm_uart: make it possible to utilize from powerpc by Vitaly Bordug · 18 years ago
  66. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  67. 8e30a9a [PATCH] ppc32 CPM_UART: various fixes for pq2 uart users by Vitaly Bordug · 18 years ago
  68. 6e197696 [PATCH] ppc32 CPM_UART: fixes and improvements by Vitaly Bordug · 18 years ago
  69. 61f5657 [PATCH] ppc32 CPM_UART: Fixed break send on SCC by Vitaly Bordug · 18 years ago
  70. 09b03b6 [PATCH] ppc32 CPM_UART: Fixed odd address translations by Vitaly Bordug · 18 years ago
  71. e27987c [PATCH] ppc32 CPM_UART: Convert to use platform devices by Vitaly Bordug · 18 years ago
  72. 76a5543 [SERIAL] PPC32 CPM_UART: update to utilize the new TTY flip API by Vitaly Bordug · 18 years ago
  73. 9b4a161 [SERIAL] uart_port iotype member should use UPIO_* by Russell King · 18 years ago
  74. 03929c7 [PATCH] ppc32: cpm_uart: fix xchar sending by Aristeu Sergio Rozanski Filho · 18 years ago
  75. 4c8d3d9 [PATCH] Update email address for Kumar by Kumar Gala · 19 years ago
  76. 638861d [PATCH] cpm_uart: use schedule_timeout instead of direct call to schedule by Kumar Gala · 19 years ago
  77. b129a8c [SERIAL] Clean up and fix tty transmission start/stoping by Russell King · 19 years ago
  78. 36d2f5a [PATCH] cpm_uart: needs some love to compile with GCC4.0.1 by Kumar Gala · 19 years ago
  79. 311c462 [PATCH] cpm_uart: Fix dpram allocation and non-console uarts by Kumar Gala · 19 years ago
  80. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago