aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/supply/axp20x_usb_power.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-04power: supply: axp20x_usb_power: fix platform_get_irq.cocci warningsYihao Han1-4/+2
2021-04-28Merge tag 'for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds1-1/+3
2021-03-26power: supply: axp20x_usb_power: fix work-queue initMatti Vaittinen1-5/+5
2021-03-23power: supply: Clean-up few drivers by using managed work initMatti Vaittinen1-10/+5
2021-03-15power: supply: axp20x_usb_power: Add missing check in axp20x_usb_power_probeDinghao Liu1-1/+3
2021-01-25power: supply: axp20x_usb_power: Init work before enabling IRQsSamuel Holland1-1/+1
2020-11-30power: supply: axp20x_usb_power: Use power efficient workqueue for debounceYangtao Li1-4/+4
2020-11-30power: supply: axp20x_usb_power: fix typoYangtao Li1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-19power: supply: axp20x_usb_power: fix spelling mistakeKeyur Patel1-1/+1
2020-01-15power: supply: axp20x_usb_power: Only poll while offlineSamuel Holland1-9/+21
2020-01-15power: supply: axp20x_usb_power: Add wakeup controlSamuel Holland1-16/+67
2020-01-15power: supply: axp20x_usb_power: Allow offliningSamuel Holland1-0/+30
2020-01-15power: supply: axp20x_usb_power: Use a match structureSamuel Holland1-29/+57
2020-01-14power: supply: axp20x_usb_power: Remove unused device_nodeSamuel Holland1-2/+0
2019-10-14power: supply: axp20x_usb_power: enable USB BC detection on AXP813Icenowy Zheng1-0/+8
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-17power: supply: axp20x_usb_power: add support for AXP813Quentin Schulz1-1/+65
2019-04-17power: supply: axp20x_usb_power: add function to get max currentQuentin Schulz1-22/+30
2019-04-17power: supply: axp20x_usb_power: use polling to detect vbus status changeChen-Yu Tsai1-0/+53
2019-04-17power: supply: axp20x_usb_power: Fix typo in VBUS current limit macrosChen-Yu Tsai1-8/+8
2018-12-05power: supply: axp20x: add missing include bitops.hOlliver Schinagl1-0/+1
2018-07-23power: supply: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2017-05-15power: supply: axp20x_usb_power: Drop unnecessary staticJulia Lawall1-1/+1
2017-01-29power: supply: axp20x_usb_power: use IIO channels when availableQuentin Schulz1-4/+66
2017-01-12power: supply: axp20x_usb_power: fix warning on 64bitMichal Suchanek1-2/+3
2017-01-04power: supply: axp20x_usb_power: add 100mA max current limit for AXP223Quentin Schulz1-5/+8
2017-01-04power: supply: axp20x_usb_power: set min voltage and max current from sysfsQuentin Schulz1-0/+81
2017-01-04power: supply: axp20x_usb_power: use of_device_id data field instead of device_is_compatibleQuentin Schulz1-11/+15
2016-08-11power: move power supply drivers to power/supplySebastian Reichel1-0/+294