| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li... | Linus Torvalds | 2018-08-22 | 28 | -402/+1810 |
|\ |
|
| * | Merge branch 'psy-fixes' into psy-next | Sebastian Reichel | 2018-08-16 | 6 | -18/+45 |
| |\ |
|
| | * | power: supply: max77693_charger: fix unintentional fall-through | Gustavo A. R. Silva | 2018-07-23 | 1 | -0/+1 |
| | * | power: generic-adc-battery: check for duplicate properties copied from iio ch... | H. Nikolaus Schaller | 2018-07-06 | 1 | -2/+13 |
| | * | power: generic-adc-battery: fix out-of-bounds write when copying channel prop... | H. Nikolaus Schaller | 2018-07-06 | 1 | -10/+4 |
| | * | power: supply: axp288_charger: Fix initial constant_charge_current value | Hans de Goede | 2018-07-06 | 1 | -1/+1 |
| | * | power: gemini-poweroff: Avoid more spurious poweroffs | Linus Walleij | 2018-07-06 | 1 | -1/+11 |
| | * | power: vexpress: fix corruption in notifier registration | Sudeep Holla | 2018-07-06 | 1 | -4/+8 |
| | * | power: remove possible deadlock when unregistering power_supply | Benjamin Tissoires | 2018-07-06 | 1 | -2/+9 |
| * | | power: supply: bq27xxx: Update comments | Liu Xiang | 2018-07-24 | 1 | -1/+2 |
| * | | power: supply: mark expected switch fall-throughs | Gustavo A. R. Silva | 2018-07-23 | 3 | -1/+4 |
| * | | power: supply: lego_ev3_battery: fix Vce offset | David Lechner | 2018-07-22 | 1 | -1/+1 |
| * | | power: supply: lego_ev3_battery: Don't ignore iio_read_channel_processed() re... | David Lechner | 2018-07-22 | 1 | -4/+14 |
| * | | Merge tag 'ds2760-for-v4.19-signed' into psy-next | Sebastian Reichel | 2018-07-22 | 7 | -338/+262 |
| |\ \ |
|
| | * | | power: supply: ds2760_battery: add devicetree probing | Daniel Mack | 2018-07-11 | 1 | -1/+28 |
| | * | | power: supply: ds2760_battery: merge ds2760 supply driver with its w1 slave c... | Daniel Mack | 2018-07-11 | 6 | -338/+232 |
| | * | | w1: core: match sub-nodes of bus masters in devicetree | Daniel Mack | 2018-07-11 | 1 | -0/+3 |
| | |/ |
|
| * | | power: supply: adp5061: Fix a couple off by ones | Dan Carpenter | 2018-07-11 | 1 | -4/+4 |
| * | | adp5061: New driver for ADP5061 I2C battery charger | Stefan Popa | 2018-07-06 | 3 | -0/+757 |
| * | | power: supply: ab8500: stop using getnstimeofday64() | Arnd Bergmann | 2018-07-06 | 1 | -8/+6 |
| * | | power: reset: qcom-pon: Add Qcom PON driver | Vinod Koul | 2018-07-06 | 3 | -0/+103 |
| * | | power: supply: add cros-ec USBPD charger driver. | Sameer Nanda | 2018-07-05 | 3 | -0/+555 |
| * | | Merge tag 'ib-mfd-v4.19' into psy-next | Sebastian Reichel | 2018-07-05 | 1 | -0/+16 |
| |\ \ |
|
| * | | | power: supply: max1721x: fix spelling mistake "RSenese" -> "RSense" | Colin Ian King | 2018-06-28 | 1 | -1/+1 |
| * | | | power: reset: zx-reboot: put device node in zx_reboot_probe() | Alexey Khoroshilov | 2018-06-28 | 1 | -0/+1 |
| * | | | power: supply: tps65217: Switch to SPDX identifier. | Enric Balletbo i Serra | 2018-06-28 | 1 | -17/+5 |
| * | | | power: supply: sbs-battery: don't assume MANUFACTURER_DATA formats | Brian Norris | 2018-06-28 | 1 | -13/+54 |
| | |/
| |/| |
|
* | | | Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-08-22 | 46 | -620/+2616 |
|\ \ \ |
|
| * | | | i2c: rcar: implement STOP and REP_START according to docs | Wolfram Sang | 2018-08-20 | 1 | -14/+20 |
| * | | | i2c: rcar: refactor private flags | Wolfram Sang | 2018-08-20 | 1 | -3/+4 |
| * | | | i2c: core: ACPI: Make acpi_gsb_i2c_read_bytes() check i2c_transfer return value | Hans de Goede | 2018-08-20 | 1 | -3/+5 |
| * | | | i2c: core: ACPI: Properly set status byte to 0 for multi-byte writes | Hans de Goede | 2018-08-20 | 1 | -3/+8 |
| * | | | i2c: imx: Simplify stopped state tracking | Esben Haabendal | 2018-08-20 | 1 | -8/+7 |
| * | | | i2c: imx: Fix race condition in dma read | Esben Haabendal | 2018-08-20 | 1 | -4/+4 |
| * | | | i2c: pasemi: remove hardcoded bus numbers on smbus | Darren Stevens | 2018-08-20 | 1 | -2/+1 |
| * | | | i2c: designware: Add SPDX license tag | Andy Shevchenko | 2018-08-20 | 7 | -94/+7 |
| * | | | i2c: designware: Convert to use struct i2c_timings | Andy Shevchenko | 2018-08-08 | 3 | -34/+33 |
| * | | | i2c: core: Parse SDA hold time from firmware | Andy Shevchenko | 2018-08-08 | 1 | -0/+2 |
| * | | | i2c: designware-pcidrv: Mark expected switch fall-through | Gustavo A. R. Silva | 2018-08-08 | 1 | -0/+1 |
| * | | | i2c: amd8111: Mark expected switch fall-through | Gustavo A. R. Silva | 2018-08-08 | 1 | -0/+1 |
| * | | | i2c: sh_mobile: use core to detect 'no zero length read' quirk | Wolfram Sang | 2018-08-04 | 1 | -5/+5 |
| * | | | i2c: xlr: use core to detect 'no zero length' quirk | Wolfram Sang | 2018-08-04 | 1 | -6/+5 |
| * | | | i2c: rcar: use core to detect 'no zero length' quirk | Wolfram Sang | 2018-08-04 | 1 | -7/+6 |
| * | | | i2c: stu300: use core to detect 'no zero length' quirk | Wolfram Sang | 2018-08-04 | 1 | -6/+6 |
| * | | | i2c: pmcmsp: use core to detect 'no zero length' quirk | Wolfram Sang | 2018-08-04 | 1 | -16/+1 |
| * | | | i2c: mxs: use core to detect 'no zero length' quirk | Wolfram Sang | 2018-08-04 | 1 | -3/+5 |
| * | | | i2c: designware-master: use core to detect 'no zero length' quirk | Wolfram Sang | 2018-08-04 | 1 | -7/+5 |
| * | | | i2c: quirks: add zero length checks | Wolfram Sang | 2018-08-04 | 1 | -0/+6 |
| * | | | i2c: aspeed: Add an explicit type casting for *get_clk_reg_val | Jae Hyun Yoo | 2018-08-04 | 1 | -1/+1 |
| * | | | Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c... | Wolfram Sang | 2018-08-04 | 1 | -13/+11 |
| |\ \ \ |
|