summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/brcmnand
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: brcmnand: Check flash #WP pin status before nand erase/programKamal Dasu2017-04-251-3/+58
* mtd: nand: brcmnand: return error code of nand_scan_ident/tail() on errorMasahiro Yamada2016-11-071-4/+6
* mtd: brcmnand: iProc big endian and ONFI supportRay Jui2016-09-233-15/+28
* mtd: nand: import nand_hw_control_init()Marc Gonzalez2016-09-231-2/+1
* mtd: nand: brcmnand: Change BUG_ON in brcmnand_send_cmdFlorian Fainelli2016-07-161-1/+1
* mtd: brcmnand: Detect sticky ucorr ecc error on dma readsKamal Dasu2016-07-111-0/+18
* mtd: brcmnand: Add check for erased page bitflipsKamal Dasu2016-06-131-0/+62
* mtd: brcmnand: Add v7.2 controller supportFlorian Fainelli2016-06-031-14/+77
* mtd: brcmnand: respect ECC algorithm set by NAND subsystemBrian Norris2016-05-051-1/+23
* mtd: nand: brcm: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-101/+157
* mtd: nand: brcm: rely on generic DT parsing done in nand_scan_ident()Boris Brezillon2016-04-191-3/+2
* mtd: brcmnand: Add support for v6.2 controllersFlorian Fainelli2016-04-191-1/+2
* mtd: kill the ecclayout->oobavail fieldBoris BREZILLON2016-03-071-5/+3
* mtd: brcmnand: Fix v7.1 register offsetsFlorian Fainelli2016-02-291-1/+33
* mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON2016-01-071-15/+15
* mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON2015-12-181-1/+0
* mtd: nand: brcm: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-7/+6
* mtd: brcmnand: defer to devm_ioremap_resource() for error checkingBrian Norris2015-12-101-3/+0
* mtd: brcmnand: Add support for the BCM6368Simon Arlott2015-12-092-0/+146
* mtd: brcmnand: Request and enable the clock if presentSimon Arlott2015-12-091-14/+50
* mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON2015-12-081-6/+6
* mtd: brcmnand: drop brcmnand_host::of_node fieldBrian Norris2015-12-011-5/+2
* mtd: brcmnand: improve memory managementJulia Lawall2015-11-301-2/+6
* brcmnand: Clear EXT_ADDR error registers in PIO modeSimon Arlott2015-11-301-0/+2
* mtd: brcmnand: drop unused subpage_read() supportBrian Norris2015-11-181-11/+0
* mtd: brcmnand: clean up flash cache for parameter pagesBrian Norris2015-11-181-4/+9
* mtd: nand: convert to nand_get_flash_node()Boris BREZILLON2015-11-111-1/+1
* mtd: nand: drop unnecessary partition parser dataBrian Norris2015-11-111-2/+1
* mtd: nand: convert to nand_set_flash_node()Brian Norris2015-11-111-1/+1
* mtd: brcmnand: Force 8bit mode before doing nand_scan_ident()Anup Patel2015-10-301-0/+10
* mtd: brcmnand: factor out CFG and CFG_EXT bitfieldsBrian Norris2015-10-301-7/+31
* mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON2015-10-131-2/+2
* mtd: brcmnand: Fix pointer type-cast in brcmnand_write()Anup Patel2015-10-121-2/+2
* mtd: brcmnand: remove unnecessary fields from brcmnand_socBrian Norris2015-09-301-2/+0
* mtd: brcmnand: refactor iProc SoC layeringBrian Norris2015-09-301-11/+11
* mtd: brcmnand: refactor bcm63138 SoC layeringBrian Norris2015-09-301-10/+8
* mtd: nand: Rename nand_chip .dn to .flash_nodeMarek Vasut2015-09-111-2/+3
* mtd: brcmnand: Fix misuse of IS_ENABLEDAxel Lin2015-08-071-2/+2
* mtd: brcmnand: drop unnecessary initializationBrian Norris2015-06-161-1/+1
* mtd: brcmnand: do not make local variable staticHauke Mehrtens2015-05-181-1/+1
* mtd: brcmnand: remove double new line from printHauke Mehrtens2015-05-181-1/+1
* mtd: brcmnand: add BCM63138 supportBrian Norris2015-05-152-0/+112
* mtd: brcmnand: add support for Broadcom's IPROC familyBrian Norris2015-05-152-0/+153
* mtd: brcmnand: add extra SoC support to libraryBrian Norris2015-05-152-5/+71
* mtd: brcmnand: add support for STB chipsBrian Norris2015-05-152-0/+45
* mtd: nand: add NAND driver "library" for Broadcom STB NAND controllerBrian Norris2015-05-153-0/+2254