1. 70b4d23 serial: max310x: Make max310x_remove() return void by Uwe Kleine-König · 3 years, 3 months ago
  2. 15e5802 Merge 5.14-rc5 into tty-next by Greg Kroah-Hartman · 3 years, 5 months ago
  3. 3d1fa05 serial: max310x: Use clock-names property matching to recognize EXTCLK by Andy Shevchenko · 3 years, 6 months ago
  4. 61acaba serial: max310x: Unprepare and disable clock in error path by Andy Shevchenko · 3 years, 7 months ago
  5. 910cc953 Merge 5.13-rc4 into tty-next by Greg Kroah-Hartman · 3 years, 8 months ago
  6. d4d6f03 serial: max310x: Try to get crystal clock rate from property by Andy Shevchenko · 3 years, 8 months ago
  7. 3890e3d serial: max310x: unregister uart driver in case of failure and abort by Atul Gopinathan · 3 years, 9 months ago
  8. b0a85ab Revert "serial: max310x: pass return value of spi_register_driver" by Greg Kroah-Hartman · 3 years, 9 months ago
  9. 8ba0f96 tty: max310x: fix flexible_array.cocci warnings by kernel test robot · 3 years, 10 months ago
  10. 2334de1 Revert "serial: max310x: rework RX interrupt handling" by Alexander Shiyan · 4 years ago
  11. 974e454 serial: max310x: Use devm_clk_get_optional() to get the input clock by Andy Shevchenko · 4 years, 3 months ago
  12. c808fab serial: max310x: Make use of device properties by Andy Shevchenko · 4 years, 3 months ago
  13. fce3c5c serial: max310x: rework RX interrupt handling by Thomas Petazzoni · 4 years, 4 months ago
  14. 7d4f881 serial: max310x: turn off transmitter before activating AutoCTS or auto transmitter flow control by Christoph Vogtländer · 5 years ago
  15. 5a8c296 serial: max310x: Properly set flags in AutoCTS mode by Christoph Vogtländer · 5 years ago
  16. 8016c3d tty: max310x: fix off-by-one buffer access when storing overrun by Jan Kundrát · 5 years ago
  17. 888dc27 Merge 5.2-rc3 into tty-next by Greg Kroah-Hartman · 6 years ago
  18. 5d24f45 tty: max310x: Fix external crystal register setup by Joe Burmeister · 6 years ago
  19. 9c12d73 tty: max310x: Split uart characters insertion loop by Serge Semin · 6 years ago
  20. 2b9e6f0 tty: max310x: Optionally enable rs485 on startup by Serge Semin · 6 years ago
  21. 68f22c0 tty: max310x: Add rx-during-tx rs485 flag support by Serge Semin · 6 years ago
  22. 35240ba tty: max310x: Fix invalid baudrate divisors calculator by Serge Semin · 6 years ago
  23. b7382c7 tty: max310x: Don't pass stacked buffers to SPI by Serge Semin · 6 years ago
  24. 1b5d239 tty: max310x: Introduce max310x_one port macro-wrapper by Serge Semin · 6 years ago
  25. 2987590 tty: max310x: Simplify tx-work item code by Serge Semin · 6 years ago
  26. 3a10e3d serial: max310x: Fix to avoid potential NULL pointer dereference by Aditya Pakki · 6 years ago
  27. f233ea4 serial: max310x: Correction of the initial setting of the MODE1 bits for various supported ICs. by Alexander Shiyan · 6 years ago
  28. 833954a serial: max310x: Use struct_size() in devm_kzalloc() by Gustavo A. R. Silva · 6 years ago
  29. 51f689c serial: max310x: pass return value of spi_register_driver by Kangjie Lu · 6 years ago
  30. a8da3c7 serial: max310x: Fix tx_empty() callback by Alexander Shiyan · 6 years ago
  31. 4cf9a88 serial: max310x: Check the clock readiness by Jan Kundrát · 7 years ago
  32. 1a9ab35 gpio: serial: max310x: Use HW type for gpio_chip's label by Jan Kundrát · 7 years ago
  33. e397824 gpio: serial: max310x: Support open-drain configuration for GPIOs by Jan Kundrát · 7 years ago
  34. 2258761 serial: max310x: Reduce RX work starvation by Jan Kundrát · 7 years ago
  35. 2b4bac4 serial: max310x: Use batched reads when reasonably safe by Jan Kundrát · 7 years ago
  36. d584b65 serial: max310x: use a batch write op for UART transmit by Jan Kundrát · 7 years ago
  37. 78be70c serial: max310x: Support IRQ sharing with other devices by Jan Kundrát · 7 years ago
  38. bceb483 serial: max310x: Do not hard-code the IRQ type by Jan Kundrát · 7 years ago
  39. 38d5583 serial: max310x: Fix invalid memory access during GPIO init by Jan Kundrát · 7 years ago
  40. 4793f2e tty: serial: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  41. e3b3d0f tty: add SPDX identifiers to all remaining files in drivers/tty/ by Greg Kroah-Hartman · 7 years ago
  42. 11652fc serial: max310x: Add support for newer silicon revisions by Alexander Shiyan · 8 years ago
  43. c164b00 serial: max310x: Set IRQF_TRIGGER_FALLING flag when dev.of_node is not NULL by Liu Xiang · 8 years ago
  44. 78adcca serial: max310x: Assign port line automatically by Alexander Shiyan · 9 years ago
  45. c8246fe serial: max310x: Unregister UARTs on error by Alexander Shiyan · 9 years ago
  46. e940e81 serial: max310x: Remove duplicate bits definition by Alexander Shiyan · 9 years ago
  47. 6286767a serial: max310x: Register UART driver at module_init by Alexander Shiyan · 9 years ago
  48. 0e8cc7c serial: max310x: Using resource-managed function for GPIO by Alexander Shiyan · 9 years ago
  49. 5bdb48b serial: max310x: Fix RS485 handling by Alexander Shiyan · 9 years ago
  50. a00d60a serial: max310x: use gpiochip data pointer by Linus Walleij · 9 years ago
  51. 58383c78 gpio: change member .dev to .parent by Linus Walleij · 9 years ago
  52. 3821a06 spi: Drop owner assignment from spi_drivers by Andrew F. Davis · 9 years ago
  53. c267d67 drivers/max310: Use the rs485 functions on serial_core by Ricardo Ribalda Delgado · 10 years ago
  54. aad3108 serial/max310x: Remove obsolete #ifset TIOC[SG]RS485 by Ricardo Ribalda Delgado · 10 years ago
  55. 32304d7 max310x: max3109_detect should use indirect addressing in SPI mode for REVID register by Gregory Hermant · 10 years ago
  56. 88d5e52 driver:gpio remove all usage of gpio_remove retval in driver by abdoulaye berthe · 11 years ago
  57. 8b152f1 serial: treewide: Remove empty implementations of enable_ms() by Alexander Shiyan · 11 years ago
  58. ef8b9dd serial: Fix IGNBRK handling by Peter Hurley · 11 years ago
  59. 58dea35 serial: max310x: Add missing #include <linux/uaccess.h> by Geert Uytterhoeven · 11 years ago
  60. 0fd927f serial: max310x: Fix sparse warnings by Alexander Shiyan · 11 years ago
  61. 86a41c4 serial: max310x: Fix build error by Alexander Shiyan · 11 years ago
  62. 1456dad Revert "serial: max310x: Fix build error" by Greg Kroah-Hartman · 11 years ago
  63. d4f6b41 serial: max310x: Fix build warning by Alexander Shiyan · 11 years ago
  64. e3c6ea9 serial: max310x: Fix build error by Alexander Shiyan · 11 years ago
  65. 58afc90 serial: max310x: Add devicetree support by Alexander Shiyan · 11 years ago
  66. 5f52904 serial: max310x: Driver cleanup by Alexander Shiyan · 11 years ago
  67. 55367c6 serial: max310x: Add support for RS-485 mode by Alexander Shiyan · 11 years ago
  68. 0fbae88 serial: max310x: Add missing mutex_destroy() on driver exit by Alexander Shiyan · 11 years ago
  69. dba29a2 serial: max310x: Always use dynamic GPIO ID assignment by Alexander Shiyan · 11 years ago
  70. d3a8a25 serial: max310x: Migrate to CLK API by Alexander Shiyan · 11 years ago
  71. 27027a7 serial: max310x: Move all SPI-dependent stuff in one place by Alexander Shiyan · 11 years ago
  72. bb157e5 serial: max310x: Remove IRQ validation by Alexander Shiyan · 11 years ago
  73. e7b8a3c serial: max310x: Add the loopback mode support by Alexander Shiyan · 11 years ago
  74. f4fcc40 serial: max310x: Remove excess port configure at startup by Alexander Shiyan · 11 years ago
  75. 1e6128b serial: max310x: Remove init() and exit() callbacks by Alexander Shiyan · 11 years ago
  76. e97e155 serial: max310x: Setup baud rate generator more precisely by Alexander Shiyan · 11 years ago
  77. fc811472 tty: Remove unnecessary semicolons by Joe Perches · 11 years ago
  78. c297829 serial: max310x: Fix dev_pm_ops by Alexander Shiyan · 11 years ago
  79. 003236d serial: max310x: Add MAX14830 support by Alexander Shiyan · 12 years ago
  80. 21fc509 serial: max310x: Add MAX3109 support by Alexander Shiyan · 12 years ago
  81. 10d8b34 serial: max310x: Driver rework by Alexander Shiyan · 12 years ago
  82. b7df719 tty: max310x: Use dev_pm_ops by Lars-Peter Clausen · 12 years ago
  83. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  84. 273a4b8 serial: max310x: Setup missing "can_sleep" field for GPIO by Alexander Shiyan · 12 years ago
  85. ae8d8a1 tty: remove use of __devexit by Bill Pemberton · 12 years ago
  86. 9671f09 tty: remove use of __devinit by Bill Pemberton · 12 years ago
  87. 2d47b71 tty: serial: remove use of __devexit_p by Bill Pemberton · 12 years ago
  88. 1838b8c tty: serial: max310x: Add terminating entry for spi_device_id table by Axel Lin · 12 years ago
  89. fd7c81f tty: serial: max310x: Remove explicit use of devm_kfree by Emil Goode · 12 years ago
  90. 23e7c6a tty: serial: max310x: Check return code of gpiochip_remove by Emil Goode · 12 years ago
  91. f654441 serial: New serial driver MAX310X by Alexander Shiyan · 12 years ago