aboutsummaryrefslogtreecommitdiff
path: root/drivers/power
AgeCommit message (Expand)AuthorFilesLines
2020-04-10change email address for Pali RohárGravatar Pali Rohár 4-6/+6
2020-04-08Merge tag 'tag-chrome-platform-for-v5.7' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 2-33/+19
2020-04-05Merge tag 'for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Gravatar Linus Torvalds 11-125/+210
2020-03-11power: reset: sc27xx: Allow the SC27XX poweroff driver building into a moduleGravatar Baolin Wang 2-2/+7
2020-03-11power: reset: sc27xx: Change to use cpu_down()Gravatar Baolin Wang 1-3/+6
2020-03-11power: reset: sc27xx: Power off the external subsystems' connectionGravatar Sherry Zong 1-0/+5
2020-03-11power: twl4030: Use scnprintf() for avoiding potential buffer overflowGravatar Takashi Iwai 1-2/+2
2020-03-11power: supply: bq27xxx_battery: Silence deferred-probe errorGravatar Dmitry Osipenko 1-1/+4
2020-03-08power: reset: at91-reset: handle nrst async for sam9x60Gravatar Claudiu.Beznea@microchip.com 1-0/+8
2020-03-08power: reset: at91-reset: get rid of at91_reset_dataGravatar Claudiu.Beznea@microchip.com 1-28/+9
2020-03-08power: reset: at91-reset: keep only one reset functionGravatar Claudiu.Beznea@microchip.com 1-49/+3
2020-03-08power: reset: at91-reset: make at91sam9g45_restart() genericGravatar Claudiu.Beznea@microchip.com 1-15/+6
2020-03-08power: reset: at91-reset: introduce ramc_lpr to struct at91_resetGravatar Claudiu.Beznea@microchip.com 1-8/+18
2020-03-08power: reset: at91-reset: use r4 as tmp argumentGravatar Claudiu.Beznea@microchip.com 1-3/+3
2020-03-08power: reset: at91-reset: introduce args member in at91_reset_dataGravatar Claudiu.Beznea@microchip.com 1-16/+11
2020-03-08power: reset: at91-reset: introduce struct at91_reset_dataGravatar Claudiu.Beznea@microchip.com 1-6/+44
2020-03-08power: reset: at91-reset: devm_kzalloc() for at91_reset data structureGravatar Claudiu.Beznea@microchip.com 1-2/+13
2020-03-08power: reset: at91-reset: pass rstc base address to at91_reset_status()Gravatar Claudiu.Beznea@microchip.com 1-3/+4
2020-03-08power: reset: at91-reset: convert reset in pointer to struct at91_resetGravatar Claudiu.Beznea@microchip.com 1-23/+27
2020-03-08power: reset: at91-reset: add notifier block to struct at91_resetGravatar Claudiu.Beznea@microchip.com 1-7/+5
2020-03-08power: reset: at91-reset: add sclk to struct at91_resetGravatar Claudiu.Beznea@microchip.com 1-8/+7
2020-03-08power: reset: at91-reset: add ramc_base[] to struct at91_resetGravatar Claudiu.Beznea@microchip.com 1-6/+6
2020-03-08power: reset: at91-reset: introduce struct at91_resetGravatar Claudiu.Beznea@microchip.com 1-9/+17
2020-03-08power: supply: axp288_charger: Add special handling for HP Pavilion x2 10Gravatar Hans de Goede 1-1/+56
2020-03-06power: supply: axp288_fuel_gauge: Broaden vendor check for Intel Compute Sticks.Gravatar Jeffery Miller 1-2/+2
2020-03-06power: supply: ab8500_charger: Fix typos in commit messagesGravatar Ashish Chavan 1-16/+19
2020-03-06power: supply: Allow charger manager can be built as a moduleGravatar Baolin Wang 1-1/+1
2020-02-24power: supply: sc27xx: Add POWER_SUPPLY_PROP_CHARGE_NOW attributeGravatar Baolin Wang 1-0/+12
2020-02-24power/supply: ingenic-battery: Don't print error on -EPROBE_DEFERGravatar Paul Cercueil 1-1/+2
2020-02-10power: supply: cros-ec-usbpd-charger: Fix host eventsGravatar Jon Flatley 2-33/+19
2020-02-08Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 1-2/+2
2020-02-07Merge tag 'pm-5.6-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 3-8/+9
2020-02-07Merge branches 'pm-avs' and 'pm-cpuidle'Gravatar Rafael J. Wysocki 3-8/+9
2020-02-04Merge tag 'tag-chrome-platform-for-v5.6' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-1/+0
2020-01-31power: avs: qcom-cpr: Avoid clang -Wsometimes-uninitialized in cpr_scaleGravatar Nathan Chancellor 1-2/+2
2020-01-31power: avs: qcom-cpr: add unspecified HAS_IOMEM dependencyGravatar Brendan Higgins 1-1/+1
2020-01-31PM / AVS: rockchip-io: fix the supply naming for the emmc supply on px30Gravatar Heiko Stuebner 1-3/+3
2020-01-31power: avs: qcom-cpr: add a printout after the driver has been initializedGravatar Niklas Cassel 1-2/+3
2020-01-30Merge tag 'for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Gravatar Linus Torvalds 22-205/+772
2020-01-17power: supply: ipaq_micro_battery: remove unneeded semicolonGravatar Chen Zhou 1-3/+3
2020-01-16power: supply: bq25890_charger: fix incorrect error return when bq25890_field...Gravatar Colin Ian King 1-1/+1
2020-01-15power: supply: axp20x_usb_power: Only poll while offlineGravatar Samuel Holland 1-9/+21
2020-01-15power: supply: axp20x_usb_power: Add wakeup controlGravatar Samuel Holland 1-16/+67
2020-01-15power: supply: axp20x_usb_power: Allow offliningGravatar Samuel Holland 1-0/+30
2020-01-15power: supply: axp20x_usb_power: Use a match structureGravatar Samuel Holland 1-29/+57
2020-01-15power: suppy: ucs1002: Make the symbol 'ucs1002_regulator_enable' staticGravatar Chen Wandun 1-1/+1
2020-01-14power: reset: at91-poweroff: use proper master clock register offsetGravatar Claudiu Beznea 1-3/+15
2020-01-14power: reset: at91-poweroff: introduce struct shdwc_reg_configGravatar Claudiu Beznea 1-22/+32
2020-01-14power: supply: bq25890_charger: Add DT and I2C ids for all supported chipsGravatar Yauhen Kharuzhy 1-0/+6
2020-01-14power: supply: bq25890_charger: Add support of BQ25892 and BQ25896 chipsGravatar Yauhen Kharuzhy 1-21/+76