summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | [MIPS] IP27: Fix warning.Ralf Baechle2007-02-181-1/+1
| * | | | [MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code.Atsushi Nemoto2007-02-182-5/+2
| |/ / /
* | | | Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2007-02-1921-137/+769
|\ \ \ \
| * | | | hwmon/vt1211: Add probing of alternate config index portJuerg Haefliger2007-02-141-28/+30
| * | | | hwmon/f71805f: Fix a race conditionJean Delvare2007-02-141-7/+1
| * | | | hwmon/abituguru: Fix unchecked return statusHans de Goede2007-02-141-9/+21
| * | | | hwmon: New driver for the Analog Devices ADM1029Corentin Labbe2007-02-144-0/+526
| * | | | hwmon/w83627ehf: Add support for the W83627DHG chipDavid Hubbard2007-02-142-18/+90
| * | | | hwmon: Use subsys_initcallDavid Brownell2007-02-141-1/+1
| * | | | hwmon/lm70: Make lm70_remove a __devexit functionRalf Baechle2007-02-141-1/+1
| * | | | hwmon: Cleanup a bogus legacy commentJean Delvare2007-02-147-31/+14
| * | | | hwmon: Simplify the locking model of two driversJean Delvare2007-02-142-33/+11
| * | | | hwmon: Drop unused mutexes in two driversJean Delvare2007-02-142-2/+0
| * | | | hwmon/it87: Add PWM base frequency controlJean Delvare2007-02-143-7/+74
* | | | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2007-02-1937-468/+1048
|\ \ \ \ \
| * | | | | [MTD] [NAND] S3C2412 fix hw eccMatthieu CASTET2007-02-181-0/+27
| * | | | | [MTD] [NAND] Work around false compiler warning in CAFÉ driverAndrew Morton2007-02-181-2/+2
| * | | | | [JFFS2] printk warning fixesAndrew Morton2007-02-181-9/+9
| * | | | | [MTD] [MAPS] ichxrom warning fixAndrew Morton2007-02-181-2/+2
| * | | | | [MTD] [MAPS] amd76xrom warning fixAndrew Morton2007-02-181-2/+2
| * | | | | [MTD] [MAPS] esb2rom warning fixesAndrew Morton2007-02-181-2/+2
| * | | | | [MTD] [MAPS] ck804xrom warning fixAndrew Morton2007-02-181-2/+2
| * | | | | [MTD] [MAPS] netsc520 warning fixAndrew Morton2007-02-181-1/+3
| * | | | | [MTD] [MAPS] sc520cdp warning fixAndrew Morton2007-02-181-2/+3
| * | | | | [MTD] [ONENAND] onenand_base warning fixAndrew Morton2007-02-181-1/+1
| * | | | | [MTD] [NAND] eXcite nand flash driverThomas Koeller2007-02-113-0/+257
| * | | | | [MTD] Improve heuristic for detecting wrong-endian RedBoot partition tableDavid Woodhouse2007-02-101-2/+11
| * | | | | [MTD] Fix RedBoot partition parsing regression harder.Rod Whitby2007-02-101-3/+5
| * | | | | [MTD] [NAND] S3C2410: Hardware ECC correction codeBen Dooks2007-02-092-13/+62
| * | | | | [JFFS2] Use MTD_OOB_AUTO to automatically place cleanmarker on NANDArtem Bityutskiy2007-02-093-148/+77
| * | | | | [MTD] Clarify OOB-operation interface commentsArtem Bityutskiy2007-02-091-0/+4
| * | | | | [MTD] remove unused ecctype,eccsize fields from struct mtd_infoArtem Bityutskiy2007-02-0910-21/+5
| * | | | | [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