1. df65db8 dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS by Simon Glass · 4 years ago
  2. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · 4 years ago
  3. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  4. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  5. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  6. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  7. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  8. 6935893 drivers: avoid using aliases on drivers when OF_PLATDATA is enabled by Walter Lozano · 4 years, 4 months ago
  9. 48e5b04 core: add support for U_BOOT_DRIVER_ALIAS by Walter Lozano · 4 years, 5 months ago
  10. 2901ac6 drivers: rename drivers to match compatible string by Walter Lozano · 4 years, 5 months ago
  11. b4669c4 spi: mxs: Code cleanup by Jagan Teki · 4 years, 6 months ago
  12. 2174d85 spi: mxs: Drop nondm code by Jagan Teki · 4 years, 6 months ago
  13. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  14. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  15. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  16. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  17. 6be0656 spi: Add support for SPL_OF_PLATDATA to mxs_spi.c driver by Lukasz Majewski · 5 years ago
  18. 35223a6 spi: fix: Call mxs_reset_block() during DM/DTS probe by Lukasz Majewski · 5 years ago
  19. e85a077 spl: Init proper struct driver member (platdata_auto_alloc_size) for mxs_spi by Lukasz Majewski · 5 years ago
  20. 5faaf09 spi: mxs: Add support DM/DTS for i.MX28 mxs SPI driver (DM_SPI conversion) by Lukasz Majewski · 5 years ago
  21. bec7142 spi: Remove unused spi_init by Jagan Teki · 6 years ago
  22. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  23. 33731bc imx: reorganize IMX code as other SOCs by Stefano Babic · 7 years ago
  24. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  25. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  26. aa0d8b2 spi: mxs_spi: Configure chipselect after block reset by Marek Vasut · 11 years ago
  27. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  28. 136f3f4 imx: Move some header files from arch-mxs to imx-common by Stefan Roese · 12 years ago
  29. d034a95 spi: Use spi_alloc_slave() in each SPI driver by Simon Glass · 12 years ago
  30. 57855be mxs: spi: Remove CONFIG_MXS_SPI_DMA_ENABLE by Marek Vasut · 12 years ago
  31. bf372e3 mxs: spi: Fix the MXS SPI for mx23 by Marek Vasut · 12 years ago
  32. eadf337 mxs: mmc: spi: dma: Better wrap the MXS differences by Marek Vasut · 12 years ago
  33. 2906f94 mxs: clock: Use 'mxs' prefix for methods by Otavio Salvador · 12 years ago
  34. 9602661 mxs: ssp: Pull out the SSP bus to regs conversion by Marek Vasut · 12 years ago
  35. 45edc5d MX28: SPI: Fix the DMA chaining by Marek Vasut · 12 years ago
  36. 8773799 MX28: SPI: Fix the DMA DCache race condition by Marek Vasut · 12 years ago
  37. 7f4d014 MX28: SPI: Supercharge the SPI driver by Marek Vasut · 12 years ago
  38. 3a9af06 spi: fix mxs_spi_slave structure allocation to clear memory by Matt Sealey · 12 years ago
  39. cbf0bf2 mxs: Convert sys_proto.h prefixes to 'mxs' by Otavio Salvador · 12 years ago
  40. 22f4ff9 mxs: prefix register structs with 'mxs' prefix by Otavio Salvador · 12 years ago
  41. 23697f6 MX28: SPI: Add DMA transfer support by Marek Vasut · 12 years ago
  42. 036b7bd MX28: SPI: Pull out the PIO transfer function by Marek Vasut · 12 years ago
  43. 955d92f MX28: SPI: Refactor spi_xfer a bit by Marek Vasut · 12 years ago
  44. d7bc6b0 spi: mxs: Allow other chip selects to work by Fabio Estevam · 13 years ago
  45. 179fe4b spi: mxs: Introduce spi_cs_is_valid() by Fabio Estevam · 13 years ago
  46. 8e57ca2 mxs_spi: Return proper timeout error by Fabio Estevam · 13 years ago
  47. 05acaac mx28: fix i.MX28 spi driver by Matthias Fuchs · 13 years ago
  48. 7f8a558 iMX28: Add SPI driver by Marek Vasut · 13 years ago