aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/orion_nand.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-20mtd: orion_nand: Make of_device_id array constJingoo Han1-1/+1
2014-01-07mtd: orion_nand: use dev_err() instead of printk()Jingoo Han1-1/+1
2014-01-03mtd: orion_nand: Remove unnecessary OOM messagesJingoo Han1-2/+0
2013-08-30mtd: nand: use dev_get_platdata()Jingoo Han1-2/+3
2013-08-05mtd: nand: orion_nand: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-04-05mtd: orion_nand: use module_platform_driver_probe()Jingoo Han1-12/+1
2012-11-22mtd: remove use of __devexitBill Pemberton1-1/+1
2012-11-22mtd: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-09Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowells/linux-headersDavid Woodhouse1-1/+1
2012-09-29mtd: orion_nand: remove <mach/hardware.h> includeThomas Petazzoni1-1/+0
2012-09-19ARM: orion: move platform_data definitionsArnd Bergmann1-1/+1
2012-07-25ARM: Kirkwood: Replace mrvl with marvellAndrew Lunn1-1/+1
2012-07-25ARM: Orion: fix driver probe error handling with respect to clkSimon Baatz1-0/+4
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+18
2012-05-15mtd: Add orion_nand devicetree bindingsJamie Lentin1-3/+44
2012-05-08ARM: Orion: NAND: Add support for clk, if there is one.Andrew Lunn1-0/+18
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy1-2/+2
2011-09-11mtd: orion_nand.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-10/+2
2011-09-11mtd: orion_nand don't specify default parsing optionsDmitry Eremin-Solenikov1-5/+1
2011-05-25mtd: orion_nand: convert to mtd_device_register()Jamie Iles1-13/+1
2010-05-14mtd: orion/kirkwood: add RnB line support to orion mtd driverBen Dooks1-0/+3
2010-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-1/+7
2010-04-24mtd: fix Orion NAND driver compilation with ARM OABIPaulius Zaleckas1-1/+7
2010-02-10mtd: orion_nand: Fix build failure caused by typoPeter Huewe1-1/+1
2009-12-31mtd: orion_nand.c: add error handling and use resource_size()H Hartley Sweeten1-2/+8
2009-09-19mtd: nand: register orion_nand using platform_driver_probe()Uwe Kleine-König1-2/+1
2009-08-24[ARM] Orion NAND: Make asm volatile avoid GCC pushing ldrd out of the loopSimon Kagstrom1-1/+1
2009-06-08mtd: orion_nand: use burst reads with double word accessesNicolas Pitre1-0/+23
2009-03-03[ARM] fix lots of ARM __devexit sillynessRussell King1-1/+1
2008-08-09[ARM] Move include/asm-arm/plat-orion to arch/arm/plat-orion/include/platLennert Buytenhek1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-1/+1
2008-06-30[MTD] orion_nand: add chip_delay parameterSaeed Bishara1-0/+3
2008-04-22[MTD] [NAND] fix platform driver hotplug/coldplugKay Sievers1-0/+1
2008-03-27plat-orion: make orion_nand available for all Orion familiesLennert Buytenhek1-1/+1
2007-12-03[MTD] [NAND] Marvell Orion device bus NAND controllerTzachi Perelstein1-0/+171