1. 2fb2417 spi: mxc_spi: fix warnings if CLK_ENABLED not set by Stefano Babic · 3 years, 5 months ago
  2. 060ae38 spi: imx: Implement set_speed by Marek Vasut · 3 years, 10 months ago
  3. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  4. bc0d3c8 spi: imx: Use clock framework if enabled by Marek Vasut · 3 years, 10 months ago
  5. eb68aa1 spi: imx: Define register bits in the driver by Marek Vasut · 3 years, 10 months ago
  6. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  7. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  8. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  9. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  10. a89b4de treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
  11. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
  12. a831cef treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
  13. 76f44298 spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI* by Lukasz Majewski · 4 years, 6 months ago
  14. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  15. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  16. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  17. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  18. 053c244 spi: imx: work with cs greater 0 by Heiko Schocher · 6 years ago
  19. 6d49b4e spi: imx: remove doubled pointer from mxc_spi_probe by Heiko Schocher · 6 years ago
  20. 07955fb spi: mxc_spi: Fix build warning on ARM64 platforms by Ye Li · 6 years ago
  21. bec7142 spi: Remove unused spi_init by Jagan Teki · 6 years ago
  22. 103e023 spi: mxc_spi: Fix chipselect on DM_SPI driver uclass by Michael Trimarchi · 6 years ago
  23. ac98d75 spi: mxc: Fix compilation problem of DM_SPI class driver by Michael Trimarchi · 6 years ago
  24. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  25. ea0bce6 spi: mxc_spi: support driver model by Peng Fan · 7 years ago
  26. 33731bc imx: reorganize IMX code as other SOCs by Stefano Babic · 7 years ago
  27. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  28. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  29. 8f769cf SPI: mxc_spi: delay initialisation until claim bus by Markus Niebel · 10 years ago
  30. 714bdc3 SPI: mxc_spi: remove second reset from ECSPI config handler by Markus Niebel · 10 years ago
  31. 16acd1c ARM: i.MX: provide declaration for board_spi_cs_gpio by Eric Nelson · 10 years ago
  32. 00cd738 spi: mxc: fix sf probe when using mxc_spi by Nikita Kiryanov · 10 years ago
  33. b77c888 spi, spi_mxc: do not hang in spi_xchg_single by Heiko Schocher · 10 years ago
  34. 6683e62 spi: spi-mxc: implement clk control for ECSPI to fix SPI_MODE_3 by Markus Niebel · 11 years ago
  35. 6420320 spi: mxc_spi: Fix double incrementing read pointer for unaligned buffers by Timo Herbrecher · 11 years ago
  36. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  37. 1d021a8 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  38. b177b71 spi: mxc_spi: Update pre and post divider algorithm by Dirk Behme · 12 years ago
  39. 0a05dff spi: mxc_spi: Fix pre and post divider calculation by Dirk Behme · 12 years ago
  40. fb7def9 spi: mxc_spi: Use DIV_ROUND_UP at appropriate places by Axel Lin · 11 years ago
  41. c3c7fce Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  42. 833fb55 spi: mxc_spi: Set master mode for all channels by Fabio Estevam · 12 years ago
  43. cc7229c Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  44. f79ef8a spi: mxc_spi: Fix ECSPI reset handling by Dirk Behme · 12 years ago
  45. d034a95 spi: Use spi_alloc_slave() in each SPI driver by Simon Glass · 12 years ago
  46. 5e8341c spi: mxc_spi: Fix spi clock glitch durant reset by Fabio Estevam · 12 years ago
  47. 17cd2a8 spi: mxc_spi: Fix handling of chip select by Fabio Estevam · 12 years ago
  48. 28fd51b spi: fix mxc_spi_slave structure allocation to clear memory by Matt Sealey · 12 years ago
  49. 884622b mxc_spi: Round up clock divider by Benoît Thébaudeau · 12 years ago
  50. fe1e761 mxc_spi: move machine specifics into CPU headers by Eric Nelson · 13 years ago
  51. 7faee91 IMX: uniform GPIO interface using GPIO framework by Stefano Babic · 13 years ago
  52. 43dc3f0 MX31: Cleanup clock function by Stefano Babic · 13 years ago
  53. 785efc9 mxc_spi.c: typo fixed by Helmut Raiger · 13 years ago
  54. 78129d9 IMX: MX31: Cleanup include files and drop nasty #ifdef in drivers by Stefano Babic · 14 years ago
  55. 2858045 SPI: mxc_spi: replace fixed offsets with structures by Stefano Babic · 14 years ago
  56. 0aa35fd SPI: mxc_spi: add SPI clock calculation and setup to the driver by Anatolij Gustschin · 14 years ago
  57. 089ebe0 SPI: mxc_spi: fix swapping bug and add missing swapping in unaligned rx case by Anatolij Gustschin · 14 years ago
  58. dcd73cd SPI: mxc_spi: add support for i.MX35 processor by Stefano Babic · 14 years ago
  59. 125f82a MXC: Fix byte-ordering in SPI driver for i.MX31/i.MX51 by Stefano Babic · 14 years ago
  60. 4c59699 MXC: Correct SPI_CPOL setting in SPI driver by Stefano Babic · 14 years ago
  61. d77fe99 Use common function to set GPIOs for MX3 and MX5 by Stefano Babic · 14 years ago
  62. 6e6f455 SPI: added support for MX51 to mxc_spi by Stefano Babic · 15 years ago
  63. 1858a9a SPI: Fix 32 bit transfers in mxc_spi.c by Magnus Lilja · 15 years ago
  64. 9a88d70 i.MX31: support GPIO as a chip-select in the mxc_spi driver by Guennadi Liakhovetski · 16 years ago
  65. d338013 i.MX31: fix SPI driver for shorter than 32 bit by Guennadi Liakhovetski · 16 years ago
  66. d74084a SPI API improvements by Haavard Skinnemoen · 17 years ago
  67. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  68. 07327a5 New i.MX31 SPI driver by Guennadi Liakhovetski · 17 years ago