1. f3f83ad spi: omap3_spi: Fix speed and mode selection by Vignesh Raghavendra · 3 years, 11 months ago
  2. 705082d spi: ti_qspi: Fix "spi-max-frequency" error path in ti_qspi_ofdata_to_platdata by Ovidiu Panait · 3 years, 11 months ago
  3. 49b4c54 gpio: tca642x: fix input subcommand for gpio banks > 0 by Tomas Novotny · 3 years, 11 months ago
  4. bc0b99b Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 3 years, 10 months ago
  5. b11f634 Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 10 months ago
  6. 720620e Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 10 months ago
  7. d960f0d dtoc: Drop dm_populate_phandle_data() by Simon Glass · 3 years, 10 months ago
  8. bdf8fd7 dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS by Simon Glass · 3 years, 10 months ago
  9. 65e25be dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 3 years, 10 months ago
  10. 20e442a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 3 years, 10 months ago
  11. 97e8684 dm: core: Add logging when lists_bind_fdt() fails by Simon Glass · 3 years, 10 months ago
  12. 8a71553 dm: core: Allow the uclass list to move by Simon Glass · 3 years, 10 months ago
  13. 49bbe6e dm: core: Split out scanning code to dm_scan() by Simon Glass · 3 years, 10 months ago
  14. f10643c dm: core: Access device ofnode through functions by Simon Glass · 3 years, 10 months ago
  15. 7d14ee4 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 3 years, 10 months ago
  16. c23405f dm: core: Rename dev_has_of_node() to dev_has_ofnode() by Simon Glass · 3 years, 10 months ago
  17. 73466df dm: core: Access device flags through functions by Simon Glass · 3 years, 10 months ago
  18. 2462139 dm: core: Rename sqq to seq_ by Simon Glass · 3 years, 10 months ago
  19. 82021e3 dm: core: Split out alloc code into a new function by Simon Glass · 3 years, 10 months ago
  20. 6a2350f x86: sysreset: Move priv/plat structs to headers by Simon Glass · 3 years, 10 months ago
  21. 6563b20 dm: core: Move priv/plat structs for simple_bus to headers by Simon Glass · 3 years, 10 months ago
  22. a1a8a63 spi: Tweak a few strange SPI NOR features for of-platdata by Simon Glass · 3 years, 10 months ago
  23. e2a7cfe spi: Tidy up get/set of device node by Simon Glass · 3 years, 10 months ago
  24. a53f6fa x86: spl: Move priv/plat structs to headers by Simon Glass · 3 years, 10 months ago
  25. 366c4eb x86: apl: Move priv/plat structs to headers by Simon Glass · 3 years, 10 months ago
  26. b060333 sandbox: Add a compatible string for spltest by Simon Glass · 3 years, 10 months ago
  27. f05a7c5 sandbox: i2c: Move priv into a header file by Simon Glass · 3 years, 10 months ago
  28. bfae6cc sandbox: serial: Move priv into a header file by Simon Glass · 3 years, 10 months ago
  29. 53d5969 x86: pinctrl: Drop unlikely error messages from TPL by Simon Glass · 3 years, 10 months ago
  30. 8b842be x86: apl: Reduce size for TPL by Simon Glass · 3 years, 10 months ago
  31. 079ac59 test: Move some test drivers into their own file by Simon Glass · 3 years, 10 months ago
  32. 4c66cb4 sysreset: Use a shorter error with SPL by Simon Glass · 3 years, 10 months ago
  33. c8fbf30 pinctrl: Drop post_bind() method when not needed by Simon Glass · 3 years, 10 months ago
  34. fb8c9fb dm: core: Rename the priv/plat members by Simon Glass · 3 years, 10 months ago
  35. 89ba6d5 dm: core: Use access methods for dev/uclass private data by Simon Glass · 3 years, 10 months ago
  36. 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 3 years, 10 months ago
  37. 12559f5 dm: core: Add functions to set priv/plat by Simon Glass · 3 years, 10 months ago
  38. 8064739 dm: core: Add function to access uclass priv by Simon Glass · 3 years, 10 months ago
  39. c238eee x86: apl: Drop support for !OF_PLATDATA_PARENT by Simon Glass · 3 years, 10 months ago
  40. 79ea8f7 dm: core: Only include simple-bus devicetree id when needed by Simon Glass · 3 years, 10 months ago
  41. 9c50313 dm: core: Use 'uclass_driver' for the uclass linker_list by Simon Glass · 3 years, 10 months ago
  42. 45ad176 dm: core: Support dm_dump_all() in SPL by Simon Glass · 3 years, 10 months ago
  43. 2d6bf75 serial: Rename ns16550 functions to lower case by Simon Glass · 3 years, 10 months ago
  44. d30c720 serial: Update NS16550_t and struct NS16550 by Simon Glass · 3 years, 10 months ago
  45. 5337663 video: Call video_sync in video_clear() by Michal Simek · 3 years, 10 months ago
  46. b66d7af video: seps525: Add seps525 SPI driver by Michal Simek · 3 years, 11 months ago
  47. 9d69c2d video: Introduce video_sync operation by Michal Simek · 3 years, 11 months ago
  48. 9de731f video: Let video_sync to return error value by Michal Simek · 3 years, 10 months ago
  49. 389b45d zynq: mtd: nand: remove superfluous if by Heinrich Schuchardt · 3 years, 10 months ago
  50. acff02c cosmetic: fix typo in drivers/usb/Kconfig by Marc Ferland · 3 years, 10 months ago
  51. 71fd11b nvme: Use only 32-bit accesses in nvme_writeq/nvme_readq by Stefan Agner · 3 years, 10 months ago
  52. 9021748 spi: zynqmp_gqspi: Fix unaligned data writes issue by T Karthik Reddy · 4 years ago
  53. e5e8bbd serial: uartlite: Fix uninitialized ret in debug uartlite by Ashok Reddy Soma · 3 years, 11 months ago
  54. 65f3fc1 dfu_mtd: Add provision to unlock mtd device by Sughosh Ganu · 3 years, 10 months ago
  55. ab865a8 Merge tag 'u-boot-imx-20201227' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years, 10 months ago
  56. 0eb0eb4 Revert "arm64: a37xx: pci: Assert PERST# signal when unloading driver" by Pali Rohár · 3 years, 10 months ago
  57. 26c7048 i2c: mxc_i2c: improve error message readability by Marc Ferland · 3 years, 10 months ago
  58. ec1add1 dm: core: Inline a few ofnode functions in SPL by Simon Glass · 3 years, 10 months ago
  59. fc31430 dm: spi: Fix spi_free_slave() freed memory write by Niel Fourie · 3 years, 10 months ago
  60. 741280e spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logic by Ovidiu Panait · 3 years, 10 months ago
  61. add685f test: spi: Add sandbox_spi_get_{speed, mode} interface by Ovidiu Panait · 3 years, 10 months ago
  62. 2da1800 spi: sandbox_spi: Implement speed/mode setup by Ovidiu Panait · 3 years, 10 months ago
  63. 1dc53ce sandbox: test: Add a second SPI slave on sandbox_spi bus by Ovidiu Panait · 3 years, 10 months ago
  64. 1f6d618 sandbox: spi: Drop unused sandbox_spi_parse_spec function by Ovidiu Panait · 3 years, 10 months ago
  65. 7f20d1d dm: core: Drop seq and req_seq by Simon Glass · 3 years, 10 months ago
  66. 36c03d1 cmd: Drop use of old sequence numbers in commands by Simon Glass · 3 years, 10 months ago
  67. a133e21 dm: core: Update uclass_find_next_free_req_seq() for new scheme by Simon Glass · 3 years, 10 months ago
  68. 9917591 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · 3 years, 10 months ago
  69. b5b1155 dm: Drop uclass_resolve_seq() by Simon Glass · 3 years, 10 months ago
  70. 981426e dm: Switch over to use new sequence number for dev_seq() by Simon Glass · 3 years, 10 months ago
  71. 3bc90aa pinctrl: Update for new sequence numbers by Simon Glass · 3 years, 10 months ago
  72. fb0ea6a gpio: Update for new sequence numbers by Simon Glass · 3 years, 10 months ago
  73. b27347f usb: Update for new sequence numbers by Simon Glass · 3 years, 10 months ago
  74. 4de51cc usb: ehci-mx6: Drop assignment of sequence number by Simon Glass · 3 years, 10 months ago
  75. 6d83c74 spi: Update for new sequence numbers by Simon Glass · 3 years, 10 months ago
  76. 42f3663 pci: Update to use new sequence numbers by Simon Glass · 3 years, 10 months ago
  77. 15a1196 dm: core: Allow manual sequence numbering by Simon Glass · 3 years, 10 months ago
  78. 552da33 net: Update to use new sequence numbers by Simon Glass · 3 years, 10 months ago
  79. 16df993 i2c: Update for new sequence numbers by Simon Glass · 3 years, 10 months ago
  80. 5c58002 octeon: Don't attempt to set the sequence number by Simon Glass · 3 years, 10 months ago
  81. 4153e3a dm: Fix return value in dev_read_alias_seq() by Simon Glass · 3 years, 10 months ago
  82. ba0e7da dm: core: Switch binding to use new sequence numbers by Simon Glass · 3 years, 10 months ago
  83. cd53e5b dm: core: Add a new sequence number for devices by Simon Glass · 3 years, 10 months ago
  84. d03adb4 dm: core: Update uclass_find_next_free_req_seq() args by Simon Glass · 3 years, 10 months ago
  85. 8b85dfc dm: Avoid accessing seq directly by Simon Glass · 3 years, 10 months ago
  86. 549e7cb Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 3 years, 10 months ago
  87. 936a645 mtd: spi-nor-ids: add Micron MT25QL01G flash by Hongwei Zhang · 3 years, 11 months ago
  88. 24f2794 spi: ca_sflash: Add CAxxxx SPI Flash Controller by Pengpeng Chen · 4 years, 3 months ago
  89. fec7bf0 spi: dw: Add mem_ops by Sean Anderson · 4 years ago
  90. 5887579 spi: dw: Add support for multiple CTRLR0 layouts by Sean Anderson · 4 years ago
  91. ddd3450 spi: dw: Rearrange struct dw_spi_priv by Sean Anderson · 4 years ago
  92. 934beab spi: dw: Remove spi_enable_chip by Sean Anderson · 4 years ago
  93. 3004034 spi: dw: Rename registers to match datasheet by Sean Anderson · 4 years ago
  94. c785f43 spi: dw: Use generic function to read reg address by Sean Anderson · 4 years ago
  95. 13fc44e spi: dw: Rename "cs-gpio" to "cs-gpios" by Sean Anderson · 4 years ago
  96. 1b3dd49 spi: dw: Convert calls to debug to dev_* by Sean Anderson · 4 years ago
  97. caf1107 spi: dw: Fix driving MOSI low while recieving by Sean Anderson · 4 years ago
  98. 25f068a mtd: spinand: enable erasing of bad mtd blocks by Mikhail Kshevetskiy · 4 years, 4 months ago
  99. 031b89e mtd: spinand: Do not erase the block before writing a bad block marker by Frieder Schrempf · 4 years, 4 months ago
  100. e610800 mtd: spinand: Explicitly use MTD_OPS_RAW to write the bad block marker to OOB by Frieder Schrempf · 4 years, 4 months ago