summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: Add a few more timings to nand_sdr_timingsBoris Brezillon2017-11-291-1/+25
* mtd: nand: Fix data interface configuration logicBoris Brezillon2017-11-291-12/+36
* mtd: nand: automate NAND timings selectionBoris Brezillon2017-11-291-0/+155
* mtd: nand: Expose data interface for ONFI mode 0Sascha Hauer2017-11-291-0/+11
* mtd: nand: convert ONFI mode into data interfaceSascha Hauer2017-11-291-206/+253
* mtd: nand: Create a NAND reset functionSascha Hauer2017-11-291-3/+18
* mtd: nand: Add an option to maximize the ECC strengthBoris Brezillon2017-11-291-0/+3
* bitops: collect BIT macros to include/linux/bitops.hMasahiro Yamada2017-11-291-2/+0
* omap2: nand: Make NAND_OMAP_GPMC_PREFETCH defaultTom Rini2017-11-171-0/+1
* mtd: nand: fsl-ifc: fix support of multiple NAND devicesKurt Kanzenbach2017-11-141-9/+6
* mtd: replace MTDDEBUG() with pr_debug()Masahiro Yamada2017-10-234-38/+29
* Convert CONFIG_NAND_OMAP_GPMC et al and CONFIG_NAND_MXC to KconfigAdam Ford2017-10-201-1/+54
* mtd: nand: denali_dt: add clock supportMasahiro Yamada2017-10-152-0/+13
* mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)Masahiro Yamada2017-10-151-0/+2
* mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)Masahiro Yamada2017-10-151-0/+2
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-042-4/+4
* mtd: nand: denali: allow to override corrupted revision registerMasahiro Yamada2017-09-183-14/+50
* mtd: nand: denali_dt: add a DT driverMasahiro Yamada2017-08-305-1/+81
* Convert CONFIG_NAND to KconfigAdam Ford2017-08-121-2/+5
* configs: Migrate CMD_NAND*Tom Rini2017-07-311-0/+7
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2017-07-181-3/+4
|\
| * imx: reorganize IMX code as other SOCsStefano Babic2017-07-121-3/+3
| * mx6: soc: Move mxs_dma_init() into the mxs nand driverFabio Estevam2017-07-121-0/+1
* | mtd: nand: make nand_info array staticGrygorii Strashko2017-07-111-1/+1
* | mtd: nand: drv: use get_nand_dev_by_index()Grygorii Strashko2017-07-112-2/+2
* | cmd: nand: abstract global variable usage for dm conversionMugunthan V N2017-07-112-11/+17
|/
* powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher2017-06-163-659/+2
* samsung: nand: Drop s3c2410_nand driverSimon Glass2017-06-052-176/+0
* dm: gpio: Add live tree supportSimon Glass2017-06-012-3/+3
* fix: nand: pxa3xx: Remove hardcode values from the driverKonstantin Porotchkin2017-05-091-8/+54
* mtd: nand: Consolidate nand spl loaders implementationLadislav Michl2017-05-084-171/+110
* drivers: remove Blackfin specific driversMasahiro Yamada2017-04-182-395/+0
* mtd: nand: atmel: use another functions to set gpio valueWenyou Yang2017-04-131-2/+3
* mtd: nand: am335x_spl_bch: Incorporate tWB delay in nand_command functionCooper Jr., Franklin2017-04-081-12/+40
* nand: sunxi: Add options for the SPL NAND configurationMaxime Ripard2017-04-071-0/+16
* mtd: sunxi: Change U-Boot offsetMaxime Ripard2017-04-071-1/+1
* mtd: sunxi: Select the U-Boot location config optionMaxime Ripard2017-04-071-0/+1
* nand: sunxi: Fix modulo by zero errorMaxime Ripard2017-04-071-3/+4
* Blackfin: RemoveTom Rini2017-04-051-2/+0
* mtd: nand: remove nand size print from nand_init functionHou Zhiqiang2017-03-281-2/+5
* mtd: nand: add initialization flagHou Zhiqiang2017-03-281-0/+10
* mtd: nand: build MXS driver for MX7 as wellAndrey Yurovsky2017-02-191-1/+1
* omap-gpmc: use SECTOR_BYTES instead of hardcoded valueLadislav Michl2017-01-141-4/+4
* mtd: nand: mxs_nand_spl: Fix to remove twise 'NAND' printJagan Teki2017-01-041-1/+1
* NAND: davinci: add support for NAND chips with 16 bits busFabien Parent2016-12-031-0/+3
* mtd: nand: add support for the TC58NVG2S0H chipBoris Brezillon2016-11-281-0/+3
* nand: arasan_nfc: Clear ecc on bit while sending read commandSiva Durga Prasad Paladugu2016-11-151-0/+2
* mtd: nand: zynq_nand: Add nand driver support for zynqSiva Durga Prasad Paladugu2016-11-153-0/+1194
* mtd: nand: Kconfig: Add NAND_MXS entryJagan Teki2016-10-261-0/+7
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-2316-16/+16