summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/socrates_nand.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-161-241/+0
* mtd: nand: Get rid of comments giving the file path inside the file itselfBoris Brezillon2018-02-161-2/+0
* mtd: nand: Rename nand.h into rawnand.hBoris Brezillon2017-08-131-1/+1
* mtd: nand: socrates: use nand_scan() for nand_scan_ident/tail() comboMasahiro Yamada2016-11-071-10/+2
* mtd: nand: socrates: set ECC algorithm explicitlyRafał Miłecki2016-04-191-0/+1
* mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON2016-01-071-5/+6
* mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON2015-12-181-1/+0
* mtd: nand: socrates: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-3/+2
* mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON2015-12-081-4/+4
* mtd: nand: drop unnecessary partition parser dataBrian Norris2015-11-111-3/+2
* mtd: nand: socrates_nand: drop owner assignmentFrans Klaver2015-10-131-1/+0
* mtd: nand: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtdLinus Torvalds2013-11-141-11/+3
|\
| * mtd: socrates_nand: Use dev_err instead of printkSachin Kamat2013-11-061-1/+1
| * mtd: socrates_nand: Use devm_kzallocSachin Kamat2013-11-061-8/+2
| * mtd: socrates_nand: Remove redundant dev_set_drvdataSachin Kamat2013-11-061-2/+0
* | powerpc: add missing explicit OF includes for ppcRob Herring2013-11-111-0/+1
|/
* mtd: remove use of __devexitBill 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-19/+0
* mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin2012-01-091-12/+1
* mtd: socrates_nand.c: use mtd_device_parse_registerDmitry Eremin-Solenikov2011-09-111-10/+1
* mtd: socrates_nand: use ofpart through generic parsingDmitry Eremin-Solenikov2011-09-111-11/+3
* mtd: socrates_nand don't specify default parsing optionsDmitry Eremin-Solenikov2011-09-111-6/+1
* mtd: socrates_nand: convert to mtd_device_register()Jamie Iles2011-05-251-15/+1
* dt: Eliminate of_platform_{,un}register_driverGrant Likely2011-02-281-5/+4
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-2/+2
* of/mtd: nand: fix build breakage in driversAnatolij Gustschin2010-06-021-2/+2
* Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-221-2/+2
|\
| * mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()David Woodhouse2010-02-261-1/+1
| * mtd: nand: make Open Firmware device id constantMárton Németh2010-02-251-1/+1
* | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-2/+5
|/
* [MTD] [NAND] Add support for NAND on the Socrates boardWolfgang Grandegger2009-04-061-0/+325
OpenPOWER on IntegriCloud