1. 08f25cd mtd: rawnand: ams-delta: Stop using nand_release() by Miquel Raynal · 4 years, 10 months ago
  2. 16d00cd mtd: rawnand: ams-delta: Rename structures and functions to gpio_nand* by Janusz Krzysztofik · 5 years ago
  3. 2b1dcee mtd: rawnand: ams-delta: Make the driver custom I/O ready by Janusz Krzysztofik · 5 years ago
  4. edfd8d9 mtd: rawnand: ams-delta: Drop useless local variable by Janusz Krzysztofik · 5 years ago
  5. d1b1a8f mtd: rawnand: ams-delta: Support custom driver initialisation by Janusz Krzysztofik · 5 years ago
  6. 7c2f66a mtd: rawnand: ams-delta: Add module device tables by Janusz Krzysztofik · 5 years ago
  7. ea5ea9f mtd: rawnand: ams-delta: Handle more GPIO pins as optional by Janusz Krzysztofik · 5 years ago
  8. 586a746 mtd: rawnand: ams-delta: Make read pulses optional by Janusz Krzysztofik · 5 years ago
  9. ccada49 mtd: rawnand: ams-delta: Don't hardcode read/write pulse widths by Janusz Krzysztofik · 5 years ago
  10. 241008e mtd: rawnand: ams-delta: Push inversion handling to gpiolib by Janusz Krzysztofik · 5 years ago
  11. 2cef3d4 mtd: rawnand: ams-delta: Enable OF partition info support by Janusz Krzysztofik · 5 years ago
  12. d7ffe38 mtd: rawnand: ams-delta: Drop board specific partition info by Janusz Krzysztofik · 5 years ago
  13. 1698ea3 mtd: rawnand: ams-delta: Use struct gpio_nand_platdata by Janusz Krzysztofik · 5 years ago
  14. 91a1abf mtd: rawnand: ams-delta: Write protect device during probe by Janusz Krzysztofik · 5 years ago
  15. 7416bd3 mtd: rawnand: ams-delta: Use GPIO API for data I/O by Janusz Krzysztofik · 6 years ago
  16. 9773861 mtd: rawnand: ams-delta: Request data port GPIO resource by Janusz Krzysztofik · 6 years ago
  17. f2abfeb mtd: rawnand: Move the ->exec_op() method to nand_controller_ops by Boris Brezillon · 6 years ago
  18. 1770022 mtd: rawnand: ams-delta: Stop implementing ->select_chip() by Boris Brezillon · 6 years ago
  19. 9fd6bcf mtd: rawnand: ams-delta: Explicitly inherit from nand_controller by Boris Brezillon · 6 years ago
  20. 876ba60 mtd: rawnand: ams-delta: Check mtd_device_register() return code by Boris Brezillon · 6 years ago
  21. 8bbc3c0 mtd: rawnand: ams-delta: cleanup ams_delta_init() error path by Boris Brezillon · 6 years ago
  22. d54445d mtd: rawnand: ams-delta: Fix various coding style issues by Boris Brezillon · 6 years ago
  23. 4857393 mtd: rawnand: ams-delta: Add an SPDX tag to replace the license text by Boris Brezillon · 6 years ago
  24. fbb080a mtd: rawnand: ams-delta: Allow this driver to be compiled when COMPILE_TEST=y by Boris Brezillon · 6 years ago
  25. 861fbd6 mtd: rawnand: ams-delta: Convert the driver to ->exec_op() by Janusz Krzysztofik · 6 years ago
  26. 3bd647e mtd: rawnand: ams-delta: Stop using legacy .IOADDR_R/W by Janusz Krzysztofik · 6 years ago
  27. 9c076d7 mtd: rawnand: ams-delta: Set port direction when needed by Janusz Krzysztofik · 6 years ago
  28. 2b44af3 mtd: rawnand: ams-delta: Use private structure by Janusz Krzysztofik · 6 years ago
  29. e5cd979 mtd: rawnand: ams-delta: show parent device in sysfs by Janusz Krzysztofik · 6 years ago
  30. f1a97e0 mtd: rawnand: ams-delta: use GPIO lookup table by Janusz Krzysztofik · 6 years ago
  31. 3cece3a mtd: rawnand: Deprecate ->chip_delay by Boris Brezillon · 7 years ago
  32. 8395b75 mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc() by Boris Brezillon · 7 years ago
  33. bf6065c mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc() by Boris Brezillon · 7 years ago
  34. 716bbba mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooks by Boris Brezillon · 7 years ago
  35. 82fc509 mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} there by Boris Brezillon · 7 years ago
  36. 50a487e mtd: rawnand: Pass a nand_chip object to chip->dev_ready() by Boris Brezillon · 7 years ago
  37. 0f808c1 mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl() by Boris Brezillon · 7 years ago
  38. c0739d8 mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooks by Boris Brezillon · 7 years ago
  39. 7e53432 mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooks by Boris Brezillon · 7 years ago
  40. 59ac276 mtd: rawnand: Pass a nand_chip object to nand_release() by Boris Brezillon · 7 years ago
  41. 00ad378 mtd: rawnand: Pass a nand_chip object to nand_scan() by Boris Brezillon · 7 years ago
  42. 63fa37f mtd: rawnand: Replace printk() with appropriate pr_*() macro by Shreeya Patel · 7 years ago
  43. 93db446 mtd: nand: move raw NAND related code to the raw/ subdir by Boris Brezillon · 7 years ago[Renamed from drivers/mtd/nand/ams-delta.c]
  44. 7b6afee mtd: nand: Add missing copyright information by Boris Brezillon · 7 years ago
  45. 187c5448 mtd: nand: State when references to other drivers are no longer valid by Boris Brezillon · 7 years ago
  46. e36f2eb mtd: nand: ams-delta: Fix path to toto.c source file by Boris Brezillon · 7 years ago
  47. 93cbd6f3 mtd: nand: Stop using full path when referring to files placed in the same dir by Boris Brezillon · 7 years ago
  48. 43a0a45 mtd: nand: Get rid of comments giving the file path inside the file itself by Boris Brezillon · 7 years ago
  49. d490668 mtd: constify mtd_partition by Arvind Yadav · 8 years ago
  50. d4092d7 mtd: nand: Rename nand.h into rawnand.h by Boris Brezillon · 8 years ago
  51. 0d0aa86 mtd: nand: ams-delta: return error code of nand_scan() on error by Masahiro Yamada · 8 years ago
  52. e58dd3c mtd: nand: ams-delta: set ECC algorithm explicitly by Rafał Miłecki · 9 years ago
  53. d699ed2 mtd: nand: make use of nand_set/get_controller_data() helpers by Boris BREZILLON · 9 years ago
  54. 37f5a54 mtd: nand: remove useless mtd->priv = chip assignments by Boris BREZILLON · 9 years ago
  55. 187d6ad mtd: nand: ams-delta: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  56. 4bd4ebc mtd: nand: make use of mtd_to_nand() in NAND drivers by Boris BREZILLON · 9 years ago
  57. 526789f mtd: nand: ams-delta: fix overwritten mtd_info->owner in initialization by Akinobu Mita · 10 years ago
  58. 5cfb36e mtd: nand: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  59. 3ea5b03 mtd: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  60. 8f1f062 mtd: nand: ams-delta: remove unnecessary platform_set_drvdata() by Jingoo Han · 12 years ago
  61. 810b7e0 mtd: remove use of __devexit by Bill Pemberton · 12 years ago
  62. 06f2551 mtd: remove use of __devinit by Bill Pemberton · 12 years ago
  63. 5153b88 mtd: remove use of __devexit_p by Bill Pemberton · 12 years ago
  64. ffe3150 Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowells/linux-headers by David Woodhouse · 12 years ago
  65. 657f28f mtd: kill MTD_NAND_VERIFY_WRITE by Huang Shijie · 13 years ago
  66. e27e35e ARM: OMAP1: Move board-ams-delta.h from plat to mach by Tony Lindgren · 12 years ago
  67. 4b25408 ARM: OMAP: Move gpio.h to include/linux/platform_data by Tony Lindgren · 13 years ago
  68. b027274 mtd: ams-delta: fix request_mem_region() failure by Janusz Krzysztofik · 13 years ago
  69. da564a0 ARM: OMAP1: ams-delta: clean up init data section assignments by Janusz Krzysztofik · 13 years ago
  70. 967809bd Merge branch 'omap1-part2' into omap1 by Tony Lindgren · 13 years ago
  71. f99640d mtd: convert drivers/mtd/* to use module_platform_driver() by Axel Lin · 13 years ago
  72. 68f0676 MTD: NAND: ams-delta: use GPIO instead of custom I/O by Janusz Krzysztofik · 13 years ago
  73. 1bc857f ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.h by Russell King · 14 years ago
  74. ee0e87b mtd: convert remaining users to mtd_device_register() by Jamie Iles · 14 years ago
  75. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  76. eaca491 mtd: nand: ams-delta: drop omap_read/write, use ioremap by Janusz Krzysztofik · 14 years ago
  77. 7e95d1f1 mtd: nand: ams-delta: convert to platform driver by Janusz Krzysztofik · 14 years ago
  78. ce491cf omap: headers: Move remaining headers from include/mach to include/plat by Tony Lindgren · 15 years ago
  79. 6175556 OMAP: Rename OMAP_MPUIO_BASE to OMAP1_MPUIO_BASE by Tony Lindgren · 16 years ago
  80. 93a22f8 omap drivers: switch to standard GPIO calls by David Brownell · 16 years ago
  81. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 17 years ago
  82. fb8d81e [PATCH] MTD NAND: Fix ams-delta after core conversion by Jonathan McDowell · 19 years ago
  83. cad74f2 [MTD] NAND remove write_byte/word function from nand_chip by Thomas Gleixner · 19 years ago
  84. 7abd3ef [MTD] Refactor NAND hwcontrol to cmd_ctrl by Thomas Gleixner · 19 years ago
  85. 6dfc6d2 [MTD] NAND modularize ECC by Thomas Gleixner · 19 years ago
  86. 3d12c0c [MTD] Add Amstrad Delta NAND support by Jonathan McDowell · 19 years ago