aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/spear_smi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-29mtd: spear_smi: use devm_ functions consistentlyJulia Lawall1-65/+18
2012-09-29mtd: spear_smi: fix compilation warningArtem Bityutskiy1-1/+1
2012-09-29mtd: spear_smi: failure test for null rather than negative integerJulia Lawall1-1/+1
2012-07-06mtd: spear_smi: handle return value of timeouts properlyVipin Kumar1-10/+13
2012-07-06mtd: spear_smi: clear status register on initShiraz Hashim1-0/+3
2012-07-06mtd: spear_smi: Move suspend/resume to follow dev_pm_opsViresh Kumar1-11/+17
2012-05-13mtd: spear_smi: Add clk_{un}prepare() supportViresh Kumar1-7/+7
2012-03-27mtd: add device-tree support to spear_smiStefan Roese1-12/+99
2012-03-27mtd: spear_smi: Remove default partition information from driverStefan Roese1-35/+6
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy1-1/+1
2012-03-27mtd: move zero length verification to MTD API functionsArtem Bityutskiy1-6/+0
2012-03-27mtd: remove retlen zeroing duplicationArtem Bityutskiy1-10/+0
2012-03-27mtd: do not duplicate length and offset checks in driversArtem Bityutskiy1-12/+0
2012-03-27mtd: spear_smi: initialize writebufsizeArtem Bityutskiy1-0/+1
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy1-3/+3
2012-03-27mtd: spear_smi: release memory region during removeShiraz Hashim1-0/+4
2012-03-27mtd: ST SPEAr: Add SMI driver for serial NOR flashShiraz Hashim1-0/+1112