aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/mpc5121_nfc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon1-856/+0
2018-02-16mtd: nand: Stop using full path when referring to files placed in the same dirBoris Brezillon1-3/+2
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon1-1/+1
2017-05-30mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPPBoris Brezillon1-0/+2
2016-11-07mtd: nand: mpc5121: return error code of nand_scan() on errorMasahiro Yamada1-2/+2
2016-05-05mtd: nand: mpc5121_nfc: set ECC algorithm explicitlyRafał Miłecki1-0/+1
2016-01-22mtd: nand: mpc5121: use 'of_machine_is_compatible' to simplify codeChristophe Jaillet1-5/+2
2016-01-07mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON1-12/+12
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON1-1/+0
2015-12-18mtd: nand: mpc5121: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-2/+1
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON1-12/+12
2015-11-11mtd: nand: drop unnecessary partition parser dataBrian Norris1-3/+2
2015-10-13mtd: nand: mpc5121_nfc: show parent device in sysfsFrans Klaver1-0/+1
2015-09-28mtd: mpc5121_nfc: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-05-06mtd: constify of_device_id arrayFabian Frederick1-1/+1
2014-10-20mtd: nand: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-03-10mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-1/+1
2014-01-12mtd: mpc5121_nfc: adjust for OF based clock lookupGerhard Sittig1-1/+1
2014-01-07mtd: mpc5121_nfc: Remove unnecessary OOM messagesJingoo Han1-3/+1
2014-01-03mtd: mpc5121_nfc: drop devm_free_irq of devm_ allocated irqWei Yongjun1-6/+0
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+2
2013-08-23mtd: mpc5121_nfc: cleanup clock API useGerhard Sittig1-9/+12
2012-11-22mtd: remove use of __devexitBill Pemberton1-1/+1
2012-11-22mtd: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-22mtd: remove use of __devinitBill Pemberton1-1/+1
2012-11-22mtd: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-29mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie1-22/+0
2012-05-13mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris1-1/+0
2012-01-09mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin1-13/+1
2011-09-11mtd: mpc5121_nfc.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-10/+1
2011-09-11mtd: mpc5121_nfc: use ofpart through generic parsingDmitry Eremin-Solenikov1-5/+3
2011-09-11mtd: mpc5121_nfc don't specify default parsing optionsDmitry Eremin-Solenikov1-3/+1
2011-09-11mtd: nand: rename NAND_USE_FLASH_BBTBrian Norris1-1/+1
2011-09-11mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris1-1/+2
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-05-25mtd: mpc5121_nfc: convert to mtd_device_register()Jamie Iles1-11/+1
2011-03-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus-1Artem Bityutskiy1-5/+4
2011-03-11mtd: mpc5121_nfc: don't treat NULL clk as an errorJamie Iles1-2/+3
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely1-5/+4
2010-10-25mtd: Fix endianness issues from device treeIan Munsie1-2/+2
2010-10-24mtd: mpc5121_nfc: fix memory leak on error pathJulia Lawall1-2/+5
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-2/+2
2010-06-02of/mtd/nand: mpc5121_nfc.c: Fix build failuresAnatolij Gustschin1-4/+4
2010-05-19mtd: update gfp/slab.h includesTejun Heo1-0/+1
2010-05-10mtd: mpc5121_nfc: Changed SVR check to allow MPC5123.Steve Deiters1-2/+2
2010-02-26mtd: nand: Add MPC5121 NAND Flash Controller driverAnatolij Gustschin1-0/+916