summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-04-241-2/+0
|\
| * mtd: sh_flctl: remove slave_id settings for DMAEngineArnd Bergmann2015-02-231-2/+0
* | Merge tag 'for-linus-20150422' of git://git.infradead.org/linux-mtdLinus Torvalds2015-04-2211-110/+191
|\ \
| * \ Merge MTD fixes from 4.0 into -nextBrian Norris2015-04-221-0/+1
| |\ \
| * | | mtd: fsl_ifc_nand: use msecs_to_jiffies for time conversionNicholas Mc Guire2015-04-051-2/+2
| * | | mtd: atmel_nand: don't map the ROM table if no pmecc table offset in DTWu, Josh2015-04-051-7/+7
| * | | mtd: atmel_nand: add a definition for the oob reserved bytesJosh Wu2015-04-052-2/+6
| * | | mtd: denali: Disable sub-page writes in Denali NAND driverGraham Moore2015-03-301-0/+3
| * | | mtd: pxa3xx_nand: cleanup wait_for_completion handlingNicholas Mc Guire2015-03-301-14/+10
| * | | mtd: nand: gpmi: Check for scan_bbt() errorFabio Estevam2015-03-301-1/+3
| * | | mtd: nand: gpmi: fixup return type of wait_for_completion_timeoutNicholas Mc Guire2015-03-301-6/+6
| * | | mtd: fsmc_nand.c: Use default timings if none are provided in the dtsStefan Roese2015-03-301-1/+6
| * | | mtd: nand: Prevent possible kernel lockup in nand_command()Roger Quadros2015-03-301-4/+23
| * | | mtd: nand: fix spelling of REPLACEABLEBrian Norris2015-03-241-1/+1
| * | | mtd: nand: fully initialize mtd_oob_opsBrian Norris2015-03-111-4/+4
| * | | mtd: nand: denali: drop dead codeBrian Norris2015-03-111-3/+0
| * | | mtd: nand: fixup bounds checks for nand_{lock,unlock}()Brian Norris2015-03-111-2/+2
| * | | mtd: mxc-nand: Warn on unimplemented commandsUwe Kleine-König2015-03-111-0/+4
| * | | mtd: mxc-nand: Implement support for PARAM commandUwe Kleine-König2015-03-111-0/+7
| * | | mtd: mxc-nand: Allow to use column addresses different from 0Uwe Kleine-König2015-03-111-11/+29
| * | | mtd: mxc-nand: Do the word to byte mangling in the read_byte callbackUwe Kleine-König2015-03-111-24/+10
| * | | mtd: mxc-nand: Only enable hardware checksumming for fully detected flashesUwe Kleine-König2015-03-111-7/+7
| * | | mtd: mxc-nand: Add a timeout when waiting for interruptUwe Kleine-König2015-03-111-11/+36
| * | | mtd: atmel_nand: check NFC busy flag by HSMC_SR instead of NFC cmd regsBoris Brezillon2015-03-112-3/+3
| * | | mtd: atmel_nand: fix typo in dev_err error messageColin Ian King2015-03-021-1/+1
| * | | mtd: s3c2410: drop useless / misspelled debug printsBrian Norris2015-02-281-3/+0
| * | | mtd: pxa3xx_nand: initialiaze pxa3xx_flash_ids to 0Antoine Ténart2015-02-281-0/+2
| * | | Merge MTD updates into -nextBrian Norris2015-02-281-0/+2
| |\ \ \
| * | | | mtd: pxa3xx-nand: handle PIO in threaded interruptRobert Jarzmik2015-02-281-3/+19
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-141-1/+1
|\ \ \ \ \
| * | | | | treewide: Fix typo in printk messagesMasanari Iida2015-03-061-1/+1
* | | | | | Merge branch 'linus' into irq/core to get the GIC updates whichThomas Gleixner2015-04-082-6/+45
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | mtd: nand: MTD_NAND_HISI504 should depend on HAS_DMAGeert Uytterhoeven2015-03-021-0/+1
| | |_|/ / | |/| | |
| * | | | mtd: pxa3xx_nand: fix driver when num_cs is 0Robert Jarzmik2015-02-281-0/+2
| | |/ / | |/| |
| * | | mtd: nand: pxa3xx: Fix PIO FIFO drainingMaxime Ripard2015-02-281-6/+42
| | |/ | |/|
* | | genirq: Remove the deprecated 'IRQF_DISABLED' request_irq() flag entirelyValentin Rothberg2015-03-051-2/+1
|/ /
* | mtd: hisilicon: && vs & typoDan Carpenter2015-02-151-1/+1
* | mtd: hisilicon: add a new NAND controller driver for hisilicon hip04 SocZhou Wang2015-02-083-0/+897
* | mtd: kconfig: replace PPC_OF with PPCKevin Hao2015-02-051-1/+1
* | mtd: denali: remove unnecessary stubsMasahiro Yamada2015-02-051-38/+0
* | mtd: nand: remove redundant local variableBaruch Siach2015-02-051-2/+1
* | mtd: nand: omap: drop condition with no effectNicholas Mc Guire2015-02-051-22/+9
* | mtd: nand: jz4740: Convert to GPIO descriptor APILars-Peter Clausen2015-02-021-19/+10
* | mtd: nand: Request strength instead of bytes for soft BCHAaron Sierra2015-02-013-8/+9
* | mtd: nand: default bitflip-reporting threshold to 75% of correction strengthBrian Norris2015-01-201-1/+1
* | mtd: atmel_nand: introduce a new compatible string for sama5d4 chipWu, Josh2015-01-201-1/+24
* | mtd: atmel_nand: return max bitflips in all sectors in pmecc_correction()Wu, Josh2015-01-201-3/+3
* | nandsim: remove unused STATE_DATAOUT_STATUS_M and OPT_SMARTMEDIAAkinobu Mita2015-01-151-6/+0
* | mtd: nand: ams-delta: fix overwritten mtd_info->owner in initializationAkinobu Mita2015-01-151-5/+1
* | mtd: denali: fix incorrect bitmask error in denali_setup_dmaGraham Moore2015-01-131-1/+1
OpenPOWER on IntegriCloud