| Commit message (Expand) | Author | Age | Files | Lines |
* | mtd: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-03-10 | 1 | -1/+0 |
* | mtd: sst25l: Use devm_kzalloc | Sachin Kamat | 2013-11-06 | 1 | -9/+3 |
* | mtd: sst25l: Remove redundant spi_set_drvdata | Sachin Kamat | 2013-11-06 | 1 | -1/+0 |
* | mtd: devices: use dev_get_platdata() | Jingoo Han | 2013-08-30 | 1 | -1/+1 |
* | mtd: sst25l: use spi_get_drvdata() and spi_set_drvdata() | Jingoo Han | 2013-08-05 | 1 | -3/+3 |
* | mtd: remove use of __devexit | Bill Pemberton | 2012-11-22 | 1 | -1/+1 |
* | mtd: remove use of __devinitdata | Bill Pemberton | 2012-11-22 | 1 | -1/+1 |
* | mtd: remove use of __devinit | Bill Pemberton | 2012-11-22 | 1 | -2/+2 |
* | mtd: remove use of __devexit_p | Bill Pemberton | 2012-11-22 | 1 | -1/+1 |
* | mtd: do not use plain 0 as NULL | Artem Bityutskiy | 2012-03-27 | 1 | -3/+3 |
* | mtd: move zero length verification to MTD API functions | Artem Bityutskiy | 2012-03-27 | 1 | -8/+0 |
* | mtd: remove retlen zeroing duplication | Artem Bityutskiy | 2012-03-27 | 1 | -3/+0 |
* | mtd: do not duplicate length and offset checks in drivers | Artem Bityutskiy | 2012-03-27 | 1 | -9/+0 |
* | mtd: sst25l: initialize writebufsize | Artem Bityutskiy | 2012-03-27 | 1 | -0/+1 |
* | mtd: add leading underscore to all mtd functions | Artem Bityutskiy | 2012-03-27 | 1 | -3/+3 |
* | mtd: convert drivers/mtd/* to use module_spi_driver() | Axel Lin | 2012-03-27 | 1 | -12/+1 |
* | mtd: sst25l: kill unused variable | Artem Bityutskiy | 2012-01-09 | 1 | -1/+1 |
* | mtd: Remove redundant spi driver bus initialization | Lars-Peter Clausen | 2012-01-09 | 1 | -1/+0 |
* | mtd: replace DEBUG() with pr_debug() | Brian Norris | 2011-09-11 | 1 | -2/+1 |
* | mtd: sst25l.c: use mtd_device_parse_register | Dmitry Eremin-Solenikov | 2011-09-11 | 1 | -29/+4 |
* | mtd: sst25l don't specify default parsing options | Dmitry Eremin-Solenikov | 2011-09-11 | 1 | -7/+1 |
* | Change Ryan Mallon's email address across the kernel | Ryan Mallon | 2011-06-16 | 1 | -2/+2 |
* | mtd: sst25l: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -36/+26 |
* | mtd: sst25l: fix section markings | Mike Frysinger | 2011-05-25 | 1 | -3/+3 |
* | mtd: fix section mismatch on sst25l | Fabio Estevam | 2010-12-03 | 1 | -2/+2 |
* | mtd: sst25l: check for null consistently | Dan Carpenter | 2010-08-02 | 1 | -1/+1 |
* | mtd: sst25l: fix multi-part messages with broken spi masters | H Hartley Sweeten | 2010-05-14 | 1 | -24/+33 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 2010-05-10 | 1 | -0/+1 |
|\ |
|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | | mtd: sst25l: remove unnecessary MTD_DEBUG_LEVEL2 messages | H Hartley Sweeten | 2010-05-10 | 1 | -11/+0 |
|/ |
|
* | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 2009-10-11 | 1 | -0/+1 |
* | mtd: sst25l, fix lock imbalance | Jiri Slaby | 2009-09-19 | 1 | -1/+3 |
* | mtd: SST25L (non JEDEC) SPI Flash driver | Ryan Mallon | 2009-09-19 | 1 | -0/+510 |