1. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  2. 0e2e894 mtd: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  3. bdd5f81 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 3 months ago
  4. f2c1ea7 mtd: nand: pxa3xx: Enable devbus/nand arbiter on Armada 8K by Chris Packham · 1 year, 5 months ago
  5. bd3ce6f mtd: nand: pxa3xx: Add support for the Marvell AC5 SoC by Chris Packham · 1 year, 5 months ago
  6. 03085ca mtd: nand: pxa3xx: simplify ECC hardware parameters by Chris Packham · 2 years, 3 months ago
  7. c96bc1d arm: mvebu: Fix compatible string for nand controller by Pali Rohár · 2 years, 4 months ago
  8. 142f41a mtd: nand: pxa3xx: set mtd->dev by Robert Marko · 2 years, 11 months ago
  9. fa7890e mtd: nand: pxa3xx: use marvell, prefix for custom DT properties by Pierre Bourdon · 3 years ago
  10. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  11. 65130cd dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 4 years ago
  12. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  13. 5898322 mtd: nand: pxa3xx: enable NAND controller if the SoC needs it by Shmuel Hazan · 4 years, 1 month ago
  14. 807ae58 mtd: pxa3xx_nand: remove dead code by Baruch Siach · 4 years, 1 month ago
  15. 759349e mtd: pxa3xx_nand: port to use driver model by Shmuel Hazan · 4 years, 1 month ago
  16. c6302f0 mtd: nand: pxa3xx: Fix not calling dev_xxx with a device by Sean Anderson · 4 years, 2 months ago
  17. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  18. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  19. c06c1be common: Drop linux/bug.h from common header by Simon Glass · 4 years, 7 months ago
  20. 9167e4d mtd: nand: pxa3xx: fix raw read when last_chunk_size == 0 by Baruch Siach · 4 years, 8 months ago
  21. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  22. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
  23. 53e9c12 mtd: rawnand: pxa3xx: fix 2kiB pages with 8b strength chips layout by Miquel Raynal · 6 years ago
  24. 35f1ebd mtd: nand: pxa3xx: re-read a page in raw mode on uncorrectable error by Miquel Raynal · 6 years ago
  25. 30a016a mtd: nand: pxa3xx: add raw read support by Miquel Raynal · 6 years ago
  26. 1f1ae15 mtd: move NAND files into a raw/ subdirectory by Miquel Raynal · 6 years ago[Renamed (99%) from drivers/mtd/nand/pxa3xx_nand.c]
  27. 2087f7e fix: nand: pxa3xx: Add WA for eliminating flash ready timeout by David Sniatkiwicz · 6 years ago
  28. e0e232e nand: pxa3xx: Add support for 8KB page 4 and 8 bit ECC NAND by Konstantin Porotchkin · 6 years ago
  29. a692cde nand: pxa3xx: cosmetic: add comments to the timing layout structures by Konstantin Porotchkin · 6 years ago
  30. 06f9b6b fix: nand: Replace hardcoded page chunk size with calculated one by Konstantin Porotchkin · 6 years ago
  31. 029be94 mtd: nand: pxa3xx: add support for Toshiba flash by Konstantin Porotchkin · 6 years ago
  32. fdf9dfb mtd: nand: pxa3xx: add support for 2KB 8-bit flash by Victor Axelrod · 6 years ago
  33. a558a39 mtd: nand: pxa3xx: Fix READOOB implementation by Boris Brezillon · 6 years ago
  34. 191b5be mtd: nand: pxa3xx_nand: add support for partial chunks by Ofer Heifetz · 6 years ago
  35. 268979f mtd: pxa3xx_nand: Simplify pxa3xx_nand_scan by Ofer Heifetz · 6 years ago
  36. 531816e mtd: pxa3xx_nand: Fix initial controller configuration by Ofer Heifetz · 6 years ago
  37. 0f0d382 mtd: pxa3xx_nand: Increase the initial chunk size by Ofer Heifetz · 6 years ago
  38. 4a574aa nand: pxa3xx: Increase READ_ID buffer and make the size static by Ofer Heifetz · 6 years ago
  39. de32316 mtd: nand: pxa3xx-nand: fix random command timeouts by Ofer Heifetz · 6 years ago
  40. d92d899 mtd: nand: pxa3xx_nand: fix early spurious interrupt by Ofer Heifetz · 6 years ago
  41. 8f8d458 mtd: nand: pxa3xx_nand: sync pxa3xx_nand_set_sdr_timing() by Ofer Heifetz · 6 years ago
  42. 0da35df mtd: nand: pxa3xx_nand: use nand_to_mtd() by Ofer Heifetz · 6 years ago
  43. fdf5b23 mtd: nand: pxa3xx_nand: Increase initial buffer size by Ofer Heifetz · 6 years ago
  44. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  45. 2b7a873 mtd: nand: Rename nand.h into rawnand.h by Masahiro Yamada · 7 years ago
  46. a12a8e8 fix: nand: pxa3xx: fix defined but not used warnings by Sean Nyekjaer · 7 years ago
  47. 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  48. 93c9f39 fix: nand: pxa3xx: Remove hardcode values from the driver by Konstantin Porotchkin · 8 years ago
  49. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  50. 3c2170a mtd: nand: pxa3xx: use nand_set_controller_data by Chris Packham · 8 years ago
  51. 46e1310 mtd: nand: Add page argument to write_page() etc. by Scott Wood · 9 years ago
  52. 17fed14 mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_data by Scott Wood · 9 years ago
  53. 2c1b7e1 nand: Embed mtd_info in struct nand_chip by Scott Wood · 9 years ago
  54. 043636d drivers: remove writes{b,w,l,q} and reads{b,w,l,q}. by Purna Chandra Mandal · 9 years ago
  55. f6ca2a6 mtd: pxa3xx_nand: Don't alloc unneeded memory by Kevin Smith · 9 years ago
  56. 4d21b59 mtd: pxa3xx_nand: Correct offset calculation by Kevin Smith · 9 years ago
  57. 8a02d63 mtd: pxa3xx_nand: Correct null dereference by Kevin Smith · 9 years ago
  58. beb288b Fix typo: firstly -> first. by Vagrant Cascadian · 9 years ago
  59. 75659da mtd: nand: Add mvebu (PXA / AXP / A38x) NAND device driver by Stefan Roese · 9 years ago