index
:
platform/kernel/linux-stable
linux-3.14.y
sandbox/rkrypa/tizen-netfilter-backport-3.10
sandbox/rkrypa/tizen-netfilter-backport-3.14
sandbox/rkrypa/tizen-netfilter-backport-3.4
sandbox/rkrypa/tizen-netfilter-backport-4.0
sandbox/rkrypa/tizen-security-backport-3.10
sandbox/rkrypa/tizen-security-backport-3.14
sandbox/rkrypa/tizen-security-backport-3.4
sandbox/rkrypa/tizen-security-backport-4.0
sandbox/rkrypa/tizen-security-backport-4.4
tizen
tizen_3.14.20
tizen_3.14.25
upstream
upstream_ltsi
Domain: System / Kernel;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
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
2012-01-09
mtd: introduce mtd_is_locked interface
Artem Bityutskiy
2
-2
/
+2
2012-01-09
mtd: introduce mtd_unlock interface
Artem Bityutskiy
4
-4
/
+4
2012-01-09
mtd: introduce mtd_lock interface
Artem Bityutskiy
4
-4
/
+4
2012-01-09
mtd: introduce mtd_sync interface
Artem Bityutskiy
8
-9
/
+9
2012-01-09
mtd: introduce mtd_writev interface
Artem Bityutskiy
2
-4
/
+5
2012-01-09
mtd: introduce mtd_lock_user_prot_reg interface
Artem Bityutskiy
2
-2
/
+2
2012-01-09
mtd: introduce mtd_write_user_prot_reg interface
Artem Bityutskiy
2
-3
/
+3
2012-01-09
mtd: introduce mtd_read_user_prot_reg interface
Artem Bityutskiy
2
-3
/
+3
2012-01-09
mtd: introduce mtd_get_user_prot_info interface
Artem Bityutskiy
2
-2
/
+2
2012-01-09
mtd: introduce mtd_read_fact_prot_reg interface
Artem Bityutskiy
2
-3
/
+3
2012-01-09
mtd: introduce mtd_get_fact_prot_info interface
Artem Bityutskiy
2
-2
/
+2
2012-01-09
mtd: introduce mtd_write_oob interface
Artem Bityutskiy
11
-22
/
+22
2012-01-09
mtd: introduce mtd_read_oob interface
Artem Bityutskiy
12
-27
/
+27
2012-01-09
mtd: introduce mtd_panic_write interface
Artem Bityutskiy
2
-4
/
+4
2012-01-09
mtd: introduce mtd_write interface
Artem Bityutskiy
18
-60
/
+63
2012-01-09
mtd: introduce mtd_read interface
Artem Bityutskiy
29
-125
/
+134
2012-01-09
mtd: introduce mtd_get_unmapped_area interface
Artem Bityutskiy
3
-5
/
+4
2012-01-09
mtd: introduce mtd_unpoint interface
Artem Bityutskiy
1
-1
/
+1
2012-01-09
mtd: introduce mtd_point interface
Artem Bityutskiy
1
-2
/
+2
2012-01-09
mtd: introduce mtd_erase interface
Artem Bityutskiy
19
-21
/
+21
2012-01-09
mtd: mtdchar: rename functions
Artem Bityutskiy
1
-37
/
+39
2012-01-09
mtd: lpddr: drop unnecessary zeroing
Artem Bityutskiy
1
-7
/
+0
2012-01-09
mtd: txx9ndfmc: use devm_request_and_ioremap
Julia Lawall
1
-5
/
+1
2012-01-09
mtd: lantiq-flash: drop iounmap for devm_ allocated data
Julia Lawall
1
-5
/
+1
2012-01-09
mtd: gpio-nand: add device tree bindings
Jamie Iles
1
-7
/
+108
2012-01-09
mtd: bcm63xxpart: check the image tag's crc32
Jonas Gorski
1
-16
/
+29
2012-01-09
mtd: bcm63xxpart: don't assume NVRAM is always the fourth partition
Jonas Gorski
1
-2
/
+2
2012-01-09
mtd: bcm63xxpart: make sure CFE and NVRAM partitions are at least 64KiB
Jonas Gorski
1
-7
/
+15
2012-01-09
mtd: bcm63xxpart: check version marker string for newer CFEs
Jonas Gorski
1
-5
/
+17
2012-01-09
mtd: sm_ftl: fix module parameter
Rusty Russell
1
-1
/
+1
2012-01-09
mtd: docg3: remove unused function
Robert Jarzmik
1
-0
/
+2
2012-01-09
mtd: nand: Add ONFI support for FSL NAND controller
Shengzhou Liu
1
-8
/
+10
2012-01-09
mtd: nand: fixup for fmr initialization of Freescale NAND controller
Shengzhou Liu
1
-5
/
+5
2012-01-09
mtd: fsl_elbc_nand: set Nand flash page address to FBAR and FPAR correctly
Liu Shuo
1
-3
/
+10
2012-01-09
mtdoops: fix the oops_page_used array size
Roman Tereshonkov
1
-1
/
+1
2012-01-09
mtd: maps: remove the now unused bcm963xx-flash
Jonas Gorski
3
-130
/
+0
[next]