index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
power
/
supply
/
axp20x_usb_power.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-03
power: supply: axp20x_usb_power: Add support for AXP717
Chris Morgan
1
-0
/
+246
2024-09-03
power: supply: axp20x_usb_power: Fix spelling mistake "reqested" -> "requested"
Colin Ian King
1
-1
/
+1
2024-09-03
Merge tag 'ib-psy-usb-types-signed' into psy-next
Sebastian Reichel
1
-9
/
+4
2024-09-03
power: supply: Change usb_types from an array into a bitmask
Hans de Goede
1
-9
/
+4
2024-08-27
power: supply: axp20x_usb_power: add input-current-limit-microamp
Chris Morgan
1
-0
/
+22
2024-08-27
power: supply: axp20x_usb_power: Make VBUS and IIO config per device
Chris Morgan
1
-33
/
+54
2024-02-02
power: supply: axp20x_usb_power: enable usb_type reporting
Aren Moynihan
1
-1
/
+72
2024-02-02
power: supply: axp20x_usb_power: fix race condition with usb bc
Aren Moynihan
1
-0
/
+23
2024-02-02
power: supply: axp20x_usb_power: use correct register for input current limit
Aren Moynihan
1
-4
/
+18
2024-02-02
power: supply: axp20x_usb_power: replace current_max with input_current_limit
Aren Moynihan
1
-11
/
+18
2023-09-22
power: supply: axp20x_usb_power: Annotate struct axp20x_usb_power with __coun...
Kees Cook
1
-1
/
+1
2023-07-19
power: Explicitly include correct DT includes
Rob Herring
1
-1
/
+0
2023-05-15
power: supply: axp20x_usb_power: Add support for AXP192
Aidan MacDonald
1
-0
/
+22
2023-05-15
power: supply: axp20x_usb_power: Remove variant IDs from VBUS polling check
Aidan MacDonald
1
-8
/
+5
2023-05-15
power: supply: axp20x_usb_power: Use regmap field for VBUS disabling
Aidan MacDonald
1
-16
/
+13
2023-05-15
power: supply: axp20x_usb_power: Use regmap fields for USB BC feature
Aidan MacDonald
1
-5
/
+11
2023-05-15
power: supply: axp20x_usb_power: Use regmap fields for VBUS monitor feature
Aidan MacDonald
1
-12
/
+45
2023-05-15
power: supply: axp20x_usb_power: Simplify USB current limit handling
Aidan MacDonald
1
-115
/
+57
2022-03-04
power: supply: axp20x_usb_power: fix platform_get_irq.cocci warnings
Yihao Han
1
-4
/
+2
2021-04-28
Merge tag 'for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...
Linus Torvalds
1
-1
/
+3
2021-03-26
power: supply: axp20x_usb_power: fix work-queue init
Matti Vaittinen
1
-5
/
+5
2021-03-23
power: supply: Clean-up few drivers by using managed work init
Matti Vaittinen
1
-10
/
+5
2021-03-15
power: supply: axp20x_usb_power: Add missing check in axp20x_usb_power_probe
Dinghao Liu
1
-1
/
+3
2021-01-25
power: supply: axp20x_usb_power: Init work before enabling IRQs
Samuel Holland
1
-1
/
+1
2020-11-30
power: supply: axp20x_usb_power: Use power efficient workqueue for debounce
Yangtao Li
1
-4
/
+4
2020-11-30
power: supply: axp20x_usb_power: fix typo
Yangtao Li
1
-1
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-06-19
power: supply: axp20x_usb_power: fix spelling mistake
Keyur Patel
1
-1
/
+1
2020-01-15
power: supply: axp20x_usb_power: Only poll while offline
Samuel Holland
1
-9
/
+21
2020-01-15
power: supply: axp20x_usb_power: Add wakeup control
Samuel Holland
1
-16
/
+67
2020-01-15
power: supply: axp20x_usb_power: Allow offlining
Samuel Holland
1
-0
/
+30
2020-01-15
power: supply: axp20x_usb_power: Use a match structure
Samuel Holland
1
-29
/
+57
2020-01-14
power: supply: axp20x_usb_power: Remove unused device_node
Samuel Holland
1
-2
/
+0
2019-10-14
power: supply: axp20x_usb_power: enable USB BC detection on AXP813
Icenowy Zheng
1
-0
/
+8
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-04-17
power: supply: axp20x_usb_power: add support for AXP813
Quentin Schulz
1
-1
/
+65
2019-04-17
power: supply: axp20x_usb_power: add function to get max current
Quentin Schulz
1
-22
/
+30
2019-04-17
power: supply: axp20x_usb_power: use polling to detect vbus status change
Chen-Yu Tsai
1
-0
/
+53
2019-04-17
power: supply: axp20x_usb_power: Fix typo in VBUS current limit macros
Chen-Yu Tsai
1
-8
/
+8
2018-12-05
power: supply: axp20x: add missing include bitops.h
Olliver Schinagl
1
-0
/
+1
2018-07-23
power: supply: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+1
2017-05-15
power: supply: axp20x_usb_power: Drop unnecessary static
Julia Lawall
1
-1
/
+1
2017-01-29
power: supply: axp20x_usb_power: use IIO channels when available
Quentin Schulz
1
-4
/
+66
2017-01-12
power: supply: axp20x_usb_power: fix warning on 64bit
Michal Suchanek
1
-2
/
+3
2017-01-04
power: supply: axp20x_usb_power: add 100mA max current limit for AXP223
Quentin Schulz
1
-5
/
+8
2017-01-04
power: supply: axp20x_usb_power: set min voltage and max current from sysfs
Quentin Schulz
1
-0
/
+81
2017-01-04
power: supply: axp20x_usb_power: use of_device_id data field instead of devic...
Quentin Schulz
1
-11
/
+15
2016-08-11
power: move power supply drivers to power/supply
Sebastian Reichel
1
-0
/
+294