summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/mpc5121_nfc.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-161-856/+0
* mtd: nand: Stop using full path when referring to files placed in the same dirBoris Brezillon2018-02-161-3/+2
* mtd: nand: Rename nand.h into rawnand.hBoris Brezillon2017-08-131-1/+1
* mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPPBoris Brezillon2017-05-301-0/+2
* mtd: nand: mpc5121: return error code of nand_scan() on errorMasahiro Yamada2016-11-071-2/+2
* mtd: nand: mpc5121_nfc: set ECC algorithm explicitlyRafał Miłecki2016-05-051-0/+1
* mtd: nand: mpc5121: use 'of_machine_is_compatible' to simplify codeChristophe Jaillet2016-01-221-5/+2
* mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON2016-01-071-12/+12
* mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON2015-12-181-1/+0
* mtd: nand: mpc5121: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-2/+1
* mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON2015-12-081-12/+12
* mtd: nand: drop unnecessary partition parser dataBrian Norris2015-11-111-3/+2
* mtd: nand: mpc5121_nfc: show parent device in sysfsFrans Klaver2015-10-131-0/+1
* mtd: mpc5121_nfc: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-281-0/+1
* mtd: constify of_device_id arrayFabian Frederick2015-05-061-1/+1
* mtd: nand: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-03-101-1/+0
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-01-301-1/+1
|\
| * mtd: mpc5121_nfc: adjust for OF based clock lookupGerhard Sittig2014-01-121-1/+1
* | mtd: mpc5121_nfc: Remove unnecessary OOM messagesJingoo Han2014-01-071-3/+1
* | mtd: mpc5121_nfc: drop devm_free_irq of devm_ allocated irqWei Yongjun2014-01-031-6/+0
|/
* drivers: clean-up prom.h implicit includesRob Herring2013-10-091-0/+2
* mtd: mpc5121_nfc: cleanup clock API useGerhard Sittig2013-08-231-9/+12
* mtd: remove use of __devexitBill Pemberton2012-11-221-1/+1
* mtd: remove use of __devinitdataBill Pemberton2012-11-221-1/+1
* mtd: remove use of __devinitBill Pemberton2012-11-221-1/+1
* mtd: remove use of __devexit_pBill Pemberton2012-11-221-1/+1
* mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie2012-09-291-22/+0
* mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris2012-05-131-1/+0
* mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin2012-01-091-13/+1
* mtd: mpc5121_nfc.c: use mtd_device_parse_registerDmitry Eremin-Solenikov2011-09-111-10/+1
* mtd: mpc5121_nfc: use ofpart through generic parsingDmitry Eremin-Solenikov2011-09-111-5/+3
* mtd: mpc5121_nfc don't specify default parsing optionsDmitry Eremin-Solenikov2011-09-111-3/+1
* mtd: nand: rename NAND_USE_FLASH_BBTBrian Norris2011-09-111-1/+1
* mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris2011-09-111-1/+2
* treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-1/+1
* mtd: mpc5121_nfc: convert to mtd_device_register()Jamie Iles2011-05-251-11/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Artem Bityutskiy2011-03-251-5/+4
|\
| * dt: Eliminate of_platform_{,un}register_driverGrant Likely2011-02-281-5/+4
* | mtd: mpc5121_nfc: don't treat NULL clk as an errorJamie Iles2011-03-111-2/+3
|/
* mtd: Fix endianness issues from device treeIan Munsie2010-10-251-2/+2
* mtd: mpc5121_nfc: fix memory leak on error pathJulia Lawall2010-10-241-2/+5
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-2/+2
* of/mtd/nand: mpc5121_nfc.c: Fix build failuresAnatolij Gustschin2010-06-021-4/+4
* mtd: update gfp/slab.h includesTejun Heo2010-05-191-0/+1
* mtd: mpc5121_nfc: Changed SVR check to allow MPC5123.Steve Deiters2010-05-101-2/+2
* mtd: nand: Add MPC5121 NAND Flash Controller driverAnatolij Gustschin2010-02-261-0/+916
OpenPOWER on IntegriCloud