summaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-sm5502.c
Commit message (Expand)AuthorAgeFilesLines
* extcon: sm5502: Add support for SM5504Stephan Gerhold2021-06-211-7/+125
* extcon: sm5502: Refactor driver to use chip-specific structStephan Gerhold2021-06-211-24/+44
* extcon: sm5502: Implement i2c_driver->probe_new()Stephan Gerhold2021-06-211-3/+2
* extcon: sm5502: Use devm_regmap_add_irq_chip()Stephan Gerhold2021-06-211-12/+2
* extcon: sm5502: Drop invalid register write in sm5502_reg_dataStephan Gerhold2021-06-211-1/+0
* extcon: sm5502: Detect OTG when USB_ID is connected to groundNikita Travkin2021-04-081-2/+20
* extcon: sm5502: Remove unneeded semicolonXu Wang2019-12-161-5/+5
* extcon: sm5502: remove redundant assignment to variable cable_typeColin Ian King2019-10-311-1/+1
* extcon: sm5502: Reset registers during initializationStephan Gerhold2019-10-111-0/+4
* extcon: sm5502: Add IRQ_ONESHOTVasyl Gomonovych2019-07-241-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* extcon: Split out extcon header file for consumer and provider deviceChanwoo Choi2017-10-231-1/+1
* extcon: Restructure multi-line comments to follow codingstyleSrikant Ritolia2017-01-091-2/+4
* extcon: Use the extcon_set_state_sync() instead of deprecated functionsChanwoo Choi2016-09-131-2/+2
* extcon: Add the EXTCON_CHG_USB_SDP to support SDP charing portChanwoo Choi2016-01-251-0/+4
* extcon: Use to_i2c_client for both rt8973a and sm5502Geliang Tang2016-01-251-2/+2
* extcon: Modify the id and name of external connectorChanwoo Choi2015-10-161-2/+2
* extcon: sm5502: fix handling regmap_irq_get_virq resultAndrzej Hajda2015-09-291-1/+1
* extcon: Export OF module alias information in missing driversJavier Martinez Canillas2015-09-291-0/+1
* extcon: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-08-101-1/+0
* extcon: Redefine the unique id of supported external connectors without 'enum...Chanwoo Choi2015-06-121-2/+2
* extcon: Use the unique id for external connector instead of stringChanwoo Choi2015-05-221-22/+10
* extcon: Remove the optional name of extcon deviceChanwoo Choi2015-05-191-1/+0
* extcon: Fix the checkpatch warningChanwoo Choi2015-03-071-3/+3
* extcon: sm5502: Drop useless includeJean Delvare2014-09-221-1/+0
* extcon: sm5502: Clean up codes by using checkpatch scriptChanwoo Choi2014-09-221-5/+4
* extcon: sm5502: Move sm5502.h header file to extcon directoryChanwoo Choi2014-09-221-6/+2
* extcon: sm5502: Fix bug to check cable typeChanwoo Choi2014-09-221-1/+1
* extcon: sm5502: Change internal hardware switch according to cable typeChanwoo Choi2014-07-231-5/+73
* extcon: sm5502: Detect cable state after completing platform bootingChanwoo Choi2014-07-231-0/+36
* extcon: sm5502: Add support new SM5502 extcon device driverChanwoo Choi2014-07-231-0/+620