aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/devices/sst25l.c
AgeCommit message (Expand)Author
2012-11-22mtd: remove use of __devexitBill Pemberton
2012-11-22mtd: remove use of __devinitdataBill Pemberton
2012-11-22mtd: remove use of __devinitBill Pemberton
2012-11-22mtd: remove use of __devexit_pBill Pemberton
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy
2012-03-27mtd: move zero length verification to MTD API functionsArtem Bityutskiy
2012-03-27mtd: remove retlen zeroing duplicationArtem Bityutskiy
2012-03-27mtd: do not duplicate length and offset checks in driversArtem Bityutskiy
2012-03-27mtd: sst25l: initialize writebufsizeArtem Bityutskiy
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy
2012-03-27mtd: convert drivers/mtd/* to use module_spi_driver()Axel Lin
2012-01-09mtd: sst25l: kill unused variableArtem Bityutskiy
2012-01-09mtd: Remove redundant spi driver bus initializationLars-Peter Clausen
2011-09-11mtd: replace DEBUG() with pr_debug()Brian Norris
2011-09-11mtd: sst25l.c: use mtd_device_parse_registerDmitry Eremin-Solenikov
2011-09-11mtd: sst25l don't specify default parsing optionsDmitry Eremin-Solenikov
2011-06-16Change Ryan Mallon's email address across the kernelRyan Mallon
2011-05-25mtd: sst25l: convert to mtd_device_register()Jamie Iles
2011-05-25mtd: sst25l: fix section markingsMike Frysinger
2010-12-03mtd: fix section mismatch on sst25lFabio Estevam
2010-08-02mtd: sst25l: check for null consistentlyDan Carpenter
2010-05-14mtd: sst25l: fix multi-part messages with broken spi mastersH Hartley Sweeten
2010-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse
2010-05-10mtd: sst25l: remove unnecessary MTD_DEBUG_LEVEL2 messagesH Hartley Sweeten
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-09-19mtd: sst25l, fix lock imbalanceJiri Slaby
2009-09-19mtd: SST25L (non JEDEC) SPI Flash driverRyan Mallon