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
/
maps
/
sa1100-flash.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-09
mtd: maps: sa1100-flash: Prefer struct_size over open coded arithmetic
Erick Archer
1
-4
/
+2
2023-10-16
mtd: maps: sa1100-flash: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2020-03-30
mtd: Convert fallthrough comments into statements
Miquel Raynal
1
-2
/
+1
2020-03-25
mtd: maps: sa1100-flash: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2019-08-21
mtd: sa1100: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2019-05-15
treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>
Masahiro Yamada
1
-1
/
+1
2018-11-06
mtd: sa1100: avoid VLA in sa1100_setup_mtd
Boris Brezillon
1
-1
/
+9
2016-07-16
mtd: maps: sa1100-flash: potential NULL dereference
Dan Carpenter
1
-1
/
+3
2015-10-13
mtd: maps: sa1100-flash: show parent device in sysfs
Frans Klaver
1
-1
/
+1
2015-03-31
mtd: maps: sa1100-flash: remove incorrect __exit markups
Dmitry Torokhov
1
-2
/
+2
2014-10-20
mtd: maps: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2013-08-31
mtd: maps: use dev_get_platdata()
Jingoo Han
1
-2
/
+2
2013-08-05
mtd: maps: sa1100-flash: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-04-05
mtd: maps: add const qualifiers
Artem Bityutskiy
1
-1
/
+1
2012-11-22
mtd: fix a number of checkpatch complaints
Artem Bityutskiy
1
-1
/
+2
2012-11-22
mtd: remove use of __devinit
Bill Pemberton
1
-3
/
+2
2012-03-27
mtd: do not use plain 0 as NULL
Artem Bityutskiy
1
-2
/
+2
2012-03-27
mtd: maps: sa1100-flash: Add reference counter to set_vpp()
Paul Parsons
1
-1
/
+13
2012-03-27
mtd: sa11x0: remove definitions and code left for documentation purposes
Russell King - ARM Linux
1
-100
/
+0
2012-03-27
mtd: sa11x0: Remove shutdown handler
Russell King - ARM Linux
1
-12
/
+0
2012-01-09
mtd: introduce mtd_resume interface
Artem Bityutskiy
1
-1
/
+1
2012-01-09
mtd: introduce mtd_suspend interface
Artem Bityutskiy
1
-1
/
+1
2012-01-09
mtd: convert drivers/mtd/* to use module_platform_driver()
Axel Lin
1
-12
/
+1
2011-09-11
mtd: sa1100-flash.c: use mtd_device_parse_register
Dmitry Eremin-Solenikov
1
-27
/
+3
2011-05-25
mtd: sa1100-flash: convert to mtd_device_register()
Jamie Iles
1
-15
/
+6
2011-03-11
mtd: drop CONFIG_MTD_CONCAT ifdefs
Dmitry Eremin-Solenikov
1
-8
/
+0
2009-10-17
mtd: maps/sa1100: fix section mismatch
Dmitry Artamonow
1
-1
/
+1
2009-09-28
mtd: Fix warning in sa1100-flash.c
Russell King
1
-2
/
+2
2009-09-15
Nicolas Pitre has a new email address
Nicolas Pitre
1
-1
/
+1
2009-05-26
[MTD] Remove mtd->{suspend,resume} calls from board drivers
David Woodhouse
1
-23
/
+0
2009-04-07
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
1
-1
/
+1
2009-04-03
[MTD] [MAPS] move sa1100 flash's probe function to .devinit.text
Uwe Kleine-König
1
-1
/
+1
2009-03-25
[ARM] acorn,ebsa110,footbridge,integrator,sa1100: Convert asm/io.h to linux/io.h
Russell King
1
-1
/
+1
2009-01-31
rename platform_driver name "flash" to "sa1100-mtd"
Uwe Kleine-König
1
-2
/
+2
2008-08-07
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
Russell King
1
-1
/
+1
2008-08-07
[ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead
Russell King
1
-1
/
+1
2008-06-04
MTD/JFFS2: remove CVS keywords
Adrian Bunk
1
-2
/
+0
2008-04-22
[MTD] [MAPS] fix platform driver hotplug/coldplug
Kay Sievers
1
-0
/
+2
2006-11-29
[MTD] replace kmalloc+memset with kzalloc
Burman Yan
1
-3
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2005-11-10
[DRIVER MODEL] Convert platform drivers to use struct platform_driver
Russell King
1
-18
/
+18
2005-11-07
Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6
Linus Torvalds
1
-3
/
+3
2005-11-07
[PATCH] kfree cleanup: drivers/mtd
Jesper Juhl
1
-2
/
+1
2005-11-07
[MTD] maps: Clean up trailing white spaces
Thomas Gleixner
1
-3
/
+3
2005-10-31
Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel
Linus Torvalds
1
-1
/
+1
2005-10-29
Create platform_device.h to contain all the platform device details.
Russell King
1
-1
/
+1
2005-10-29
[ARM] Fix Assabet reboot with SA1100 MTD map driver
Russell King
1
-0
/
+9
2005-10-29
[ARM] Allow MTD device name to be passed via platform data
Russell King
1
-3
/
+3
2005-10-29
[ARM] Fix MTD device/partition destruction
Russell King
1
-2
/
+9
[next]