Age | Commit message (Expand) | Author | Files | Lines |
2017-02-28 | scripts/spelling.txt: add "intialization" pattern and fix typo instances | Masahiro Yamada | 1 | -3/+3 |
2017-01-30 | power: supply: add AC power supply driver for AXP20X and AXP22X PMICs | Quentin Schulz | 3 | -0/+266 |
2017-01-30 | power: supply: axp20x_usb_power: use IIO channels when available | Quentin Schulz | 1 | -4/+66 |
2017-01-30 | power: supply: max14656: Export I2C and OF device ID as module aliases | Javier Martinez Canillas | 1 | -0/+2 |
2017-01-21 | power: supply: bq2415x: check for NULL acpi_id to avoid null pointer dereference | Colin Ian King | 1 | -0/+5 |
2017-01-20 | power: supply: bq24190_charger: Adjust formatting | Liam Breck | 1 | -1/+3 |
2017-01-20 | power: supply: bq24190_charger: Handle fault before status on interrupt | Liam Breck | 1 | -23/+23 |
2017-01-20 | power: supply: bq24190_charger: Don't read fault register outside irq_handle_... | Liam Breck | 1 | -67/+27 |
2017-01-20 | power: supply: bq24190_charger: Call power_supply_changed() for relevant comp... | Liam Breck | 1 | -23/+27 |
2017-01-20 | power: supply: bq24190_charger: Install irq_handler_thread() at end of probe() | Liam Breck | 1 | -15/+16 |
2017-01-20 | power: supply: bq24190_charger: Call set_mode_host() on pm_resume() | Liam Breck | 1 | -0/+1 |
2017-01-20 | power: supply: bq24190_charger: Fix irq trigger to IRQF_TRIGGER_FALLING | Liam Breck | 1 | -1/+1 |
2017-01-18 | power: supply: qcom_smbb: add regulator dependency | Arnd Bergmann | 1 | -0/+1 |
2017-01-18 | power: reset: at91-reset: remove leftover platform_device_id | Alexandre Belloni | 1 | -8/+0 |
2017-01-18 | power: reset: at91-reset: add samx7 support | Szemző András | 1 | -0/+10 |
2017-01-17 | power: supply: max14656: fix platform_no_drv_owner.cocci warnings | kbuild test robot | 1 | -1/+0 |
2017-01-17 | power: supply: pcf50633-charger: Compress return logic into one line. | Gustavo A. R. Silva | 1 | -9/+4 |
2017-01-17 | power: supply: ab8500_btemp: Compress return logic into one line. | Gustavo A. R. Silva | 1 | -7/+3 |
2017-01-17 | Merge branch 'psy-arm-at91-immutable' into psy-next | Sebastian Reichel | 3 | -3/+102 |
2017-01-17 | power: reset: at91-poweroff: timely shutdown LPDDR memories | Alexandre Belloni | 3 | -3/+102 |
2017-01-17 | power: supply: Add support for MAX14656 USB charger detector | Alexander Kurz | 3 | -0/+337 |
2017-01-17 | power: supply: qcom_smbb: Add otg regulator for control of vbus | Bird, Tim | 1 | -0/+70 |
2017-01-12 | power: supply: bq27xxx: adds specific support for bq27520-g4 revision. | Chris Lapa | 2 | -0/+41 |
2017-01-12 | power: supply: bq27xxx: adds specific support for bq27520-g3 revision. | Chris Lapa | 2 | -0/+44 |
2017-01-12 | power: supply: bq27xxx: adds specific support for bq27520-g2 revision. | Chris Lapa | 2 | -0/+45 |
2017-01-12 | power: supply: bq27xxx: adds specific support for bq27520-g1 revision. | Chris Lapa | 2 | -0/+44 |
2017-01-12 | power: supply: bq27xxx: adds specific support for bq27510-g3 revision. | Chris Lapa | 2 | -0/+41 |
2017-01-12 | power: supply: bq27xxx: adds specific support for bq27510-g2 revision. | Chris Lapa | 2 | -0/+45 |
2017-01-12 | power: supply: bq27xxx: adds specific support for bq27510-g1 revision. | Chris Lapa | 2 | -0/+45 |
2017-01-12 | power: supply: bq27xxx: adds specific support for bq27500/1 revision. | Chris Lapa | 2 | -0/+44 |
2017-01-12 | power: supply: bq27xxx: rename BQ27510 allow for deprecation in future. | Chris Lapa | 2 | -6/+6 |
2017-01-12 | power: supply: bq27xxx: rename BQ27500 allow for deprecation in future. | Chris Lapa | 2 | -5/+5 |
2017-01-12 | power: supply: axp20x_usb_power: fix warning on 64bit | Michal Suchanek | 1 | -2/+3 |
2017-01-10 | power: supply: bq27xxx: move overtemp tests to a switch statement. | Chris Lapa | 1 | -5/+10 |
2017-01-06 | power: supply: remove Intel Moorestown battery support | Andy Shevchenko | 3 | -803/+0 |
2017-01-05 | power: supply: gpio_charger: switch to using GPIO descriptors | Linus Walleij | 1 | -34/+50 |
2017-01-05 | power: supply: fix spelling mistake: supply: "Celcius" -> "Celsius" | Colin Ian King | 2 | -4/+4 |
2017-01-05 | power: supply: wm97xx_battery: remove redundant 2nd null check on pdata | Colin Ian King | 1 | -5/+0 |
2017-01-05 | power: supply: axp288_fuel_gauge: Remove unnecessary irq?_en register writes | Hans de Goede | 1 | -27/+0 |
2017-01-05 | power: supply: bq24735: bring down the noise level | Peter Rosin | 1 | -1/+1 |
2017-01-05 | power: supply: bq24735: allow polling even if there is no ac-detect gpio | Peter Rosin | 1 | -1/+1 |
2017-01-05 | power: supply: axp288_charger: Use one notifier_block per extcon cable | Hans de Goede | 1 | -9/+32 |
2017-01-05 | power: supply: axp288_charger: Fix the module not auto-loading | Hans de Goede | 1 | -0/+7 |
2017-01-05 | power: supply: axp288_charger: Remove unnecessary irq?_en register writes | Hans de Goede | 1 | -32/+0 |
2017-01-05 | power: supply: axp288_charger: Fix wrong regmap_update_bits | Hans de Goede | 1 | -1/+1 |
2017-01-05 | power: supply: axp288_charger: Get and process initial hardware-state | Hans de Goede | 1 | -15/+17 |
2017-01-05 | power: supply: axp288_charger: Some minor cleanups | Hans de Goede | 1 | -18/+5 |
2017-01-05 | power: supply: axp288_charger: Handle charger type changing without disconnect | Hans de Goede | 1 | -18/+13 |
2017-01-05 | power: supply: axp288_charger: Actually get and use the USB_HOST extcon device | Hans de Goede | 1 | -6/+13 |
2017-01-05 | power: supply: axp288_charger: Move init_hw_regs call before supply registration | Hans de Goede | 1 | -4/+4 |