aboutsummaryrefslogtreecommitdiff
path: root/drivers/power/supply/max14656_charger_detector.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-20power: supply: max14656: Convert to i2c's .probe_new()Gravatar Uwe Kleine-König 1-3/+2
2022-02-24power: supply: max14656: Use devm_work_autocancel()Gravatar Christophe JAILLET 1-11/+4
2021-01-12power: supply: max14656: Drop unused includesGravatar Linus Walleij 1-2/+0
2020-04-13power: supply: max14656: remove set but not used 'ret'Gravatar Jason Yan 1-3/+2
2019-07-15Merge tag 'for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Gravatar Linus Torvalds 1-1/+1
2019-06-23power: supply: max14656_charger_detector: simplify getting the adapter of a c...Gravatar Wolfram Sang 1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 455Gravatar Thomas Gleixner 1-5/+1
2019-04-05power: supply: max14656: fix potential use-after-freeGravatar Sven Van Asbroeck 1-2/+15
2019-04-05power: supply: max14656: fix potential use-before-allocGravatar Sven Van Asbroeck 1-7/+7
2017-01-29power: supply: max14656: Export I2C and OF device ID as module aliasesGravatar Javier Martinez Canillas 1-0/+2
2017-01-17power: supply: max14656: fix platform_no_drv_owner.cocci warningsGravatar kbuild test robot 1-1/+0
2017-01-16power: supply: Add support for MAX14656 USB charger detectorGravatar Alexander Kurz 1-0/+326