1. 746271d drivers: spi: fix some typos by Pengfei Fan · Fri Dec 09 09:39:50 2022 +0800
  2. 1257efc clk: Rename clk_get_by_driver_info() by Simon Glass · Sat Aug 07 07:24:09 2021 -0600
  3. 6d70ba0 treewide: Try to avoid the preprocessor with OF_REAL by Simon Glass · Sat Aug 07 07:24:06 2021 -0600
  4. 9288265 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · Sat Aug 07 07:24:04 2021 -0600
  5. df65db8 dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS by Simon Glass · Mon Dec 28 20:34:57 2020 -0700
  6. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · Tue Dec 22 19:30:28 2020 -0700
  7. c4222cd spi: Update for new sequence numbers by Simon Glass · Wed Dec 16 21:20:19 2020 -0700
  8. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  9. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · Thu Dec 03 16:55:21 2020 -0700
  10. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  11. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  12. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  13. a601d5b drivers: spi: rk_spi: Add support for RK3328 by Johannes Krottmayer · Wed Jul 08 23:57:39 2020 +0200
  14. dc5b437 dtoc: extend dtoc to use struct driver_info when linking nodes by Walter Lozano · Thu Jun 25 01:10:13 2020 -0300
  15. 48e5b04 core: add support for U_BOOT_DRIVER_ALIAS by Walter Lozano · Thu Jun 25 01:10:06 2020 -0300
  16. 2901ac6 drivers: rename drivers to match compatible string by Walter Lozano · Thu Jun 25 01:10:04 2020 -0300
  17. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  18. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  19. 46bbff1 spi: rk: Limit transfers to (64K - 1) bytes by Jagan Teki · Sat Dec 21 13:24:30 2019 +0530
  20. 495a5dc common: Move get_ticks() function out of common.h by Simon Glass · Thu Nov 14 12:57:30 2019 -0700
  21. 9fbe17c rockchip: use 'arch-rockchip' as header file path by Kever Yang · Thu Mar 28 11:01:23 2019 +0800
  22. 09258c9 rockchip: spi: make optimised receive-handler unaligned-safe by Philipp Tomsich · Sun Feb 03 16:17:33 2019 +0100
  23. 8d1b09c rockchip: spi: add driver-data and a 'rxonly_manages_fifo' flag by Philipp Tomsich · Sun Feb 03 16:17:32 2019 +0100
  24. 8e45399 rockchip: spi: add optimised receive-only implementation by Philipp Tomsich · Sun Feb 03 16:17:31 2019 +0100
  25. e3cc1a2 rockchip: spi: only wait for completion, if transmitting by Philipp Tomsich · Sun Feb 03 16:17:30 2019 +0100
  26. 5755fff rockchip: spi: consistently use false/true with rkspi_enable_chip by Philipp Tomsich · Sun Feb 03 16:17:29 2019 +0100
  27. a5a3716 rockchip: spi: fix off-by-one in chunk size computation by Philipp Tomsich · Sun Feb 03 16:17:28 2019 +0100
  28. 1b35a51 rockchip: spi: remove unused code and fields in priv by Philipp Tomsich · Sun Feb 03 16:17:27 2019 +0100
  29. 8cb1d58 rockchip: spi: add debug message for delay in CS toggle by Philipp Tomsich · Sun Feb 03 16:17:26 2019 +0100
  30. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  31. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · Wed Apr 18 13:50:47 2018 -0400
  32. 348c878 rockchip: spi: the symbol for Hertz is Hz by Heinrich Schuchardt · Sun Nov 12 20:59:44 2017 +0100
  33. 828dbb5 rockchip: spi: Convert to livetree by Philipp Tomsich · Mon Sep 11 22:04:20 2017 +0200
  34. c720b89 rockchip: spi: enable support for the rk_spi driver for the RK3368 by Philipp Tomsich · Tue Jul 25 16:25:30 2017 +0200
  35. 778ec66 rockchip: spi: dm: convert fdt_get to dev_read by Philipp Tomsich · Wed Jun 07 18:45:58 2017 +0200
  36. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · Wed May 17 17:18:05 2017 -0600
  37. a83478f rockchip: spi: enable support for the rk_spi driver for the RK3399 by Jakob Unterwurzacher · Thu Apr 20 22:05:54 2017 +0200
  38. 0f5b4c9 rockchip: spi: rewrite rkspi_set_clk for a more conservative baudrate setting by Philipp Tomsich · Thu Apr 20 22:05:52 2017 +0200
  39. 4544788 rockchip: spi: rk_spi: dynamically select an module input rate by Philipp Tomsich · Thu Apr 20 22:05:51 2017 +0200
  40. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · Tue Jan 17 16:52:55 2017 -0700
  41. cf65b00 rockchip: spi: Honour the deactivation delay by Simon Glass · Sun Nov 13 14:22:03 2016 -0700
  42. 32308d2 rockchip: spi: Add support for of-platdata by Simon Glass · Sun Nov 13 14:22:02 2016 -0700
  43. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · Wed Sep 21 11:28:55 2016 +0900
  44. a962243 clk: convert API to match reset/mailbox style by Stephen Warren · Fri Jun 17 09:44:00 2016 -0600
  45. c45aec9 rockchip: spi: Remove the explicit pinctrl setting by Simon Glass · Thu Jan 21 19:44:12 2016 -0700
  46. 2c9693c rockchip: spi: Correct chip-enable code by Simon Glass · Thu Jan 21 19:44:11 2016 -0700
  47. 58a52e8 rockchip: spi: Implement the delays by Simon Glass · Thu Jan 21 19:44:10 2016 -0700
  48. f9ed818 rockchip: spi: Correct the bus init code by Simon Glass · Thu Jan 21 19:44:04 2016 -0700
  49. 30508e9 rockchip: spi: Remember the last speed to avoid re-setting it by Simon Glass · Thu Jan 21 19:44:03 2016 -0700
  50. f2e033f rockchip: spi: Avoid setting the pinctrl twice by Simon Glass · Thu Jan 21 19:43:44 2016 -0700
  51. a95049e rockchip: spi: Update the driver to use the new clock ID by Simon Glass · Thu Jan 21 19:43:43 2016 -0700
  52. 7ccac29 spi: rk_spi: Fix debug format warning by Tom Rini · Sun Jan 17 02:42:41 2016 +0000
  53. d1c1377 rockchip: Add SPI driver by Simon Glass · Tue Sep 01 19:19:37 2015 -0600