summaryrefslogtreecommitdiff
path: root/drivers/mtd/mtdchar.c
Commit message (Expand)AuthorAge
* mtd: mtdchar: fix mmap for MTD RAM/ROM char devicesAnatolij Gustschin2010-08-04
* mtd: add an ioctl to query the lock status of a flash sectorRichard Cochran2010-08-02
* drivers/mtd: Use memdup_userJulia Lawall2010-05-22
* mtd: mtdchar: Do not corrupt backing device of device node inodeKirill A. Shutemov2010-05-18
* mtdchar: Register the full range of minor numbersBen Hutchings2010-02-25
* mtd: Remove unnecessary comparisons with MAX_MTD_DEVICESBen Hutchings2010-02-25
* mtd: change positive error return into negativeRoel Kluin2010-02-25
* mtd: fix different address space noiseH Hartley Sweeten2010-02-25
* mtd: Fix pointer handling in compat ioctls to use compat_ptr()David Woodhouse2009-05-29
* mtd: Handle compat ioctls directly; remove all trace from compat_ioctl.cKevin Cernekee2009-05-29
* mtd: add OOB ioctls for >4GiB devicesKevin Cernekee2009-05-29
* mtd: compat_ioctl cleanupKevin Cernekee2009-05-29
* mtd: add MEMERASE64 ioctl for >4GiB devicesKevin Cernekee2009-05-29
* [MTD] driver model updatesDavid Brownell2009-04-04
* NOMMU: Present backing device capabilities for MTD chardevsDavid Howells2009-03-24
* [MTD] Auto-load mtdchar module when device opened.Scott James Remnant2009-03-20
* [MTD] update internal API to support 64-bit device sizeAdrian Hunter2008-12-10
* [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-21
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-10-20
|\
| * [MTD] dataflash OTP supportDavid Brownell2008-08-01
* | device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-16
* | [MTD] mtdchar.c: Fix regression in MEMGETREGIONINFO ioctl()Zev Weiss2008-09-02
|/
* Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse2008-07-25
|\
| * device create: mtd: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-21
| * mtdchar: cdev lock_kernel() pushdownJonathan Corbet2008-06-20
* | [MTD] mtdchar.c remove shadowed variable warningsHarvey Harrison2008-07-11
* | [MTD] mtdchar.c silence sparse warningHarvey Harrison2008-07-11
* | MTD/JFFS2: remove CVS keywordsAdrian Bunk2008-06-04
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2008-02-03
|\
| * mtd: Convert from class_device to device for MTD/mtdcharTony Jones2008-01-24
* | [MTD] mtdchar.c: ioctl always returns 0 as size written for ppc64David Scidmore2008-01-08
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-08-23
|\
| * mtdchar build fixAndrew Morton2007-08-11
* | [MTD] Only call mtd->sync() method in mtdchar close if opened for write.Joakim Tjernlund2007-06-28
|/
* [MTD] Fix length comparison in MEMREADOOBThomas Gleixner2007-04-17
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2007-02-19
|\
| * [MTD] remove unused ecctype,eccsize fields from struct mtd_infoArtem Bityutskiy2007-02-09
* | [PATCH] mark struct file_operations const 5Arjan van de Ven2007-02-12
|/
* [MTD] return error code from get_mtd_device()Artem Bityutskiy2006-11-29
* [MTD] replace kmalloc+memset with kzallocBurman Yan2006-11-28
* [MTD] [NAND] remove len/ooblen confusion.Vitaly Wool2006-11-28
* [MTD] mtdchar: Fix MEMGETOOBSEL and ECCGETLAYOUT ioctlsRicard Wanderlöf2006-10-21
* [MTD] Use SEEK_{SET,CUR,END} instead of hardcoded values in mtdchar lseek()Josef 'Jeff' Sipek2006-09-17
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* [MTD] CORE mtdchar.c: fix off-by-one error in lseek()Herbert Valerio Riedel2006-06-27
* [MTD] NAND: Fix breakage all over the placeThomas Gleixner2006-06-20
* [MTD] Disconnect struct mtd_info from ABIJoern Engel2006-05-30
* [MTD] NAND Expose the new raw mode function and status info to userspaceThomas Gleixner2006-05-30
* [MTD] NAND Signal that a bitflip was corrected by ECCThomas Gleixner2006-05-29
* [MTD] Rework the out of band handling completelyThomas Gleixner2006-05-29