summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/brcmnand
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* mtd: nand: brcm: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-7/+6Star
* mtd: brcmnand: defer to devm_ioremap_resource() for error checkingBrian Norris2015-12-101-3/+0Star
* mtd: brcmnand: Add support for the BCM6368Simon Arlott2015-12-102-0/+146
* mtd: brcmnand: Request and enable the clock if presentSimon Arlott2015-12-101-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/+2Star
* mtd: brcmnand: improve memory managementJulia Lawall2015-12-011-2/+6
* brcmnand: Clear EXT_ADDR error registers in PIO modeSimon Arlott2015-12-011-0/+2
* mtd: brcmnand: drop unused subpage_read() supportBrian Norris2015-11-181-11/+0Star
* 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-121-1/+1
* mtd: nand: drop unnecessary partition parser dataBrian Norris2015-11-111-2/+1Star
* 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/+0Star
* mtd: brcmnand: refactor iProc SoC layeringBrian Norris2015-09-301-11/+11
* mtd: brcmnand: refactor bcm63138 SoC layeringBrian Norris2015-09-301-10/+8Star
* mtd: nand: Rename nand_chip .dn to .flash_nodeMarek Vasut2015-09-121-2/+3
* mtd: brcmnand: Fix misuse of IS_ENABLEDAxel Lin2015-08-081-2/+2
* mtd: brcmnand: drop unnecessary initializationBrian Norris2015-06-171-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