summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/nand_base.c
AgeCommit message (Expand)Author
2018-09-20mtd: move NAND files into a raw/ subdirectoryMiquel Raynal
2018-09-20mtd: Fallback to ->_read/write_oob() when ->_read/write() is missingBoris Brezillon
2018-07-31mtd: nand: nand_base: Convert EINVAL into ENOTSUPPMylène Josserand
2018-06-27mtd: nand: export nand_get_flash_type functionJörg Krause
2017-12-04mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada
2017-11-29mtd: nand: introduce NAND_ROW_ADDR_3 flagMasahiro Yamada
2017-11-29mtd: nand: add generic helpers to check, match, maximize ECC settingsMasahiro Yamada
2017-11-29mtd: nand: Pass the CS line to ->setup_data_interface()Boris Brezillon
2017-11-29mtd: nand: allow drivers to request minimum alignment for passed bufferMasahiro Yamada
2017-11-29mtd: nand: Wait for PAGEPROG to finish in drivers setting NAND_ECC_CUSTOM_PAG...Boris Brezillon
2017-11-29mtd: nand: Drop the ->errstat() hookBoris Brezillon
2017-11-29mtd: nand: Drop unused cached programming supportBoris Brezillon
2017-11-29mtd: nand: Support controllers with custom pageMarc Gonzalez
2017-11-29mtd: nand: Fix data interface configuration logicBoris Brezillon
2017-11-29mtd: nand: automate NAND timings selectionBoris Brezillon
2017-11-29mtd: nand: Create a NAND reset functionSascha Hauer
2017-11-29mtd: nand: Add an option to maximize the ECC strengthBoris Brezillon
2017-11-29bitops: collect BIT macros to include/linux/bitops.hMasahiro Yamada
2017-10-15mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)Masahiro Yamada
2017-10-15mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)Masahiro Yamada
2017-04-05Blackfin: RemoveTom Rini
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-07-24mtd: nand: fix bug writing 1 byte less than page sizeHector Palacios
2016-07-24mtd: nand: add common DT init codeBrian Norris
2016-06-24mtd: nand: Drop a blank line in nand_wait()Andre Renaud
2016-06-03mtd: nand: Sync with Linux v4.6Scott Wood
2016-06-03mtd: nand: Add page argument to write_page() etc.Scott Wood
2016-06-03mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood
2015-08-25nand: Sync with Linux v4.1Scott Wood
2015-08-25mtd: Introduce mtd_block_isreserved()Ezequiel Garcia
2015-08-25nand: Remove __UBOOT__ ifdefsScott Wood
2015-03-30nand: Remove CONFIG_MTD_NAND_VERIFY_WRITEPeter Tyser
2015-01-23powerpc: ppc4xx: remove PPChameleonEVB, CATcenter boardsMasahiro Yamada
2015-01-09mtd: nand: do not scan BBT after scrubMasahiro Yamada
2015-01-09mtd: nand: Mark the BBT as scanned prior to calling scan_bbt againMasahiro Yamada
2015-01-09mtd: nand: revive "nand scrub" commandMasahiro Yamada
2014-11-26nand: reinstate lazy bad block scanningRostislav Lisovy
2014-09-25mtd: nand: Fix length bug in ioread16_rep() and iowrite16_rep()Stefan Roese
2014-09-16kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada
2014-08-25mtd,ubi,ubifs: sync with linux v3.15Heiko Schocher
2014-08-25mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher
2014-06-06mtd: nand: force NAND_CMD_READID onto 8-bit busBrian Norris
2014-06-06mtd: nand: don't use read_buf for 8-bit ONFI transfersBrian Norris
2013-10-14Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk
2013-10-09mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANPaul Burton
2013-05-31mtd: resync with Linux-3.7.1Sergey Lapin
2013-05-22mtd: nand: fix the partial page write conditionhtbegin
2012-11-26nand: Move the sub-page read support enable to a flagJoe Hershberger
2012-11-04drivers/mtd/nand: sparse fixesKim Phillips
2012-09-21Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini