1. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  2. 7cb5159 spi: ti_qspi: Fix "spi-max-frequency" error path in ti_qspi_ofdata_to_platdata by Ovidiu Panait · Sat Nov 28 10:11:28 2020 +0200
  3. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  4. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · Thu Dec 03 16:55:21 2020 -0700
  5. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  6. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  7. a89b4de treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · Fri Jul 17 14:36:48 2020 +0900
  8. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · Fri Jul 24 08:42:06 2020 -0400
  9. a831cef treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · Fri Jul 17 14:36:48 2020 +0900
  10. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  11. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  12. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  13. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · Mon Feb 03 07:36:15 2020 -0700
  14. e995dbb spi: ti_qspi: Add support for CS other than CS0 by Vignesh Raghavendra · Wed Dec 11 18:59:36 2019 +0530
  15. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · Thu Nov 14 12:57:39 2019 -0700
  16. 6f9efcf spi: ti_qspi: Convert to spi-mem ops by Vignesh Raghavendra · Tue Apr 16 21:32:00 2019 +0530
  17. f3603b8 spi: ti_qspi: Drop non DM code by Vignesh Raghavendra · Tue Apr 16 21:31:59 2019 +0530
  18. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  19. 7a49443 dm: core: Replace of_offset with accessor (part 2) by Simon Glass · Wed May 17 17:18:09 2017 -0600
  20. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · Wed May 17 17:18:05 2017 -0600
  21. 931b1f2 drivers: ti_qspi: use syscon to get the address ctrl_mod_mmap register by Jean-Jacques Hiblot · Mon Feb 13 16:17:49 2017 +0100
  22. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · Tue Jan 17 16:52:55 2017 -0700
  23. 813fe9d ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XX by Nishanth Menon · Tue Nov 29 15:22:00 2016 +0530
  24. 44e4bac spi: ti_qspi: Fix baudrate divider calculation by Vignesh R · Sat Nov 05 16:05:16 2016 +0530
  25. 96536b1 spi: Use mode for rx mode flags by Jagan Teki · Mon Aug 08 17:12:12 2016 +0530
  26. 62ef1f0 spi: ti_qspi: Remove unnecessary udelay for AM437x by Vignesh R · Wed Sep 07 15:18:23 2016 +0530
  27. b007997 spi: ti_qspi: use 128 bit transfer mode when writing to flash by Vignesh R · Wed Sep 07 15:18:22 2016 +0530
  28. 1535e5a spi: ti_qspi: dra7xx: Add support to use 76.8MHz clock by Vignesh R · Mon Jul 25 15:45:45 2016 +0530
  29. a158ff9 spi: ti_qspi: Remove delay in read path for dra7xx by Vignesh R · Fri Jul 22 10:55:50 2016 +0530
  30. b970767 spi: ti_qspi: Fix compiler warning when DEBUG macro is set by Vignesh R · Fri Jul 22 10:55:49 2016 +0530
  31. aa29130 spi: ti_qspi: Fix failure on multiple READ_ID cmd by Vignesh R · Fri Jul 22 10:55:48 2016 +0530
  32. 5d21e6f driver: qspi: correct QSPI disable CS reset value by Praneeth Bajjuri · Tue Jun 21 14:05:36 2016 +0530
  33. c2519df dm: ti_qspi: Fix conversion of address to a pointer by Lokesh Vutla · Sat Mar 05 16:43:06 2016 +0530
  34. 98d3d67 spi: ti_qspi: compile out spi_flash_copy_mmap when CONFIG_DMA is defined by Mugunthan V N · Mon Feb 15 15:31:40 2016 +0530
  35. 2e29b64 spi: ti_qspi: Use 4-byte opcode for mmap read by Vignesh R · Mon Nov 23 17:43:36 2015 +0530
  36. 540a115 drivers: spi: ti_qspi: convert driver to adopt device driver model by Mugunthan V N · Wed Dec 23 20:39:40 2015 +0530
  37. cd46773 drivers: spi: ti_qspi: prepare driver for DM conversion by Mugunthan V N · Wed Dec 23 20:39:35 2015 +0530
  38. e206d30 drivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_priv for driver model conversion by Mugunthan V N · Wed Dec 23 20:39:34 2015 +0530
  39. 132e007 drivers: spi: ti_qspi: do not hard code chip select for memory map configuration by Mugunthan V N · Wed Dec 23 20:39:33 2015 +0530
  40. 155c19f spi: Rename op_mode_rx to mode_rx by Jagan Teki · Wed Dec 16 15:24:24 2015 +0530
  41. 3dce555 spi: Rename SPI_OPM_RX_* to SPI_RX_* by Jagan Teki · Wed Dec 16 15:15:41 2015 +0530
  42. e955f90 spi: ti_qspi: Fix SPI_3WIRE checking using mode by Jagan Teki · Thu Dec 03 22:25:20 2015 +0530
  43. 43ad9ce spi: ti_qspi: Add dummy readl for bus sync by Vignesh R · Tue Nov 10 11:52:10 2015 +0530
  44. f16e4db spi: ti_qspi: Use BIT macro by Jagan Teki · Fri Oct 23 01:39:20 2015 +0530
  45. a5bba8d spi: ti_qspi: Use DMA to read from qspi flash by Vignesh R · Mon Aug 17 15:20:13 2015 +0530
  46. 41c1f4a ti: qspi: set flash quad bit based on quad support flag by vishalm@ti.com · Mon Aug 17 10:47:51 2015 -0500
  47. e8829b6 qspi: dra7x: enable quad mode read for ti-qspi driver by Ravi Babu · Wed Feb 11 18:54:29 2015 -0500
  48. a51c615 arm: omap: add support for am57xx devices by Felipe Balbi · Thu Nov 06 08:28:51 2014 -0600
  49. 4cfd64a ti: qspi: populate slave device to set flash quad bit. by Sourav Poddar · Mon May 19 16:53:38 2014 -0400
  50. f7aa7b5 spi: ti_qspi: Add delay for successful bulk erase. by Poddar, Sourav · Thu Apr 03 07:52:54 2014 -0400
  51. 0de9180 spi: ti_qspi: Add delay before xfer for am43xx by Sourav Poddar · Sat Dec 21 12:50:10 2013 +0530
  52. 2145dff spi: ti_qspi: Add AM43xx specifics changes by Sourav Poddar · Sat Dec 21 12:50:09 2013 +0530
  53. da3e4c6 spi: add TI QSPI driver by Matt Porter · Mon Oct 07 15:53:02 2013 +0530