index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
devices
/
sst25l.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
1
-3
/
+1
2021-12-03
mtd: sst25l: Warn about failure to unregister mtd device
Uwe Kleine-König
1
-1
/
+3
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 420
Thomas Gleixner
1
-5
/
+1
2018-07-18
mtd: sst25l: use mtd_device_register()
Rafał Miłecki
1
-3
/
+2
2018-03-21
mtd: Stop updating erase_info->state and calling mtd_erase_callback()
Boris Brezillon
1
-3
/
+0
2015-11-06
Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-2
/
+1
2015-10-28
spi: Drop owner assignment from spi_drivers
Andrew F. Davis
1
-1
/
+0
2015-10-13
mtd: devices: sst251: show parent device in sysfs
Frans Klaver
1
-2
/
+1
2014-03-11
mtd: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-11-07
mtd: sst25l: Use devm_kzalloc
Sachin Kamat
1
-9
/
+3
2013-11-07
mtd: sst25l: Remove redundant spi_set_drvdata
Sachin Kamat
1
-1
/
+0
2013-08-31
mtd: devices: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-08-05
mtd: sst25l: use spi_get_drvdata() and spi_set_drvdata()
Jingoo Han
1
-3
/
+3
2012-11-22
mtd: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-22
mtd: remove use of __devinitdata
Bill Pemberton
1
-1
/
+1
2012-11-22
mtd: remove use of __devinit
Bill Pemberton
1
-2
/
+2
2012-11-22
mtd: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-03-27
mtd: do not use plain 0 as NULL
Artem Bityutskiy
1
-3
/
+3
2012-03-27
mtd: move zero length verification to MTD API functions
Artem Bityutskiy
1
-8
/
+0
2012-03-27
mtd: remove retlen zeroing duplication
Artem Bityutskiy
1
-3
/
+0
2012-03-27
mtd: do not duplicate length and offset checks in drivers
Artem Bityutskiy
1
-9
/
+0
2012-03-27
mtd: sst25l: initialize writebufsize
Artem Bityutskiy
1
-0
/
+1
2012-03-27
mtd: add leading underscore to all mtd functions
Artem Bityutskiy
1
-3
/
+3
2012-03-27
mtd: convert drivers/mtd/* to use module_spi_driver()
Axel Lin
1
-12
/
+1
2012-01-09
mtd: sst25l: kill unused variable
Artem Bityutskiy
1
-1
/
+1
2012-01-09
mtd: Remove redundant spi driver bus initialization
Lars-Peter Clausen
1
-1
/
+0
2011-09-11
mtd: replace DEBUG() with pr_debug()
Brian Norris
1
-2
/
+1
2011-09-11
mtd: sst25l.c: use mtd_device_parse_register
Dmitry Eremin-Solenikov
1
-29
/
+4
2011-09-11
mtd: sst25l don't specify default parsing options
Dmitry Eremin-Solenikov
1
-7
/
+1
2011-06-16
Change Ryan Mallon's email address across the kernel
Ryan Mallon
1
-2
/
+2
2011-05-25
mtd: sst25l: convert to mtd_device_register()
Jamie Iles
1
-36
/
+26
2011-05-25
mtd: sst25l: fix section markings
Mike Frysinger
1
-3
/
+3
2010-12-03
mtd: fix section mismatch on sst25l
Fabio Estevam
1
-2
/
+2
2010-08-02
mtd: sst25l: check for null consistently
Dan Carpenter
1
-1
/
+1
2010-05-14
mtd: sst25l: fix multi-part messages with broken spi masters
H Hartley Sweeten
1
-24
/
+33
2010-05-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Woodhouse
1
-0
/
+1
2010-05-10
mtd: sst25l: remove unnecessary MTD_DEBUG_LEVEL2 messages
H Hartley Sweeten
1
-11
/
+0
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-10-11
headers: remove sched.h from interrupt.h
Alexey Dobriyan
1
-0
/
+1
2009-09-19
mtd: sst25l, fix lock imbalance
Jiri Slaby
1
-1
/
+3
2009-09-19
mtd: SST25L (non JEDEC) SPI Flash driver
Ryan Mallon
1
-0
/
+510