summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/lpddr/lpddr_cmds.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: lpddr_cmds: Add literal suffixDenis Arefev2023-09-111-1/+1
* mtd: lpddr_cmds: remove unused words variableTom Rix2023-03-281-5/+2
* mtd: lpddr: Move function print_drs_error to lpddr_cmds.cGustavo A. R. Silva2020-08-271-0/+28
* mtd: Convert fallthrough comments into statementsMiquel Raynal2020-03-301-2/+1
* mtd: lpddr: Fix a double free in probe()Dan Carpenter2020-03-111-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner2019-05-211-14/+1
* mtd: lpddr_cmds: Mark expected switch fall-throughGustavo A. R. Silva2019-05-061-0/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon2018-03-211-2/+0
* mtd: lpddr: Remove unnecessary OOM messagesJingoo Han2014-03-101-3/+1
* mtd: lpddr: Mark functions as static and remove unused functionRashika Kheria2014-01-031-30/+2
* mtd: lpddr_cmds: make function staticBrian Norris2013-10-271-1/+1
* mtd: move zero length verification to MTD API functionsArtem Bityutskiy2012-03-271-1/+0
* mtd: remove retlen zeroing duplicationArtem Bityutskiy2012-03-271-3/+0
* mtd: do not duplicate length and offset checks in driversArtem Bityutskiy2012-03-271-4/+1
* mtd: return error code from mtd_unpointArtem Bityutskiy2012-03-271-4/+8
* mtd: add leading underscore to all mtd functionsArtem Bityutskiy2012-03-271-8/+8
* mtd: lpddr: drop unnecessary zeroingArtem Bityutskiy2012-01-091-7/+0
* mtd: Add module.h to drivers users that were implicitly using it.Paul Gortmaker2011-10-311-0/+1
* mtd: remove duplicate assignment of chip->stateTadashi Abe2011-05-251-1/+0
* mtd: fix hang-up in cfi erase and read contentionTadashi Abe2011-05-251-6/+1
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* mtd: change struct flchip_shared spinlock locking into mutexStefani Seibold2010-08-061-10/+10
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-05-101-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | mtd: fix a huge latency problem in the MTD CFI and LPDDR flash drivers.Stefani Seibold2010-05-101-40/+39
|/
* [MTD] LPDDR Command set driverAlexey Korolev2009-01-051-0/+796