summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'acpi-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-2216-54/+252
|\
| * Merge branch 'acpi-pmic'Rafael J. Wysocki2018-08-211-2/+107
| |\
| | * ACPI / PMIC: CrystalCove: Extend PMOP support to support all possible fieldsHans de Goede2018-08-141-2/+107
| * | ACPICA: Clear status of all events when entering sleep statesRafael J. Wysocki2018-08-141-8/+3
| * | ACPICA: acpiexec: fix a small memory leak regressionBob Moore2018-08-141-3/+2
| * | ACPICA: Reference count: add additional debugging detailsErik Schmauss2018-08-141-2/+5
| * | ACPICA: acpi_exec: fixing -fi optionErik Schmauss2018-08-144-9/+57
| * | ACPICA: Debugger: Cleanup interface to the AML disassemblerBob Moore2018-08-143-6/+22
| * | ACPICA: AML Parser: skip opcodes that open a scope upon parse failureErik Schmauss2018-08-141-6/+11
| * | ACPICA: Utilities: split hex detection into smaller functionsErik Schmauss2018-08-143-4/+26
| * | ACPICA: Update an error message for a duplicate tableBob Moore2018-08-141-2/+2
| * | ACPICA: ACPICA: add status check for acpi_hw_read before assigning return valueErik Schmauss2018-08-141-2/+7
| * | ACPICA: AML Parser: ignore all exceptions resulting from incorrect AML during...Erik Schmauss2018-08-141-13/+13
| |/
* | Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-08-223-23/+40
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'pm-cpufreq', 'pm-pci' and 'pm-sleep'Rafael J. Wysocki2018-08-212-6/+12
| |\ \ \ \
| | | * | | PCI / ACPI / PM: Resume all bridges on suspend-to-RAMRafael J. Wysocki2018-08-171-4/+2
| | | |/ /
| | * / / cpufreq: governor: Avoid accessing invalid governor_dataHenry Willard2018-08-161-2/+10
| | |/ /
| * | | cpuidle: menu: Handle stopped tick more aggressivelyRafael J. Wysocki2018-08-201-12/+24
| * | | cpuidle: menu: Update stale polling override commentRafael J. Wysocki2018-08-161-3/+2
| * | | cpuidle: menu: Fix white spaceRafael J. Wysocki2018-08-151-2/+2
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds2018-08-227-9/+8
|\ \ \
| * | | ide: mark expected switch fall-throughsGustavo A. R. Silva2018-08-135-3/+8
| * | | ide-tape: remove redundant variable buffer_sizeColin Ian King2018-08-131-2/+0
| * | | ide: remove redundant variables queue_run_ms and leftColin Ian King2018-08-131-4/+0
* | | | Merge tag 'for-4.19' of git://git.sourceforge.jp/gitroot/uclinux-h8/linuxLinus Torvalds2018-08-221-3/+3
|\ \ \ \
| * | | | h8300: irqchip: fix warningYoshinori Sato2018-08-221-3/+3
| |/ / /
* | | | Merge tag 'for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds2018-08-2128-402/+1810
|\ \ \ \
| * \ \ \ Merge branch 'psy-fixes' into psy-nextSebastian Reichel2018-08-166-18/+45
| |\ \ \ \
| | * | | | power: supply: max77693_charger: fix unintentional fall-throughGustavo A. R. Silva2018-07-231-0/+1
| | * | | | power: generic-adc-battery: check for duplicate properties copied from iio ch...H. Nikolaus Schaller2018-07-061-2/+13
| | * | | | power: generic-adc-battery: fix out-of-bounds write when copying channel prop...H. Nikolaus Schaller2018-07-061-10/+4
| | * | | | power: supply: axp288_charger: Fix initial constant_charge_current valueHans de Goede2018-07-061-1/+1
| | * | | | power: gemini-poweroff: Avoid more spurious poweroffsLinus Walleij2018-07-061-1/+11
| | * | | | power: vexpress: fix corruption in notifier registrationSudeep Holla2018-07-061-4/+8
| | * | | | power: remove possible deadlock when unregistering power_supplyBenjamin Tissoires2018-07-061-2/+9
| * | | | | power: supply: bq27xxx: Update commentsLiu Xiang2018-07-241-1/+2
| * | | | | power: supply: mark expected switch fall-throughsGustavo A. R. Silva2018-07-233-1/+4
| * | | | | power: supply: lego_ev3_battery: fix Vce offsetDavid Lechner2018-07-221-1/+1
| * | | | | power: supply: lego_ev3_battery: Don't ignore iio_read_channel_processed() re...David Lechner2018-07-221-4/+14
| * | | | | Merge tag 'ds2760-for-v4.19-signed' into psy-nextSebastian Reichel2018-07-227-338/+262
| |\ \ \ \ \
| | * | | | | power: supply: ds2760_battery: add devicetree probingDaniel Mack2018-07-111-1/+28
| | * | | | | power: supply: ds2760_battery: merge ds2760 supply driver with its w1 slave c...Daniel Mack2018-07-116-338/+232
| | * | | | | w1: core: match sub-nodes of bus masters in devicetreeDaniel Mack2018-07-111-0/+3
| | |/ / / /
| * | | | | power: supply: adp5061: Fix a couple off by onesDan Carpenter2018-07-111-4/+4
| * | | | | adp5061: New driver for ADP5061 I2C battery chargerStefan Popa2018-07-063-0/+757
| * | | | | power: supply: ab8500: stop using getnstimeofday64()Arnd Bergmann2018-07-061-8/+6
| * | | | | power: reset: qcom-pon: Add Qcom PON driverVinod Koul2018-07-063-0/+103
| * | | | | power: supply: add cros-ec USBPD charger driver.Sameer Nanda2018-07-053-0/+555
| * | | | | Merge tag 'ib-mfd-v4.19' into psy-nextSebastian Reichel2018-07-051-0/+16
| |\ \ \ \ \
| * | | | | | power: supply: max1721x: fix spelling mistake "RSenese" -> "RSense"Colin Ian King2018-06-281-1/+1