summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/orion_nand.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-161-232/+0
* mtd: nand: Get rid of comments giving the file path inside the file itselfBoris Brezillon2018-02-161-2/+0
* Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into...Boris Brezillon2017-08-231-1/+1
|\
| * mtd: nand: Rename nand.h into rawnand.hBoris Brezillon2017-08-131-1/+1
* | mtd: orion-nand: fix build error with ARMv4Arnd Bergmann2017-08-231-0/+7
|/
* mtd: nand: orion: Handle return value of clk_prepare_enableArvind Yadav2017-06-101-1/+5
* mtd: nand: orion: improve handling of optional clockSimon Baatz2017-03-291-7/+13
* mtd: nand: orion: fix clk handlingSimon Baatz2017-03-291-21/+21
* mtd: nand: orion: return error code of nand_scan() on errorMasahiro Yamada2016-11-071-3/+2
* mtd: nand: orion: set ECC algorithm explicitlyRafał Miłecki2016-04-191-0/+1
* mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON2016-01-071-2/+2
* mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON2015-12-181-1/+0
* mtd: nand: orion: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-2/+2
* mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON2015-12-081-2/+2
* mtd: nand: drop unnecessary partition parser dataBrian Norris2015-11-111-4/+2
* mtd: nand: orion_nand: show parent device in sysfsFrans Klaver2015-10-131-1/+1
* mtd: orion_nand: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-281-0/+1
* Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtdLinus Torvalds2014-12-171-28/+11
|\
| * mtd: orion_nand: fix error code path in probeMichael Opdenacker2014-10-221-28/+11
* | mtd: nand: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
|/
* mtd: orion_nand: Make of_device_id array constJingoo Han2014-05-201-1/+1
* mtd: orion_nand: use dev_err() instead of printk()Jingoo Han2014-01-071-1/+1
* mtd: orion_nand: Remove unnecessary OOM messagesJingoo Han2014-01-031-2/+0
* mtd: nand: use dev_get_platdata()Jingoo Han2013-08-301-2/+3
* mtd: nand: orion_nand: remove unnecessary platform_set_drvdata()Jingoo Han2013-08-051-1/+0
* mtd: orion_nand: use module_platform_driver_probe()Jingoo Han2013-04-051-12/+1
* mtd: remove use of __devexitBill Pemberton2012-11-221-1/+1
* mtd: remove use of __devexit_pBill Pemberton2012-11-221-1/+1
* Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse2012-10-091-1/+1
|\
| * ARM: orion: move platform_data definitionsArnd Bergmann2012-09-191-1/+1
* | mtd: orion_nand: remove <mach/hardware.h> includeThomas Petazzoni2012-09-291-1/+0
|/
* ARM: Kirkwood: Replace mrvl with marvellAndrew Lunn2012-07-251-1/+1
* ARM: Orion: fix driver probe error handling with respect to clkSimon Baatz2012-07-251-0/+4
* Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-261-0/+18
|\
| * ARM: Orion: NAND: Add support for clk, if there is one.Andrew Lunn2012-05-081-0/+18
* | mtd: Add orion_nand devicetree bindingsJamie Lentin2012-05-151-3/+44
|/
* mtd: do not use plain 0 as NULLArtem Bityutskiy2012-03-271-2/+2
* mtd: orion_nand.c: use mtd_device_parse_registerDmitry Eremin-Solenikov2011-09-111-10/+2
* mtd: orion_nand don't specify default parsing optionsDmitry Eremin-Solenikov2011-09-111-5/+1
* mtd: orion_nand: convert to mtd_device_register()Jamie Iles2011-05-251-13/+1
* mtd: orion/kirkwood: add RnB line support to orion mtd driverBen Dooks2010-05-141-0/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-05-101-1/+7
|\
| * mtd: fix Orion NAND driver compilation with ARM OABIPaulius Zaleckas2010-04-241-1/+7
* | mtd: orion_nand: Fix build failure caused by typoPeter Huewe2010-02-101-1/+1
* | mtd: orion_nand.c: add error handling and use resource_size()H Hartley Sweeten2009-12-311-2/+8
|/
* mtd: nand: register orion_nand using platform_driver_probe()Uwe Kleine-König2009-09-191-2/+1
* [ARM] Orion NAND: Make asm volatile avoid GCC pushing ldrd out of the loopSimon Kagstrom2009-08-241-1/+1
* mtd: orion_nand: use burst reads with double word accessesNicolas Pitre2009-06-081-0/+23
* [ARM] fix lots of ARM __devexit sillynessRussell King2009-03-031-1/+1
* [ARM] Move include/asm-arm/plat-orion to arch/arm/plat-orion/include/platLennert Buytenhek2008-08-091-1/+1
OpenPOWER on IntegriCloud