aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/mxc_nand.c
AgeCommit message (Expand)Author
2020-06-25mtd: rawnand: Pass a nand_chip object to nand_release()Boris Brezillon
2018-07-11mtd: rawnand: mxc: set spare area size register explicitlyMartin Kaiser
2017-08-23Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into...Boris Brezillon
2017-08-23mtd: nand: mxc: Fix mxc_v1 ooblayoutBoris Brezillon
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon
2017-06-01mtd: nand: Pass the CS line to ->setup_data_interface()Boris Brezillon
2016-11-07mtd: nand: mxc: return error code of nand_scan_ident/tail() on errorMasahiro Yamada
2016-10-10Merge tag 'for-linus-20161008' of git://git.infradead.org/linux-mtdLinus Torvalds
2016-09-23mtd: nand: mxc: Test CONFIG_OF instead of CONFIG_OF_MTDBoris Brezillon
2016-09-23mtd: nand: mxc: Add timing setup for v2 controllersSascha Hauer
2016-09-23mtd: nand: mxc: implement onfi get/set featuresSascha Hauer
2016-09-19mtd: nand: mxc: fix obiwan error in mxc_nand_v[12]_ooblayout_free() functionsLothar Waßmann
2016-05-05mtd: mtd: drop NAND_ECC_SOFT_BCH enum valueRafał Miłecki
2016-05-05mtd: nand: mxc: rely on generic DT parsing done in nand_scan_ident()Boris Brezillon
2016-05-05mtd: nand: mxc: switch to mtd_ooblayout_opsBoris Brezillon
2016-04-19mtd: nand: mxc: set ECC algorithm explicitlyRafał Miłecki
2016-01-07mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON
2016-01-06mtd: nand: return consistent error codes in ecc.correct() implementationsBoris BREZILLON
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON
2015-12-18mtd: nand: mxc: use the mtd instance embedded in struct nand_chipBoris BREZILLON
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON
2015-11-17mtd: mxc_nand: Remove bit-or operation with zeroFabio Estevam
2015-11-11mtd: nand: drop unnecessary partition parser dataBrian Norris
2015-10-13mtd: nand: mxc_nand: drop owner assignmentFrans Klaver
2015-09-30Merge MTD 4.3-rc updates into -nextBrian Norris
2015-09-28mtd: mxc_nand: Fix module autoload for OF platform driverLuis de Bethencourt
2015-09-27mxc_nand: fix copy_spareEric Benard
2015-05-20mtd: mxc_nand: generate nand_ecclayout for 8 bit ECCBaruch Siach
2015-05-20mtd: mxc_nand: fix truncate of unaligned oob copyingBaruch Siach
2015-05-20mtd: mxc_nand: limit the size of used oobBaruch Siach
2015-05-20mtd: mxc_nand: cleanup copy_spare functionUwe Kleine-König
2015-05-07mtd: mxc-nand: Constify platform_device_idKrzysztof Kozlowski
2015-03-11mtd: mxc-nand: Warn on unimplemented commandsUwe Kleine-König
2015-03-11mtd: mxc-nand: Implement support for PARAM commandUwe Kleine-König
2015-03-11mtd: mxc-nand: Allow to use column addresses different from 0Uwe Kleine-König
2015-03-11mtd: mxc-nand: Do the word to byte mangling in the read_byte callbackUwe Kleine-König
2015-03-11mtd: mxc-nand: Only enable hardware checksumming for fully detected flashesUwe Kleine-König
2015-03-11mtd: mxc-nand: Add a timeout when waiting for interruptUwe Kleine-König
2014-12-17Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtdLinus Torvalds
2014-11-05mtd: mxc_nand: use __iowrite32_copy for 32 bit copyKoul, Vinod
2014-10-20mtd: nand: drop owner assignment from platform_driversWolfram Sang
2014-03-10mtd: mxc_nand: Propagate the error if platform_get_irq() failsFabio Estevam
2014-01-11mtd: mxc-nand: kill the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZEHuang Shijie
2014-01-03mtd: mxc_nand: add missing clk_disable_unprepare() in mxcnd_remove()Wei Yongjun
2014-01-03mtd: nand: mxc_nand: Check the return value from clk_prepare_enable()Fabio Estevam
2014-01-03mtd: mxc_nand: remove duplicated ecc_stats countingMichael Grzeschik
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang
2013-11-07mtd: nand: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-11-06mtd: mxc_nand: Include linux/of.h headerSachin Kamat
2013-08-30mtd: nand: mxc_nand: mark 'const' properlyJingoo Han