summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (it87) Convert to use devm_kzalloc and devm_request_regionGuenter Roeck2012-05-221-34/+20
* hwmon: INA219 and INA226 supportFelten, Lothar2012-05-223-0/+382
* hwmon: (it87) Create voltage attributes only if voltage is enabledGuenter Roeck2012-05-201-38/+124
* hwmon: (ntc_thermistor) Fix checkpatch warningGuenter Roeck2012-05-201-6/+6
* hwmon: (ntc_thermistor) Optimize and fix build warningGuenter Roeck2012-05-201-84/+80
* hwmon: (ntc_thermistor) Return error code from hwmon_device_registerGuenter Roeck2012-05-201-2/+2
* hwmon: (ntc_thermistor) Convert to devm_kzallocGuenter Roeck2012-05-201-8/+3
* hwmon: (ad7314) Remove unused defines, and rename OFFSET to SHIFTGuenter Roeck2012-05-201-9/+2
* acpi_power_meter: clean up code around setup_attrsKyle McMartin2012-05-201-8/+7
* acpi_power_meter: drop meter_rw_attrs, use common meter_attrsKyle McMartin2012-05-201-9/+2
* acpi_power_meter: remove duplicate code between register_{ro,rw}_attrsKyle McMartin2012-05-201-42/+17
* acpi_power_meter: use a {RW,RO}_SENSOR_TEMPLATE macro to clean things upKyle McMartin2012-05-201-93/+37
* acpi_power_meter: use the same struct {rw,ro}_sensor_template for bothKyle McMartin2012-05-201-43/+110
* hwmon: use module_pci_driverAxel Lin2012-05-203-36/+3
* hwmon: (it87) Add support for IT8782F and IT8783E/FGuenter Roeck2012-05-201-26/+99
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2012-05-192-14/+13
|\
| * mtip32xx: release the semaphore on an error pathAsai Thambi S P2012-05-111-1/+3
| * dac960: Remove unused variables from DAC960_CreateProcEntries()Jesper Juhl2012-05-111-13/+10
* | Merge tag 'dm-3.4-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2012-05-181-15/+17
|\ \
| * | dm thin: fix table output when pool target disables discard passdown internallyMike Snitzer2012-05-191-15/+17
* | | Merge tag 'md-3.4-fixes' of git://neil.brown.name/mdLinus Torvalds2012-05-181-1/+1
|\ \ \
| * | | md/raid10: fix transcription error in calc_sectors conversion.NeilBrown2012-05-191-1/+1
* | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-05-181-0/+18
|\ \ \ \
| * | | | drivers/rtc/rtc-pl031.c: configure correct wday for 2000-01-01Rajkumar Kasirajan2012-05-171-0/+18
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-05-171-1/+5
|\ \ \ \ \
| * | | | | e1000: Prevent reset task killing itself.Tushar Dave2012-05-171-1/+5
| |/ / / /
* | | | | ACPI / PCI / PM: Fix device PM regression related to D3hot/D3coldRafael J. Wysocki2012-05-174-4/+15
* | | | | Merge branch '3.4-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/na...Linus Torvalds2012-05-172-6/+19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | target: Fix bug in handling of FILEIO + block_device resize opsNicholas Bellinger2012-05-171-6/+16
| * | | | target: Fix SPC-2 RELEASE bug for multi-session iSCSI client setupsBernhard Kohl2012-05-141-0/+3
* | | | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-05-173-3/+8
|\ \ \ \ \
| * | | | | dmaengine: fix cyclic dma usageVinod Koul2012-05-152-2/+6
| * | | | | dmaengine: pl330: dont complete descriptor for cyclic dmaVinod Koul2012-05-111-1/+2
* | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2012-05-173-0/+10
|\ \ \ \ \ \
| * | | | | | virtio_net: invoke softirqs after __napi_scheduleMichael S. Tsirkin2012-05-171-0/+2
| * | | | | | virtio: balloon: let host know of updated balloon size before module removalAmit Shah2012-05-171-0/+1
| * | | | | | virtio: console: tell host of open ports after resume from s3/s4Amit Shah2012-05-171-0/+7
* | | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-05-171-0/+1
|\ \ \ \ \ \ \
| * | | | | | | crypto: mv_cesa requires on CRYPTO_HASH to buildAlexander Clouter2012-05-151-0/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'md-3.4-fixes' of git://neil.brown.name/mdLinus Torvalds2012-05-172-24/+34
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | MD: Add del_timer_sync to mddev_suspend (fix nasty panic)Jonathan Brassow2012-05-171-0/+2
| * | | | | md/raid10: set dev_sectors properly when resizing devices in array.NeilBrown2012-05-171-24/+32
* | | | | | Merge tag 'rproc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-05-161-1/+1
|\ \ \ \ \ \
| * | | | | | remoteproc: fix off-by-one bug in __rproc_free_vringsSubramaniam Chanderashekarapuram2012-05-131-1/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-05-167-45/+79
|\ \ \ \ \ \ \
| * | | | | | | ptp_pch: Add missing #include <linux/slab.h>Geert Uytterhoeven2012-05-161-0/+1
| * | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-05-162-13/+13
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-05-152-13/+13
| | |\ \ \ \ \ \ \
| | | * | | | | | | rtlwifi: fix for race condition when firmware is cachedLarry Finger2012-05-142-13/+13
| * | | | | | | | | pch_gbe: fix transmit racesEric Dumazet2012-05-152-16/+11