aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-09-235-9/+5
|\
| * ACPI: remove cpumask_t usageBjorn Helgaas2009-09-241-1/+1
| * cpumask: use zalloc_cpumask_var() where possibleLi Zefan2009-09-244-8/+4
* | headers: utsname.h reduxAlexey Dobriyan2009-09-239-9/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-09-2319-79/+1838
|\ \
| * | Input: add driver for Atmel AT42QT2160 Sensor ChipRaphael Derosso Pereira2009-09-223-0/+408
| * | Input: max7359 - use threaded IRQsDmitry Torokhov2009-09-211-35/+13
| * | Input: add driver for Maxim MAX7359 key switch controllerKim Kyuwon2009-09-213-0/+364
| * | Input: add driver for ADP5588 QWERTY I2C KeypadMichael Hennerich2009-09-173-0/+372
| * | Input: add touchscreen driver for MELFAS MCS-5000 controllerJoonyoung Shim2009-09-173-0/+330
| * | Input: add driver for OpenCores Keyboard ControllerJavier Herrero2009-09-173-0/+190
| * | Input: dm355evm_keys - remove dm355evm_keys_hardirqDmitry Torokhov2009-09-171-17/+9
| * | Input: synaptics_i2c - switch to using __cancel_delayed_work()Dmitry Torokhov2009-09-171-19/+32
| * | Input: ad7879 - add support for AD7889Michael Hennerich2009-09-172-5/+7
| * | Input: atkbd - rely on input core to restore state on resumeDmitry Torokhov2009-09-171-25/+0
| * | Input: add generic suspend and resume for input devicesDmitry Torokhov2009-09-171-1/+63
| * | Input: libps2 - additional locking for i8042 portsDmitry Torokhov2009-09-175-12/+85
* | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-09-238-1382/+90
|\ \ \
| * | | hwmon: (ltc4245) Clear faults at startupIra W. Snyder2009-09-231-1/+2
| * | | hwmon: (ltc4215) Clear faults at startupIra W. Snyder2009-09-231-1/+1
| * | | hwmon: (coretemp) Add Lynnfield CPUHuaxu Wan2009-09-231-2/+4
| * | | hwmon: (coretemp) Add support for Penryn mobile CPUsRudolf Marek2009-09-231-3/+23
| * | | hwmon: (coretemp) Fix Atom CPUs supportRudolf Marek2009-09-232-13/+22
| * | | hwmon: Delete deprecated FSC driversJean Delvare2009-09-234-1364/+0
| * | | hwmon: (adm1031) Add sysfs files for temperature offsetsIra Snyder2009-09-231-0/+40
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-09-231-3/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | tpm-fixup-pcrs-sysfs-file-updateJason Gunthorpe2009-09-231-3/+2
* | | | serial core: fix new kernel-doc warningsRandy Dunlap2009-09-231-2/+2
* | | | Merge git://git.infradead.org/battery-2.6Linus Torvalds2009-09-2310-52/+1092
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Anton Vorontsov2009-09-233925-345303/+550868
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | power_supply: Add driver for the PMU on WM831x PMICsMark Brown2009-09-043-0/+787
| * | | | ds2760_battery: Fix integer overflow for time_to_empty_nowDaniel Mack2009-09-041-3/+3
| * | | | wm97xx_battery: Convert to dev_pm_opsMarek Vasut2009-09-041-7/+10
| * | | | wm97xx_battery: Use irq to detect charger stateMarek Vasut2009-09-041-6/+24
| * | | | wm97xx_battery: Use platform_dataMarek Vasut2009-09-041-5/+27
| * | | | wm97xx-core: Pass platform_data to batteryMarek Vasut2009-09-041-0/+3
| * | | | ds2760_battery: implement set_charged() featureDaniel Mack2009-07-301-0/+52
| * | | | power_supply: get_by_name and set_charged functionalityDaniel Mack2009-07-301-0/+28
| * | | | power_supply: EXPORT_SYMBOL cleanupsDaniel Mack2009-07-301-9/+7
| * | | | ds2760_battery: add current_accum module parameterDaniel Mack2009-07-301-14/+27
| * | | | ds2760_battery: handle full_active_uAh == 0 case correctlyDaniel Mack2009-07-301-2/+7
| * | | | ds2760_battery: add rated_capacity module parameterDaniel Mack2009-07-301-0/+19
| * | | | ds2760_battery: export more featuresDaniel Mack2009-07-301-0/+8
| * | | | ds2760_battery: delay power supply registrationDaniel Mack2009-07-301-6/+6
| * | | | wm8350_power: Implement charge type propertyMark Brown2009-07-141-0/+22
| * | | | power_supply: Add a charge_type property, and use it for olpc driverAndres Salomon2009-07-022-0/+15
| * | | | olpc_battery: Add an 'error' sysfs device that displays raw errorsAndres Salomon2009-07-011-0/+32
| * | | | Revert "power: remove POWER_SUPPLY_PROP_CAPACITY_LEVEL"Andres Salomon2009-07-012-0/+15
* | | | | Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds2009-09-235-123/+102
|\ \ \ \ \
| * | | | | drm/radeon/r600: set correct pitch for 4 byte copyAndre Maasikas2009-09-232-2/+2