1. 67e92c1 video: omap: add panel driver by Dario Binacchi · 4 years ago
  2. 836cc9d dm: core: add a function to decode display timings by Dario Binacchi · 4 years ago
  3. 1a9d208 bus: ti: am33xx: add pwm subsystem driver by Dario Binacchi · 4 years ago
  4. 3e8e7bf pwm: ti: am33xx: add enhanced pwm driver by Dario Binacchi · 4 years ago
  5. 880563d omap: timer: fix the rate setting by Dario Binacchi · 4 years ago
  6. b574d68 fdt: translate address if #size-cells = <0> by Dario Binacchi · 4 years ago
  7. d4352b8 clk: move clk-ti-sci driver to 'ti' directory by Dario Binacchi · 4 years ago
  8. 4707e38 clk: ti: omap4: add clock manager driver by Dario Binacchi · 4 years ago
  9. 59ea184 clk: ti: add support for clkctrl clocks by Dario Binacchi · 4 years ago
  10. b96e897 clk: ti: add gate clock driver by Dario Binacchi · 4 years ago
  11. d284157 clk: ti: add divider clock driver by Dario Binacchi · 4 years ago
  12. 6e6eb8b clk: ti: am33xx: add DPLL clock drivers by Dario Binacchi · 4 years ago
  13. da3b020 clk: ti: add mux clock driver by Dario Binacchi · 4 years ago
  14. b7f8589 clk: add clk_round_rate() by Dario Binacchi · 4 years ago
  15. d1cb3f6 bus: ti: add minimal sysc interconnect target driver by Dario Binacchi · 4 years ago
  16. 39fc7a6 clk: export generic routines by Dario Binacchi · 4 years ago
  17. ab34b89 spi: omap3_spi: Fix speed and mode selection by Vignesh Raghavendra · 4 years ago
  18. 7cb5159 spi: ti_qspi: Fix "spi-max-frequency" error path in ti_qspi_ofdata_to_platdata by Ovidiu Panait · 4 years ago
  19. 21adc2d gpio: tca642x: fix input subcommand for gpio banks > 0 by Tomas Novotny · 4 years ago
  20. 92d6d86 Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 3 years, 11 months ago
  21. bb721de Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 11 months ago
  22. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 11 months ago
  23. 2500de2 dtoc: Drop dm_populate_phandle_data() by Simon Glass · 4 years ago
  24. df65db8 dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS by Simon Glass · 4 years ago
  25. 65130cd dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 4 years ago
  26. 1d8364a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 4 years ago
  27. cecfc89 dm: core: Add logging when lists_bind_fdt() fails by Simon Glass · 4 years ago
  28. 784cd9e dm: core: Allow the uclass list to move by Simon Glass · 4 years ago
  29. c77695b dm: core: Split out scanning code to dm_scan() by Simon Glass · 4 years ago
  30. a7ece58 dm: core: Access device ofnode through functions by Simon Glass · 4 years ago
  31. f1d50f7 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 4 years ago
  32. 07c1777 dm: core: Rename dev_has_of_node() to dev_has_ofnode() by Simon Glass · 4 years ago
  33. 6211d76 dm: core: Access device flags through functions by Simon Glass · 4 years ago
  34. 5e34992 dm: core: Rename sqq to seq_ by Simon Glass · 4 years ago
  35. ad337e6 dm: core: Split out alloc code into a new function by Simon Glass · 4 years ago
  36. 71d5777 x86: sysreset: Move priv/plat structs to headers by Simon Glass · 4 years ago
  37. 7db0683 dm: core: Move priv/plat structs for simple_bus to headers by Simon Glass · 4 years ago
  38. b33cd25 spi: Tweak a few strange SPI NOR features for of-platdata by Simon Glass · 4 years ago
  39. 1b349e3 spi: Tidy up get/set of device node by Simon Glass · 4 years ago
  40. de64048 x86: spl: Move priv/plat structs to headers by Simon Glass · 4 years ago
  41. 28c751f x86: apl: Move priv/plat structs to headers by Simon Glass · 4 years ago
  42. e5b6d5f sandbox: Add a compatible string for spltest by Simon Glass · 4 years ago
  43. 4662f61 sandbox: i2c: Move priv into a header file by Simon Glass · 4 years ago
  44. 2bfb7ef sandbox: serial: Move priv into a header file by Simon Glass · 4 years ago
  45. a5ed07c x86: pinctrl: Drop unlikely error messages from TPL by Simon Glass · 4 years ago
  46. ec8ae8a x86: apl: Reduce size for TPL by Simon Glass · 4 years ago
  47. 4bf8972 test: Move some test drivers into their own file by Simon Glass · 4 years ago
  48. 12905d6 sysreset: Use a shorter error with SPL by Simon Glass · 4 years ago
  49. defcc63 pinctrl: Drop post_bind() method when not needed by Simon Glass · 4 years ago
  50. 541f62c dm: core: Rename the priv/plat members by Simon Glass · 4 years ago
  51. 2543b16 dm: core: Use access methods for dev/uclass private data by Simon Glass · 4 years ago
  52. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · 4 years ago
  53. d4f0c94 dm: core: Add functions to set priv/plat by Simon Glass · 4 years ago
  54. 96404c2 dm: core: Add function to access uclass priv by Simon Glass · 4 years ago
  55. 37ad5f3 x86: apl: Drop support for !OF_PLATDATA_PARENT by Simon Glass · 4 years ago
  56. 76404d8 dm: core: Only include simple-bus devicetree id when needed by Simon Glass · 4 years ago
  57. 69ea20e dm: core: Use 'uclass_driver' for the uclass linker_list by Simon Glass · 4 years ago
  58. f03341f dm: core: Support dm_dump_all() in SPL by Simon Glass · 4 years ago
  59. 2b92398 serial: Rename ns16550 functions to lower case by Simon Glass · 4 years ago
  60. 119e7ef serial: Update NS16550_t and struct NS16550 by Simon Glass · 4 years ago
  61. a1e136d video: Call video_sync in video_clear() by Michal Simek · 4 years ago
  62. 32058b8 video: seps525: Add seps525 SPI driver by Michal Simek · 4 years ago
  63. 8ae95df video: Introduce video_sync operation by Michal Simek · 4 years ago
  64. 632e3d4 video: Let video_sync to return error value by Michal Simek · 4 years ago
  65. 20272f3 zynq: mtd: nand: remove superfluous if by Heinrich Schuchardt · 4 years ago
  66. 4206b77 cosmetic: fix typo in drivers/usb/Kconfig by Marc Ferland · 4 years ago
  67. 9fbb0aa nvme: Use only 32-bit accesses in nvme_writeq/nvme_readq by Stefan Agner · 4 years ago
  68. cc59fc9 spi: zynqmp_gqspi: Fix unaligned data writes issue by T Karthik Reddy · 4 years ago
  69. 5190dec serial: uartlite: Fix uninitialized ret in debug uartlite by Ashok Reddy Soma · 4 years ago
  70. d6c907e dfu_mtd: Add provision to unlock mtd device by Sughosh Ganu · 4 years ago
  71. 3c597b7 Merge tag 'u-boot-imx-20201227' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years ago
  72. e6aa94c Revert "arm64: a37xx: pci: Assert PERST# signal when unloading driver" by Pali Rohár · 4 years ago
  73. 323069e i2c: mxc_i2c: improve error message readability by Marc Ferland · 4 years ago
  74. 39f1d28 dm: core: Inline a few ofnode functions in SPL by Simon Glass · 4 years ago
  75. c1e0dac dm: spi: Fix spi_free_slave() freed memory write by Niel Fourie · 4 years ago
  76. 40dcee1 spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logic by Ovidiu Panait · 4 years ago
  77. a2c9d01 test: spi: Add sandbox_spi_get_{speed, mode} interface by Ovidiu Panait · 4 years ago
  78. 05f3881 spi: sandbox_spi: Implement speed/mode setup by Ovidiu Panait · 4 years ago
  79. ae73473 sandbox: test: Add a second SPI slave on sandbox_spi bus by Ovidiu Panait · 4 years ago
  80. a220c1d sandbox: spi: Drop unused sandbox_spi_parse_spec function by Ovidiu Panait · 4 years ago
  81. 38040a9 dm: core: Drop seq and req_seq by Simon Glass · 4 years ago
  82. f7eca61 cmd: Drop use of old sequence numbers in commands by Simon Glass · 4 years ago
  83. b941f56 dm: core: Update uclass_find_next_free_req_seq() for new scheme by Simon Glass · 4 years ago
  84. 07e1338 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · 4 years ago
  85. 784c1fb dm: Drop uclass_resolve_seq() by Simon Glass · 4 years ago
  86. 7d5e411 dm: Switch over to use new sequence number for dev_seq() by Simon Glass · 4 years ago
  87. 99382ba pinctrl: Update for new sequence numbers by Simon Glass · 4 years ago
  88. b4db372 gpio: Update for new sequence numbers by Simon Glass · 4 years ago
  89. 579d804 usb: Update for new sequence numbers by Simon Glass · 4 years ago
  90. cb4363a usb: ehci-mx6: Drop assignment of sequence number by Simon Glass · 4 years ago
  91. c4222cd spi: Update for new sequence numbers by Simon Glass · 4 years ago
  92. be70610 pci: Update to use new sequence numbers by Simon Glass · 4 years ago
  93. 3a9d5f1 dm: core: Allow manual sequence numbering by Simon Glass · 4 years ago
  94. 3e14a22 net: Update to use new sequence numbers by Simon Glass · 4 years ago
  95. 4123ba0 i2c: Update for new sequence numbers by Simon Glass · 4 years ago
  96. 7f4dadf octeon: Don't attempt to set the sequence number by Simon Glass · 4 years ago
  97. a2b5855 dm: Fix return value in dev_read_alias_seq() by Simon Glass · 4 years ago
  98. 437ed82 dm: core: Switch binding to use new sequence numbers by Simon Glass · 4 years ago
  99. 7272e92 dm: core: Add a new sequence number for devices by Simon Glass · 4 years ago
  100. 1ae093f dm: core: Update uclass_find_next_free_req_seq() args by Simon Glass · 4 years ago