summaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-fsa9480.c
Commit message (Collapse)AuthorAgeFilesLines
* extcon: fsa9480: Support TI TSU6111 variantLinus Walleij2020-12-111-0/+1
| | | | | | | | The Texas Instruments TSU6111 is compatible to the FSA880/FSA9480. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
* extcon: fsa9480: Support the FSA880 variantLinus Walleij2019-07-241-0/+1
| | | | | | | | | | The older compatible variant of this chip is called FSA880 and works the same way, if we need some quirks in the future, it is good to let it have its own compatible string. Cc: devicetree@vger.kernel.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
* extcon: Add fsa9480 extcon driverTomasz Figa2019-06-221-0/+395
This patch adds extcon driver for Fairchild Semiconductor FSA9480 microUSB switch. Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com> Signed-off-by: Jonathan Bakker <xc-racer2@live.ca> Signed-off-by: Paweł Chmiel <pawel.mikolaj.chmiel@gmail.com> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>