Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1417458
| From | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RFC v4 6/7] ARM: exynos_defconfig: Enable EXTCON_USB_GPIO for Odroid XU3 USB OTG |
| Date | 2016-06-08 15:50 +0200 |
| Message-ID | <rHM1R-Pq-57@gated-at.bofh.it> (permalink) |
| References | <rHM1P-Pq-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
The USB 3.0 OTG requires working extcon for reporting VBUS/ID changes. This is provided by extcon-usb-gpio driver. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> --- arch/arm/configs/exynos_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index daf9762ec794..755c4de94eca 100644 --- a/arch/arm/configs/exynos_defconfig +++ b/arch/arm/configs/exynos_defconfig @@ -219,6 +219,7 @@ CONFIG_COMMON_CLK_MAX77686=y CONFIG_COMMON_CLK_MAX77802=y CONFIG_COMMON_CLK_S2MPS11=y CONFIG_EXTCON=y +CONFIG_EXTCON_USB_GPIO=y CONFIG_EXTCON_MAX14577=y CONFIG_EXTCON_MAX77693=y CONFIG_EXTCON_MAX8997=y -- 1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[RFC v4 0/7] extcon: usb-gpio: fixes and improvements Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-06-08 15:50 +0200
[RFC v4 2/7] Revert "extcon: usb-gpio: switch to use pm wakeirq apis" Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-06-08 15:50 +0200
Re: [RFC v4 2/7] Revert "extcon: usb-gpio: switch to use pm wakeirq apis" Roger Quadros <rogerq@ti.com> - 2016-06-09 10:10 +0200
Re: [RFC v4 2/7] Revert "extcon: usb-gpio: switch to use pm wakeirq apis" Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-06-09 10:20 +0200
Re: [RFC v4 2/7] Revert "extcon: usb-gpio: switch to use pm wakeirq apis" Roger Quadros <rogerq@ti.com> - 2016-06-09 10:30 +0200
[RFC v4 6/7] ARM: exynos_defconfig: Enable EXTCON_USB_GPIO for Odroid XU3 USB OTG Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-06-08 15:50 +0200
[RFC v4 7/7] ARM: dts: exynos: Add extcon-usb-gpio node for Odroid XU3 Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-06-08 15:50 +0200
[RFC v4 1/7] Documentation: extcon: usb-gpio: update usb-gpio binding description Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-06-08 15:50 +0200
Re: [RFC v4 1/7] Documentation: extcon: usb-gpio: update usb-gpio binding description Rob Herring <robh@kernel.org> - 2016-06-10 16:10 +0200
[RFC v4 3/7] extcon: Add raw VBUS and ID cable states Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-06-08 16:00 +0200
[RFC v4 4/7] extcon: usb-gpio: Add support for VBUS detection Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-06-08 16:00 +0200
Re: [RFC v4 4/7] extcon: usb-gpio: Add support for VBUS detection Roger Quadros <rogerq@ti.com> - 2016-06-09 10:40 +0200
Re: [RFC v4 4/7] extcon: usb-gpio: Add support for VBUS detection Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-06-09 10:50 +0200
Re: [RFC v4 4/7] extcon: usb-gpio: Add support for VBUS detection Roger Quadros <rogerq@ti.com> - 2016-06-09 14:20 +0200
Re: [RFC v4 4/7] extcon: usb-gpio: Add support for VBUS detection Roger Quadros <rogerq@ti.com> - 2016-06-09 10:50 +0200
Re: [RFC v4 0/7] extcon: usb-gpio: fixes and improvements Chanwoo Choi <cw00.choi@samsung.com> - 2016-06-09 10:40 +0200
Re: [RFC v4 0/7] extcon: usb-gpio: fixes and improvements Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-06-09 10:40 +0200
Re: [RFC v4 0/7] extcon: usb-gpio: fixes and improvements Chanwoo Choi <cw00.choi@samsung.com> - 2016-06-09 11:40 +0200
csiph-web