1. 8c7febe Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  2. e4d6f91 sh-sci: Get register size from platform device by Yoshinori Sato · 9 years ago
  3. e1d0be6 sh-sci: Add h8300 SCI by Yoshinori Sato · 10 years ago
  4. 99fb215 serial: sh-sci: Remove obsolete comment about overrun detection by Geert Uytterhoeven · 10 years ago
  5. afd66db serial: sh-sci: Don't set SCLSR bits in the SCxSR error mask by Geert Uytterhoeven · 10 years ago
  6. 2e0842a serial: sh-sci: Use the correct register for overrun checks by Geert Uytterhoeven · 10 years ago
  7. 75c249f serial: sh-sci: Replace hardcoded overrun bit values by Geert Uytterhoeven · 10 years ago
  8. c097abc serial: sh-sci: Add SCIFA/B SCPCR register definitions by Geert Uytterhoeven · 10 years ago
  9. 5f6d851 serial: sh-sci: Update calculation of timeout for DMA by Nobuhiro Iwamatsu · 10 years ago
  10. cb772fe serial: sh-sci: Add overrun handling of SCIFA and SCIFB by Nobuhiro Iwamatsu · 10 years ago
  11. 8b6ff84 serial: sh-sci: Fix R-Car SCIF and HSCIF overrun handling by Hisashi Nakamura · 10 years ago
  12. 51b31f1 serial: sh-sci: Use dev_dbg() to log an error message by Yoshihiro Kaneko · 10 years ago
  13. cb87634 sh-sci: extend PM methods by Sergei Shtylyov · 10 years ago
  14. 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
  15. f53297f serial: sh-sci: Change checking for error rate of HSCIF by Nobuhiro Iwamatsu · 10 years ago
  16. 9144b3c tty: serial: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  17. 2bcd90d serial: sh-sci: use dmaengine_terminate_all() API by Vinod Koul · 10 years ago
  18. 730c4e7 serial: sh-sci: Add calculation recive margin for HSCIF by Nobuhiro Iwamatsu · 10 years ago
  19. bcb9973 serial: sh-sci: Fix range check of bit-rate for HSCIF by Nobuhiro Iwamatsu · 10 years ago
  20. b7d6639 serial: sh-sci: Updated calculation of bit error rate and bit rate by Nobuhiro Iwamatsu · 10 years ago
  21. 8b152f1 serial: treewide: Remove empty implementations of enable_ms() by Alexander Shiyan · 10 years ago
  22. cb15955 Merge tag 'tty-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  23. 0b443ea cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE} by Viresh Kumar · 11 years ago
  24. 9b971cd serial: sh-sci: Neaten dev_<level> uses by Joe Perches · 11 years ago
  25. d3dfe5d serial: sh-sci: Replace hardcoded 3 by UART_PM_STATE_OFF by Geert Uytterhoeven · 11 years ago
  26. 26de4f1 serial: sh-sci: Add more register documentation by Geert Uytterhoeven · 11 years ago
  27. ff43da0 serial: sh-sci: Remove useless casts by Geert Uytterhoeven · 11 years ago
  28. 6c13d5d serial: sh-sci: Replace printk() by pr_*() by Geert Uytterhoeven · 11 years ago
  29. bf13c9a serial: sh-sci: Add missing call to uart_remove_one_port() in failure path by Geert Uytterhoeven · 11 years ago
  30. 3af4e96 serial: sh-sci: Fix cast warning by Jingoo Han · 11 years ago
  31. 20bdcab serial: sh-sci: Add OF support by Bastian Hecht · 11 years ago
  32. 89b5c1a serial: sh-sci: Remove platform data mapbase and irqs fields by Laurent Pinchart · 11 years ago
  33. 878fbb9 serial: sh-sci: Remove platform data scbrr_algo_id field by Laurent Pinchart · 11 years ago
  34. ec09c5e serial: sh-sci: Rework baud rate calculation by Laurent Pinchart · 11 years ago
  35. b545e4f serial: sh-sci: Compute overrun_bit without using baud rate algo by Laurent Pinchart · 11 years ago
  36. 520402b serial: sh-sci: Remove unused GPIO request code by Laurent Pinchart · 11 years ago
  37. 3ae988d serial: sh-sci: Move overrun_bit and error_mask fields out of pdata by Laurent Pinchart · 11 years ago
  38. 1fcc91a serial: sh-sci: Support resources passed through platform resources by Laurent Pinchart · 11 years ago
  39. bc14e00 serial: sh-sci: Don't check IRQ in verify port operation by Laurent Pinchart · 11 years ago
  40. b6e4a3f serial: sh-sci: Set the UPF_FIXED_PORT flag by Laurent Pinchart · 11 years ago
  41. b5e17b7 serial: sh-sci: Remove duplicate interrupt check in verify port op by Laurent Pinchart · 11 years ago
  42. 6557b1f serial: sh-sci: Simplify baud rate calculation algorithms by Laurent Pinchart · 11 years ago
  43. 6db201d serial: sh-sci: Remove baud rate calculation algorithm 5 by Laurent Pinchart · 11 years ago
  44. 8fb9631 serial: sh-sci: Sort headers alphabetically by Laurent Pinchart · 11 years ago
  45. b016b64 serial: sh-sci: Convert to clk_prepare/unprepare by Laurent Pinchart · 11 years ago
  46. caec703 serial: sh-sci: Don't enable/disable port from within break timer by Laurent Pinchart · 11 years ago
  47. e2afca6 serial: sh-sci: Fix warnings due to improper casts and printk formats by Laurent Pinchart · 11 years ago
  48. 0b3d7d3 serial: sh: use DMA_COMPLETE for dma completion status by Vinod Koul · 11 years ago
  49. 3ba35ba serial: sh-sci: use dev_get_platdata() by Jingoo Han · 11 years ago
  50. 574de55 serial: use dev_get_platdata() by Jingoo Han · 11 years ago
  51. d4759de serial: sh-sci: Initialise variables before access in sci_set_termios() by Simon Horman · 11 years ago
  52. f303b36 serial: sh-sci: HSCIF support by Ulrich Hecht · 11 years ago
  53. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  54. 92a19f9 TTY: switch tty_insert_flip_char by Jiri Slaby · 12 years ago
  55. 227434f TTY: switch tty_buffer_request_room to tty_port by Jiri Slaby · 12 years ago
  56. 9671f09 tty: remove use of __devinit by Bill Pemberton · 12 years ago
  57. 33b48e1 serial: sh-sci: fix possible race cases on SCSCR register accesses by Shinya Kuribayashi · 12 years ago
  58. 40f70c0 serial: sh-sci: add locking to console write function to avoid SMP lockup by Shinya Kuribayashi · 12 years ago
  59. 8c66d6d serial: sh-sci: fix common SCIFB regmap definition by Takashi Yoshii · 12 years ago
  60. 63f7ad1 serial: sh-sci: mask SCTFDR/RFDR according to fifosize by Takashi Yoshii · 12 years ago
  61. 9d482cc serial: sh-sci: support lower baud rate by Takashi Yoshii · 12 years ago
  62. 4ffc3cd serial: sh-sci: fix condition test to set SCBRR by Takashi Yoshii · 12 years ago
  63. 0174e5c serial: sh-sci: console runtime PM support (revisit) by Teppei Kamijou · 12 years ago
  64. 00cadbf Partially revert "serial: sh-sci: console Runtime PM support" by Shinya Kuribayashi · 12 years ago
  65. 8807ec6 Revert "sh-sci / PM: Use power.irq_safe" by Shinya Kuribayashi · 12 years ago
  66. cee31c5 Revert "sh-sci / PM: Avoid deadlocking runtime PM" by Shinya Kuribayashi · 12 years ago
  67. 0dd4d5c sh: Fix up more fallout from pointless ARM __iomem churn. by Paul Mundt · 12 years ago
  68. 4dc4c51 serial: sh-sci: fix compilation breakage, when DMA is enabled by Guennadi Liakhovetski · 12 years ago
  69. c511dc1 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  70. d6fa5a4 serial: sh-sci: prepare for conversion to the shdma base library by Guennadi Liakhovetski · 13 years ago
  71. b6c5ef6 serial: sh-sci: Make probe fail for ports that exceed the maximum count by Laurent Pinchart · 12 years ago
  72. 6dae142 serial: sh-sci: Fix probe error paths by Laurent Pinchart · 12 years ago
  73. 0e8963d serial: sh-sci: Fix for port types without BRI interrupts. by Paul Mundt · 12 years ago
  74. a4e02f6 serial: sh-sci: Update break_ctl handling for all SCSPTR-capable regtypes. by Shimoda, Yoshihiro · 13 years ago
  75. bbb4ce5 serial: sh-sci: modify sci_break_ctl() by Shimoda, Yoshihiro · 13 years ago
  76. b12bb29 serial: sh-sci: use serial_port_in/out vs sci_in/out. by Paul Mundt · 13 years ago
  77. f52b69f8 Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 13 years ago
  78. ef08e78 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
  79. 49d4bca serial: sh-sci: fix a race of DMA submit_tx on transfer by Yoshii Takashi · 13 years ago
  80. 1605282 dmaengine/dma_slave: introduce inline wrappers by Alexandre Bounine · 13 years ago
  81. 048be43 sh-sci / PM: Avoid deadlocking runtime PM by Rafael J. Wysocki · 13 years ago
  82. 57f2685 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
  83. 50f0959 serial: sh-sci: Handle GPIO function requests. by Paul Mundt · 13 years ago
  84. 73c3d53 serial: sh-sci: Avoid FIFO clear for MCE toggle. by Paul Mundt · 13 years ago
  85. faf02f8 serial: sh-sci: per-port modem control. by Paul Mundt · 13 years ago
  86. dc7e3ef serial: sh-sci: Add support for loopback mode. by Paul Mundt · 13 years ago
  87. cdf7c42 serial: sh-sci: Fix up modem control handling. by Paul Mundt · 13 years ago
  88. d39ec6c serial: sh-sci: Clarify enable_ms/break_ctl comments. by Paul Mundt · 13 years ago
  89. d97fbbe serial: sh-sci: Support icount statistics for error cases. by Paul Mundt · 13 years ago
  90. 0979e0e serial: sh-sci: Fix up SCFCR handling. by Paul Mundt · 13 years ago
  91. e0d23ef Merge branch 'dma_slave_direction' into next_test_dirn by Vinod Koul · 13 years ago
  92. 37bef8f Merge branches 'sh/pm-runtime' and 'common/clkfwk' into sh-fixes-for-linus by Paul Mundt · 13 years ago
  93. fba9569 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
  94. 3af1f8a serial: sh-sci: Fix up SH-2A SCIF support. by Phil Edworthy · 13 years ago
  95. a485df4 spi, serial: move to dma_transfer_direction by Vinod Koul · 13 years ago
  96. efb8d21 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  97. 9cfb5c0 TTY: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  98. 937bb6e serial: sh-sci: don't filter on DMA device, use only channel ID by Guennadi Liakhovetski · 13 years ago
  99. c42a263 Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-3.x by Linus Torvalds · 13 years ago
  100. 4480a68 serial: sh-sci: report CTS as active for get_mctrl by Yoshii Takashi · 13 years ago