summaryrefslogtreecommitdiffstats
path: root/drivers/power/supply/axp20x_usb_power.c
Commit message (Expand)AuthorAgeFilesLines
* power: supply: axp20x_usb_power: enable usb_type reportingAren Moynihan2024-02-021-1/+72
* power: supply: axp20x_usb_power: fix race condition with usb bcAren Moynihan2024-02-021-0/+23
* power: supply: axp20x_usb_power: use correct register for input current limitAren Moynihan2024-02-021-4/+18
* power: supply: axp20x_usb_power: replace current_max with input_current_limitAren Moynihan2024-02-021-11/+18
* power: supply: axp20x_usb_power: Annotate struct axp20x_usb_power with __coun...Kees Cook2023-09-221-1/+1
* power: Explicitly include correct DT includesRob Herring2023-07-191-1/+0
* power: supply: axp20x_usb_power: Add support for AXP192Aidan MacDonald2023-05-151-0/+22
* power: supply: axp20x_usb_power: Remove variant IDs from VBUS polling checkAidan MacDonald2023-05-151-8/+5
* power: supply: axp20x_usb_power: Use regmap field for VBUS disablingAidan MacDonald2023-05-151-16/+13
* power: supply: axp20x_usb_power: Use regmap fields for USB BC featureAidan MacDonald2023-05-151-5/+11
* power: supply: axp20x_usb_power: Use regmap fields for VBUS monitor featureAidan MacDonald2023-05-151-12/+45
* power: supply: axp20x_usb_power: Simplify USB current limit handlingAidan MacDonald2023-05-151-115/+57
* power: supply: axp20x_usb_power: fix platform_get_irq.cocci warningsYihao Han2022-03-041-4/+2
* Merge tag 'for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds2021-04-281-1/+3
|\
| * power: supply: axp20x_usb_power: Add missing check in axp20x_usb_power_probeDinghao Liu2021-03-151-1/+3
* | power: supply: axp20x_usb_power: fix work-queue initMatti Vaittinen2021-03-261-5/+5
* | power: supply: Clean-up few drivers by using managed work initMatti Vaittinen2021-03-231-10/+5
|/
* power: supply: axp20x_usb_power: Init work before enabling IRQsSamuel Holland2021-01-251-1/+1
* power: supply: axp20x_usb_power: Use power efficient workqueue for debounceYangtao Li2020-11-301-4/+4
* power: supply: axp20x_usb_power: fix typoYangtao Li2020-11-301-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* power: supply: axp20x_usb_power: fix spelling mistakeKeyur Patel2020-06-191-1/+1
* power: supply: axp20x_usb_power: Only poll while offlineSamuel Holland2020-01-151-9/+21
* power: supply: axp20x_usb_power: Add wakeup controlSamuel Holland2020-01-151-16/+67
* power: supply: axp20x_usb_power: Allow offliningSamuel Holland2020-01-151-0/+30
* power: supply: axp20x_usb_power: Use a match structureSamuel Holland2020-01-151-29/+57
* power: supply: axp20x_usb_power: Remove unused device_nodeSamuel Holland2020-01-141-2/+0
* power: supply: axp20x_usb_power: enable USB BC detection on AXP813Icenowy Zheng2019-10-141-0/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* power: supply: axp20x_usb_power: add support for AXP813Quentin Schulz2019-04-171-1/+65
* power: supply: axp20x_usb_power: add function to get max currentQuentin Schulz2019-04-171-22/+30
* power: supply: axp20x_usb_power: use polling to detect vbus status changeChen-Yu Tsai2019-04-171-0/+53
* power: supply: axp20x_usb_power: Fix typo in VBUS current limit macrosChen-Yu Tsai2019-04-171-8/+8
* power: supply: axp20x: add missing include bitops.hOlliver Schinagl2018-12-051-0/+1
* power: supply: mark expected switch fall-throughsGustavo A. R. Silva2018-07-231-0/+1
* power: supply: axp20x_usb_power: Drop unnecessary staticJulia Lawall2017-05-151-1/+1
* power: supply: axp20x_usb_power: use IIO channels when availableQuentin Schulz2017-01-291-4/+66
* power: supply: axp20x_usb_power: fix warning on 64bitMichal Suchanek2017-01-121-2/+3
* power: supply: axp20x_usb_power: add 100mA max current limit for AXP223Quentin Schulz2017-01-041-5/+8
* power: supply: axp20x_usb_power: set min voltage and max current from sysfsQuentin Schulz2017-01-041-0/+81
* power: supply: axp20x_usb_power: use of_device_id data field instead of devic...Quentin Schulz2017-01-041-11/+15
* power: move power supply drivers to power/supplySebastian Reichel2016-08-111-0/+294