summaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-ptn5150.c
Commit message (Expand)AuthorAgeFilesLines
* extcon: ptn5150: Do not print error during probe if nothing is attachedKrzysztof Kozlowski2020-09-301-1/+0
* extcon: ptn5150: Use defines for registersKrzysztof Kozlowski2020-09-241-12/+10
* extcon: ptn5150: Set the VBUS and POLARITY property capabilityRamuthevar Vadivel Murugan2020-09-241-0/+7
* extcon: ptn5150: Switch to GENMASK() and BIT() macrosRamuthevar Vadivel Murugan2020-09-241-32/+11
* extcon: ptn5150: Deduplicate parts of dev_err_probe()Andy Shevchenko2020-09-241-9/+5
* extcon: ptn5150: Convert to .probe_newKrzysztof Kozlowski2020-09-241-3/+2
* extcon: ptn5150: Convert to module_i2c_driverKrzysztof Kozlowski2020-09-241-6/+1
* extcon: ptn5150: Reduce the amount of logs on deferred probeKrzysztof Kozlowski2020-09-241-5/+6
* extcon: ptn5150: Make 'vbus-gpios' optionalKrzysztof Kozlowski2020-09-241-2/+8
* extcon: ptn5150: Check current USB mode when probingKrzysztof Kozlowski2020-09-241-43/+49
* extcon: ptn5150: Lower the noisiness of probeKrzysztof Kozlowski2020-09-241-2/+2
* extcon: ptn5150: Simplify getting vbus-gpios with flagsKrzysztof Kozlowski2020-09-241-6/+1
* extcon: ptn5150: Use generic "interrupts" propertyKrzysztof Kozlowski2020-09-241-15/+18
* extcon: ptn5150: Fix usage of atomic GPIO with sleeping GPIO chipsKrzysztof Kozlowski2020-09-241-4/+4
* extcon: ptn5150: Fix return value check in ptn5150_i2c_probe()Wei Yongjun2019-02-111-4/+4
* extcon: Add support for ptn5150 extcon driverVijai Kumar K2019-02-111-0/+339