summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6Linus Torvalds2008-08-015-609/+683
|\
| * hwmon: (lm85) Simplify device initialization functionJean Delvare2008-07-311-43/+18
| * hwmon: (lm85) Misc cleanupsJean Delvare2008-07-311-84/+67
| * hwmon: (lm85) Don't write back cached valuesJean Delvare2008-07-311-9/+6
| * hwmon: (lm85) Drop dead codeJean Delvare2008-07-311-80/+2
| * hwmon: (lm85) Coding-style cleanupsJean Delvare2008-07-311-250/+255
| * hwmon: (lm75) add new-style driver bindingDavid Brownell2008-07-312-48/+165
| * hwmon: (lm75) cleanup/reorgDavid Brownell2008-07-312-46/+64
| * hwmon: (adt7473) clarify an awkward bit of codeMark M. Hoffman2008-07-311-2/+1
| * hwmon: (adt7473) Remove unused definesJean Delvare2008-07-311-13/+0
| * hwmon: (dme1737) fix voltage scalingJuerg Haefliger2008-07-311-11/+21
| * hwmon: (dme1737) probe all addressesJuerg Haefliger2008-07-311-1/+9
| * hwmon: (dme1737) demacrofy for readabilityJuerg Haefliger2008-07-311-101/+154
* | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-08-017-106/+230
|\ \
| * | [MTD] [NAND] drivers/mtd/nand/nandsim.c: fix printk warningsAndrew Morton2008-08-011-3/+5
| * | [MTD] [NAND] Blackfin NFC Driver: Cleanup the error exit path of bf5xx_nand_p...Bryan Wu2008-08-011-14/+24
| * | [MTD] [NAND] Blackfin NFC Driver: use standard dev_err() rather than printk()Mike Frysinger2008-08-011-2/+1
| * | [MTD] [NAND] Blackfin NFC Driver: enable Blackfin nand HWECC support by defaultMike Frysinger2008-08-011-0/+1
| * | [MTD] [NAND] Blackfin NFC Driver: add proper devinit/devexit markings to prob...Mike Frysinger2008-08-011-3/+3
| * | [MTD] [NAND] Blackfin NFC Driver: add support for the ECC layout the Blackfin...Mike Frysinger2008-08-012-0/+52
| * | [MTD] [NAND] Blackfin NFC Driver: fix bug - hw ecc calc by making sure we ext...Mike Frysinger2008-08-011-2/+2
| * | [MTD] [NAND] Blackfin NFC Driver: fix bug - do not clobber the status from th...Mike Frysinger2008-08-011-1/+1
| * | [MTD] [NAND] diskonchip.c fix sparse endian warningsHarvey Harrison2008-08-011-15/+15
| * | [MTD] [NAND] drivers/mtd/nand/nandsim.c needs div64.hAndrew Morton2008-08-011-0/+1
| * | [MTD] [NOR] drivers/mtd/chips/jedec_probe.c: fix Am29DL800BB device IDJerry Hicks2008-07-311-1/+1
| * | [MTD] DataFlash: bugfix, binary page sizes now handledakpm@linux-foundation.org2008-07-301-47/+83
| * | [MTD] [NAND] fsl_elbc_nand.c: fix printk warningakpm@linux-foundation.org2008-07-301-1/+1
| * | [MTD] [NAND] nandsim: support random page read commandArtem Bityutskiy2008-07-301-17/+40
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-08-012-45/+17
|\ \ \
| * | | [PATCH] switch mtd and dm-table to lookup_bdev()Al Viro2008-08-012-45/+17
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2008-08-017-95/+40
|\ \ \ \
| * | | | au1xmmc: raise segment size limit.Manuel Lauss2008-08-011-1/+7
| * | | | mmc_block: use proper sg iteratorsPierre Ossman2008-08-011-6/+11
| * | | | mmc: properly iterate over sg list in debug checkPierre Ossman2008-08-011-2/+3
| * | | | mmc_test: Revert "mmc_test: test oversized sg lists"Pierre Ossman2008-08-011-82/+3
| * | | | sdhci: check correct return valuePierre Ossman2008-08-011-1/+1
| * | | | sdhci: disable DMA for req, not completelyPierre Ossman2008-08-011-2/+2
| * | | | sdhci: handle bug in JMB38x for sizes < 4 bytesPierre Ossman2008-08-013-1/+13
| |/ / /
* | | | Merge branch 'reg-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-08-017-0/+2616
|\ \ \ \
| * | | | regulator: TI bq24022 Li-Ion Charger driverPhilipp Zabel2008-07-303-0/+179
| * | | | regulator: core kbuild filesLiam Girdwood2008-07-303-0/+60
| * | | | regulator: regulator test harnessMark Brown2008-07-301-0/+345
| * | | | regulator: add support for fixed regulators.Mark Brown2008-07-301-0/+129
| * | | | regulator: regulator framework coreLiam Girdwood2008-07-301-0/+1903
| | |/ / | |/| |
* | | | Merge git://git.infradead.org/battery-2.6Linus Torvalds2008-08-015-76/+692
|\ \ \ \
| * \ \ \ Merge branch 'master' of /home/cbou/linux-2.6Anton Vorontsov2008-07-303247-214665/+318219
| |\ \ \ \ | | |/ / /
| * | | | power_supply: Sharp SL-6000 (tosa) batteries supportDmitry Baryshkov2008-07-013-0/+494
| * | | | power_supply: fix up CHARGE_COUNTER output to be more preciseAndres Salomon2008-05-191-2/+2
| * | | | power_supply: add CHARGE_COUNTER property and olpc_battery support for itAndres Salomon2008-05-132-1/+11
| * | | | power_supply: bump EC version check that we refuse to run with in olpc_batteryAndres Salomon2008-05-041-2/+8
OpenPOWER on IntegriCloud