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.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
/
include
/
linux
/
mtd
/
mtd.h
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-07
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
1
-50
/
+32
2011-11-01
include: replace linux/module.h with "struct module" wherever possible
Paul Gortmaker
1
-1
/
+2
2011-09-21
mtd: define `mtd_is_*()' functions
Brian Norris
1
-0
/
+12
2011-09-11
mtd: document ABI
Brian Norris
1
-1
/
+1
2011-09-11
mtd: rename MTD_OOB_* to MTD_OPS_*
Brian Norris
1
-1
/
+1
2011-09-11
mtd: move mtd_oob_mode_t to shared kernel/user space
Brian Norris
1
-15
/
+1
2011-09-11
mtd: style fixups in multi-line comment, indentation
Brian Norris
1
-7
/
+9
2011-09-11
mtd: remove CONFIG_MTD_DEBUG
Brian Norris
1
-23
/
+0
2011-09-11
mtd: spelling, capitalization, uniformity
Brian Norris
1
-1
/
+1
2011-09-11
mtd: drop mtd_device_register
Dmitry Eremin-Solenikov
1
-3
/
+2
2011-09-11
mtd: abstract last MTD partition parser argument
Dmitry Eremin-Solenikov
1
-1
/
+2
2011-09-11
mtd: add new API for handling MTD registration
Dmitry Eremin-Solenikov
1
-0
/
+5
2011-05-25
mtd: kill CONFIG_MTD_PARTITIONS
Jamie Iles
1
-8
/
+0
2011-05-25
mtd: remove add_mtd_partitions, add_mtd_device and friends
Jamie Iles
1
-3
/
+0
2011-05-25
mtd: introduce mtd_device_(un)register()
Jamie Iles
1
-0
/
+6
2011-05-25
mtd: create function to perform large allocations
Grant Erickson
1
-0
/
+2
2011-01-06
mtd: add writebufsize field to mtd_info struct
Anatolij Gustschin
1
-0
/
+11
2010-10-25
mtd: edit comments on deprecation of ioctl ECCGETLAYOUT
Brian Norris
1
-4
/
+4
2010-10-25
mtd: nand: expand nand_ecc_layout, deprecate ioctl ECCGETLAYOUT
Brian Norris
1
-0
/
+15
2010-08-09
mtd: Remove obsolete <mtd/compatmac.h> include
David Woodhouse
1
-1
/
+0
2010-08-08
mtd: Update copyright notices
David Woodhouse
1
-2
/
+15
2010-08-02
mtd: add an ioctl to query the lock status of a flash sector
Richard Cochran
1
-0
/
+1
2010-02-26
mtd: nand: make reads using MTD_OOB_RAW affect only ECC validation
Maxim Levitsky
1
-3
/
+1
2010-02-26
mtd: create unlocked versions of {get,put}_mtd_device
Maxim Levitsky
1
-1
/
+2
2010-02-25
mtd: Replace static array of devices with an idr structure
Ben Hutchings
1
-1
/
+0
2009-08-03
mtd: fix the conversion from dev to mtd_info
Saeed Bishara
1
-1
/
+1
2009-04-04
[MTD] driver model updates
David Brownell
1
-0
/
+7
2009-03-24
NOMMU: Present backing device capabilities for MTD chardevs
David Howells
1
-0
/
+14
2009-01-09
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
1
-17
/
+58
2009-01-06
trivial: fix then -> than typos in comments and documentation
Frederik Schwarzer
1
-1
/
+1
2008-12-10
[MTD] Remove more strange u_intxx_t types
David Woodhouse
1
-13
/
+13
2008-12-10
[MTD] update internal API to support 64-bit device size
Adrian Hunter
1
-8
/
+49
2008-08-12
[MTD] Define and use MTD_FAIL_ADDR_UNKNOWN instead of 0xffffffff
Adrian Hunter
1
-1
/
+3
2008-07-30
[MTD] MTD_DEBUG always does compile-time typechecks
David Brownell
1
-1
/
+5
2008-07-25
Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6
David Woodhouse
1
-1
/
+1
2008-07-22
MTD: handle pci_name() being const
Greg Kroah-Hartman
1
-1
/
+1
2008-06-04
MTD/JFFS2: remove CVS keywords
Adrian Bunk
1
-2
/
+0
2008-05-01
[MTD][NOR] Add physical address to point() method
Jared Hulbert
1
-2
/
+4
2008-02-07
[MTD] Add mtd panic_write function pointer
Richard Purdie
1
-0
/
+9
2007-09-21
[MTD] Document erase interface.
Jörn Engel
1
-0
/
+7
2007-05-09
[MTD] Delete allegedly obsolete "bank_size" field of mtd_info.
Robert P. J. Day
1
-3
/
+0
2007-05-09
[MTD] Remove unnecessary user space check from mtd.h.
Robert P. J. Day
1
-4
/
+0
2007-04-02
[MTD] [NOR] Support for auto locking flash on power up
Rodolfo Giometti
1
-0
/
+1
2007-03-08
[MTD] [NAND] make oobavail public
Vitaly Wool
1
-0
/
+1
2007-02-09
[MTD] Clarify OOB-operation interface comments
Artem Bityutskiy
1
-0
/
+4
2007-02-09
[MTD] remove unused ecctype,eccsize fields from struct mtd_info
Artem Bityutskiy
1
-2
/
+0
2007-02-09
[MTD] [NOR] Intel: remove ugly PROGREGION macros
Artem Bityutskiy
1
-10
/
+0
2006-11-29
[MTD] add get and put methods
Artem Bityutskiy
1
-0
/
+7
2006-11-29
[MTD] add get_mtd_device_nm() function
Artem Bityutskiy
1
-0
/
+1
2006-11-29
[MTD] NAND: add subpage write support
Thomas Gleixner
1
-0
/
+2
[next]