index
:
android_kernel_xiaomi_sdm660.git
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
devices
/
sst25l.c
Age
Commit message (
Expand
)
Author
2012-11-22
mtd: remove use of __devexit
Bill Pemberton
2012-11-22
mtd: remove use of __devinitdata
Bill Pemberton
2012-11-22
mtd: remove use of __devinit
Bill Pemberton
2012-11-22
mtd: remove use of __devexit_p
Bill Pemberton
2012-03-27
mtd: do not use plain 0 as NULL
Artem Bityutskiy
2012-03-27
mtd: move zero length verification to MTD API functions
Artem Bityutskiy
2012-03-27
mtd: remove retlen zeroing duplication
Artem Bityutskiy
2012-03-27
mtd: do not duplicate length and offset checks in drivers
Artem Bityutskiy
2012-03-27
mtd: sst25l: initialize writebufsize
Artem Bityutskiy
2012-03-27
mtd: add leading underscore to all mtd functions
Artem Bityutskiy
2012-03-27
mtd: convert drivers/mtd/* to use module_spi_driver()
Axel Lin
2012-01-09
mtd: sst25l: kill unused variable
Artem Bityutskiy
2012-01-09
mtd: Remove redundant spi driver bus initialization
Lars-Peter Clausen
2011-09-11
mtd: replace DEBUG() with pr_debug()
Brian Norris
2011-09-11
mtd: sst25l.c: use mtd_device_parse_register
Dmitry Eremin-Solenikov
2011-09-11
mtd: sst25l don't specify default parsing options
Dmitry Eremin-Solenikov
2011-06-16
Change Ryan Mallon's email address across the kernel
Ryan Mallon
2011-05-25
mtd: sst25l: convert to mtd_device_register()
Jamie Iles
2011-05-25
mtd: sst25l: fix section markings
Mike Frysinger
2010-12-03
mtd: fix section mismatch on sst25l
Fabio Estevam
2010-08-02
mtd: sst25l: check for null consistently
Dan Carpenter
2010-05-14
mtd: sst25l: fix multi-part messages with broken spi masters
H Hartley Sweeten
2010-05-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Woodhouse
2010-05-10
mtd: sst25l: remove unnecessary MTD_DEBUG_LEVEL2 messages
H Hartley Sweeten
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-10-11
headers: remove sched.h from interrupt.h
Alexey Dobriyan
2009-09-19
mtd: sst25l, fix lock imbalance
Jiri Slaby
2009-09-19
mtd: SST25L (non JEDEC) SPI Flash driver
Ryan Mallon