summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/brcmnand
AgeCommit message (Expand)AuthorLines
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon-3157/+0
2018-01-29Merge tag 'mtd/for-4.16' of git://git.infradead.org/linux-mtdLinus Torvalds-18/+20
2018-01-09mtd: nand: brcmnand: Disable prefetch by defaultKamal Dasu-10/+3
2018-01-06mtd: nand: brcmnand: Add a NULL check for devm_kasprintf()Fabio Estevam-0/+3
2017-12-15mtd: nand: brcmnand: Zero bitflip is not an errorAlbert Hsieh-1/+1
2017-12-14mtd: nand: squash struct nand_buffers into struct nand_chipMasahiro Yamada-1/+1
2017-12-14mtd: nand: force drivers to explicitly send READ/PROG commandsBoris Brezillon-3/+10
2017-12-14mtd: nand: provide several helpers to do common NAND operationsBoris Brezillon-5/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon-1/+1
2017-04-25mtd: nand: brcmnand: Check flash #WP pin status before nand erase/programKamal Dasu-3/+58
2016-11-07mtd: nand: brcmnand: return error code of nand_scan_ident/tail() on errorMasahiro Yamada-4/+6
2016-09-23mtd: brcmnand: iProc big endian and ONFI supportRay Jui-15/+28
2016-09-23mtd: nand: import nand_hw_control_init()Marc Gonzalez-2/+1
2016-07-16mtd: nand: brcmnand: Change BUG_ON in brcmnand_send_cmdFlorian Fainelli-1/+1
2016-07-11mtd: brcmnand: Detect sticky ucorr ecc error on dma readsKamal Dasu-0/+18
2016-06-13mtd: brcmnand: Add check for erased page bitflipsKamal Dasu-0/+62
2016-06-03mtd: brcmnand: Add v7.2 controller supportFlorian Fainelli-14/+77
2016-05-05mtd: brcmnand: respect ECC algorithm set by NAND subsystemBrian Norris-1/+23
2016-05-05mtd: nand: brcm: switch to mtd_ooblayout_opsBoris Brezillon-101/+157
2016-04-19mtd: nand: brcm: rely on generic DT parsing done in nand_scan_ident()Boris Brezillon-3/+2
2016-04-19mtd: brcmnand: Add support for v6.2 controllersFlorian Fainelli-1/+2
2016-03-07mtd: kill the ecclayout->oobavail fieldBoris BREZILLON-5/+3
2016-02-29mtd: brcmnand: Fix v7.1 register offsetsFlorian Fainelli-1/+33
2016-01-07mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON-15/+15
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON-1/+0
2015-12-18mtd: nand: brcm: use the mtd instance embedded in struct nand_chipBoris BREZILLON-7/+6
2015-12-10mtd: brcmnand: defer to devm_ioremap_resource() for error checkingBrian Norris-3/+0
2015-12-09mtd: brcmnand: Add support for the BCM6368Simon Arlott-0/+146
2015-12-09mtd: brcmnand: Request and enable the clock if presentSimon Arlott-14/+50
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON-6/+6
2015-12-01mtd: brcmnand: drop brcmnand_host::of_node fieldBrian Norris-5/+2
2015-11-30mtd: brcmnand: improve memory managementJulia Lawall-2/+6
2015-11-30brcmnand: Clear EXT_ADDR error registers in PIO modeSimon Arlott-0/+2
2015-11-18mtd: brcmnand: drop unused subpage_read() supportBrian Norris-11/+0
2015-11-18mtd: brcmnand: clean up flash cache for parameter pagesBrian Norris-4/+9
2015-11-11mtd: nand: convert to nand_get_flash_node()Boris BREZILLON-1/+1
2015-11-11mtd: nand: drop unnecessary partition parser dataBrian Norris-2/+1
2015-11-11mtd: nand: convert to nand_set_flash_node()Brian Norris-1/+1
2015-10-30mtd: brcmnand: Force 8bit mode before doing nand_scan_ident()Anup Patel-0/+10
2015-10-30mtd: brcmnand: factor out CFG and CFG_EXT bitfieldsBrian Norris-7/+31
2015-10-13mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON-2/+2
2015-10-12mtd: brcmnand: Fix pointer type-cast in brcmnand_write()Anup Patel-2/+2
2015-09-30mtd: brcmnand: remove unnecessary fields from brcmnand_socBrian Norris-2/+0
2015-09-30mtd: brcmnand: refactor iProc SoC layeringBrian Norris-11/+11
2015-09-30mtd: brcmnand: refactor bcm63138 SoC layeringBrian Norris-10/+8
2015-09-11mtd: nand: Rename nand_chip .dn to .flash_nodeMarek Vasut-2/+3
2015-08-07mtd: brcmnand: Fix misuse of IS_ENABLEDAxel Lin-2/+2
2015-06-16mtd: brcmnand: drop unnecessary initializationBrian Norris-1/+1
2015-05-18mtd: brcmnand: do not make local variable staticHauke Mehrtens-1/+1