1. 170013f spi: Update speed/mode on change by Marek Vasut · 3 years, 6 months ago
  2. 626a734 spi: spi-uclass: Add support to manually relocate spi memory ops by T Karthik Reddy · 3 years, 8 months ago
  3. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  4. bb721de Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 11 months ago
  5. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 11 months ago
  6. f1d50f7 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 4 years ago
  7. c1e0dac dm: spi: Fix spi_free_slave() freed memory write by Niel Fourie · 4 years ago
  8. 40dcee1 spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logic by Ovidiu Panait · 4 years ago
  9. 07e1338 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · 4 years ago
  10. 1d83e03 spi: migrate trace to dev and log macro in spi uclass by Patrick Delaunay · 4 years, 1 month ago
  11. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  12. 33b2efb dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · 4 years ago
  13. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  14. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  15. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  16. 8598c34 spi: spi-uclass: Block dm_scan_fdt_dev with OF_CONTROL to prevent build failures by Faiz Abbas · 4 years, 2 months ago
  17. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  18. c063ee3 mtd: spi-nor-core: Add octal mode support by Vignesh Raghavendra · 5 years ago
  19. 70d8f98 spi: prevent overriding established bus settings by Marcin Wojtas · 5 years ago
  20. 9741e73 dm: spi: Check cs number before accessing slaves by Bin Meng · 5 years ago
  21. 1d89d8c spi: Fix manual relocation calling more times by Ashok Reddy Soma · 5 years ago
  22. 2d2e860 spi: Correct operations check in dm_spi_xfer() by Simon Glass · 5 years ago
  23. 37ad0fe spi: Add support for memory-mapped flash by Simon Glass · 5 years ago
  24. 9f71ba7 dm: spi: Return 0 if driver does not implement ops->cs_info by Bin Meng · 5 years ago
  25. 59c90f3 dm: spi: Do not assume first SPI bus by Thomas Fitzsimmons · 5 years ago
  26. 7cc71fd spi: Add spi_write_then_read by Jagan Teki · 5 years ago
  27. fa19c65 dm: spi: Read default speed and mode values from DT by Patrick Delaunay · 6 years ago
  28. a942e1a dm: spi: prevent setting a speed of 0 Hz by Simon Goldschmidt · 6 years ago
  29. 00d9990 dm: spi: Add logging of some return values by Simon Glass · 6 years ago
  30. 919646d board: arm: Add support for Broadcom BCM7445 by Thomas Fitzsimmons · 6 years ago
  31. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  32. 2d844dd spi: spi-uclass: Fix style violations by Mario Six · 7 years ago
  33. b737c24 spi: Remove spi_setup_slave_fdt by Mario Six · 7 years ago
  34. 4b28058 dm: spi: Convert uclass to livetree by Simon Glass · 8 years ago
  35. 80b5bc9 dm: core: Add flags parameter to device_remove() by Stefan Roese · 8 years ago
  36. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  37. 6f5bed0 spi: Add error checking for invalid bus widths by Simon Glass · 8 years ago
  38. f0307e1 spi: Add a debug() on bind failure by Simon Glass · 8 years ago
  39. 3fb3339 spi: Add of-platdata support to SPI and SPI flash by Simon Glass · 8 years ago
  40. 96536b1 spi: Use mode for rx mode flags by Jagan Teki · 8 years ago
  41. 1823034 dm: Use dm_scan_fdt_dev() directly where possible by Simon Glass · 8 years ago
  42. 09128c5 dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() by Simon Glass · 8 years ago
  43. ae56979 dm: spi: Read default speed and mode values from DT by Vignesh R · 8 years ago
  44. 264359e spi: spi-uclass: fix typo in debug output by Anatolij Gustschin · 9 years ago
  45. fdd88a3 dm: spi: introduce dm api by Peng Fan · 9 years ago
  46. fb0c53e spi: spi-uclass: Set slave wordlen with SPI_DEFAULT_WORDLEN by Christophe Ricard · 9 years ago
  47. 4b0f40c spi: Add support for dual and quad mode by Mugunthan V N · 9 years ago
  48. d3868fd spi: Get spi-3wire from dts by Jagan Teki · 9 years ago
  49. 28d7e4e dm: spi: Add support for all targets which requires MANUAL_RELOC by Michal Simek · 9 years ago
  50. de44acf dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · 9 years ago
  51. d941aaf dm: spi: Make local functions static by Simon Glass · 9 years ago
  52. b46cb63 dm: spi: Avoid setting the speed with every transfer by Simon Glass · 10 years ago
  53. 5c74fba dm: spi: Correct SPI claim/release_bus() methods by Simon Glass · 10 years ago
  54. de0977b dm: core: Add dev_get_uclass_priv() to access uclass private data by Simon Glass · 10 years ago
  55. 5d2ee05 dm: spi: Move slave details to child platdata by Simon Glass · 10 years ago
  56. 82c2f50 dm: spi: Set up the spi_slave device pointer in child_pre_probe() by Simon Glass · 10 years ago
  57. 31a4d8d dm: spi: Move the per-child data size to the uclass by Simon Glass · 10 years ago
  58. 0ccb097 dm: core: Add a flag to control sequence numbering by Simon Glass · 10 years ago
  59. 7e08a1f Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  60. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  61. d8a21f6 dm: spi: Use device_bind_driver() instead of our own function by Simon Glass · 10 years ago
  62. 5ef36f2 dm: spi: Correct handling of SPI chip selects in sandbox by Simon Glass · 10 years ago
  63. dd82d44 dm: spi: Add a uclass for SPI by Simon Glass · 10 years ago