summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* power: supply: sbs-battery: fix the sbs interrupt requestRyosuke Saito2017-05-011-1/+1
* power: supply: add battery driver for AXP20X and AXP22X PMICsQuentin Schulz2017-05-013-0/+515
* dt-bindings: power: supply: add AXP20X/AXP22X battery DT bindingQuentin Schulz2017-05-011-0/+20
* power: supply: bq24190_charger: Deprecate battery class and replicate its fea...Liam Breck2017-05-011-35/+111
* power: supply: Make power_supply_am_i_supplied return -ENODEV if there are no...Hans de Goede2017-05-011-5/+15
* power: supply: twl4030-charger: don't check if battery is presentH. Nikolaus Schaller2017-05-011-36/+0
* power: supply: twl4030-charger: add writable INPUT_CURRENT_LIMIT propertyH. Nikolaus Schaller2017-05-011-0/+59
* power: supply: bq24190_charger: Add disable-reset device-propertyHans de Goede2017-05-011-0/+3
* power: supply: bq24190_charger: Use new extcon_register_notifier_all()Hans de Goede2017-04-141-2/+2
* Merge remote-tracking branch 'chanwoo-extcon/ib-extcon-4.12' into psy-nextSebastian Reichel2017-04-144-5/+146
|\
| * extcon: Add new extcon_register_notifier_all() to monitor all external connec...Chanwoo Choi2017-04-044-5/+146
* | power: supply: bq24190_charger: Longer delay while polling reset flagLiam Breck2017-04-141-7/+4
* | power: supply: bq24190_charger: Uniform pm_runtime_get() failure handlingLiam Breck2017-04-141-18/+19
* | power: supply: bq24190_charger: Clean up extcon codeLiam Breck2017-04-141-38/+46
* | power: supply: bq24190_charger: Limit over/under voltage fault loggingLiam Breck2017-04-141-1/+6
* | power: supply: New driver for LEGO MINDSTORMS EV3 batteryDavid Lechner2017-04-143-0/+235
* | dt-bindings: power: supply: New bindings for LEGO MINDSTORMS EV3 batteryDavid Lechner2017-04-141-0/+21
* | power: supply: tps65217: remove debug messages for function callsEnric Balletbo i Serra2017-04-141-4/+0
* | power: supply: ltc2941-battery-gauge: Add OF device ID tableJavier Martinez Canillas2017-04-141-2/+17
* | power: supply: ltc2941-battery-gauge: Add vendor to compatibles in bindingJavier Martinez Canillas2017-04-141-3/+3
* | power: supply: charger-manager: simplify return statementsAndi Shyti2017-04-141-21/+14
* | power: supply: lp8788: prevent out of bounds array accessGiedrius Statkevičius2017-04-141-1/+1
* | power: supply: cpcap-charger: Add minimal CPCAP PMIC battery chargerTony Lindgren2017-04-144-0/+727
* | power: supply: bq24190_charger: Use extcon to determine ilimit, 5v boostHans de Goede2017-04-142-0/+110
* | power: supply: bq24190_charger: Add support for bq24192iHans de Goede2017-04-141-9/+6
* | power: supply: bq24190_charger: Use i2c-core irq-mapping codeHans de Goede2017-04-142-79/+3
* | power: bq24190_charger: mark PM functions as __maybe_unusedArnd Bergmann2017-04-141-6/+4
* | power: supply: sbs-charger: simplified bool functionDaniel Perez2017-04-141-4/+1
* | power: supply: ab8500: Replaced spaces with tabs in indentMunir Contractor2017-04-141-4/+4
* | power: supply: bq25890: Use gpiod_get()Andy Shevchenko2017-04-141-1/+1
* | dt-bindings: power/supply: rename max8925_batter.txt to max8925_battery.txtEnric Balletbo i Serra2017-04-141-0/+0
* | power: supply: twl4030_charger: remove incorrect __exit markupsDmitry Torokhov2017-04-141-2/+2
* | power: reset: Add a driver for the Gemini poweroffLinus Walleij2017-04-143-0/+170
* | power: reset: Add Gemini poweroff DT bindingsLinus Walleij2017-04-141-0/+17
* | power: supply: max17040: Add OF device ID tableJavier Martinez Canillas2017-04-141-0/+8
* | power: reset: syscon-poweroff: add a mask propertyGuy Shapiro2017-04-142-5/+25
* | power: bq24190_charger: Use PM runtime autosuspendTony Lindgren2017-04-141-42/+114
* | power: bq24190_charger: Check the interrupt status on resumeTony Lindgren2017-04-141-10/+52
|/
* Linux 4.11-rc4v4.11-rc4Linus Torvalds2017-03-261-1/+1
* Merge tag 'char-misc-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-03-2621-88/+111
|\
| * Merge tag 'extcon-fixes-for-4.11-rc3' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2017-03-223-12/+34
| |\
| | * extcon: int3496: Set the id pin to direction-input if necessaryHans de Goede2017-03-221-0/+3
| | * extcon: int3496: Use gpiod_get instead of gpiod_get_indexHans de Goede2017-03-221-9/+3
| | * extcon: int3496: Add dependency on X86 as it's Intel specificPeter Robinson2017-03-221-1/+1
| | * extcon: int3496: Add GPIO ACPI mapping tableAndy Shevchenko2017-03-222-0/+25
| | * extcon: int3496: Rename GPIO pins in accordance with bindingAndy Shevchenko2017-03-221-2/+2
| | * extcon: int3496: Propagate error code of gpiod_to_irq()Andy Shevchenko2017-03-131-2/+2
| * | vmw_vmci: handle the return value from pci_alloc_irq_vectors correctlyChristoph Hellwig2017-03-161-2/+2
| * | ppdev: fix registering same device nameSudip Mukherjee2017-03-161-2/+9
| * | parport: fix attempt to write duplicate procfilesSudip Mukherjee2017-03-161-2/+4