1. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 3 months ago
  2. 60e7fa8 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 3 months ago
  3. 56c4046 spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI* by Lukasz Majewski · 4 years, 5 months ago
  4. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  5. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  6. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  7. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
  8. 7a3faf3 spi: imx: work with cs greater 0 by Heiko Schocher · 5 years ago
  9. 2b849e1 spi: imx: remove doubled pointer from mxc_spi_probe by Heiko Schocher · 5 years ago
  10. 65a106e spi: mxc_spi: Fix build warning on ARM64 platforms by Ye Li · 6 years ago
  11. e2cae51 spi: Remove unused spi_init by Jagan Teki · 6 years ago
  12. 34ad749 spi: mxc_spi: Fix chipselect on DM_SPI driver uclass by Michael Trimarchi · 6 years ago
  13. 618e8e2 spi: mxc: Fix compilation problem of DM_SPI class driver by Michael Trimarchi · 6 years ago
  14. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  15. 994266b spi: mxc_spi: support driver model by Peng Fan · 7 years ago
  16. 552a848 imx: reorganize IMX code as other SOCs by Stefano Babic · 7 years ago
  17. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  18. b414119 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  19. 027a9a0 SPI: mxc_spi: delay initialisation until claim bus by Markus Niebel · 10 years ago
  20. ba3451d SPI: mxc_spi: remove second reset from ECSPI config handler by Markus Niebel · 10 years ago
  21. 3acb011 ARM: i.MX: provide declaration for board_spi_cs_gpio by Eric Nelson · 10 years ago
  22. 155fa9a spi: mxc: fix sf probe when using mxc_spi by Nikita Kiryanov · 10 years ago
  23. f659b57 spi, spi_mxc: do not hang in spi_xchg_single by Heiko Schocher · 10 years ago
  24. 5d584cc spi: spi-mxc: implement clk control for ECSPI to fix SPI_MODE_3 by Markus Niebel · 11 years ago
  25. 6d5ce1b spi: mxc_spi: Fix double incrementing read pointer for unaligned buffers by Timo Herbrecher · 11 years ago
  26. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  27. fbbbc86 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  28. 9a30903 spi: mxc_spi: Update pre and post divider algorithm by Dirk Behme · 11 years ago
  29. 8d4c4ff spi: mxc_spi: Fix pre and post divider calculation by Dirk Behme · 11 years ago
  30. 9675fed spi: mxc_spi: Use DIV_ROUND_UP at appropriate places by Axel Lin · 11 years ago
  31. 8dc16cf Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  32. 0f1411b spi: mxc_spi: Set master mode for all channels by Fabio Estevam · 12 years ago
  33. be08abc Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  34. d36b39b spi: mxc_spi: Fix ECSPI reset handling by Dirk Behme · 12 years ago
  35. d3504fe spi: Use spi_alloc_slave() in each SPI driver by Simon Glass · 12 years ago
  36. 3cea335 spi: mxc_spi: Fix spi clock glitch durant reset by Fabio Estevam · 12 years ago
  37. de5bf02 spi: mxc_spi: Fix handling of chip select by Fabio Estevam · 12 years ago
  38. 784097a spi: fix mxc_spi_slave structure allocation to clear memory by Matt Sealey · 12 years ago
  39. cd20040 mxc_spi: Round up clock divider by Benoît Thébaudeau · 12 years ago
  40. 08c61a5 mxc_spi: move machine specifics into CPU headers by Eric Nelson · 13 years ago
  41. d8e0ca8 IMX: uniform GPIO interface using GPIO framework by Stefano Babic · 13 years ago
  42. 9f008bb MX31: Cleanup clock function by Stefano Babic · 13 years ago
  43. 61a58a1 mxc_spi.c: typo fixed by Helmut Raiger · 13 years ago
  44. 8627111 IMX: MX31: Cleanup include files and drop nasty #ifdef in drivers by Stefano Babic · 14 years ago
  45. ac87c17 SPI: mxc_spi: replace fixed offsets with structures by Stefano Babic · 14 years ago
  46. afaa9f6 SPI: mxc_spi: add SPI clock calculation and setup to the driver by Anatolij Gustschin · 14 years ago
  47. dff0109 SPI: mxc_spi: fix swapping bug and add missing swapping in unaligned rx case by Anatolij Gustschin · 14 years ago
  48. c9d59c7 SPI: mxc_spi: add support for i.MX35 processor by Stefano Babic · 14 years ago
  49. 2f721d1 MXC: Fix byte-ordering in SPI driver for i.MX31/i.MX51 by Stefano Babic · 14 years ago
  50. 9f481e9 MXC: Correct SPI_CPOL setting in SPI driver by Stefano Babic · 14 years ago
  51. c4ea142 Use common function to set GPIOs for MX3 and MX5 by Stefano Babic · 14 years ago
  52. d205ddc SPI: added support for MX51 to mxc_spi by Stefano Babic · 15 years ago
  53. eff536b SPI: Fix 32 bit transfers in mxc_spi.c by Magnus Lilja · 15 years ago
  54. fc7a93c i.MX31: support GPIO as a chip-select in the mxc_spi driver by Guennadi Liakhovetski · 16 years ago
  55. f9b6a15 i.MX31: fix SPI driver for shorter than 32 bit by Guennadi Liakhovetski · 16 years ago
  56. d255bb0 SPI API improvements by Haavard Skinnemoen · 16 years ago
  57. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  58. 38254f4 New i.MX31 SPI driver by Guennadi Liakhovetski · 17 years ago