1. b75e17b mtd: rawnand: davinci: Do not use extra dereferencing by Miquel Raynal · 4 years, 2 months ago
  2. 3500bd7 mtd: rawnand: davinci: Move the ECC initialization to ->attach_chip() by Miquel Raynal · 4 years, 2 months ago
  3. 1e3b37a mtd: rawnand: Use the ECC framework OOB layouts by Miquel Raynal · 4 years, 4 months ago
  4. bace41f mtd: rawnand: Use the new ECC engine type enumeration by Miquel Raynal · 4 years, 4 months ago
  5. ef24f97 mtd: rawnand: Separate the ECC engine type and the ECC byte placement by Miquel Raynal · 4 years, 4 months ago
  6. e0a564a mtd: rawnand: Rename the ECC algorithm enumeration items by Miquel Raynal · 4 years, 4 months ago
  7. 74e24cd mtd: rawnand: Drop OOB_FIRST placement scheme by Miquel Raynal · 4 years, 8 months ago
  8. a9575c4 mtd: rawnand: davinci: Stop using nand_release() by Miquel Raynal · 4 years, 8 months ago
  9. dbf1508 mtd: rawnand: davinci: Get rid of the legacy interface implementation by Boris Brezillon · 4 years, 8 months ago
  10. 547aa7c mtd: rawnand: davinci: Implement exec_op() by Boris Brezillon · 4 years, 8 months ago
  11. 4f426e6 mtd: rawnand: davinci: Stop using nand_chip.legacy.IO_ADDR_{R, W} by Boris Brezillon · 4 years, 8 months ago
  12. 3626fdc mtd: rawnand: davinci: Inherit from nand_controller by Boris Brezillon · 4 years, 8 months ago
  13. 74ba920 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 by Thomas Gleixner · 6 years ago
  14. 7b6a9b2 mtd: rawnand: Deprecate the dummy_controller field by Boris Brezillon · 6 years ago
  15. 7d6c37e mtd: rawnand: Deprecate the ->select_chip() hook by Boris Brezillon · 6 years ago
  16. 3cece3a mtd: rawnand: Deprecate ->chip_delay by Boris Brezillon · 6 years ago
  17. 8395b75 mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc() by Boris Brezillon · 6 years ago
  18. bf6065c mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc() by Boris Brezillon · 6 years ago
  19. 716bbba mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooks by Boris Brezillon · 6 years ago
  20. 82fc509 mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} there by Boris Brezillon · 6 years ago
  21. 50a487e mtd: rawnand: Pass a nand_chip object to chip->dev_ready() by Boris Brezillon · 6 years ago
  22. 0f808c1 mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl() by Boris Brezillon · 6 years ago
  23. 758b56f mtd: rawnand: Pass a nand_chip object to chip->select_chip() by Boris Brezillon · 6 years ago
  24. c0739d8 mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooks by Boris Brezillon · 6 years ago
  25. 7e53432 mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooks by Boris Brezillon · 6 years ago
  26. 00da2ea mtd: rawnand: Pass a nand_chip object to ecc->correct() by Boris Brezillon · 6 years ago
  27. af37d2c mtd: rawnand: Pass a nand_chip object to ecc->calculate() by Boris Brezillon · 6 years ago
  28. ec47636 mtd: rawnand: Pass a nand_chip object to ecc->hwctl() by Boris Brezillon · 6 years ago
  29. 59ac276 mtd: rawnand: Pass a nand_chip object to nand_release() by Boris Brezillon · 6 years ago
  30. 00ad378 mtd: rawnand: Pass a nand_chip object to nand_scan() by Boris Brezillon · 6 years ago
  31. b2342c1 mtd: rawnand: davinci: convert driver to nand_scan() by Miquel Raynal · 6 years ago
  32. 29597ca mtd: rawnand: use mtd_device_register() where applicable by Rafał Miłecki · 6 years ago
  33. cc53d5c mtd: rawnand: davinci: Use uintptr_t casts instead of unsigned ones by Boris Brezillon · 7 years ago
  34. c5b76d8 mtd: rawnand: davinci: Stop doing iomem pointer <-> u32 conversions by Boris Brezillon · 7 years ago
  35. 7c00e8a Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  36. fd06580 mtd: rawnand: davinci: stop using pdev->id as chipselect by Bartosz Golaszewski · 7 years ago
  37. a8e3923 mtd: rawnand: davinci: don't acquire and enable clock by Sekhar Nori · 7 years ago
  38. 4acc304 mtd: rawnand: davinci: fix probe function error path by Miquel Raynal · 7 years ago
  39. 93db446 mtd: nand: move raw NAND related code to the raw/ subdir by Boris Brezillon · 7 years ago[Renamed from drivers/mtd/nand/davinci_nand.c]
  40. d4092d7 mtd: nand: Rename nand.h into rawnand.h by Boris Brezillon · 7 years ago
  41. 19d8ccc mtd: nand: davinci: set ECC algorithm explicitly for HW based ECC by Alexander Couzens · 8 years ago
  42. 65a2c1c mtd: nand: davinci: add comment on NAND subpage write status on keystone by Sekhar Nori · 8 years ago
  43. f6d7c1b mtd: nand: davinci: Reinitialize the HW ECC engine in 4bit hwctl by Karl Beldan · 8 years ago
  44. 867f987 mtd: nand: davinci: set ECC algorithm explicitly by Rafał Miłecki · 9 years ago
  45. 363b5db mtd: nand: davinci: rely on generic DT parsing done in nand_scan_ident() by Boris Brezillon · 9 years ago
  46. e4aacaa mtd: nand: davinci: switch to mtd_ooblayout_ops by Boris Brezillon · 9 years ago
  47. bc29c95 mtd: nand: davinci: remove custom 'erased check' implementation by Boris BREZILLON · 9 years ago
  48. 6e94119 mtd: nand: return consistent error codes in ecc.correct() implementations by Boris BREZILLON · 9 years ago
  49. 37f5a54 mtd: nand: remove useless mtd->priv = chip assignments by Boris BREZILLON · 9 years ago
  50. a5cfb4d mtd: nand: davinci: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  51. 4bd4ebc mtd: nand: make use of mtd_to_nand() in NAND drivers by Boris BREZILLON · 9 years ago
  52. a61ae81 mtd: nand: drop unnecessary partition parser data by Brian Norris · 9 years ago
  53. 6a44d42 mtd: nand: davinci_nand: drop owner and name assignment by Frans Klaver · 10 years ago
  54. a11244c nand: davinci: add support for 4K page size nand devices by Sandeep Paulraj · 10 years ago
  55. 5cfb36e mtd: nand: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  56. 28c015a mtd: davinci-nand: disable subpage write for keystone-nand by Murali Karicheri · 11 years ago
  57. c29aa15 Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtd by Linus Torvalds · 11 years ago
  58. 3ea5b03 mtd: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  59. 67f5185 ARM: davinci: aemif: get rid of davinci-nand driver dependency on aemif by Ivan Khoronzhuk · 11 years ago
  60. 0066923 mtd: davinci_nand: Remove unnecessary OOM messages by Jingoo Han · 11 years ago
  61. 0966a41 mtd: nand: davinci: don't request AEMIF address range by Ivan Khoronzhuk · 11 years ago
  62. 75be1ea mtd: nand: davinci: adjust DT properties to MTD generic by Ivan Khoronzhuk · 11 years ago
  63. 30a3970 mtd: nand: davinci: simplify error handling by Ivan Khoronzhuk · 11 years ago
  64. 0510382 mtd: nand: davinci: check required ti,davinci-chipselect property by Ivan Khoronzhuk · 11 years ago
  65. f735a4d mtd: nand: davinci: return ENOMEM if memory allocation is failed by Ivan Khoronzhuk · 11 years ago
  66. eaaa4a9 mtd: nand: davinci: fix driver registration by Ivan Khoronzhuk · 11 years ago
  67. 453810b mtd: nand: use dev_get_platdata() by Jingoo Han · 11 years ago
  68. 59bff7f mtd: nand: davinci: use devm_ioremap_resource() by Laurent Navet · 12 years ago
  69. c4f8cde mtd: davinci_nand: Use of_match_ptr() by Sachin Kamat · 12 years ago
  70. 9713511 mtd: davinci_nand: use module_platform_driver_probe() by Jingoo Han · 12 years ago
  71. ef4e0c2 mtd: davinci_nand: Use managed resources by Mrugesh Katepallewar · 12 years ago
  72. 13daa22 mtd: davinci_nand: fix modular build with CONFIG_OF=y by Sergei Shtylyov · 12 years ago
  73. 192afdb mtd: davinci: add support for parition binding nodes by Murali Karicheri · 12 years ago
  74. ffe3150 Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowells/linux-headers by David Woodhouse · 12 years ago
  75. ea73fe7 mtd: nand: clk: preparation for switch to common clock framework by m-karicheri2@ti.com · 12 years ago
  76. cdeadd7 mtd: nand: davinci: add OF support for davinci nand controller by Heiko Schocher · 12 years ago
  77. ec2a083 ARM: davinci: move platform_data definitions by Arnd Bergmann · 12 years ago
  78. 6a918ba mtd: flash drivers set ecc strength by Mike Dunn · 13 years ago
  79. 42d7fbe mtd: do not use plain 0 as NULL by Artem Bityutskiy · 13 years ago
  80. 47882d7 mtd: davinci: if no amif timing is passed, don; t setup cscfg register by Heiko Schocher · 13 years ago
  81. 5b55b1e mtd: davinci_nand.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 14 years ago
  82. 3b36013 mtd: davinci_nand: remove redundant mtd_device_unregister by Axel Lin · 14 years ago
  83. 4e243a0 mtd: davinci_nand don't specify default parsing options by Dmitry Eremin-Solenikov · 14 years ago
  84. bb9ebd4e mtd: nand: rename NAND_USE_FLASH_BBT by Brian Norris · 14 years ago
  85. a40f734 mtd: nand: consolidate redundant flash-based BBT flags by Brian Norris · 14 years ago
  86. 0987711 mtd: davinci_nand: convert to mtd_device_register() by Jamie Iles · 14 years ago
  87. f43272c mtd: DaVinci: Removed header file that is not required by Sandeep Paulraj · 14 years ago
  88. 7934650 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 14 years ago
  89. 2bdb053 mtd: davinci: relax a timeout for ECC-initialization by Wolfram Sang · 14 years ago
  90. eea116e mtd: davinci: fix comment to match the code by Wolfram Sang · 14 years ago
  91. cc26c3c mtd: nand: expand nand_ecc_layout, deprecate ioctl ECCGETLAYOUT by Brian Norris · 14 years ago
  92. a88dbc5 nand: davinci: add support for timing configuration by Sekhar Nori · 14 years ago
  93. 8060ef4 davinci: add support for aemif timing configuration by Sekhar Nori · 14 years ago
  94. 1c3275b mtd: nand: davinci: correct 4-bit error correction by Sudhakar Rajashekhara · 14 years ago
  95. 0ae28a3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 15 years ago
  96. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  97. 5e81e88 mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident() by David Woodhouse · 15 years ago
  98. d8bc555 mtd: davinci_nand.c: use resource_size() by H Hartley Sweeten · 15 years ago
  99. f611a79 mtd: Add bad block table overrides to Davinci NAND driver by Mark A. Greer · 15 years ago
  100. 5cd0be8 mtd: nand: davinci: fix to use mask_ale from pdata by Hemant Pedanekar · 15 years ago