index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-15
atmel/nand: add DT support
Jean-Christophe PLAGNIOL-VILLARD
1
-20
/
+93
2012-03-15
mtd/atmel_nand: add on_flash_bbt to enable the use of On Flash BBT
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+1
2012-03-15
ATMEL: fix nand ecc support
Jean-Christophe PLAGNIOL-VILLARD
1
-19
/
+6
2012-02-04
Merge tag 'for-linus-3.3' of git://git.infradead.org/~dwmw2/mtd-3.3
Linus Torvalds
4
-10
/
+57
2012-02-04
Revert "mtd: atmel_nand: optimize read/write buffer functions"
Artem Bityutskiy
1
-4
/
+41
2012-01-30
mtd: fix MTD suspend
Artem Bityutskiy
1
-1
/
+1
2012-01-18
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-10
/
+12
2012-01-15
Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6
Linus Torvalds
2
-2
/
+5
2012-01-15
UBI: use own macros for the layout volume
Richard Weinberger
1
-2
/
+2
2012-01-15
UBI: fix nameless volumes handling
Richard Weinberger
1
-0
/
+3
2012-01-15
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-175
/
+123
2012-01-15
Merge tag 'for-linus' of git://github.com/rustyrussell/linux
Linus Torvalds
2
-2
/
+2
2012-01-13
Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6
Linus Torvalds
2
-2
/
+5
2012-01-13
kexec: remove KMSG_DUMP_KEXEC
WANG Cong
1
-2
/
+1
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
2
-2
/
+2
2012-01-11
UBI: fix debugging messages
Artem Bityutskiy
1
-1
/
+4
2012-01-11
mtd: gpmi-nand bugfix: reset the BCH module when it is not MX23
Huang Shijie
1
-4
/
+14
2012-01-11
mtd: nand: fix typo in comment
Wolfram Sang
1
-1
/
+1
2012-01-11
Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6
Linus Torvalds
3
-6
/
+14
2012-01-11
Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6
Linus Torvalds
92
-1499
/
+2263
2012-01-10
UBI: make vid_hdr non-static
Richard Weinberger
1
-1
/
+1
2012-01-10
Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-6
/
+6
2012-01-10
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-4
/
+4
2012-01-09
mtd: Fix dependency for MTD_DOC200x
Fabio Estevam
1
-0
/
+3
2012-01-09
mtd: do not use mtd->block_markbad directly
Artem Bityutskiy
4
-7
/
+4
2012-01-09
mtd: introduce mtd_can_have_bb helper
Artem Bityutskiy
11
-20
/
+14
2012-01-09
mtd: do not use mtd->suspend and mtd->resume directly
Artem Bityutskiy
3
-10
/
+5
2012-01-09
mtd: do not use mtd->lock, unlock and is_locked directly
Artem Bityutskiy
4
-29
/
+13
2012-01-09
mtd: do not use mtd->sync directly
Artem Bityutskiy
6
-15
/
+7
2012-01-09
mtd: harmonize mtd_writev usage
Artem Bityutskiy
2
-4
/
+24
2012-01-09
mtd: do not use mtd->lock_user_prot_reg directly
Artem Bityutskiy
1
-2
/
+0
2012-01-09
mtd: mtd->write_user_prot_reg directly
Artem Bityutskiy
1
-4
/
+0
2012-01-09
mtd: do not use mtd->read_*_prot_reg directly
Artem Bityutskiy
1
-8
/
+10
2012-01-09
mtd: do not use mtd->get_*_prot_info directly
Artem Bityutskiy
1
-5
/
+3
2012-01-09
mtd: do not use mtd->read_oob directly
Artem Bityutskiy
1
-7
/
+2
2012-01-09
mtd: mtdoops: do not use mtd->panic_write directly
Artem Bityutskiy
1
-9
/
+8
2012-01-09
mtd: do not use mtd->get_unmapped_area directly
Artem Bityutskiy
2
-20
/
+12
2012-01-09
mtd: introduce mtd_has_oob helper
Artem Bityutskiy
2
-3
/
+3
2012-01-09
mtd: mtdcore: export symbols cleanup
Artem Bityutskiy
1
-15
/
+9
2012-01-09
mtd: clean-up the default_mtd_writev function
Artem Bityutskiy
1
-19
/
+22
2012-01-09
mtd: sst25l: kill unused variable
Artem Bityutskiy
1
-1
/
+1
2012-01-09
mtd: onenand: kill unused variable
Artem Bityutskiy
1
-1
/
+0
2012-01-09
mtd: kill dev_to_mtd helper
Artem Bityutskiy
1
-12
/
+13
2012-01-09
mtd: remove extra retlen assignment
Artem Bityutskiy
7
-33
/
+22
2012-01-09
mtd: doc: do not initialize mtd_info fields to 0 or NULL
Artem Bityutskiy
4
-29
/
+0
2012-01-09
mtd: docprobe: use kzalloc instead
Artem Bityutskiy
1
-6
/
+1
2012-01-09
mtd: introduce mtd_block_markbad interface
Artem Bityutskiy
10
-10
/
+10
2012-01-09
mtd: introduce mtd_block_isbad interface
Artem Bityutskiy
17
-24
/
+24
2012-01-09
mtd: introduce mtd_resume interface
Artem Bityutskiy
9
-9
/
+9
2012-01-09
mtd: introduce mtd_suspend interface
Artem Bityutskiy
9
-9
/
+9
[next]