1. 65130cd dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 4 years ago
  2. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  3. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  4. 397b062 nand: davinci: avoid out of bounds array access by Heinrich Schuchardt · 5 years ago
  5. 8a14dfe nand: davinci: add support for driver model by Bartosz Golaszewski · 5 years ago
  6. 2d4e330 nand: davinci: make davinci_nand_init() static by Bartosz Golaszewski · 5 years ago
  7. 80162a1 nand: davinci: remove dead code for dm644x by Bartosz Golaszewski · 6 years ago
  8. 1f1ae15 mtd: move NAND files into a raw/ subdirectory by Miquel Raynal · 6 years ago[Renamed (99%) from drivers/mtd/nand/davinci_nand.c]
  9. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  10. 8f39721 mtd: nand: Drop the ->errstat() hook by Boris Brezillon · 7 years ago
  11. b9bf43c mtd: nand: Drop unused cached programming support by Boris Brezillon · 7 years ago
  12. f8a5d51 mtd: replace MTDDEBUG() with pr_debug() by Masahiro Yamada · 7 years ago
  13. ddc0094 NAND: davinci: add support for NAND chips with 16 bits bus by Fabien Parent · 8 years ago
  14. 52ab7ce mtd: nand: Sync with Linux v4.6 by Scott Wood · 8 years ago
  15. 46e1310 mtd: nand: Add page argument to write_page() etc. by Scott Wood · 8 years ago
  16. 17fed14 mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_data by Scott Wood · 8 years ago
  17. bc4bf94 nand: Remove CONFIG_MTD_NAND_VERIFY_WRITE by Peter Tyser · 10 years ago
  18. d5c6580 mtd: nand: davinci_nand: update write_page function for keystone RBL by Khoronzhuk, Ivan · 10 years ago
  19. 9016c6f mtd: nand: davinci_nand: correct keystone RBL layout definition by Khoronzhuk, Ivan · 10 years ago
  20. 2f64e47 mtd: nand: davinci: add opportunity to write keystone U-boot image by Khoronzhuk, Ivan · 10 years ago
  21. 753a00a mtd: nand: davinci: add header file for driver definitions by Khoronzhuk, Ivan · 10 years ago
  22. c1dc61b NAND: DaVinci: allow forced disable of subpage writes by Karicheri, Muralidharan · 11 years ago
  23. 56596e1 nand, davinci: add special UBL ecc position by Heiko Schocher · 11 years ago
  24. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  25. 3a38a55 mtd: resync with Linux-3.7.1 by Sergey Lapin · 12 years ago
  26. 0357a76 NAND: davinci: choose correct 1-bit h/w ECC reg by Laurence Withers · 13 years ago
  27. dfd19ea davinci_nand, trivial : use symbolic ECC start command by Ben Gardiner · 14 years ago
  28. 328d055 nand/davinci: make sure ECC calculation has really started by Wolfram Sang · 14 years ago
  29. c4e7224 TI: Davinci: NAND Driver Cleanup by Cyril Chemparathy · 15 years ago
  30. cb1758e Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 15 years ago
  31. 2779472 Davinci: davinci_nand.c performance enhancments by Nick Thompson · 15 years ago
  32. ff64152 Davinci: NAND enable ECC even when not in NAND boot mode by Nick Thompson · 15 years ago
  33. 789c887 Davinci: Configurable NAND chip selects by Nick Thompson · 15 years ago
  34. d348286 NAND: Add Support for 4K page size in DaVinci NAND driver by Sandeep Paulraj · 15 years ago
  35. ce63031 NAND: davinci: Fix warnings when 4-bit ECC not used by Scott Wood · 15 years ago
  36. bfeb0fd NAND: DaVinci: V2 Adding 4 BIT ECC support by Sandeep Paulraj · 15 years ago
  37. bb28929 Typo fix: use CONFIG_SOC_DM644X, not CONFIG_SOC_DM646. by David Brownell · 15 years ago
  38. f4b0b9d davinci_nand chipselect/init cleanup by David Brownell · 16 years ago
  39. 962d4c1 davinci_nand: cleanup II (CONFIG_SYS_DAVINCI_BROKEN_ECC) by David Brownell · 16 years ago
  40. 0bf53c4 davinci_nand: cleanup I (minor) by David Brownell · 16 years ago
  41. b4aeefd ARM DaVinci: EMIF settings by Thomas Lange · 15 years ago
  42. f681250 davinci: move nand driver to drivers/mtd/nand by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago[Renamed (97%) from cpu/arm926ejs/davinci/nand.c]
  43. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  44. 73dc0e4 ARM DaVinci: Fix broken HW ECC for large page NAND. by Hugo Villeneuve · 16 years ago
  45. 6fcbfd0 ARM DaVinci: Removed redundant NAND initialization code. by Hugo Villeneuve · 16 years ago
  46. 7f01e96 ARM DaVinci: Fix compilation error with new MTD code. by Hugo Villeneuve · 16 years ago
  47. 719bb5f drivers/mtd/nand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  48. d7be2ee NAND: Davinci driver updates by Sergey Kubushyn · 17 years ago
  49. 9e9c2c1 Fixing coding style issues by William Juul · 17 years ago
  50. b76ec38 Remove white space at end. by William Juul · 17 years ago
  51. 52c0796 Update MTD to that of Linux 2.6.22.1 by William Juul · 17 years ago
  52. df83c47 NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution. by Scott Wood · 16 years ago
  53. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  54. a48499f Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18: by Wolfgang Denk · 17 years ago
  55. 1ed9bf3c Removes all board specific code from the arch. part for DM644x (DaVinci) boards by Pieter Voorthuijsen · 17 years ago
  56. e8f3912 [ARM] TI DaVinci support, hopefully final by Sergey Kubushyn · 17 years ago