aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/mxc_nand.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon1-1966/+0
2018-02-12mtd: nand: mxc: remove now unused codeSascha Hauer1-51/+0
2018-02-12mtd: nand: mxc: Drop now unnecessary functionsSascha Hauer1-36/+0
2018-02-12mtd: nand: mxc: Add own write_pageSascha Hauer1-0/+47
2018-02-12mtd: nand: mxc: Fix failed/corrected values for v1 controllersSascha Hauer1-17/+60
2018-02-12mtd: nand: mxc: Fix failed/corrected values for v2/v3 controllersSascha Hauer1-9/+77
2018-02-12mtd: nand: mxc: Add buffer argument to copy_spareSascha Hauer1-4/+4
2018-02-12mtd: nand: mxc: Add function to control hardware ECCSascha Hauer1-0/+42
2018-02-12mtd: nand: mxc: reorder functions to avoid forward declarationsSascha Hauer1-103/+103
2017-10-16mtd: nand: mxc: use dev_dbg to print debug messagesSascha Hauer1-7/+7
2017-10-16mtd: nand: mxc: lower ECC failed message priority to debug levelSascha Hauer1-1/+1
2017-09-18mtd: nand: introduce NAND_ROW_ADDR_3 flagMasahiro Yamada1-2/+1
2017-08-23Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into nand/nextBoris Brezillon1-1/+1
2017-08-23mtd: nand: mxc: Fix mxc_v1 ooblayoutBoris Brezillon1-3/+4
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon1-1/+1
2017-06-01mtd: nand: Pass the CS line to ->setup_data_interface()Boris Brezillon1-7/+5
2016-11-07mtd: nand: mxc: return error code of nand_scan_ident/tail() on errorMasahiro Yamada1-6/+4
2016-10-10Merge tag 'for-linus-20161008' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+136
2016-09-23mtd: nand: mxc: Test CONFIG_OF instead of CONFIG_OF_MTDBoris Brezillon1-1/+1
2016-09-23mtd: nand: mxc: Add timing setup for v2 controllersSascha Hauer1-2/+82
2016-09-23mtd: nand: mxc: implement onfi get/set featuresSascha Hauer1-0/+55
2016-09-19mtd: nand: mxc: fix obiwan error in mxc_nand_v[12]_ooblayout_free() functionsLothar Waßmann1-1/+1
2016-05-05mtd: mtd: drop NAND_ECC_SOFT_BCH enum valueRafał Miłecki1-1/+0
2016-05-05mtd: nand: mxc: rely on generic DT parsing done in nand_scan_ident()Boris Brezillon1-22/+23
2016-05-05mtd: nand: mxc: switch to mtd_ooblayout_opsBoris Brezillon1-107/+105
2016-04-19mtd: nand: mxc: set ECC algorithm explicitlyRafał Miłecki1-0/+1
2016-01-07mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON1-18/+18
2016-01-06mtd: nand: return consistent error codes in ecc.correct() implementationsBoris BREZILLON1-2/+2
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON1-1/+0
2015-12-18mtd: nand: mxc: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-3/+2
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON1-17/+17
2015-11-17mtd: mxc_nand: Remove bit-or operation with zeroFabio Estevam1-2/+1
2015-11-11mtd: nand: drop unnecessary partition parser dataBrian Norris1-3/+2
2015-10-13mtd: nand: mxc_nand: drop owner assignmentFrans Klaver1-1/+0
2015-09-30Merge MTD 4.3-rc updates into -nextBrian Norris1-1/+1
2015-09-28mtd: mxc_nand: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-27mxc_nand: fix copy_spareEric Benard1-1/+1
2015-05-20mtd: mxc_nand: generate nand_ecclayout for 8 bit ECCBaruch Siach1-1/+21
2015-05-20mtd: mxc_nand: fix truncate of unaligned oob copyingBaruch Siach1-4/+36
2015-05-20mtd: mxc_nand: limit the size of used oobBaruch Siach1-3/+13
2015-05-20mtd: mxc_nand: cleanup copy_spare functionUwe Kleine-König1-15/+31
2015-05-07mtd: mxc-nand: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-03-11mtd: mxc-nand: Warn on unimplemented commandsUwe Kleine-König1-0/+4
2015-03-11mtd: mxc-nand: Implement support for PARAM commandUwe Kleine-König1-0/+7
2015-03-11mtd: mxc-nand: Allow to use column addresses different from 0Uwe Kleine-König1-11/+29
2015-03-11mtd: mxc-nand: Do the word to byte mangling in the read_byte callbackUwe Kleine-König1-24/+10
2015-03-11mtd: mxc-nand: Only enable hardware checksumming for fully detected flashesUwe Kleine-König1-7/+7
2015-03-11mtd: mxc-nand: Add a timeout when waiting for interruptUwe Kleine-König1-11/+36
2014-12-17Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtdLinus Torvalds1-7/+3
2014-11-05mtd: mxc_nand: use __iowrite32_copy for 32 bit copyKoul, Vinod1-7/+3