1. bdf8fd7 dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS by Simon Glass · 3 years, 9 months ago
  2. 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 3 years, 9 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. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 10 months ago
  6. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  7. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 10 months ago
  8. df17cdc drivers: avoid using aliases on drivers when OF_PLATDATA is enabled by Walter Lozano · 4 years, 2 months ago
  9. addf358 core: add support for U_BOOT_DRIVER_ALIAS by Walter Lozano · 4 years, 3 months ago
  10. e3e2470 drivers: rename drivers to match compatible string by Walter Lozano · 4 years, 3 months ago
  11. 7e07b37 spi: mxs: Code cleanup by Jagan Teki · 4 years, 4 months ago
  12. c9a9823 spi: mxs: Drop nondm code by Jagan Teki · 4 years, 4 months ago
  13. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  14. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  15. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  16. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 4 years, 10 months ago
  17. ec0c81f spi: Add support for SPL_OF_PLATDATA to mxs_spi.c driver by Lukasz Majewski · 5 years ago
  18. c2050e1 spi: fix: Call mxs_reset_block() during DM/DTS probe by Lukasz Majewski · 5 years ago
  19. 3c50e01 spl: Init proper struct driver member (platdata_auto_alloc_size) for mxs_spi by Lukasz Majewski · 5 years ago
  20. d99b018 spi: mxs: Add support DM/DTS for i.MX28 mxs SPI driver (DM_SPI conversion) by Lukasz Majewski · 5 years ago
  21. e2cae51 spi: Remove unused spi_init by Jagan Teki · 6 years ago
  22. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  23. 552a848 imx: reorganize IMX code as other SOCs by Stefano Babic · 7 years ago
  24. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  25. cf92e05 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  26. a928a36 spi: mxs_spi: Configure chipselect after block reset by Marek Vasut · 11 years ago
  27. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  28. 0499218 imx: Move some header files from arch-mxs to imx-common by Stefan Roese · 11 years ago
  29. d3504fe spi: Use spi_alloc_slave() in each SPI driver by Simon Glass · 12 years ago
  30. d3f26a2 mxs: spi: Remove CONFIG_MXS_SPI_DMA_ENABLE by Marek Vasut · 12 years ago
  31. c96e78c mxs: spi: Fix the MXS SPI for mx23 by Marek Vasut · 12 years ago
  32. 3430e0b mxs: mmc: spi: dma: Better wrap the MXS differences by Marek Vasut · 12 years ago
  33. bf48fcb mxs: clock: Use 'mxs' prefix for methods by Otavio Salvador · 12 years ago
  34. 14e26bc mxs: ssp: Pull out the SSP bus to regs conversion by Marek Vasut · 12 years ago
  35. e9f7eaf MX28: SPI: Fix the DMA chaining by Marek Vasut · 12 years ago
  36. 88d1555 MX28: SPI: Fix the DMA DCache race condition by Marek Vasut · 12 years ago
  37. 2c43214 MX28: SPI: Supercharge the SPI driver by Marek Vasut · 12 years ago
  38. c6b52c4 spi: fix mxs_spi_slave structure allocation to clear memory by Matt Sealey · 12 years ago
  39. fa7a51c mxs: Convert sys_proto.h prefixes to 'mxs' by Otavio Salvador · 12 years ago
  40. 9c47114 mxs: prefix register structs with 'mxs' prefix by Otavio Salvador · 12 years ago
  41. 7c5e6f7 MX28: SPI: Add DMA transfer support by Marek Vasut · 12 years ago
  42. ccd4d5a MX28: SPI: Pull out the PIO transfer function by Marek Vasut · 12 years ago
  43. c7065fa MX28: SPI: Refactor spi_xfer a bit by Marek Vasut · 12 years ago
  44. 148ca64 spi: mxs: Allow other chip selects to work by Fabio Estevam · 12 years ago
  45. 79cb14a spi: mxs: Introduce spi_cs_is_valid() by Fabio Estevam · 12 years ago
  46. d9fb6a4 mxs_spi: Return proper timeout error by Fabio Estevam · 13 years ago
  47. 2638b50 mx28: fix i.MX28 spi driver by Matthias Fuchs · 13 years ago
  48. ec33de3 iMX28: Add SPI driver by Marek Vasut · 13 years ago