1. b130e03 spi: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 1 month ago
  2. c98f6fe spi: Implement spi_set_speed by Paul Barker · 2 years, 1 month ago
  3. 61708bb spi: spi-uclass: Add new spi_get_bus_and_cs() implementation by Patrice Chotard · 2 years, 7 months ago
  4. dcfc42b treewide: Try to avoid the preprocessor with OF_REAL by Simon Glass · 3 years, 2 months ago
  5. 9539738 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · 3 years, 2 months ago
  6. 414cc15 treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 2 months ago
  7. e2e95e5 spi: Update speed/mode on change by Marek Vasut · 3 years, 4 months ago
  8. 346df7d spi: spi-uclass: Add support to manually relocate spi memory ops by T Karthik Reddy · 3 years, 7 months ago
  9. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  10. b11f634 Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 10 months ago
  11. 720620e Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 10 months ago
  12. 7d14ee4 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 3 years, 10 months ago
  13. fc31430 dm: spi: Fix spi_free_slave() freed memory write by Niel Fourie · 3 years, 10 months ago
  14. 741280e spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logic by Ovidiu Panait · 3 years, 10 months ago
  15. 9917591 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · 3 years, 10 months ago
  16. 46c5391 spi: migrate trace to dev and log macro in spi uclass by Patrick Delaunay · 4 years ago
  17. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 11 months ago
  18. b012ff1 dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · 3 years, 11 months ago
  19. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 11 months ago
  20. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  21. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 11 months ago
  22. 280af01 spi: spi-uclass: Block dm_scan_fdt_dev with OF_CONTROL to prevent build failures by Faiz Abbas · 4 years, 1 month ago
  23. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  24. 658df8b mtd: spi-nor-core: Add octal mode support by Vignesh Raghavendra · 4 years, 11 months ago
  25. f7dd537 spi: prevent overriding established bus settings by Marcin Wojtas · 5 years ago
  26. 7bacce5 dm: spi: Check cs number before accessing slaves by Bin Meng · 5 years ago
  27. 4d9b1af spi: Fix manual relocation calling more times by Ashok Reddy Soma · 5 years ago
  28. ccdabd8 spi: Correct operations check in dm_spi_xfer() by Simon Glass · 4 years, 11 months ago
  29. c53b318 spi: Add support for memory-mapped flash by Simon Glass · 5 years ago
  30. 4dd520b dm: spi: Return 0 if driver does not implement ops->cs_info by Bin Meng · 5 years ago
  31. 640abba dm: spi: Do not assume first SPI bus by Thomas Fitzsimmons · 5 years ago
  32. 8473b32 spi: Add spi_write_then_read by Jagan Teki · 5 years ago
  33. b0cc1b8 dm: spi: Read default speed and mode values from DT by Patrick Delaunay · 6 years ago
  34. 12bfb2e dm: spi: prevent setting a speed of 0 Hz by Simon Goldschmidt · 6 years ago
  35. 5e24a2e dm: spi: Add logging of some return values by Simon Glass · 6 years ago
  36. 894c3ad board: arm: Add support for Broadcom BCM7445 by Thomas Fitzsimmons · 6 years ago
  37. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  38. 24fc1ec spi: spi-uclass: Fix style violations by Mario Six · 7 years ago
  39. 184fa1c spi: Remove spi_setup_slave_fdt by Mario Six · 7 years ago
  40. 279e26f dm: spi: Convert uclass to livetree by Simon Glass · 7 years ago
  41. 706865a dm: core: Add flags parameter to device_remove() by Stefan Roese · 8 years ago
  42. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  43. 1b7c28f spi: Add error checking for invalid bus widths by Simon Glass · 8 years ago
  44. 28f9885 spi: Add a debug() on bind failure by Simon Glass · 8 years ago
  45. 71634f2 spi: Add of-platdata support to SPI and SPI flash by Simon Glass · 8 years ago
  46. 08fe9c2 spi: Use mode for rx mode flags by Jagan Teki · 8 years ago
  47. 9119548 dm: Use dm_scan_fdt_dev() directly where possible by Simon Glass · 8 years ago
  48. 2e3f1ff dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() by Simon Glass · 8 years ago
  49. 96907c0 dm: spi: Read default speed and mode values from DT by Vignesh R · 8 years ago
  50. c8864d7 spi: spi-uclass: fix typo in debug output by Anatolij Gustschin · 9 years ago
  51. 7a3eff4 dm: spi: introduce dm api by Peng Fan · 8 years ago
  52. 674f360 spi: spi-uclass: Set slave wordlen with SPI_DEFAULT_WORDLEN by Christophe Ricard · 9 years ago
  53. f8e2f92 spi: Add support for dual and quad mode by Mugunthan V N · 9 years ago
  54. 379b49d spi: Get spi-3wire from dts by Jagan Teki · 9 years ago
  55. 281f156 dm: spi: Add support for all targets which requires MANUAL_RELOC by Michal Simek · 9 years ago
  56. bcbe3d1 dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · 9 years ago
  57. 6f849c3 dm: spi: Make local functions static by Simon Glass · 9 years ago
  58. 60e2809 dm: spi: Avoid setting the speed with every transfer by Simon Glass · 10 years ago
  59. 9694b72 dm: spi: Correct SPI claim/release_bus() methods by Simon Glass · 10 years ago
  60. e564f05 dm: core: Add dev_get_uclass_priv() to access uclass private data by Simon Glass · 10 years ago
  61. d0cff03 dm: spi: Move slave details to child platdata by Simon Glass · 10 years ago
  62. 440714e dm: spi: Set up the spi_slave device pointer in child_pre_probe() by Simon Glass · 10 years ago
  63. 19a25f6 dm: spi: Move the per-child data size to the uclass by Simon Glass · 10 years ago
  64. 9cc36a2 dm: core: Add a flag to control sequence numbering by Simon Glass · 10 years ago
  65. 1739564 Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  66. b414119 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  67. 6b18656 dm: spi: Use device_bind_driver() instead of our own function by Simon Glass · 10 years ago
  68. ff56bba dm: spi: Correct handling of SPI chip selects in sandbox by Simon Glass · 10 years ago
  69. d7af6a4 dm: spi: Add a uclass for SPI by Simon Glass · 10 years ago