summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* hwmon: Change my email address.Darrick J. Wong2013-08-277-14/+14
* hwmon: (k10temp) Add support for Fam16h (Kabini)Wei Hu2013-08-272-3/+4
* hwmon: (adt7462) ADT7462_REG_VOLT_MAX() should return 0Dan Carpenter2013-08-271-2/+2
* hwmon: (ads1015) Add support for ADS1115Evgeniy Dushistov2013-08-122-8/+23
* hwmon: (w83627ehf) Add support for hibernateHarald Judt2013-08-121-0/+2
* hwmon: (nct6775) Add support for hibernateHarald Judt2013-08-121-0/+2
* hwmon: use dev_get_platdata()Jingoo Han2013-08-1222-44/+46
* hwmon: (nct6775) Fix size of data->temp arrayDan Carpenter2013-08-121-2/+2
* hwmon: (nct6775) Avoid using device platform data outside probe functionGuenter Roeck2013-08-121-26/+25
* hwmon: (nct6775) Add support for NCT6791DDavid Bartley2013-08-121-74/+207
* hwmon: (nct6775) Add support for beep attributesGuenter Roeck2013-08-121-21/+218
* hwmon: (nct6775) Add support for critical low/high temperature limits on NCT6106Guenter Roeck2013-08-121-9/+34
* hwmon: (nct6775) Add support for NCT6102D/6106DGuenter Roeck2013-08-121-25/+225
* hwmon: (nct6775) Support two SuperIO chips in the same systemGuenter Roeck2013-08-121-50/+63
* hwmon: (nct6775) Allocate attributes dynamically from templatesGuenter Roeck2013-08-121-1103/+507
* hwmon: (coretemp) Atom CPUs don't support TjMax; no warning neededGuenter Roeck2013-08-121-1/+13
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2013-08-124-19/+28
|\
| * [SCSI] Don't attempt to send extended INQUIRY command if skip_vpd_pages is setMartin K. Petersen2013-08-021-0/+3
| * [SCSI] fnic: BUG: sleeping function called from invalid context during probeChris Leech2013-08-022-14/+10
| * [SCSI] megaraid_sas: megaraid_sas driver init fails in kdump kernelSumit.Saxena@lsi.com2013-08-021-5/+15
* | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-08-112-3/+3
|\ \
| * | i2c: Fix Kontron PLD prescaler calculationMichael Brunner2013-08-051-2/+2
| * | i2c: i2c-mxs: Use DMA mode even for small transfersFabio Estevam2013-08-051-1/+1
* | | Merge tag 'staging-3.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-08-103-22/+48
|\ \ \
| * \ \ Merge tag 'iio-fixes-for-3.11b' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-08-052-20/+44
| |\ \ \
| | * | | iio: ti_am335x_adc: Fix wrong samples received on 1st readPatil, Rachna2013-07-211-8/+22
| | * | | iio:trigger: Fix use_count race conditionLars-Peter Clausen2013-07-201-12/+22
| * | | | staging: zcache: fix "zcache=" kernel parameterPiotr Sarna2013-07-291-2/+4
* | | | | Merge tag 'usb-3.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-08-103-2/+5
|\ \ \ \ \
| * \ \ \ \ Merge tag 'for-usb-linus-2013-07-31' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2013-08-053-2/+5
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | usb: xhci: add missing dma-mapping.h includesJames Hogan2013-07-312-0/+2
| | * | | | usb: core: don't try to reset_device() a port that got just disconnectedJulius Werner2013-07-311-2/+3
* | | | | | Merge tag 'pm+acpi-3.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-08-1010-69/+155
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'pm-fixes'Rafael J. Wysocki2013-08-075-31/+32
| |\ \ \ \ \ \
| | * | | | | | cpufreq: rename ignore_nice as ignore_nice_loadViresh Kumar2013-08-074-26/+26
| | * | | | | | cpufreq: loongson2: fix regression related to clock managementAaro Koskinen2013-08-071-5/+6
| | |/ / / / /
| * | | | | | ACPI: Try harder to resolve _ADR collisions for bridgesRafael J. Wysocki2013-08-072-21/+93
| * | | | | | ACPI / processor: move try_offline_node() after acpi_unmap_lsapic()Yasuaki Ishimatsu2013-08-071-1/+2
| * | | | | | ACPI: Drop physical_node_id_bitmap from struct acpi_deviceRafael J. Wysocki2013-08-061-15/+19
| * | | | | | ACPI / PM: Walk physical_node_list under physical_node_lockRafael J. Wysocki2013-08-061-0/+8
| * | | | | | ACPI / video: improve quirk check in acpi_video_bqc_quirk()Felipe Contreras2013-08-041-1/+1
| |/ / / / /
* | | | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-08-101-1/+1
|\ \ \ \ \ \
| * | | | | | hwmon: (adt7470) Fix incorrect return code checkCurt Brune2013-08-081-1/+1
| |/ / / / /
* | | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-08-109-100/+98
|\ \ \ \ \ \
| * | | | | | [media] em28xx: fix assignment of the eeprom dataAlban Browaeys2013-07-261-1/+1
| * | | | | | [media] hdpvr: fix iteration over uninitialized lists in hdpvr_probe()Alexey Khoroshilov2013-07-261-5/+6
| * | | | | | [media] usbtv: fix dependencyHans Verkuil2013-07-261-1/+1
| * | | | | | [media] usbtv: Throw corrupted frames awayLubomir Rintel2013-07-261-2/+13
| * | | | | | [media] usbtv: Fix deinterlacingLubomir Rintel2013-07-261-11/+25
| * | | | | | [media] ml86v7667: fix compile warning: 'ret' set but not usedHans Verkuil2013-07-261-2/+2