1. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  2. 0e2e894 mtd: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:00 2024 -0600
  3. 8805f9d spl: nand: Set bl_len to page size by Sean Anderson · Sat Nov 04 16:37:44 2023 -0400
  4. 9823b21 sunxi-nand: fix the PIO instead of DMA implementation by Markus Hoffrogge · Thu Jun 30 01:26:39 2022 +0200
  5. 3bde7e2 nand.h: Cleanup linux/mtd/rawnand.h usage by Tom Rini · Wed Sep 22 14:50:35 2021 -0400
  6. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  7. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  8. 1f1ae15 mtd: move NAND files into a raw/ subdirectory by Miquel Raynal · Thu Aug 16 17:30:07 2018 +0200[Renamed from drivers/mtd/nand/sunxi_nand_spl.c]
  9. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  10. 8eef8f3 spl: nand: sunxi: use PIO instead of DMA by Miquel Raynal · Wed Feb 28 20:51:55 2018 +0100
  11. 298e7a6 spl: nand: sunxi: declare the ecc_bytes array globally by Miquel Raynal · Wed Feb 28 20:51:54 2018 +0100
  12. 4f80004 spl: nand: sunxi: make the reset column helper more generic by Miquel Raynal · Wed Feb 28 20:51:52 2018 +0100
  13. 010ea02 spl: nand: sunxi: ensure enough time has passed after changing the column by Miquel Raynal · Wed Feb 28 20:51:51 2018 +0100
  14. 6852f48 spl: nand: sunxi: create an helper to handle command execution by Miquel Raynal · Wed Feb 28 20:51:50 2018 +0100
  15. aeb59c3 spl: nand: sunxi: add missing status clear by Miquel Raynal · Wed Feb 28 20:51:49 2018 +0100
  16. b242ee9 spl: nand: sunxi: introduce the nand_wait_cmd_fifo_empty() helper by Miquel Raynal · Wed Feb 28 20:51:48 2018 +0100
  17. b0b98ca spl: nand: sunxi: introduce the nand_wait_int() helper by Miquel Raynal · Wed Feb 28 20:51:47 2018 +0100
  18. a450de7 spl: nand: sunxi: fix typo on register name by Miquel Raynal · Wed Feb 28 20:51:46 2018 +0100
  19. e859503 spl: nand: sunxi: fix second case of modulo by zero error by Miquel Raynal · Wed Feb 28 20:51:45 2018 +0100
  20. cccddf5 nand: sunxi: Fix modulo by zero error by Maxime Ripard · Mon Feb 27 18:22:00 2017 +0100
  21. 601361f spl: nand: sunxi: add support for NAND config auto-detection by Boris Brezillon · Mon Jun 06 10:17:02 2016 +0200
  22. 87cc16c spl: nand: sunxi: split 'load page' and 'read page' logic by Boris Brezillon · Mon Jun 06 10:17:01 2016 +0200
  23. dbd8710 spl: nand: sunxi: rework status polling loop by Boris Brezillon · Mon Jun 06 10:17:00 2016 +0200
  24. 939c75b spl: nand: sunxi: stop guessing the redundant u-boot offset by Boris Brezillon · Mon Jun 06 10:16:59 2016 +0200
  25. a7a401c spl: nand: sunxi: remove support for so-called 'syndrome' mode by Boris Brezillon · Mon Jun 06 10:16:56 2016 +0200
  26. eb715f6 sunxi_nand_spl: Be smarter about where to look for backup u-boot.bin by Hans de Goede · Mon Aug 31 16:00:56 2015 +0200
  27. 8b9d291 sunxi_nand_spl: Add config parameter for 4KiB page sized NAND devices by Stefan Roese · Fri Sep 04 14:43:00 2015 +0200
  28. 353f3d0 sunxi_nand_spl: clear status flags in SPL implementation by Boris Brezillon · Sat Aug 29 12:29:38 2015 +0200
  29. 0246245 sunxi_nand_spl: Remove NAND_SUNXI_SPL_SYNDROME_PARTITIONS_END by Hans de Goede · Fri Aug 21 15:23:57 2015 +0200
  30. 5a34ee2 sunxi_nand_spl: Add support for backup boot partitions by Hans de Goede · Sat Aug 15 21:51:33 2015 +0200
  31. 01c69ed sunxi_nand_spl: Auto detect nand configuration parameters by Hans de Goede · Sat Aug 15 21:23:08 2015 +0200
  32. a44f40e sunxi_nand_spl: Parametrize lowlevel read functions by Hans de Goede · Sat Aug 15 20:51:53 2015 +0200
  33. f851120 sunxi_nand_spl: Properly config page-size in the nand ctl register by Hans de Goede · Sat Aug 15 20:05:13 2015 +0200
  34. c270b48 sunxi_nand_spl: Use kernel driver algorithm for determining ecc_mode / _off by Hans de Goede · Sat Aug 15 12:41:09 2015 +0200
  35. 4de74a4 sunxi_nand_spl: Add proper cache flusing by Hans de Goede · Sat Aug 15 12:32:24 2015 +0200
  36. 466a318 sunxi_nand_spl: Turn off clocks when we're done with the nand by Hans de Goede · Sat Aug 15 11:59:25 2015 +0200
  37. 5ed52f6 sunxi_nand_spl: Use SYS_NAND_SELF_INIT and only do nand init when necessary by Hans de Goede · Sat Aug 15 11:55:26 2015 +0200
  38. 19af938 sunxi_nand_spl: Do not bother writing the spare-area reg in syndrome mode by Hans de Goede · Sat Aug 15 12:43:26 2015 +0200
  39. 7c7fbfb sunxi_nand_spl: We only need to reset the nand chip once by Hans de Goede · Sat Aug 15 11:38:33 2015 +0200
  40. 534e607 sunxi_nand_spl: Drop unnecessary temp buf by Hans de Goede · Sat Aug 15 09:33:41 2015 +0200
  41. 4ac391c sunxi: nand: Add basic sunxi NAND driver for SPL with DMA support by Piotr Zierhoffer · Thu Jul 23 14:33:02 2015 +0200
  42. 07ed1b9 Revert "sunxi/nand: Add support to the SPL for loading u-boot from internal NAND memory" by Ian Campbell · Fri Jun 26 19:42:24 2015 +0100
  43. dbbfdc1 sunxi/nand: Add support to the SPL for loading u-boot from internal NAND memory by Daniel Kochmański · Tue May 26 17:00:42 2015 +0200