Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1239302 > unrolled thread
| Started by | Anand Moon <linux.amoon@gmail.com> |
|---|---|
| First post | 2015-10-05 08:40 +0200 |
| Last post | 2015-10-05 09:20 +0200 |
| Articles | 5 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH 1/2] ARM: exynos_defconfig: Enable rtl8152 ethernet driver for Odroid-XU4 Anand Moon <linux.amoon@gmail.com> - 2015-10-05 08:40 +0200
Re: [PATCH 1/2] ARM: exynos_defconfig: Enable rtl8152 ethernet driver for Odroid-XU4 Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-10-05 08:40 +0200
Re: [PATCH 1/2] ARM: exynos_defconfig: Enable rtl8152 ethernet driver for Odroid-XU4 Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-10-05 09:10 +0200
Re: [PATCH 1/2] ARM: exynos_defconfig: Enable rtl8152 ethernet driver for Odroid-XU4 Anand Moon <linux.amoon@gmail.com> - 2015-10-05 09:10 +0200
Re: [PATCH 1/2] ARM: exynos_defconfig: Enable rtl8152 ethernet driver for Odroid-XU4 Lee Jones <lee.jones@linaro.org> - 2015-10-05 09:20 +0200
| From | Anand Moon <linux.amoon@gmail.com> |
|---|---|
| Date | 2015-10-05 08:40 +0200 |
| Subject | [PATCH 1/2] ARM: exynos_defconfig: Enable rtl8152 ethernet driver for Odroid-XU4 |
| Message-ID | <qg7Bg-7Ne-5@gated-at.bofh.it> |
Enable CONFIG_USB_RTL8152 for Odroid-XU4. Signed-off-by: Anand Moon <linux.amoon@gmail.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 1ff2bfa..5d1937b 100644 --- a/arch/arm/configs/exynos_defconfig +++ b/arch/arm/configs/exynos_defconfig @@ -61,6 +61,7 @@ CONFIG_BLK_DEV_DM=y CONFIG_DM_CRYPT=m CONFIG_NETDEVICES=y CONFIG_SMSC911X=y +CONFIG_USB_RTL8152=y CONFIG_USB_USBNET=y CONFIG_USB_NET_SMSC75XX=y CONFIG_USB_NET_SMSC95XX=y -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| Date | 2015-10-05 08:40 +0200 |
| Subject | Re: [PATCH 1/2] ARM: exynos_defconfig: Enable rtl8152 ethernet driver for Odroid-XU4 |
| Message-ID | <qg7Bg-7Ne-7@gated-at.bofh.it> |
| In reply to | #1239302 |
On 05.10.2015 15:29, Anand Moon wrote: > Enable CONFIG_USB_RTL8152 for Odroid-XU4. Why? Best regards, Krzysztof > > Signed-off-by: Anand Moon <linux.amoon@gmail.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 1ff2bfa..5d1937b 100644 > --- a/arch/arm/configs/exynos_defconfig > +++ b/arch/arm/configs/exynos_defconfig > @@ -61,6 +61,7 @@ CONFIG_BLK_DEV_DM=y > CONFIG_DM_CRYPT=m > CONFIG_NETDEVICES=y > CONFIG_SMSC911X=y > +CONFIG_USB_RTL8152=y > CONFIG_USB_USBNET=y > CONFIG_USB_NET_SMSC75XX=y > CONFIG_USB_NET_SMSC95XX=y > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| Date | 2015-10-05 09:10 +0200 |
| Subject | Re: [PATCH 1/2] ARM: exynos_defconfig: Enable rtl8152 ethernet driver for Odroid-XU4 |
| Message-ID | <qg84h-94-1@gated-at.bofh.it> |
| In reply to | #1239303 |
On 05.10.2015 16:04, Anand Moon wrote: > hi Krzysztof, > > On 5 October 2015 at 12:08, Krzysztof Kozlowski <k.kozlowski@samsung.com> wrote: >> On 05.10.2015 15:29, Anand Moon wrote: >>> Enable CONFIG_USB_RTL8152 for Odroid-XU4. >> >> Why? >> >> Best regards, >> Krzysztof >> >>> >>> Signed-off-by: Anand Moon <linux.amoon@gmail.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 1ff2bfa..5d1937b 100644 >>> --- a/arch/arm/configs/exynos_defconfig >>> +++ b/arch/arm/configs/exynos_defconfig >>> @@ -61,6 +61,7 @@ CONFIG_BLK_DEV_DM=y >>> CONFIG_DM_CRYPT=m >>> CONFIG_NETDEVICES=y >>> CONFIG_SMSC911X=y >>> +CONFIG_USB_RTL8152=y >>> CONFIG_USB_USBNET=y >>> CONFIG_USB_NET_SMSC75XX=y >>> CONFIG_USB_NET_SMSC95XX=y >>> >> > > Odroid XU4 supports RTL8152/RTL8153 Based USB 3.0 Ethernet Adapters. > > Will send v2 version of the patch. Right, just add that sentence to both of the patches. It will be enough. Best regards, Krzysztof -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Anand Moon <linux.amoon@gmail.com> |
|---|---|
| Date | 2015-10-05 09:10 +0200 |
| Subject | Re: [PATCH 1/2] ARM: exynos_defconfig: Enable rtl8152 ethernet driver for Odroid-XU4 |
| Message-ID | <qg84h-94-3@gated-at.bofh.it> |
| In reply to | #1239303 |
hi Krzysztof, On 5 October 2015 at 12:08, Krzysztof Kozlowski <k.kozlowski@samsung.com> wrote: > On 05.10.2015 15:29, Anand Moon wrote: >> Enable CONFIG_USB_RTL8152 for Odroid-XU4. > > Why? > > Best regards, > Krzysztof > >> >> Signed-off-by: Anand Moon <linux.amoon@gmail.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 1ff2bfa..5d1937b 100644 >> --- a/arch/arm/configs/exynos_defconfig >> +++ b/arch/arm/configs/exynos_defconfig >> @@ -61,6 +61,7 @@ CONFIG_BLK_DEV_DM=y >> CONFIG_DM_CRYPT=m >> CONFIG_NETDEVICES=y >> CONFIG_SMSC911X=y >> +CONFIG_USB_RTL8152=y >> CONFIG_USB_USBNET=y >> CONFIG_USB_NET_SMSC75XX=y >> CONFIG_USB_NET_SMSC95XX=y >> > Odroid XU4 supports RTL8152/RTL8153 Based USB 3.0 Ethernet Adapters. Will send v2 version of the patch. -Anand Moon -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Date | 2015-10-05 09:20 +0200 |
| Subject | Re: [PATCH 1/2] ARM: exynos_defconfig: Enable rtl8152 ethernet driver for Odroid-XU4 |
| Message-ID | <qg8dX-ky-15@gated-at.bofh.it> |
| In reply to | #1239302 |
On Mon, 05 Oct 2015, Anand Moon wrote: > Enable CONFIG_USB_RTL8152 for Odroid-XU4. > > Signed-off-by: Anand Moon <linux.amoon@gmail.com> > --- > arch/arm/configs/exynos_defconfig | 1 + > 1 file changed, 1 insertion(+) Why have you sent this to me? Please be more selective with your recipient list. > diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig > index 1ff2bfa..5d1937b 100644 > --- a/arch/arm/configs/exynos_defconfig > +++ b/arch/arm/configs/exynos_defconfig > @@ -61,6 +61,7 @@ CONFIG_BLK_DEV_DM=y > CONFIG_DM_CRYPT=m > CONFIG_NETDEVICES=y > CONFIG_SMSC911X=y > +CONFIG_USB_RTL8152=y > CONFIG_USB_USBNET=y > CONFIG_USB_NET_SMSC75XX=y > CONFIG_USB_NET_SMSC95XX=y -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web