index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
mtdchar.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtdchar: switch to fixed_size_llseek()
Al Viro
2013-06-29
1
-19
/
+1
*
Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtd
Linus Torvalds
2013-05-09
1
-30
/
+22
|
\
|
*
mtd: merge mtdchar module with mtdcore
Artem Bityutskiy
2013-04-05
1
-16
/
+4
|
*
mtd: mtdchar: use proper kernel print level
Artem Bityutskiy
2013-04-05
1
-3
/
+5
|
*
mtd: mtdchar: handle chips that have user otp but no factory otp
Uwe Kleine-König
2013-04-05
1
-11
/
+13
*
|
mtdchar: remove no-longer-used vma helpers
Linus Torvalds
2013-04-19
1
-27
/
+0
*
|
vm: convert mtdchar mmap to vm_iomap_memory() helper
Linus Torvalds
2013-04-19
1
-30
/
+2
|
/
*
fs: Limit sys_mount to only request filesystem modules.
Eric W. Biederman
2013-03-03
1
-0
/
+1
*
mtd: Disable mtdchar mmap on MMU systems
David Woodhouse
2012-10-09
1
-1
/
+5
*
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
Konstantin Khlebnikov
2012-10-09
1
-1
/
+1
*
mtdchar: fix offset overflow detection
Linus Torvalds
2012-09-28
1
-6
/
+42
*
mtd: fix oops in dataflash driver
Will Newton
2012-05-07
1
-1
/
+1
*
fix breakage in mtdchar_open(), sanitize failure exits
Al Viro
2012-04-09
1
-10
/
+10
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-03-31
1
-37
/
+16
|
\
|
*
mtdchar: kill persistently held vfsmount
Al Viro
2012-03-31
1
-37
/
+16
*
|
Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6
Linus Torvalds
2012-03-30
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
mtd: add leading underscore to all mtd functions
Artem Bityutskiy
2012-03-27
1
-2
/
+2
*
|
magic.h: move some FS magic numbers into magic.h
Muthu Kumar
2012-03-23
1
-1
/
+1
|
/
*
mtd: do not use mtd->block_markbad directly
Artem Bityutskiy
2012-01-09
1
-4
/
+1
*
mtd: introduce mtd_can_have_bb helper
Artem Bityutskiy
2012-01-09
1
-4
/
+1
*
mtd: do not use mtd->lock, unlock and is_locked directly
Artem Bityutskiy
2012-01-09
1
-12
/
+3
*
mtd: do not use mtd->sync directly
Artem Bityutskiy
2012-01-09
1
-1
/
+1
*
mtd: do not use mtd->lock_user_prot_reg directly
Artem Bityutskiy
2012-01-09
1
-2
/
+0
*
mtd: mtd->write_user_prot_reg directly
Artem Bityutskiy
2012-01-09
1
-4
/
+0
*
mtd: do not use mtd->read_*_prot_reg directly
Artem Bityutskiy
2012-01-09
1
-8
/
+10
*
mtd: do not use mtd->get_*_prot_info directly
Artem Bityutskiy
2012-01-09
1
-5
/
+3
*
mtd: do not use mtd->read_oob directly
Artem Bityutskiy
2012-01-09
1
-7
/
+2
*
mtd: do not use mtd->get_unmapped_area directly
Artem Bityutskiy
2012-01-09
1
-15
/
+11
*
mtd: introduce mtd_has_oob helper
Artem Bityutskiy
2012-01-09
1
-1
/
+1
*
mtd: remove extra retlen assignment
Artem Bityutskiy
2012-01-09
1
-1
/
+1
*
mtd: introduce mtd_block_markbad interface
Artem Bityutskiy
2012-01-09
1
-1
/
+1
*
mtd: introduce mtd_block_isbad interface
Artem Bityutskiy
2012-01-09
1
-1
/
+1
*
mtd: introduce mtd_is_locked interface
Artem Bityutskiy
2012-01-09
1
-1
/
+1
*
mtd: introduce mtd_unlock interface
Artem Bityutskiy
2012-01-09
1
-1
/
+1
*
mtd: introduce mtd_lock interface
Artem Bityutskiy
2012-01-09
1
-1
/
+1
*
mtd: introduce mtd_sync interface
Artem Bityutskiy
2012-01-09
1
-1
/
+1
*
mtd: introduce mtd_lock_user_prot_reg interface
Artem Bityutskiy
2012-01-09
1
-1
/
+1
*
mtd: introduce mtd_write_user_prot_reg interface
Artem Bityutskiy
2012-01-09
1
-1
/
+2
*
mtd: introduce mtd_read_user_prot_reg interface
Artem Bityutskiy
2012-01-09
1
-1
/
+2
*
mtd: introduce mtd_get_user_prot_info interface
Artem Bityutskiy
2012-01-09
1
-1
/
+1
*
mtd: introduce mtd_read_fact_prot_reg interface
Artem Bityutskiy
2012-01-09
1
-1
/
+2
*
mtd: introduce mtd_get_fact_prot_info interface
Artem Bityutskiy
2012-01-09
1
-1
/
+1
*
mtd: introduce mtd_write_oob interface
Artem Bityutskiy
2012-01-09
1
-3
/
+3
*
mtd: introduce mtd_read_oob interface
Artem Bityutskiy
2012-01-09
1
-2
/
+2
*
mtd: introduce mtd_write interface
Artem Bityutskiy
2012-01-09
1
-1
/
+1
*
mtd: introduce mtd_read interface
Artem Bityutskiy
2012-01-09
1
-1
/
+1
*
mtd: introduce mtd_get_unmapped_area interface
Artem Bityutskiy
2012-01-09
1
-1
/
+1
*
mtd: introduce mtd_erase interface
Artem Bityutskiy
2012-01-09
1
-1
/
+1
*
mtd: mtdchar: rename functions
Artem Bityutskiy
2012-01-09
1
-37
/
+39
*
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
2011-11-07
1
-42
/
+120
|
\
[next]