1. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 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, 10 months ago
  3. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 10 months ago
  4. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 10 months ago
  5. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  6. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 10 months ago
  7. 2548493 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 2 months ago
  8. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 2 months ago
  9. 60e7fa8 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 2 months ago
  10. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  11. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  12. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  13. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 8 months ago
  14. 5502c88 spi: ti_qspi: Add support for CS other than CS0 by Vignesh Raghavendra · 4 years, 10 months ago
  15. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 4 years, 10 months ago
  16. 4c96c61 spi: ti_qspi: Convert to spi-mem ops by Vignesh Raghavendra · 5 years ago
  17. 61ae978 spi: ti_qspi: Drop non DM code by Vignesh Raghavendra · 5 years ago
  18. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  19. da409cc dm: core: Replace of_offset with accessor (part 2) by Simon Glass · 7 years ago
  20. a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
  21. b06a381 drivers: ti_qspi: use syscon to get the address ctrl_mod_mmap register by Jean-Jacques Hiblot · 8 years ago
  22. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  23. 3891a54 ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XX by Nishanth Menon · 8 years ago
  24. 948b8bb spi: ti_qspi: Fix baudrate divider calculation by Vignesh R · 8 years ago
  25. 08fe9c2 spi: Use mode for rx mode flags by Jagan Teki · 8 years ago
  26. 28b69f6 spi: ti_qspi: Remove unnecessary udelay for AM437x by Vignesh R · 8 years ago
  27. 2603685 spi: ti_qspi: use 128 bit transfer mode when writing to flash by Vignesh R · 8 years ago
  28. a6f56ad spi: ti_qspi: dra7xx: Add support to use 76.8MHz clock by Vignesh R · 8 years ago
  29. fee3b6a spi: ti_qspi: Remove delay in read path for dra7xx by Vignesh R · 8 years ago
  30. c595a28 spi: ti_qspi: Fix compiler warning when DEBUG macro is set by Vignesh R · 8 years ago
  31. 69eeefa spi: ti_qspi: Fix failure on multiple READ_ID cmd by Vignesh R · 8 years ago
  32. 8dfd6e2 driver: qspi: correct QSPI disable CS reset value by Praneeth Bajjuri · 8 years ago
  33. e6601df dm: ti_qspi: Fix conversion of address to a pointer by Lokesh Vutla · 9 years ago
  34. 518b0af spi: ti_qspi: compile out spi_flash_copy_mmap when CONFIG_DMA is defined by Mugunthan V N · 9 years ago
  35. 74d49bf spi: ti_qspi: Use 4-byte opcode for mmap read by Vignesh R · 9 years ago
  36. 106f813 drivers: spi: ti_qspi: convert driver to adopt device driver model by Mugunthan V N · 9 years ago
  37. 2230914 drivers: spi: ti_qspi: prepare driver for DM conversion by Mugunthan V N · 9 years ago
  38. 9c42558 drivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_priv for driver model conversion by Mugunthan V N · 9 years ago
  39. ec712f4 drivers: spi: ti_qspi: do not hard code chip select for memory map configuration by Mugunthan V N · 9 years ago
  40. 91292e0 spi: Rename op_mode_rx to mode_rx by Jagan Teki · 9 years ago
  41. e5961f0 spi: Rename SPI_OPM_RX_* to SPI_RX_* by Jagan Teki · 9 years ago
  42. cd337da spi: ti_qspi: Fix SPI_3WIRE checking using mode by Jagan Teki · 9 years ago
  43. 857db48 spi: ti_qspi: Add dummy readl for bus sync by Vignesh R · 9 years ago
  44. 847720c spi: ti_qspi: Use BIT macro by Jagan Teki · 9 years ago
  45. 8ddd9c4 spi: ti_qspi: Use DMA to read from qspi flash by Vignesh R · 9 years ago
  46. a39cfe7 ti: qspi: set flash quad bit based on quad support flag by vishalm@ti.com · 9 years ago
  47. 4612296 qspi: dra7x: enable quad mode read for ti-qspi driver by Ravi Babu · 10 years ago
  48. d11ac4b arm: omap: add support for am57xx devices by Felipe Balbi · 10 years ago
  49. ce3cc8e ti: qspi: populate slave device to set flash quad bit. by Sourav Poddar · 10 years ago
  50. b545a98 spi: ti_qspi: Add delay for successful bulk erase. by Poddar, Sourav · 10 years ago
  51. bb7cd0d spi: ti_qspi: Add delay before xfer for am43xx by Sourav Poddar · 11 years ago
  52. 570533b spi: ti_qspi: Add AM43xx specifics changes by Sourav Poddar · 11 years ago
  53. 1d0933e spi: add TI QSPI driver by Matt Porter · 11 years ago