summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/sst25l.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: do not use plain 0 as NULLArtem Bityutskiy2012-03-271-3/+3
* mtd: move zero length verification to MTD API functionsArtem Bityutskiy2012-03-271-8/+0
* mtd: remove retlen zeroing duplicationArtem Bityutskiy2012-03-271-3/+0
* mtd: do not duplicate length and offset checks in driversArtem Bityutskiy2012-03-271-9/+0
* mtd: sst25l: initialize writebufsizeArtem Bityutskiy2012-03-271-0/+1
* mtd: add leading underscore to all mtd functionsArtem Bityutskiy2012-03-271-3/+3
* mtd: convert drivers/mtd/* to use module_spi_driver()Axel Lin2012-03-271-12/+1
* mtd: sst25l: kill unused variableArtem Bityutskiy2012-01-091-1/+1
* mtd: Remove redundant spi driver bus initializationLars-Peter Clausen2012-01-091-1/+0
* mtd: replace DEBUG() with pr_debug()Brian Norris2011-09-111-2/+1
* mtd: sst25l.c: use mtd_device_parse_registerDmitry Eremin-Solenikov2011-09-111-29/+4
* mtd: sst25l don't specify default parsing optionsDmitry Eremin-Solenikov2011-09-111-7/+1
* Change Ryan Mallon's email address across the kernelRyan Mallon2011-06-161-2/+2
* mtd: sst25l: convert to mtd_device_register()Jamie Iles2011-05-251-36/+26
* mtd: sst25l: fix section markingsMike Frysinger2011-05-251-3/+3
* mtd: fix section mismatch on sst25lFabio Estevam2010-12-031-2/+2
* mtd: sst25l: check for null consistentlyDan Carpenter2010-08-021-1/+1
* mtd: sst25l: fix multi-part messages with broken spi mastersH Hartley Sweeten2010-05-141-24/+33
* 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: sst25l: remove unnecessary MTD_DEBUG_LEVEL2 messagesH Hartley Sweeten2010-05-101-11/+0
|/
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* mtd: sst25l, fix lock imbalanceJiri Slaby2009-09-191-1/+3
* mtd: SST25L (non JEDEC) SPI Flash driverRyan Mallon2009-09-191-0/+510