summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdchar.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: Fix pointer handling in compat ioctls to use compat_ptr()David Woodhouse2009-05-291-2/+2
* mtd: Handle compat ioctls directly; remove all trace from compat_ioctl.cKevin Cernekee2009-05-291-1/+2
* mtd: add OOB ioctls for >4GiB devicesKevin Cernekee2009-05-291-0/+28
* mtd: compat_ioctl cleanupKevin Cernekee2009-05-291-84/+171
* mtd: add MEMERASE64 ioctl for >4GiB devicesKevin Cernekee2009-05-291-8/+21
* [MTD] driver model updatesDavid Brownell2009-04-041-41/+6
* NOMMU: Present backing device capabilities for MTD chardevsDavid Howells2009-03-241-1/+62
* [MTD] Auto-load mtdchar module when device opened.Scott James Remnant2009-03-201-0/+1
* [MTD] update internal API to support 64-bit device sizeAdrian Hunter2008-12-101-1/+5
* [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-211-5/+5
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-10-201-2/+2
|\
| * [MTD] dataflash OTP supportDavid Brownell2008-08-011-2/+2
* | device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-6/+4
* | [MTD] mtdchar.c: Fix regression in MEMGETREGIONINFO ioctl()Zev Weiss2008-09-021-6/+10
|/
* Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse2008-07-251-9/+22
|\
| * device create: mtd: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-3/+6
| * mtdchar: cdev lock_kernel() pushdownJonathan Corbet2008-06-201-6/+16
* | [MTD] mtdchar.c remove shadowed variable warningsHarvey Harrison2008-07-111-9/+9
* | [MTD] mtdchar.c silence sparse warningHarvey Harrison2008-07-111-2/+2
* | MTD/JFFS2: remove CVS keywordsAdrian Bunk2008-06-041-2/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2008-02-031-7/+5
|\
| * mtd: Convert from class_device to device for MTD/mtdcharTony Jones2008-01-241-7/+5
* | [MTD] mtdchar.c: ioctl always returns 0 as size written for ppc64David Scidmore2008-01-081-2/+6
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-08-231-0/+1
|\
| * mtdchar build fixAndrew Morton2007-08-111-0/+1
* | [MTD] Only call mtd->sync() method in mtdchar close if opened for write.Joakim Tjernlund2007-06-281-1/+2
|/
* [MTD] Fix length comparison in MEMREADOOBThomas Gleixner2007-04-171-1/+1
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2007-02-191-2/+3
|\
| * [MTD] remove unused ecctype,eccsize fields from struct mtd_infoArtem Bityutskiy2007-02-091-2/+3
* | [PATCH] mark struct file_operations const 5Arjan van de Ven2007-02-121-1/+1
|/
* [MTD] return error code from get_mtd_device()Artem Bityutskiy2006-11-291-2/+3
* [MTD] replace kmalloc+memset with kzallocBurman Yan2006-11-281-2/+1
* [MTD] [NAND] remove len/ooblen confusion.Vitaly Wool2006-11-281-7/+5
* [MTD] mtdchar: Fix MEMGETOOBSEL and ECCGETLAYOUT ioctlsRicard Wanderlöf2006-10-211-1/+2
* [MTD] Use SEEK_{SET,CUR,END} instead of hardcoded values in mtdchar lseek()Josef 'Jeff' Sipek2006-09-171-6/+3
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [MTD] CORE mtdchar.c: fix off-by-one error in lseek()Herbert Valerio Riedel2006-06-271-1/+1
* [MTD] NAND: Fix breakage all over the placeThomas Gleixner2006-06-201-4/+4
* [MTD] Disconnect struct mtd_info from ABIJoern Engel2006-05-301-1/+10
* [MTD] NAND Expose the new raw mode function and status info to userspaceThomas Gleixner2006-05-301-58/+142
* [MTD] NAND Signal that a bitflip was corrected by ECCThomas Gleixner2006-05-291-1/+4
* [MTD] Rework the out of band handling completelyThomas Gleixner2006-05-291-20/+39
* [MTD] Remove silly MTD_WRITE/READ macrosThomas Gleixner2006-05-291-2/+2
* [MTD] NAND Replace oobinfo by ecclayoutThomas Gleixner2006-05-291-2/+24
* [MTD] NAND Consolidate oobinfo handlingThomas Gleixner2006-05-291-8/+2
* OneNAND: One-Time Programmable (OTP) supportKyungmin Park2006-05-121-1/+1
* [PATCH] Remove unnecessary kmalloc/kfree calls in mtdcharThago Galesi2006-04-171-13/+21
* [MTD] core: Clean up trailing white spacesThomas Gleixner2005-11-071-30/+30
* [MTD] Tidy up Tims include cleanupThomas Gleixner2005-11-071-7/+8
* Merge branch 'master' of /home/tglx/work/mtd/git/linux-2.6.git/Thomas Gleixner2005-11-061-2/+3
|\