aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/brcmnand (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-07mtd: kill the ecclayout->oobavail fieldBoris BREZILLON1-5/+3
2016-02-29mtd: brcmnand: Fix v7.1 register offsetsFlorian Fainelli1-1/+33
2016-01-07mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON1-15/+15
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON1-1/+0
2015-12-18mtd: nand: brcm: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-7/+6
2015-12-10mtd: brcmnand: defer to devm_ioremap_resource() for error checkingBrian Norris1-3/+0
2015-12-09mtd: brcmnand: Add support for the BCM6368Simon Arlott2-0/+146
2015-12-09mtd: brcmnand: Request and enable the clock if presentSimon Arlott1-14/+50
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON1-6/+6
2015-12-01mtd: brcmnand: drop brcmnand_host::of_node fieldBrian Norris1-5/+2
2015-11-30mtd: brcmnand: improve memory managementJulia Lawall1-2/+6
2015-11-30brcmnand: Clear EXT_ADDR error registers in PIO modeSimon Arlott1-0/+2
2015-11-18mtd: brcmnand: drop unused subpage_read() supportBrian Norris1-11/+0
2015-11-18mtd: brcmnand: clean up flash cache for parameter pagesBrian Norris1-4/+9
2015-11-11mtd: nand: convert to nand_get_flash_node()Boris BREZILLON1-1/+1
2015-11-11mtd: nand: drop unnecessary partition parser dataBrian Norris1-2/+1
2015-11-11mtd: nand: convert to nand_set_flash_node()Brian Norris1-1/+1
2015-10-30mtd: brcmnand: Force 8bit mode before doing nand_scan_ident()Anup Patel1-0/+10
2015-10-30mtd: brcmnand: factor out CFG and CFG_EXT bitfieldsBrian Norris1-7/+31
2015-10-13mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON1-2/+2
2015-10-12mtd: brcmnand: Fix pointer type-cast in brcmnand_write()Anup Patel1-2/+2
2015-09-30mtd: brcmnand: remove unnecessary fields from brcmnand_socBrian Norris1-2/+0
2015-09-30mtd: brcmnand: refactor iProc SoC layeringBrian Norris1-11/+11
2015-09-30mtd: brcmnand: refactor bcm63138 SoC layeringBrian Norris1-10/+8
2015-09-11mtd: nand: Rename nand_chip .dn to .flash_nodeMarek Vasut1-2/+3
2015-08-07mtd: brcmnand: Fix misuse of IS_ENABLEDAxel Lin1-2/+2
2015-06-16mtd: brcmnand: drop unnecessary initializationBrian Norris1-1/+1
2015-05-18mtd: brcmnand: do not make local variable staticHauke Mehrtens1-1/+1
2015-05-18mtd: brcmnand: remove double new line from printHauke Mehrtens1-1/+1
2015-05-15mtd: brcmnand: add BCM63138 supportBrian Norris2-0/+112
2015-05-15mtd: brcmnand: add support for Broadcom's IPROC familyBrian Norris2-0/+153
2015-05-15mtd: brcmnand: add extra SoC support to libraryBrian Norris2-5/+71
2015-05-15mtd: brcmnand: add support for STB chipsBrian Norris2-0/+45
2015-05-15mtd: nand: add NAND driver "library" for Broadcom STB NAND controllerBrian Norris3-0/+2254