Searched hist:d97c0ff5a124f48109c4b32d6471c7bccd497009 (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/extcon/ |
H A D | extcon-sm5502.h | diff d97c0ff5a124f48109c4b32d6471c7bccd497009 Thu Jun 03 10:52:22 CEST 2021 Stephan Gerhold <stephan@gerhold.net> extcon: sm5502: Add support for SM5504
SM5504 is another MUIC from Silicon Mitus that is fairly similar to SM5502. They seem to use the same register set, but:
- SM5504 has some additional bits in SM5502_REG_CONTROL - SM5504 has a quite different set of interrupts - SM5504 reports USB OTG as dev_type1 = BIT(0) instead of BIT(7)
Overall it's minor and we can support this by defining a separate struct sm5502_type for SM5504.
Signed-off-by: Stephan Gerhold <stephan@gerhold.net> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
|
H A D | extcon-sm5502.c | diff d97c0ff5a124f48109c4b32d6471c7bccd497009 Thu Jun 03 10:52:22 CEST 2021 Stephan Gerhold <stephan@gerhold.net> extcon: sm5502: Add support for SM5504
SM5504 is another MUIC from Silicon Mitus that is fairly similar to SM5502. They seem to use the same register set, but:
- SM5504 has some additional bits in SM5502_REG_CONTROL - SM5504 has a quite different set of interrupts - SM5504 reports USB OTG as dev_type1 = BIT(0) instead of BIT(7)
Overall it's minor and we can support this by defining a separate struct sm5502_type for SM5504.
Signed-off-by: Stephan Gerhold <stephan@gerhold.net> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
|
H A D | Kconfig | diff d97c0ff5a124f48109c4b32d6471c7bccd497009 Thu Jun 03 10:52:22 CEST 2021 Stephan Gerhold <stephan@gerhold.net> extcon: sm5502: Add support for SM5504
SM5504 is another MUIC from Silicon Mitus that is fairly similar to SM5502. They seem to use the same register set, but:
- SM5504 has some additional bits in SM5502_REG_CONTROL - SM5504 has a quite different set of interrupts - SM5504 reports USB OTG as dev_type1 = BIT(0) instead of BIT(7)
Overall it's minor and we can support this by defining a separate struct sm5502_type for SM5504.
Signed-off-by: Stephan Gerhold <stephan@gerhold.net> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
|