index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-01-09
mtd: do not use mtd->suspend and mtd->resume directly
Artem Bityutskiy
4
-11
/
+9
2012-01-09
mtd: do not use mtd->lock, unlock and is_locked directly
Artem Bityutskiy
5
-29
/
+19
2012-01-09
mtd: do not use mtd->sync directly
Artem Bityutskiy
9
-21
/
+11
2012-01-09
mtd: harmonize mtd_writev usage
Artem Bityutskiy
4
-23
/
+27
2012-01-09
mtd: do not use mtd->lock_user_prot_reg directly
Artem Bityutskiy
2
-2
/
+2
2012-01-09
mtd: mtd->write_user_prot_reg directly
Artem Bityutskiy
2
-4
/
+2
2012-01-09
mtd: do not use mtd->read_*_prot_reg directly
Artem Bityutskiy
2
-8
/
+14
2012-01-09
mtd: do not use mtd->get_*_prot_info directly
Artem Bityutskiy
2
-5
/
+7
2012-01-09
mtd: do not use mtd->read_oob directly
Artem Bityutskiy
2
-7
/
+6
2012-01-09
mtd: mtdoops: do not use mtd->panic_write directly
Artem Bityutskiy
2
-9
/
+10
2012-01-09
romfs: do not use mtd->get_unmapped_area directly
Artem Bityutskiy
1
-15
/
+13
2012-01-09
mtd: do not use mtd->get_unmapped_area directly
Artem Bityutskiy
3
-20
/
+14
2012-01-09
mtd: do use mtd->point directly
Artem Bityutskiy
4
-16
/
+15
2012-01-09
mtd: introduce mtd_has_oob helper
Artem Bityutskiy
3
-3
/
+8
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
2
-19
/
+24
2012-01-09
jffs: remove custom mtd_fake_writev function
Artem Bityutskiy
1
-26
/
+1
2012-01-09
mtd: remove unused default_mtd_readv prototype
Artem Bityutskiy
1
-3
/
+0
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
2
-17
/
+13
2012-01-09
mtd: remove extra retlen assignment
Artem Bityutskiy
7
-33
/
+22
2012-01-09
mtd: always initialize retlen to zero
Artem Bityutskiy
1
-0
/
+9
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: move mtd->{get,put}_device functions up
Artem Bityutskiy
1
-7
/
+6
2012-01-09
mtd: introduce mtd_block_markbad interface
Artem Bityutskiy
12
-14
/
+17
2012-01-09
mtd: introduce mtd_block_isbad interface
Artem Bityutskiy
21
-30
/
+34
2012-01-09
mtd: introduce mtd_resume interface
Artem Bityutskiy
10
-12
/
+15
2012-01-09
mtd: introduce mtd_suspend interface
Artem Bityutskiy
10
-10
/
+15
2012-01-09
mtd: introduce mtd_is_locked interface
Artem Bityutskiy
3
-4
/
+8
2012-01-09
mtd: introduce mtd_unlock interface
Artem Bityutskiy
5
-5
/
+10
2012-01-09
mtd: introduce mtd_lock interface
Artem Bityutskiy
5
-6
/
+11
2012-01-09
mtd: introduce mtd_sync interface
Artem Bityutskiy
11
-14
/
+17
2012-01-09
mtd: introduce mtd_writev interface
Artem Bityutskiy
4
-11
/
+18
2012-01-09
mtd: introduce mtd_lock_user_prot_reg interface
Artem Bityutskiy
3
-4
/
+10
2012-01-09
mtd: introduce mtd_write_user_prot_reg interface
Artem Bityutskiy
3
-4
/
+12
2012-01-09
mtd: introduce mtd_read_user_prot_reg interface
Artem Bityutskiy
3
-4
/
+12
2012-01-09
mtd: introduce mtd_get_user_prot_info interface
Artem Bityutskiy
3
-3
/
+11
2012-01-09
mtd: introduce mtd_read_fact_prot_reg interface
Artem Bityutskiy
3
-4
/
+12
2012-01-09
mtd: introduce mtd_get_fact_prot_info interface
Artem Bityutskiy
3
-8
/
+15
2012-01-09
mtd: introduce mtd_write_oob interface
Artem Bityutskiy
13
-27
/
+31
2012-01-09
mtd: introduce mtd_read_oob interface
Artem Bityutskiy
14
-31
/
+37
2012-01-09
mtd: introduce mtd_panic_write interface
Artem Bityutskiy
3
-14
/
+19
2012-01-09
mtd: introduce mtd_write interface
Artem Bityutskiy
22
-73
/
+84
2012-01-09
mtd: introduce mtd_read interface
Artem Bityutskiy
35
-135
/
+152
2012-01-09
mtd: introduce mtd_get_unmapped_area interface
Artem Bityutskiy
5
-11
/
+18
2012-01-09
mtd: introduce mtd_unpoint interface
Artem Bityutskiy
5
-10
/
+14
2012-01-09
mtd: introduce mtd_point interface
Artem Bityutskiy
5
-12
/
+18
2012-01-09
mtd: introduce mtd_erase interface
Artem Bityutskiy
22
-28
/
+37
[next]