summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-06-1610-396/+393
|\ \ \
| * | | ps3flash: Always read chunks of 256 KiB, and cache themGeert Uytterhoeven2009-06-151-30/+17
| * | | ps3flash: Cache the last accessed FLASH chunkGeert Uytterhoeven2009-06-151-105/+104
| * | | ps3: Replace direct file operations by callbackGeert Uytterhoeven2009-06-151-24/+70
| * | | drivers/ps3: Add missing annotationsGeert Uytterhoeven2009-06-152-3/+3
| * | | ps3fb: Use ps3_system_bus_[gs]et_drvdata() instead of direct accessGeert Uytterhoeven2009-06-151-3/+3
| * | | ps3flash: Use ps3_system_bus_[gs]et_drvdata() instead of direct accessGeert Uytterhoeven2009-06-151-6/+6
| * | | ps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_system_bus_[gs]et_drvdataGeert Uytterhoeven2009-06-155-50/+43
| * | | block/ps3: remove driver_data direct access of struct deviceRoel Kluin2009-06-152-35/+38
| * | | ps3vram: Make ps3vram_priv.reports a void *Geert Uytterhoeven2009-06-151-3/+3
| * | | ps3vram: Remove no longer used ps3vram_priv.ddr_baseGeert Uytterhoeven2009-06-151-13/+1
| * | | ps3vram: Replace mutex by spinlock + bio_listGeert Uytterhoeven2009-06-151-15/+36
| * | | ps3fb: Tear down FB setup during cleanupGeert Uytterhoeven2009-06-151-1/+4
| * | | ps3fb/vram: Extract common GPU stuff into <asm/ps3gpu.h>Geert Uytterhoeven2009-06-153-65/+31
| * | | ps3vram: GPU memory mapping cleanupGeert Uytterhoeven2009-06-151-5/+14
| * | | ps3fb: GPU memory mapping cleanupGeert Uytterhoeven2009-06-151-3/+12
| * | | ps3fb: Correct handling of device opening in ps3fb_probe()Geert Uytterhoeven2009-06-151-6/+10
| * | | ps3fb: Inline functions in ps3fb_probe(), to ease cleanup in the error pathGeert Uytterhoeven2009-06-151-106/+86
| * | | ps3fb: Remove useless debug checks in ps3fb_shutdown()Geert Uytterhoeven2009-06-151-12/+2
| * | | ps3vram: Correct exchanged gotos in ps3vram_probe() error pathJim Paris2009-06-151-2/+2
| * | | ps3vram: Use proc_create_data() instead of proc_create()Geert Uytterhoeven2009-06-151-5/+3
| * | | ps3vram: Fix error path (return -EIO) for short read/writeGeert Uytterhoeven2009-06-151-0/+1
| * | | ps3av: Set 16:9 aspect ratio for 720p video modessebastian.blanes@gmail.com2009-06-151-2/+2
| * | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-06-15423-11388/+55082
| |\ \ \
* | \ \ \ Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-06-1616-338/+396
|\ \ \ \ \
| * | | | | therm_windtunnel: Convert to a new-style i2c driverJean Delvare2009-06-151-66/+60
| * | | | | therm_adt746x: Convert to a new-style i2c driverJean Delvare2009-06-151-42/+42
| * | | | | windfarm: Convert to new-style i2c driversJean Delvare2009-06-153-144/+197
| * | | | | therm_pm72: Convert to a new-style i2c driverJean Delvare2009-06-151-48/+47
| * | | | | i2c-viapro: Add new PCI device ID for VX855Harald Welte2009-06-152-3/+7
| * | | | | i2c/chips: Move max6875 to drivers/misc/eepromWolfram Sang2009-06-155-17/+16
| * | | | | i2c: Do not give adapters a default parentJean Delvare2009-06-151-11/+0
| * | | | | i2c: Do not probe for TV chips on Voodoo3 adaptersJean Delvare2009-06-152-2/+0
| * | | | | i2c: Retry automatically on arbitration lossClifford Wolf2009-06-151-4/+26
| * | | | | i2c: Remove void castsJack Stone2009-06-151-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-06-169-69/+1024
|\ \ \ \ \
| * | | | | hwmon: (max6650) Add support for alarmsChristian Engelmayer2009-06-151-1/+85
| * | | | | hwmon: (f71882fg) Add support for the F71858FHans de Goede2009-06-152-38/+158
| * | | | | hwmon: (f71882fg) Add temp#_fault sysfs attr for f8000Hans de Goede2009-06-151-0/+3
| * | | | | hwmon: (f71882fg) Sanity check f8000 pwm settingsHans de Goede2009-06-151-13/+23
| * | | | | hwmon: (f71882fg) Cleanup f8000 pwm handlingHans de Goede2009-06-151-9/+8
| * | | | | hwmon: PCI quirk for hwmon access on MSI MS-7031 boardJean Delvare2009-06-151-0/+29
| * | | | | hwmon: (w83627ehf) Add W83627DHG-P supportJean Delvare2009-06-151-1/+9
| * | | | | hwmon: (tmp401) Add support for TI's TMP411 sensors chipAndre Prendel2009-06-151-24/+149
| * | | | | hwmon: (tmp401) Add support for TI's TMP401 sensor chipHans de Goede2009-06-153-0/+576
| * | | | | hwmon: (ibmaem) Automatically load on HC10 bladeDarrick J. Wong2009-06-152-1/+2
| * | | | | hwmon: Fix more __devexit_p glitchesJean Delvare2009-06-152-6/+6
| |/ / / /
* | | | | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2009-06-1634-157/+516
|\ \ \ \ \
| * | | | | ACPICA: Disable preservation of SCI enable bit (SCI_EN)Bob Moore2009-05-271-4/+7
| * | | | | ACPICA: Region deletion: Ensure region object is removed from handler listLin Ming2009-05-271-0/+21