summaryrefslogtreecommitdiffstats
path: root/drivers/char (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-18mtd: nand: fsl_elbc: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-11/+15
2015-12-18mtd: nand: docg4: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-11/+12
2015-12-18mtd: nand: diskonchip: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-7/+7
2015-12-18mtd: nand: davinci: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-14/+16
2015-12-18mtd: nand: cmx270: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-9/+5
2015-12-18mtd: nand: cs553x: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-9/+8
2015-12-18mtd: nand: cafe: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-5/+5
2015-12-18mtd: nand: brcm: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-7/+6
2015-12-18mtd: nand: bf5xx: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-6/+6
2015-12-18mtd: nand: au1550nd: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-8/+11
2015-12-18mtd: nand: atmel: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-6/+7
2015-12-18mtd: nand: ams-delta: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-8/+5
2015-12-18mtd: nand: omap2: create and use mtd_to_omap()Boris BREZILLON1-34/+21
2015-12-18mtd: nand: nuc900: create and use mtd_to_nuc900()Boris BREZILLON1-15/+10
2015-12-18mtd: nand: fsmc: create and use mtd_to_fsmc()Boris BREZILLON1-17/+14
2015-12-18mtd: omap_elm: print interrupt resource using %prArnd Bergmann1-1/+1
2015-12-14mtd: bcm47xxnflash: really unregister NAND on device removalBrian Norris2-7/+6
2015-12-11mtd: nand: denali: add missing nand_release() call in denali_remove()Boris BREZILLON1-2/+9
2015-12-10mtd: brcmnand: defer to devm_ioremap_resource() for error checkingBrian Norris1-3/+0
2015-12-10mtd: brcmnand: Add support for the BCM6368Simon Arlott2-0/+146
2015-12-10mtd: brcmnand: Request and enable the clock if presentSimon Arlott1-14/+50
2015-12-10doc: dt: mtd: brcmnand: Add brcm,bcm6368-nand device tree bindingSimon Arlott1-0/+32
2015-12-10mtd: nand: Confine MTD_NAND_SH_FLCTL to SUPERHGeert Uytterhoeven1-1/+1
2015-12-10mtd: spi-nor: Check the return value from read_sr()Fabio Estevam1-2/+8
2015-12-09mtd: partitions: support a cleanup callback for parsersBrian Norris4-4/+37
2015-12-09mtd: partitions: pass around 'mtd_partitions' wrapper structBrian Norris4-22/+38
2015-12-09mtd: partitions: remove kmemdup()Brian Norris3-11/+9
2015-12-09mtd: partitions: rename MTD parser get/putBrian Norris1-5/+8
2015-12-09mtd: partitions: make parsers return 'const' partition arraysBrian Norris8-9/+9
2015-12-09mtd: ofpart: assign return argument exactly onceBrian Norris1-16/+19
2015-12-09doc: dt: mtd: partitions: add compatible property to "partitions" nodeBrian Norris2-1/+9
2015-12-08mips: nand: make use of mtd_to_nand() where appropriateBoris BREZILLON5-5/+5
2015-12-08blackfin: nand: make use of mtd_to_nand() where appropriateBoris BREZILLON2-2/+2
2015-12-08cris: nand: make use of mtd_to_nand() where appropriateBoris BREZILLON2-2/+2
2015-12-08mtd: nand: add nand_to_mtd() helperBoris BREZILLON1-0/+5
2015-12-08mtd: nand: embed an mtd_info structure into nand_chipBoris BREZILLON1-0/+2
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON38-276/+276
2015-12-08staging: mt29f_spinand: make use of mtd_to_nand()Boris BREZILLON1-2/+2
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND core codeBoris BREZILLON5-71/+71
2015-12-08sh: nand: make use of mtd_to_nand() where appropriateBoris BREZILLON1-1/+1
2015-12-08ARM: nand: make use of mtd_to_nand() where appropriateBoris BREZILLON9-13/+13
2015-12-05mtd: nand: r852: Remove unnecessary synchronize_irq() before free_irq()Lars-Peter Clausen1-1/+0
2015-12-05mtd: spi-nor: fix error handling in spi_nor_eraseHeiner Kallweit1-6/+2
2015-12-05mtd: mtk-quadspi: drop unnecessary .owner assignmentBrian Norris1-1/+0
2015-12-05mtd: partitions: turn PART() macro into inline functionBrian Norris1-30/+33
2015-12-04mtd: ofpart: don't complain about missing 'partitions' node too loudlyBrian Norris1-2/+7
2015-12-01mtd: brcmnand: drop brcmnand_host::of_node fieldBrian Norris1-5/+2
2015-12-01mtd: nand: fix typo (t_ald -> t_adl)Brian Norris1-2/+2
2015-12-01mtd: nand: fix ONFI parameter page layoutBoris BREZILLON1-2/+2
2015-12-01mtd: spi-nor: Fix error message with unrecognized JEDECRicardo Ribalda1-1/+1