1. f69d3d6 pci: serial: Support reading PCI-register size with base by Simon Glass · 1 year, 1 month ago
  2. 7f5ff03 serial: Drop ns16550 serial_getinfo() in SPL by Simon Glass · 1 year, 1 month ago
  3. 6e7df1d global: Finish CONFIG -> CFG migration by Tom Rini · 1 year, 9 months ago
  4. 9109213 global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_* by Tom Rini · 1 year, 11 months ago
  5. 57c3afb powerpc: Rename CONFIG_NS16550_MIN_FUNCTIONS by Tom Rini · 1 year, 11 months ago
  6. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 2 months ago
  7. 5e998b4 serial: ns16550: Wait in debug_uart_init until tx buffer is empty by Pali Rohár · 2 years, 4 months ago
  8. d293759 serial: ns16550: Add support for SPL_DEBUG_UART_BASE by Pali Rohár · 2 years, 6 months ago
  9. 04ee76c rockchip: serial: move driver alias to serial_rockchip.c by Johan Jonker · 2 years, 6 months ago
  10. f899cc1 ti: keystone: Move away from CONFIG_SOC_KEYSTONE by Tom Rini · 3 years, 1 month ago
  11. 414cc15 treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 2 months ago
  12. 384b62c serial: ns16550: Handle zero <clock-frequency> value by Bin Meng · 3 years, 9 months ago
  13. 09bd084 serial: ns16550: Correct the base address type by Bin Meng · 3 years, 9 months ago
  14. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  15. bdf8fd7 dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS by Simon Glass · 3 years, 10 months ago
  16. 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 3 years, 10 months ago
  17. 2d6bf75 serial: Rename ns16550 functions to lower case by Simon Glass · 3 years, 10 months ago
  18. d30c720 serial: Update NS16550_t and struct NS16550 by Simon Glass · 3 years, 10 months ago
  19. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 11 months ago
  20. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 11 months ago
  21. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 11 months ago
  22. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  23. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 11 months ago
  24. addf358 core: add support for U_BOOT_DRIVER_ALIAS by Walter Lozano · 4 years, 4 months ago
  25. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  26. 5db92a0 serial: ns16550: Provide UART base clock speed in ->getinfo() by Andy Shevchenko · 4 years, 8 months ago
  27. 9e6ce62 serial: ns16550: Fix ordering of getting base address by Bin Meng · 4 years, 7 months ago
  28. 720f9e1 serial: ns16550: Move PCI access from ofdata_to_platdata() to probe() by Wolfgang Wallner · 4 years, 8 months ago
  29. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 9 months ago
  30. 62cbde4 serial: ns16550: Support run-time configuration by Simon Glass · 4 years, 10 months ago
  31. 1c16606 serial: ns16550: Use old baud rate divisor for flushing if not given by Patrik Dahlström · 4 years, 10 months ago
  32. d96c260 common: Move clock functions into a new file by Simon Glass · 4 years, 10 months ago
  33. 33c215a dm: pci: Add a function to read a PCI BAR by Simon Glass · 5 years ago
  34. 2e2c514 serial: ns16550: Allow serial to enabled/disabled in SPL by Simon Glass · 5 years ago
  35. c4448bd serial: ns16550: fix debug uart putc called before init by Simon Goldschmidt · 6 years ago
  36. d50d681 spl: fix build failure with !CONFIG_SPL_PCI_SUPPORT by Sekhar Nori · 6 years ago
  37. 50bf7d0 serial: ns16550: Provide ->getinfo() implementation by Andy Shevchenko · 6 years ago
  38. 4e72077 serial: ns16550: Read reg-io-width from device tree by Andy Shevchenko · 6 years ago
  39. 1a67969 Revert "serial: ns16550: fix debug uart putc called before init" by Simon Goldschmidt · 6 years ago
  40. 9ad3b04 serial: ns16550: add setconfig support by Simon Goldschmidt · 6 years ago
  41. 4687919 serial: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · 6 years ago
  42. 6f57c34 serial: ns16550: fix debug uart putc called before init by Simon Goldschmidt · 6 years ago
  43. 5d75419 serial: omap: Introduce DM specific omap serial by Lokesh Vutla · 6 years ago
  44. b051eec serial: ns16550: Add reset ctrl to driver by Ley Foon Tan · 6 years ago
  45. 78b7d37 ns16550: Fix mem mapped endian check by Bernhard Messerklinger · 7 years ago
  46. 4dbf9be serial: ns16550: Fix style violation by Mario Six · 7 years ago
  47. 7fded0c Revert "serial: ns16550: Add RX interrupt buffer support" by Stefan Roese · 7 years ago
  48. 6822cf3 serial: ns16550: Add RX interrupt buffer support by Stefan Roese · 7 years ago
  49. 8d3a256 Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  50. db9f8f6 dm: serial: ns16550: Convert to livetree by Simon Glass · 7 years ago
  51. 3d40479 rockchip: ns16550: dm: convert fdt_get to dev_read by Philipp Tomsich · 7 years ago
  52. a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
  53. 89024dd TI: Drop 'CONFIG_OMAP' by Tom Rini · 7 years ago
  54. a52cf08 serial: omap: Support debug UART by Lokesh Vutla · 7 years ago
  55. 6f8c351 serial: ns16550: Link in the DM driver when when using platdata by Alexandru Gagniuc · 8 years ago
  56. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  57. 17fa032 serial, ns16550: bugfix: ns16550 fifo not enabled by Heiko Schocher · 8 years ago
  58. 0b060ee serial: 16550: Add Ingenic JZ4780 support by Marek Vasut · 8 years ago
  59. 79fd928 serial: 16550: Add port type as driver data by Marek Vasut · 8 years ago
  60. 65f8380 serial: 16550: Add getfcr accessor by Marek Vasut · 8 years ago
  61. 021abf6 Revert "ns16650: Make sure we have CONFIG_CLK set before using infrastructure" by Masahiro Yamada · 8 years ago
  62. ab895d6 serial: ns16550: Handle -ENOENT when requesting clock by Alexandre Courbot · 8 years ago
  63. 82f5279 ns16650: Make sure we have CONFIG_CLK set before using infrastructure by Tom Rini · 8 years ago
  64. 50fce1d serial: ns16550: Support clocks via phandle by Paul Burton · 8 years ago
  65. b2927fb dm: serial: ns16550: Update to support of-platdata by Simon Glass · 8 years ago
  66. 03c6f17 serial: 16550: Drop OMAP1510 support by Marek Vasut · 8 years ago
  67. fa4ce72 serial: 16550: Make serial_io/out_shift available to debug mode by Marek Vasut · 8 years ago
  68. df8ec55 dm: ns16550: Don't map_physmem for I/O ports by Paul Burton · 8 years ago
  69. 59b35dd dm: ns16550: Add support for reg-offset property by Michal Simek · 9 years ago
  70. e5e88c6 Revert "dm: ns16550: Add support for reg-offset property" by Tom Rini · 9 years ago
  71. d9a3bec dm: ns16550: Add support for reg-offset property by Michal Simek · 9 years ago
  72. cc4228f ns16550: zap the rockchip serial compatible string by Thomas Chou · 9 years ago
  73. b7e2983 dm: ns16550: Allow the driver to be omitted if requested by Simon Glass · 9 years ago
  74. fcc0a87 dm: serial: Convert ns16550 driver to use driver model PCI API by Simon Glass · 9 years ago
  75. b7e5a64 dm: serial: ns16550: Add pre-reloc flag to the driver by Simon Glass · 9 years ago
  76. 80e0614 ns16550: change reg-shift property default to zero by Thomas Chou · 9 years ago
  77. a51dbeb rockchip: serial driver support rk3036 by huang lin · 9 years ago
  78. 4fb6055 ns16550: zap CONFIG_NS16550_SERIAL by Thomas Chou · 9 years ago
  79. 8e62d32 ns16550: add generic binding to unify the drivers by Thomas Chou · 9 years ago
  80. 77d7b5c ns16550: change map_sysmem to map_physmem by Thomas Chou · 9 years ago
  81. 97b0597 debug_uart: Adjust the declaration of debug_uart_init() by Simon Glass · 9 years ago
  82. 4e9838c dm: Use dev_get_addr() where possible by Simon Glass · 9 years ago
  83. 0f92582 of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · 9 years ago
  84. 6e780c7 ns16550: Improve debug UART so it can work with 32-bit access by Simon Glass · 9 years ago
  85. 9091400 dm: ns16550: Support CONFIG_SYS_NS16550_MEM32 with driver model by Simon Glass · 9 years ago
  86. 4f60166 serial: ns16550: Remove hard-coded baud_divisor setting by Axel Lin · 9 years ago
  87. ab9fd2e serial: ns16550: Remove unnecessary init on UART setup by Simon Glass · 10 years ago
  88. 363e6da dm: ns16550: Support non-byte register spacing with driver model by Simon Glass · 10 years ago
  89. dd0b012 serial: ns16550: Add an option to specify the debug UART register shift by Simon Glass · 10 years ago
  90. 0eb25b6 common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
  91. 20379c1 serial: ns16550: Fix build error due to a typo by Axel Lin · 10 years ago
  92. 21d0043 serial: ns16550: Support debug UART by Simon Glass · 10 years ago
  93. 7657167 serial: ns16550: Add access functions that don't need platdata by Simon Glass · 10 years ago
  94. 3db886a serial: ns16550: Support ns16550 compatible pci uart devices by Bin Meng · 10 years ago
  95. 956a8ba ns16550.c: Fix for ns16550 driver hanging on OMAP4 by Gregoire Gentil · 10 years ago
  96. 1f77690 dm: serial: ns16550: Add a cast to the I/O operations by Simon Glass · 10 years ago
  97. 11c1a87 dm: ns16550: Correct the probe logic for platform data by Simon Glass · 10 years ago
  98. 167efe0 dm: ns16550: Use an address instead of a pointer for the uart base by Simon Glass · 10 years ago
  99. aea2be2 dm: serial: ns16550: Correct logic for checking for character by Simon Glass · 10 years ago
  100. 12e431b dm: serial: Add driver model support for ns16550 by Simon Glass · 10 years ago