1. 09dd3fc Fix build of cpm_uart due to core changes by Benjamin Herrenschmidt · 15 years ago
  2. ebd2c8f serial: kill off uart_info by Alan Cox · 15 years ago
  3. 6e900de cpm_uart: Don't use alloc_bootmem in cpm_uart_cpm2.c by Mark Ware · 15 years ago
  4. 4d8107f cpm_uart: Disable CPM udbg when re-initing CPM uart, even if not the console. by Scott Wood · 15 years ago
  5. bd86ef3 cpm_uart: Initialize port.dev before it's used. by Scott Wood · 15 years ago
  6. 9ab9212 cpm_uart: fix non-console port startup bug by Xiaotian Feng · 15 years ago
  7. 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
  8. a62c413 drivers/serial: use nr_irqs by Yinghai Lu · 16 years ago
  9. 8b05cef cpm_uart: Pass actual dev ptr to dma_* in ucc and cpm_uart serial by Becky Bruce · 16 years ago
  10. 8077655 cpm_uart: Add generic clock API support to set baudrates by Laurent Pinchart · 16 years ago
  11. 7485d26 cpm_uart: Modem control lines support by Laurent Pinchart · 16 years ago
  12. ae2d4c3 cpm1: don't send break on TX_STOP, don't interrupt RX/TX when adjusting termios parameters by Nye Liu · 16 years ago
  13. 8e21d04 kgdb: kgdboc console poll hooks for cpm uart by Jason Wessel · 16 years ago
  14. f10140f port_fixups: Fix ups for tty port changes by Alan Cox · 16 years ago
  15. dc32081 cpm_uart: Support uart_wait_until_sent() by Laurent Pinchart · 16 years ago
  16. 491a7a4 cpm_uart: Fix cpm uart corruption with PREEMPT_RT by Rune Torgersen · 16 years ago
  17. 0b2a2e5 cpm_uart: Remove !CONFIG_PPC_CPM_NEW_BINDING code by Kumar Gala · 16 years ago
  18. 0d84406 cpm_uart: fix whitespace issues by Kumar Gala · 16 years ago
  19. 71cc2c2 serial: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  20. d464df2 [POWERPC] cpm_uart: Allocate DPRAM memory for SMC ports on CPM2-based platforms. by Laurent Pinchart · 16 years ago
  21. 15aafa2 Remove pointless casts from void pointers by Jeff Garzik · 16 years ago
  22. b5677d8 [POWERPC] CPM: Rename commproc to cpm1 and cpm2_common.c to cpm2.c by Jochen Friedrich · 16 years ago
  23. 1dd4561 [POWERPC] Fix compile error if CONFIG_STX_GP3 is defined by Kumar Gala · 16 years ago
  24. 362f9b6 [POWERPC] Move CPM command handling into the cpm drivers by Jochen Friedrich · 17 years ago
  25. 15f8c60 [POWERPC] cpm: Describe multi-user ram in its own device node. by Scott Wood · 17 years ago
  26. d948a29 [POWERPC] cpm_uart: Issue STOP_TX command before initializing console. by Scott Wood · 17 years ago
  27. c1dcfd9 [POWERPC] cpm_uart: sparse fixes by Scott Wood · 17 years ago
  28. 7ae8703 [POWERPC] cpm_uart: Be an of_platform device when CONFIG_PPC_CPM_NEW_BINDING is set. by Scott Wood · 17 years ago
  29. d214602 [POWERPC] Fix cpm_uart driver for cpm1 machines by Jochen Friedrich · 17 years ago
  30. 90faf4f [POWERPC] CPM_UART: Use inline function form of eieio by Kumar Gala · 17 years ago
  31. 32a56eb [POWERPC] CPM_UART: Removed __init from cpm_uart_init_portdesc to fix warning by Kumar Gala · 17 years ago
  32. 1bda8f3 [POWERPC] CPM_UART: cpm_uart_set_termios should take ktermios, not termios by Scott Wood · 17 years ago
  33. 4c35630 [POWERPC] Change rheap functions to use ulongs instead of pointers by Timur Tabi · 17 years ago
  34. 076fa0f SPIN_LOCK_UNLOCKED cleanup in drivers/serial by Milind Arun Choudhary · 17 years ago
  35. 0f9ec0a [POWERPC] Fix compile failure in cpm_uart_cpm2 by Paul Gortmaker · 17 years ago
  36. 5427828 [POWERPC] Fix kernel build errors for mpc8272ads and mpc8560ads by Vitaly Bordug · 17 years ago
  37. f25222b [POWERPC] cpm_uart: OF-related fix for CPM1 by Vitaly Bordug · 17 years ago
  38. 533462d [POWERPC] CPM_UART: Fix inconsistency of function definition by Kalle Pokki · 18 years ago
  39. 0091cf5 [POWERPC] CPM_UART: Fix non-console initialisation by Kalle Pokki · 18 years ago
  40. 599540a [POWERPC] CPM_UART: Fix non-console transmit by Kalle Pokki · 18 years ago
  41. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  42. 038b0a6 Remove all inclusions of <linux/config.h> by Dave Jones · 18 years ago
  43. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  44. 611a15a POWERPC: Bring the fs_no calculation to the relevant SoC enumeration by Vitaly Bordug · 18 years ago
  45. d3465c9 POWERPC: overhaul with cpm2_map mechanism by Vitaly Bordug · 18 years ago
  46. fc8e50e POWERPC: Get rid of remapping the whole immr by Vitaly Bordug · 18 years ago
  47. 3dd0dcb cpm_uart: make it possible to utilize from powerpc by Vitaly Bordug · 18 years ago
  48. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  49. 8e30a9a [PATCH] ppc32 CPM_UART: various fixes for pq2 uart users by Vitaly Bordug · 18 years ago
  50. 6e197696 [PATCH] ppc32 CPM_UART: fixes and improvements by Vitaly Bordug · 18 years ago
  51. 61f5657 [PATCH] ppc32 CPM_UART: Fixed break send on SCC by Vitaly Bordug · 18 years ago
  52. 09b03b6 [PATCH] ppc32 CPM_UART: Fixed odd address translations by Vitaly Bordug · 18 years ago
  53. e27987c [PATCH] ppc32 CPM_UART: Convert to use platform devices by Vitaly Bordug · 18 years ago
  54. 76a5543 [SERIAL] PPC32 CPM_UART: update to utilize the new TTY flip API by Vitaly Bordug · 18 years ago
  55. 9b4a161 [SERIAL] uart_port iotype member should use UPIO_* by Russell King · 18 years ago
  56. 03929c7 [PATCH] ppc32: cpm_uart: fix xchar sending by Aristeu Sergio Rozanski Filho · 19 years ago
  57. 4c8d3d9 [PATCH] Update email address for Kumar by Kumar Gala · 19 years ago
  58. b0531b9 [PATCH] cpm_uart: Fix baseaddress for SMC 1 and 2 by Kumar Gala · 19 years ago
  59. 638861d [PATCH] cpm_uart: use schedule_timeout instead of direct call to schedule by Kumar Gala · 19 years ago
  60. 0d8ba1a [PATCH] cpm_uart: Fix 2nd serial port on MPC8560 ADS by Kumar Gala · 19 years ago
  61. b129a8c [SERIAL] Clean up and fix tty transmission start/stoping by Russell King · 19 years ago
  62. 36d2f5a [PATCH] cpm_uart: needs some love to compile with GCC4.0.1 by Kumar Gala · 19 years ago
  63. 311c462 [PATCH] cpm_uart: Fix dpram allocation and non-console uarts by Kumar Gala · 19 years ago
  64. 4e4b795 [PATCH] cpm_uart: use DPRAM for early console by Marcelo Tosatti · 19 years ago
  65. e6b6239 [PATCH] ppc32: add Freescale MPC885ADS board support by Andrei Konovalov · 19 years ago
  66. a1604f9 [PATCH] cpm_uart: Route SCC2 pins for the STx GP3 board by Matt Porter · 19 years ago
  67. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago