1. 91b9e37 spi: spi-uclass: Read chipselect and restrict capabilities by Venkatesh Yadav Abbarapu · 8 weeks ago
  2. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  3. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  4. b116fe2 spi: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  5. c030188 rockchip: spi: rk_spi: do not write bytes when in read-only mode by Quentin Schulz · 8 months ago
  6. 625eff9 rockchip: spi: rk_spi: use base variable with uintptr_t size by Johan Jonker · 1 year, 9 months ago
  7. 746271d drivers: spi: fix some typos by Pengfei Fan · 2 years ago
  8. 1257efc clk: Rename clk_get_by_driver_info() by Simon Glass · 3 years, 4 months ago
  9. 6d70ba0 treewide: Try to avoid the preprocessor with OF_REAL by Simon Glass · 3 years, 4 months ago
  10. 9288265 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · 3 years, 4 months ago
  11. df65db8 dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS by Simon Glass · 4 years ago
  12. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · 4 years ago
  13. c4222cd spi: Update for new sequence numbers by Simon Glass · 4 years ago
  14. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  15. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  16. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  17. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  18. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  19. a601d5b drivers: spi: rk_spi: Add support for RK3328 by Johannes Krottmayer · 4 years, 5 months ago
  20. dc5b437 dtoc: extend dtoc to use struct driver_info when linking nodes by Walter Lozano · 4 years, 5 months ago
  21. 48e5b04 core: add support for U_BOOT_DRIVER_ALIAS by Walter Lozano · 4 years, 5 months ago
  22. 2901ac6 drivers: rename drivers to match compatible string by Walter Lozano · 4 years, 5 months ago
  23. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  24. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  25. 46bbff1 spi: rk: Limit transfers to (64K - 1) bytes by Jagan Teki · 5 years ago
  26. 495a5dc common: Move get_ticks() function out of common.h by Simon Glass · 5 years ago
  27. 9fbe17c rockchip: use 'arch-rockchip' as header file path by Kever Yang · 6 years ago
  28. 09258c9 rockchip: spi: make optimised receive-handler unaligned-safe by Philipp Tomsich · 6 years ago
  29. 8d1b09c rockchip: spi: add driver-data and a 'rxonly_manages_fifo' flag by Philipp Tomsich · 6 years ago
  30. 8e45399 rockchip: spi: add optimised receive-only implementation by Philipp Tomsich · 6 years ago
  31. e3cc1a2 rockchip: spi: only wait for completion, if transmitting by Philipp Tomsich · 6 years ago
  32. 5755fff rockchip: spi: consistently use false/true with rkspi_enable_chip by Philipp Tomsich · 6 years ago
  33. a5a3716 rockchip: spi: fix off-by-one in chunk size computation by Philipp Tomsich · 6 years ago
  34. 1b35a51 rockchip: spi: remove unused code and fields in priv by Philipp Tomsich · 6 years ago
  35. 8cb1d58 rockchip: spi: add debug message for delay in CS toggle by Philipp Tomsich · 6 years ago
  36. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  37. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  38. 348c878 rockchip: spi: the symbol for Hertz is Hz by Heinrich Schuchardt · 7 years ago
  39. 828dbb5 rockchip: spi: Convert to livetree by Philipp Tomsich · 7 years ago
  40. c720b89 rockchip: spi: enable support for the rk_spi driver for the RK3368 by Philipp Tomsich · 7 years ago
  41. 778ec66 rockchip: spi: dm: convert fdt_get to dev_read by Philipp Tomsich · 7 years ago
  42. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · 8 years ago
  43. a83478f rockchip: spi: enable support for the rk_spi driver for the RK3399 by Jakob Unterwurzacher · 8 years ago
  44. 0f5b4c9 rockchip: spi: rewrite rkspi_set_clk for a more conservative baudrate setting by Philipp Tomsich · 8 years ago
  45. 4544788 rockchip: spi: rk_spi: dynamically select an module input rate by Philipp Tomsich · 8 years ago
  46. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  47. cf65b00 rockchip: spi: Honour the deactivation delay by Simon Glass · 8 years ago
  48. 32308d2 rockchip: spi: Add support for of-platdata by Simon Glass · 8 years ago
  49. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  50. a962243 clk: convert API to match reset/mailbox style by Stephen Warren · 8 years ago
  51. c45aec9 rockchip: spi: Remove the explicit pinctrl setting by Simon Glass · 9 years ago
  52. 2c9693c rockchip: spi: Correct chip-enable code by Simon Glass · 9 years ago
  53. 58a52e8 rockchip: spi: Implement the delays by Simon Glass · 9 years ago
  54. f9ed818 rockchip: spi: Correct the bus init code by Simon Glass · 9 years ago
  55. 30508e9 rockchip: spi: Remember the last speed to avoid re-setting it by Simon Glass · 9 years ago
  56. f2e033f rockchip: spi: Avoid setting the pinctrl twice by Simon Glass · 9 years ago
  57. a95049e rockchip: spi: Update the driver to use the new clock ID by Simon Glass · 9 years ago
  58. 7ccac29 spi: rk_spi: Fix debug format warning by Tom Rini · 9 years ago
  59. d1c1377 rockchip: Add SPI driver by Simon Glass · 9 years ago