summaryrefslogtreecommitdiff
path: root/drivers/power/supply/axp20x_usb_power.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-03power: supply: axp20x_usb_power: enable usb_type reportingAren Moynihan1-1/+72
2024-02-03power: supply: axp20x_usb_power: fix race condition with usb bcAren Moynihan1-0/+23
2024-02-03power: supply: axp20x_usb_power: use correct register for input current limitAren Moynihan1-4/+18
2024-02-03power: supply: axp20x_usb_power: replace current_max with input_current_limitAren Moynihan1-11/+18
2023-09-22power: supply: axp20x_usb_power: Annotate struct axp20x_usb_power with __coun...Kees Cook1-1/+1
2023-07-19power: Explicitly include correct DT includesRob Herring1-1/+0
2023-05-16power: supply: axp20x_usb_power: Add support for AXP192Aidan MacDonald1-0/+22
2023-05-16power: supply: axp20x_usb_power: Remove variant IDs from VBUS polling checkAidan MacDonald1-8/+5
2023-05-16power: supply: axp20x_usb_power: Use regmap field for VBUS disablingAidan MacDonald1-16/+13
2023-05-16power: supply: axp20x_usb_power: Use regmap fields for USB BC featureAidan MacDonald1-5/+11
2023-05-16power: supply: axp20x_usb_power: Use regmap fields for VBUS monitor featureAidan MacDonald1-12/+45
2023-05-16power: supply: axp20x_usb_power: Simplify USB current limit handlingAidan MacDonald1-115/+57
2022-03-05power: supply: axp20x_usb_power: fix platform_get_irq.cocci warningsYihao Han1-4/+2
2021-04-29Merge tag 'for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus 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-24treewide: 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-18power: supply: axp20x_usb_power: add support for AXP813Quentin Schulz1-1/+65
2019-04-18power: supply: axp20x_usb_power: add function to get max currentQuentin Schulz1-22/+30
2019-04-18power: supply: axp20x_usb_power: use polling to detect vbus status changeChen-Yu Tsai1-0/+53
2019-04-18power: 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-30power: 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 devic...Quentin Schulz1-11/+15
2016-08-11power: move power supply drivers to power/supplySebastian Reichel1-0/+294