| Commit message (Expand) | Author | Age | Files | Lines |
* | mtd: nand: make mtk_ecc.c a separated module | Chuanhong Guo | 2022-04-27 | 1 | -0/+1 |
* | mtd: nand: mxic-ecc: Add Macronix external ECC engine support | Miquel Raynal | 2022-02-09 | 1 | -0/+1 |
* | mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layer | Miquel Raynal | 2020-12-10 | 1 | -0/+1 |
* | mtd: nand: ecc-bch: Move BCH code to the generic NAND layer | Miquel Raynal | 2020-11-30 | 1 | -0/+1 |
* | mtd: nand: Introduce the ECC engine framework | Miquel Raynal | 2020-09-02 | 1 | -0/+2 |
* | mtd: nand: Add core infrastructure to support SPI NANDs | Peter Pan | 2018-07-18 | 1 | -0/+1 |
* | mtd: Move onenand code base to drivers/mtd/nand/onenand | Boris Brezillon | 2018-03-15 | 1 | -0/+1 |
* | mtd: nand: Add core infrastructure to deal with NAND devices | Boris Brezillon | 2018-02-16 | 1 | -0/+3 |
* | mtd: nand: move raw NAND related code to the raw/ subdir | Boris Brezillon | 2018-02-16 | 1 | -66/+1 |
* | mtd: nand: Get rid of comments giving the file path inside the file itself | Boris Brezillon | 2018-02-16 | 1 | -3/+0 |
* | mtd: nand: add reworked Marvell NAND controller driver | Miquel Raynal | 2018-01-12 | 1 | -0/+1 |
* | Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2017-11-23 | 1 | -1/+1 |
|\ |
|
| * | mtd: nand: mtk: change the compile sequence of mtk_nand.o and mtk_ecc.o | Xiaolei Li | 2017-10-29 | 1 | -1/+1 |
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
|/ |
|
* | mtd: nand: Cleanup/rework the atmel_nand driver | Boris Brezillon | 2017-04-25 | 1 | -1/+1 |
* | mtd: nand: Move Macronix specific initialization in nand_macronix.c | Boris Brezillon | 2017-03-08 | 1 | -0/+1 |
* | mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.c | Boris Brezillon | 2017-03-08 | 1 | -0/+1 |
* | mtd: nand: Move Micron specific init logic in nand_micron.c | Boris Brezillon | 2017-03-08 | 1 | -0/+1 |
* | mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.c | Boris Brezillon | 2017-03-08 | 1 | -0/+1 |
* | mtd: nand: Move Hynix specific init/detection logic in nand_hynix.c | Boris Brezillon | 2017-03-08 | 1 | -0/+1 |
* | mtd: nand: Move Samsung specific init/detection logic in nand_samsung.c | Boris Brezillon | 2017-03-08 | 1 | -0/+1 |
* | mtd: nand: Kill the MTD_NAND_IDS Kconfig option | Boris Brezillon | 2017-03-08 | 1 | -2/+1 |
* | mtd: nand: add tango NAND flash controller support | Marc Gonzalez | 2016-11-07 | 1 | -0/+1 |
* | mtd: nand: Add OX820 NAND Support | Neil Armstrong | 2016-10-22 | 1 | -0/+1 |
* | mtd: mediatek: driver for MTK Smart Device | Jorge Ramirez-Ortiz | 2016-07-11 | 1 | -0/+1 |
* | mtd: nand: Qualcomm NAND controller driver | Archit Taneja | 2016-03-10 | 1 | -0/+1 |
* | mtd: nand: jz4780: driver for NAND devices on JZ4780 SoCs | Alex Smith | 2016-01-07 | 1 | -0/+1 |
* | mtd: nand: vf610_nfc: Freescale NFC for VF610, MPC5125 and others | Stefan Agner | 2015-09-29 | 1 | -0/+1 |
* | mtd: nand: omap2: Rename shippable module to omap2_nand | Roger Quadros | 2015-09-02 | 1 | -1/+2 |
* | mtd: nand: add NAND driver "library" for Broadcom STB NAND controller | Brian Norris | 2015-05-15 | 1 | -0/+1 |
* | mtd: hisilicon: add a new NAND controller driver for hisilicon hip04 Soc | Zhou Wang | 2015-02-08 | 1 | -0/+1 |
* | mtd: nand: add sunxi NAND flash controller support | Boris BREZILLON | 2014-10-29 | 1 | -0/+1 |
* | mtd: nand: Force omap_elm to be built as a module if omap2_nand is a module | Ezequiel Garcia | 2014-10-07 | 1 | -1/+1 |
* | mtd: nand: Move ELM driver and rename as omap_elm | Ezequiel García | 2014-09-22 | 1 | -0/+1 |
* | mtd: nand: add ONFI timing mode to nand_timings converter | Boris BREZILLON | 2014-07-22 | 1 | -1/+1 |
* | mtd: remove alauda driver | Jussi Kivilinna | 2013-08-30 | 1 | -1/+0 |
* | mtd: remove the h1910 NAND driver | Artem Bityutskiy | 2013-04-05 | 1 | -1/+0 |
* | mtd: remove the ppchameleonevb NAND driver | Artem Bityutskiy | 2013-04-05 | 1 | -1/+0 |
* | mtd: nand: remove the rtc_from4 driver support | Artem Bityutskiy | 2013-04-05 | 1 | -1/+0 |
* | Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2012-12-19 | 1 | -1/+3 |
|\ |
|
| * | mtd: prepare place for BCMA NAND flash driver(s) | Rafał Miłecki | 2012-11-22 | 1 | -0/+1 |
| * | mtd: delete nomadik_nand driver | Linus Walleij | 2012-11-15 | 1 | -1/+0 |
| * | mtd: denali: add a DT driver | Dinh Nguyen | 2012-11-15 | 1 | -0/+1 |
| * | mtd: denali: split the generic driver and PCI layer | Dinh Nguyen | 2012-11-15 | 1 | -0/+1 |
* | | ARM: clps711x: p720t: Special driver for handling NAND memory is removed | Alexander Shiyan | 2012-11-21 | 1 | -1/+0 |
* | | ARM: clps711x: autcpu12: Special driver for handling NAND memory is removed | Alexander Shiyan | 2012-11-21 | 1 | -1/+0 |
|/ |
|
* | mtd: remove bcmring NAND driver | Christian Daudt | 2012-09-29 | 1 | -1/+0 |
* | mtd: lantiq: Add NAND support on Lantiq XWAY SoC. | John Crispin | 2012-09-29 | 1 | -0/+1 |
* | mtd: add LPC32xx MLC NAND driver | Roland Stigge | 2012-07-06 | 1 | -0/+1 |
* | mtd: add LPC32xx SLC NAND driver | Roland Stigge | 2012-07-06 | 1 | -0/+1 |