aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/lantiq-flash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-10mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-03mtd: lantiq-flash: Use devm_kzalloc()Jingoo Han1-21/+16
2013-04-05mtd: maps: add const qualifiersArtem Bityutskiy1-2/+1
2013-01-25mtd: Convert to devm_ioremap_resource()Thierry Reding1-4/+4
2012-11-22mtd: remove use of __devexitBill Pemberton1-1/+1
2012-11-22mtd: remove use of __devinitconstBill 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-05-21MTD: MIPS: lantiq: verify that the NOR interface is available on falcon socJohn Crispin1-0/+7
2012-05-21MTD: MIPS: lantiq: implement OF supportJohn Crispin1-44/+25
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy1-2/+3
2012-03-27mtd: mips: lantiq: reintroduce support for cmdline partitionsDaniel Schwierzeck1-1/+2
2012-01-09mtd: lantiq-flash: drop iounmap for devm_ allocated dataJulia Lawall1-5/+1
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-15/+2
2011-10-20MIPS: Lantiq: Fix MTD registration of NOR deviceJohn Crispin1-2/+2
2011-09-11mtd: lantiq-flash.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-12/+2
2011-09-11mtd: lantiq-flash don't specify default parsing optionsDmitry Eremin-Solenikov1-4/+1
2011-05-19MIPS: Lantiq: Add NOR flash supportJohn Crispin1-0/+251