summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/mxc_nand.c
Commit message (Expand)AuthorAge
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-16
* mtd: nand: mxc: remove now unused codeSascha Hauer2018-02-12
* mtd: nand: mxc: Drop now unnecessary functionsSascha Hauer2018-02-12
* mtd: nand: mxc: Add own write_pageSascha Hauer2018-02-12
* mtd: nand: mxc: Fix failed/corrected values for v1 controllersSascha Hauer2018-02-12
* mtd: nand: mxc: Fix failed/corrected values for v2/v3 controllersSascha Hauer2018-02-12
* mtd: nand: mxc: Add buffer argument to copy_spareSascha Hauer2018-02-12
* mtd: nand: mxc: Add function to control hardware ECCSascha Hauer2018-02-12
* mtd: nand: mxc: reorder functions to avoid forward declarationsSascha Hauer2018-02-12
* mtd: nand: mxc: use dev_dbg to print debug messagesSascha Hauer2017-10-16
* mtd: nand: mxc: lower ECC failed message priority to debug levelSascha Hauer2017-10-16
* mtd: nand: introduce NAND_ROW_ADDR_3 flagMasahiro Yamada2017-09-18
* Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into...Boris Brezillon2017-08-23
|\
| * mtd: nand: Rename nand.h into rawnand.hBoris Brezillon2017-08-13
* | mtd: nand: mxc: Fix mxc_v1 ooblayoutBoris Brezillon2017-08-23
|/
* mtd: nand: Pass the CS line to ->setup_data_interface()Boris Brezillon2017-06-01
* mtd: nand: mxc: return error code of nand_scan_ident/tail() on errorMasahiro Yamada2016-11-07
* Merge tag 'for-linus-20161008' of git://git.infradead.org/linux-mtdLinus Torvalds2016-10-10
|\
| * mtd: nand: mxc: Test CONFIG_OF instead of CONFIG_OF_MTDBoris Brezillon2016-09-23
| * mtd: nand: mxc: Add timing setup for v2 controllersSascha Hauer2016-09-23
| * mtd: nand: mxc: implement onfi get/set featuresSascha Hauer2016-09-23
* | mtd: nand: mxc: fix obiwan error in mxc_nand_v[12]_ooblayout_free() functionsLothar Waßmann2016-09-19
|/
* mtd: mtd: drop NAND_ECC_SOFT_BCH enum valueRafał Miłecki2016-05-05
* mtd: nand: mxc: rely on generic DT parsing done in nand_scan_ident()Boris Brezillon2016-05-05
* mtd: nand: mxc: switch to mtd_ooblayout_opsBoris Brezillon2016-05-05
* mtd: nand: mxc: set ECC algorithm explicitlyRafał Miłecki2016-04-19
* mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON2016-01-07
* mtd: nand: return consistent error codes in ecc.correct() implementationsBoris BREZILLON2016-01-06
* mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON2015-12-18
* mtd: nand: mxc: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-18
* mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON2015-12-08
* mtd: mxc_nand: Remove bit-or operation with zeroFabio Estevam2015-11-17
* mtd: nand: drop unnecessary partition parser dataBrian Norris2015-11-11
* mtd: nand: mxc_nand: drop owner assignmentFrans Klaver2015-10-13
* Merge MTD 4.3-rc updates into -nextBrian Norris2015-09-30
|\
| * mxc_nand: fix copy_spareEric Benard2015-09-27
* | mtd: mxc_nand: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-28
|/
* mtd: mxc_nand: generate nand_ecclayout for 8 bit ECCBaruch Siach2015-05-20
* mtd: mxc_nand: fix truncate of unaligned oob copyingBaruch Siach2015-05-20
* mtd: mxc_nand: limit the size of used oobBaruch Siach2015-05-20
* mtd: mxc_nand: cleanup copy_spare functionUwe Kleine-König2015-05-20
* mtd: mxc-nand: Constify platform_device_idKrzysztof Kozlowski2015-05-07
* mtd: mxc-nand: Warn on unimplemented commandsUwe Kleine-König2015-03-11
* mtd: mxc-nand: Implement support for PARAM commandUwe Kleine-König2015-03-11
* mtd: mxc-nand: Allow to use column addresses different from 0Uwe Kleine-König2015-03-11
* mtd: mxc-nand: Do the word to byte mangling in the read_byte callbackUwe Kleine-König2015-03-11
* mtd: mxc-nand: Only enable hardware checksumming for fully detected flashesUwe Kleine-König2015-03-11
* mtd: mxc-nand: Add a timeout when waiting for interruptUwe Kleine-König2015-03-11
* Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtdLinus Torvalds2014-12-17
|\
| * mtd: mxc_nand: use __iowrite32_copy for 32 bit copyKoul, Vinod2014-11-05