1. 03de305 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 8 months ago
  2. d678a59 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 8 months ago
  3. 7d2bf7c spi: Remove <common.h> and add needed includes by Tom Rini · 9 months ago
  4. b4b0228 spi: cadence_qspi: Address the comparison failure for 0-8 bytes of data by Tejas Bhumkar · 12 months ago
  5. 959a4a0 spi: cadence-quadspi: Fix error message on stuck busy state by Jan Kiszka · 1 year, 3 months ago
  6. 08b3098 spi: cadence-quadspi: Reset CMD_CTRL Reg on cmd r/w completion by Dhruva Gole · 1 year, 9 months ago
  7. 8077d296 spi: cadence-quadspi: Use STIG mode for all ops with small payload by Apurva Nandan · 1 year, 9 months ago
  8. 44e2de0 spi: cadence-quadspi: Fix check condition for DTR ops by Apurva Nandan · 1 year, 9 months ago
  9. 2330af2 spi: cadence_qspi: setup ADDR Bits in cmd reads by Dhruva Gole · 2 years ago
  10. 0d1a55f spi: cadence-qspi: Remove condition for calling enable linear mode by Ashok Reddy Soma · 2 years, 2 months ago
  11. f7d4cab spi: cadence-qspi: Use priv instead of plat across the driver by Ashok Reddy Soma · 2 years, 5 months ago
  12. 248fe9f spi: cadence_qspi: Enable apb linear mode for apb read & write operations by T Karthik Reddy · 2 years, 8 months ago
  13. cf553bf arm64: versal: Add versal specific cadence ospi driver by T Karthik Reddy · 2 years, 8 months ago
  14. 1e2b813 spi: cadence-qspi: move cadence qspi macros to header file by T Karthik Reddy · 2 years, 8 months ago
  15. 846d1d9 mtd: cqspi: Wait for transfer completion by Marek Vasut · 3 years, 4 months ago
  16. c2e0363 mtd: cqspi: Fix division by zero by Marek Vasut · 3 years, 4 months ago
  17. 38b0852 spi: cadence-qspi: Add support for octal DTR flashes by Pratyush Yadav · 3 years, 7 months ago
  18. a6903aa spi: cadence-qspi: Add a small delay before indirect writes by Pratyush Yadav · 3 years, 7 months ago
  19. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years, 1 month ago
  20. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 8 months ago
  21. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 8 months ago
  22. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 8 months ago
  23. 0f24784 spi: cadence-qspi: Add support for Cadence Octal SPI controller by Vignesh Raghavendra · 5 years ago
  24. ffab212 spi: cadence-qspi: Add direct mode support by Vignesh Raghavendra · 5 years ago
  25. d640772 spi: cadence_qspi: Move to spi-mem framework by Vignesh Raghavendra · 5 years ago
  26. 7eece32 spi: cadence_qspi: Add quad write support by Ley Foon Tan · 6 years ago
  27. 8b71e46 spi: cadence_qspi: Fix warning cast from pointer to integer of different size by Ley Foon Tan · 7 years ago
  28. aaa21d3 spi: cadence_qspi_apb: Make flash writes 32 bit aligned by Vignesh R · 7 years ago
  29. a743e2b Revert "spi: cadence_qspi_apb: Use 32 bit indirect write transaction when possible" by Vignesh R · 7 years ago
  30. 948ad4f Revert "spi: cadence_qspi_apb: Use 32 bit indirect read transaction when possible" by Goldschmidt Simon · 7 years ago
  31. 15a70a5 spi: cadence_spi: Sync DT bindings with Linux by Jason Rush · 7 years ago
  32. 4826350 wait_bit: use wait_for_bit_le32 and remove wait_for_bit by Álvaro Fernández Rojas · 7 years ago
  33. b63b463 spi: cadence_qspi_apb: Use 32 bit indirect read transaction when possible by Vignesh R · 8 years ago
  34. 57897c1 spi: cadence_qspi_apb: Use 32 bit indirect write transaction when possible by Vignesh R · 8 years ago
  35. 22e63ff spi: cadence_qspi: Fix CS timings by Phil Edworthy · 8 years ago
  36. 3c56953 spi: cadence_qspi: Remove returns from end of void functions by Phil Edworthy · 8 years ago
  37. 7d403f2 spi: cadence_qspi: Use spi mode at the point it is needed by Phil Edworthy · 8 years ago
  38. 7e76c4b spi: cadence_qspi: Clean up the #define names by Phil Edworthy · 8 years ago
  39. db37cc9 spi: cadence_qspi: Use #define for bits instead of bit shifts by Phil Edworthy · 8 years ago
  40. 0ceb4d9 spi: cadence_qspi: Better debug information on the SPI clock rate by Phil Edworthy · 8 years ago
  41. 32068c4 spi: cadence_qspi: Fix baud rate calculation by Phil Edworthy · 8 years ago
  42. cc80a89 spi: cadence_qspi: Fix clearing of pol/pha bits by Phil Edworthy · 8 years ago
  43. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  44. 5405817 spi: cadence_qspi_apb: Ensure baudrate doesn't exceed max value by Chin Liang See · 8 years ago
  45. 2372e14 spi: cadence_quadspi: Enable QUAD mode based on DT data by Vignesh R · 9 years ago
  46. dac3bf2 spi: cadence_qspi_apb: Support 32 bit AHB address by Vignesh R · 9 years ago
  47. 5a824c4 mtd: cqspi: Simplify indirect read code by Marek Vasut · 9 years ago
  48. 26da635 mtd: cqspi: Simplify indirect write code by Marek Vasut · 9 years ago
  49. b7e83b0 spi: cadence_qspi_apb: Use BIT macro by Jagan Teki · 9 years ago
  50. 70bb2b1 spi: cadence_qspi: support FIFO width other than 4 bytes by Vikas Manocha · 10 years ago
  51. 90a2f71 spi: cadence_qspi: get sram size from device tree by Vikas Manocha · 10 years ago
  52. c0535c0 spi: cadence_qspi: move the sram partition in init by Vikas Manocha · 10 years ago
  53. 10e8bf8 spi: Add Cadence QSPI DM driver used by SoCFPGA by Stefan Roese · 10 years ago