summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [MTD] [NOR] Intel: remove ugly PROGREGION macrosArtem Bityutskiy2007-02-092-14/+2
* [MTD] [NOR] STAA: use writesize instead off eccsize to represent ECC blockArtem Bityutskiy2007-02-091-1/+1
* [MTD] OneNAND: Invalidate bufferRAM after eraseAdrian Hunter2007-02-091-0/+25
* [MTD] Don't oops when the RedBoot partition table is emptyMartin Michlmayr2007-02-091-1/+1
* [MTD] [NAND] Fix an off-by-one in a BUG_ON in CAFÉ ECC correction.Adrian Bunk2007-02-091-1/+1
* [MTD] [NAND] Correctly validate out-of-band offset and lengthAdrian Hunter2007-02-091-5/+41
* JFFS2: memory leak in jffs2_do_mount_fs()Dmitry Adamushko2007-02-091-9/+13
* [MTD] physmap: Add support for 64 bit resourcesStefan Roese2007-02-091-1/+1
* [MTD] Don't include linux/mtd/map.h from linux/mtd/physmap.hHaavard Skinnemoen2007-02-091-1/+2
* [MTD] Fix default timeouts for Intel NOR flashDavid Woodhouse2007-02-091-3/+17
* Merge branch 'master' of git://git.infradead.org/~kmpark/onenand-mtd-2.6David Woodhouse2007-02-095-182/+446
|\
| * [MTD] OneNAND: Select correct chip's bufferRAM for DDPAdrian Hunter2007-02-091-8/+16
| * [MTD] OneNAND: Error message printing and bad block scan errosKyungmin Park2007-02-073-30/+155
| * [MTD] OneNAND: Subpage write returned incorrect length writtenAdrian Hunter2007-02-071-11/+9
| * [MTD] OneNAND: Do not allow oob write past end of pageAdrian Hunter2007-02-061-0/+7
| * [MTD] OneNAND: Fix typo and remove unnecessary goto statementKyungmin Park2007-02-021-8/+4
| * [MTD] OneNAND: Reduce internal BufferRAM operationsKyungmin Park2007-02-022-30/+25
| * [MTD] OneNAND: Remove line of code that was meant to be deleted in OOB_AUTOKyungmin Park2007-02-021-9/+5
| * [MTD] OneNAND: Add support for auto-placement of out-of-band dataAdrian Hunter2007-02-012-37/+171
| * [MTD] OneNAND: Remove unused fieldsKyungmin Park2007-01-312-5/+2
| * [MTD] OneNAND: Amend write-verify to compare to original bufferAdrian Hunter2007-01-251-21/+31
| * [MTD] OneNAND: Check first or second pages for bad block informationAdrian Hunter2007-01-221-1/+1
| * [MTD] OneNAND: Free the bad block table when the device is releasedAdrian Hunter2007-01-222-3/+6
| * [MTD] OneNAND: Update copyrights and code cleanupKyungmin Park2007-01-183-14/+12
| * [MTD] OneNAND: Reduce Double Density Package (DDP) operationsKyungmin Park2007-01-183-27/+22
| * [MTD] OneNAND: Return an error if a read timeout occursAdrian Hunter2007-01-181-0/+3
| * [MTD] OneNAND: Fix unlock all status errorKyungmin Park2007-01-181-5/+4
* | [MTD] [NAND] Add kernel-doc for cellinfo field of struct nand_chipRandy Dunlap2007-02-091-0/+1
* | [MTD] CK804XROM must depend on PCIakpm@osdl.org2007-02-091-1/+1
* | [MTD NAND] CAFÉ controller depends, perhaps unsurprisingly, on NANDDavid Woodhouse2007-02-051-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-02-05389-2539/+3094
|\ \
| * | Linux 2.6.20v2.6.20Linus Torvalds2007-02-041-1/+1
| * | [PATCH] EFI x86: pass firmware call parameters on the stackFrédéric Riss2007-02-041-16/+73
| * | [PATCH] fix rtl8150Al Viro2007-02-031-1/+2
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2007-02-0310-70/+100
| |\ \
| | * | [SCSI] sd: udev accessing an uninitialized scsi_disk field results in a crashNagendra Singh Tomar2007-02-021-10/+10
| | * | [SCSI] st: A MTIOCTOP/MTWEOF within the early warning will cause the file num...Kai Makisara2007-01-271-8/+11
| | * | [SCSI] qla4xxx: bug fixesDavid C Somayajulu2007-01-277-52/+73
| | * | [SCSI] Fix scsi_add_device() for async scanningMatthew Wilcox2007-01-271-0/+6
| * | | [PATCH] x86-64: define dma noncoherent API functionsJeff Garzik2007-02-031-0/+3
| * | | [PATCH] Altix: more ACPI PRT supportJohn Keller2007-02-031-0/+3
| * | | [PATCH] revert blockdev direct io back to 2.6.19 versionAndrew Morton2007-02-031-0/+41
| * | | [PATCH] alpha: fix epoll syscall enumerationsMike Frysinger2007-02-031-3/+8
| * | | [PATCH] net/smc911x: match up spin lock/unlockPeter Korsgaard2007-02-031-2/+3
| * | | [PATCH] kexec: Avoid migration of already disabled irqs (ia64)Magnus Damm2007-02-031-0/+3
| * | | [PATCH] aio: fix buggy put_ioctx call in aio_complete - v2Ken Chen2007-02-031-11/+9
| * | | [NETFILTER]: nf_conntrack_h323: fix compile error with CONFIG_IPV6=m, CONFIG_...Adrian Bunk2007-02-021-1/+1
| * | | [NETFILTER]: ctnetlink: fix compile failure with NF_CONNTRACK_MARK=nPatrick McHardy2007-02-022-0/+4
| * | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-02-026-18/+21
| |\ \ \
| | * | | libata: Initialize nbytes for internal sg commandsBrian King2007-02-021-0/+1