1. 63f559d mtd: rawnand: mxc: Convert comma to semicolon by Zheng Yongjun · 4 years, 3 months ago
  2. 5e214b2 mtd: rawnand: mxc: Use a single line for of_device_id by Fabio Estevam · 4 years, 3 months ago
  3. 5876f2d mtd: rawnand: mxc: Use device_get_match_data() by Fabio Estevam · 4 years, 3 months ago
  4. 0f6b7919 mtd: rawnand: mxc: Remove platform data support by Fabio Estevam · 4 years, 4 months ago
  5. 1b8d107 mtd: rawnand: mxc: Move the ECC engine initialization to the right place by Fabio Estevam · 4 years, 5 months ago
  6. bace41f mtd: rawnand: Use the new ECC engine type enumeration by Miquel Raynal · 4 years, 7 months ago
  7. e0a564a mtd: rawnand: Rename the ECC algorithm enumeration items by Miquel Raynal · 4 years, 7 months ago
  8. 735bf22 mtd: rawnand: trivial spelling by Kieran Bingham · 4 years, 9 months ago
  9. 4c46667 mtd: rawnand: s/data_interface/interface_config/ by Miquel Raynal · 4 years, 10 months ago
  10. c6dc082 mtd: rawnand: mxc: Stop using nand_release() by Miquel Raynal · 4 years, 10 months ago
  11. 7b6a9b2 mtd: rawnand: Deprecate the dummy_controller field by Boris Brezillon · 6 years ago
  12. 7a08dba mtd: rawnand: Move ->setup_data_interface() to nand_controller_ops by Boris Brezillon · 6 years ago
  13. 7d6c37e mtd: rawnand: Deprecate the ->select_chip() hook by Boris Brezillon · 6 years ago
  14. 3cece3a mtd: rawnand: Deprecate ->chip_delay by Boris Brezillon · 7 years ago
  15. 4524036 mtd: rawnand: Deprecate ->{set,get}_features() hooks by Boris Brezillon · 7 years ago
  16. 8395b75 mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc() by Boris Brezillon · 7 years ago
  17. bf6065c mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc() by Boris Brezillon · 7 years ago
  18. 716bbba mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooks by Boris Brezillon · 7 years ago
  19. 858838b mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface() by Boris Brezillon · 7 years ago
  20. aa36ff2 mtd: rawnand: Pass a nand_chip object to chip->{get, set}_features() by Boris Brezillon · 7 years ago
  21. 5295cf2 mtd: rawnand: Pass a nand_chip object to chip->cmdfunc() by Boris Brezillon · 7 years ago
  22. 50a487e mtd: rawnand: Pass a nand_chip object to chip->dev_ready() by Boris Brezillon · 7 years ago
  23. 758b56f mtd: rawnand: Pass a nand_chip object to chip->select_chip() by Boris Brezillon · 7 years ago
  24. c0739d8 mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooks by Boris Brezillon · 7 years ago
  25. 7e53432 mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooks by Boris Brezillon · 7 years ago
  26. 767eb6f mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooks by Boris Brezillon · 7 years ago
  27. b976168 mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooks by Boris Brezillon · 7 years ago
  28. 59ac276 mtd: rawnand: Pass a nand_chip object to nand_release() by Boris Brezillon · 7 years ago
  29. 00ad378 mtd: rawnand: Pass a nand_chip object to nand_scan() by Boris Brezillon · 7 years ago
  30. 7525c95 mtd: rawnand: Get rid of the ->read_word() hook by Boris Brezillon · 7 years ago
  31. 96fa8e6 mtd: rawnand: mxc: convert driver to nand_scan() by Miquel Raynal · 7 years ago
  32. c786bbc mtd: rawnand: mxc: Switch to SPDX identifier by Fabio Estevam · 7 years ago
  33. c03f3cf mtd: rawnand: mxc: Avoid inclusion of asm/mach headers by Boris Brezillon · 7 years ago
  34. 24f0ae9 mtd: rawnand: mxc: remove __init qualifier from mxcnd_probe_dt by Martin Kaiser · 7 years ago
  35. 3f77f24 mtd: rawnand: mxc: set spare area size register explicitly by Martin Kaiser · 7 years ago
  36. be051bf mtd: rawnand: mxc: fix probe function error path by Miquel Raynal · 7 years ago
  37. 939da44 mtd: rawnand: mxc: remove useless checks in GET/SET_FEATURES functions by Miquel Raynal · 7 years ago
  38. b958758 mtd: rawnand: rename SET/GET FEATURES related functions 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/mxc_nand.c]
  40. 68dc8e4 mtd: nand: mxc: remove now unused code by Sascha Hauer · 7 years ago
  41. cd8b465 mtd: nand: mxc: Drop now unnecessary functions by Sascha Hauer · 7 years ago
  42. 6811c46 mtd: nand: mxc: Add own write_page by Sascha Hauer · 7 years ago
  43. 5039fc9 mtd: nand: mxc: Fix failed/corrected values for v1 controllers by Sascha Hauer · 7 years ago
  44. 67b87f6 mtd: nand: mxc: Fix failed/corrected values for v2/v3 controllers by Sascha Hauer · 7 years ago
  45. 1af0b31 mtd: nand: mxc: Add buffer argument to copy_spare by Sascha Hauer · 7 years ago
  46. 040bd3f mtd: nand: mxc: Add function to control hardware ECC by Sascha Hauer · 7 years ago
  47. 1549333 mtd: nand: mxc: reorder functions to avoid forward declarations by Sascha Hauer · 7 years ago
  48. 1f3df4d mtd: nand: mxc: use dev_dbg to print debug messages by Sascha Hauer · 7 years ago
  49. 414864d mtd: nand: mxc: lower ECC failed message priority to debug level by Sascha Hauer · 7 years ago
  50. 14157f8 mtd: nand: introduce NAND_ROW_ADDR_3 flag by Masahiro Yamada · 8 years ago
  51. a75d6a4 Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into nand/next by Boris Brezillon · 8 years ago
  52. 3bff08d mtd: nand: mxc: Fix mxc_v1 ooblayout by Boris Brezillon · 8 years ago
  53. d4092d7 mtd: nand: Rename nand.h into rawnand.h by Boris Brezillon · 8 years ago
  54. 104e442 mtd: nand: Pass the CS line to ->setup_data_interface() by Boris Brezillon · 8 years ago
  55. bc83c78 mtd: nand: mxc: return error code of nand_scan_ident/tail() on error by Masahiro Yamada · 8 years ago
  56. 35ff96d Merge tag 'for-linus-20161008' of git://git.infradead.org/linux-mtd by Linus Torvalds · 8 years ago
  57. ba52b4d mtd: nand: mxc: Test CONFIG_OF instead of CONFIG_OF_MTD by Boris Brezillon · 8 years ago
  58. 8283079 mtd: nand: mxc: Add timing setup for v2 controllers by Sascha Hauer · 8 years ago
  59. 4123ea3 mtd: nand: mxc: implement onfi get/set features by Sascha Hauer · 8 years ago
  60. 38178e7 mtd: nand: mxc: fix obiwan error in mxc_nand_v[12]_ooblayout_free() functions by Lothar Waßmann · 8 years ago
  61. e4225ae mtd: mtd: drop NAND_ECC_SOFT_BCH enum value by Rafał Miłecki · 9 years ago
  62. 609468f mtd: nand: mxc: rely on generic DT parsing done in nand_scan_ident() by Boris Brezillon · 9 years ago
  63. a894cf6c mtd: nand: mxc: switch to mtd_ooblayout_ops by Boris Brezillon · 9 years ago
  64. c1c7040 mtd: nand: mxc: set ECC algorithm explicitly by Rafał Miłecki · 9 years ago
  65. d699ed2 mtd: nand: make use of nand_set/get_controller_data() helpers by Boris BREZILLON · 9 years ago
  66. 6e94119 mtd: nand: return consistent error codes in ecc.correct() implementations by Boris BREZILLON · 9 years ago
  67. 37f5a54 mtd: nand: remove useless mtd->priv = chip assignments by Boris BREZILLON · 9 years ago
  68. a008deb mtd: nand: mxc: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  69. 4bd4ebc mtd: nand: make use of mtd_to_nand() in NAND drivers by Boris BREZILLON · 9 years ago
  70. 1b15b1f mtd: mxc_nand: Remove bit-or operation with zero by Fabio Estevam · 9 years ago
  71. a61ae81 mtd: nand: drop unnecessary partition parser data by Brian Norris · 9 years ago
  72. 5c5594c mtd: nand: mxc_nand: drop owner assignment by Frans Klaver · 10 years ago
  73. 0c00a36 Merge MTD 4.3-rc updates into -next by Brian Norris · 9 years ago
  74. b33c35b mtd: mxc_nand: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  75. e5a5d92 mxc_nand: fix copy_spare by Eric Benard · 9 years ago
  76. 8eeb4c5 mtd: mxc_nand: generate nand_ecclayout for 8 bit ECC by Baruch Siach · 10 years ago
  77. 0d17fc3 mtd: mxc_nand: fix truncate of unaligned oob copying by Baruch Siach · 10 years ago
  78. 7e7e473 mtd: mxc_nand: limit the size of used oob by Baruch Siach · 10 years ago
  79. 35d5d20 mtd: mxc_nand: cleanup copy_spare function by Uwe Kleine-König · 10 years ago
  80. 8d1e568 mtd: mxc-nand: Constify platform_device_id by Krzysztof Kozlowski · 10 years ago
  81. 98ebb52 mtd: mxc-nand: Warn on unimplemented commands by Uwe Kleine-König · 10 years ago
  82. 3d6e81c mtd: mxc-nand: Implement support for PARAM command by Uwe Kleine-König · 10 years ago
  83. c4ca399 mtd: mxc-nand: Allow to use column addresses different from 0 by Uwe Kleine-König · 10 years ago
  84. 3f41069 mtd: mxc-nand: Do the word to byte mangling in the read_byte callback by Uwe Kleine-König · 10 years ago
  85. 1f42adc mtd: mxc-nand: Only enable hardware checksumming for fully detected flashes by Uwe Kleine-König · 10 years ago
  86. e35d1d8 mtd: mxc-nand: Add a timeout when waiting for interrupt by Uwe Kleine-König · 10 years ago
  87. d6666be Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
  88. 33a87a1 mtd: mxc_nand: use __iowrite32_copy for 32 bit copy by Koul, Vinod · 10 years ago
  89. 5cfb36e mtd: nand: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  90. 26fbf48 mtd: mxc_nand: Propagate the error if platform_get_irq() fails by Fabio Estevam · 11 years ago
  91. a590055 mtd: mxc-nand: kill the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE by Huang Shijie · 11 years ago
  92. 8bfd4f7 mtd: mxc_nand: add missing clk_disable_unprepare() in mxcnd_remove() by Wei Yongjun · 11 years ago
  93. dcedf62 mtd: nand: mxc_nand: Check the return value from clk_prepare_enable() by Fabio Estevam · 11 years ago
  94. 0566477 mtd: mxc_nand: remove duplicated ecc_stats counting by Michael Grzeschik · 11 years ago
  95. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  96. b1eb234 mtd: nand: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  97. d367e37 mtd: mxc_nand: Include linux/of.h header by Sachin Kamat · 11 years ago
  98. b2ac037 mtd: nand: mxc_nand: mark 'const' properly by Jingoo Han · 12 years ago
  99. 453810b mtd: nand: use dev_get_platdata() by Jingoo Han · 12 years ago
  100. 96f2a4a mtd: nand: mxc_nand: Remove unneeded check for platform_get_resource() by Fabio Estevam · 12 years ago