aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/lpddr (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-26mtd: lpddr: fix Kconfig dependency, for I/O accessorsBrian Norris1-1/+2
2014-05-20mtd: lpddr: add driver for LPDDR2-NVM PCM memoriesVincenzo Aliberti3-2/+518
2014-03-10mtd: lpddr: Remove unnecessary OOM messagesJingoo Han2-7/+2
2014-01-03mtd: lpddr: Mark functions as static and remove unused functionRashika Kheria1-30/+2
2013-10-27mtd: lpddr_cmds: make function staticBrian Norris1-1/+1
2012-05-13mtd: lpddr: replace open-coded ARRAY_SIZE with macroJim Cromie1-1/+1
2012-03-27mtd: move zero length verification to MTD API functionsArtem Bityutskiy1-1/+0
2012-03-27mtd: remove retlen zeroing duplicationArtem Bityutskiy1-3/+0
2012-03-27mtd: do not duplicate length and offset checks in driversArtem Bityutskiy1-4/+1
2012-03-27mtd: return error code from mtd_unpointArtem Bityutskiy1-4/+8
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy1-8/+8
2012-01-09mtd: lpddr: drop unnecessary zeroingArtem Bityutskiy1-7/+0
2011-10-31mtd: Add module.h to drivers users that were implicitly using it.Paul Gortmaker1-0/+1
2011-05-25mtd: remove duplicate assignment of chip->stateTadashi Abe1-1/+0
2011-05-25mtd: fix hang-up in cfi erase and read contentionTadashi Abe1-6/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2010-08-06mtd: change struct flchip_shared spinlock locking into mutexStefani Seibold1-10/+10
2010-05-13drivers/mtd: Use kzallocJulia Lawall1-5/+2
2010-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-0/+1
2010-05-10mtd: fix a huge latency problem in the MTD CFI and LPDDR flash drivers.Stefani Seibold1-40/+39
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-09Kconfig: Remove useless and sometimes wrong commentsMichael Roth1-3/+0
2009-01-11[MTD] [LPDDR] qinfo_probe depends on lpddrAlexey Korolev1-0/+1
2009-01-05[MTD] LPDDR Makefile and KConfigAlexey Korolev2-0/+28
2009-01-05[MTD] LPDDR Command set driverAlexey Korolev1-0/+796
2009-01-05[MTD] LPDDR qinfo probing.Alexey Korolev1-0/+255