All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <k.kozlowski@samsung.com>
To: Anand Moon <linux.amoon@gmail.com>
Cc: Russell King <linux@arm.linux.org.uk>,
	Kukjin Kim <kgene@kernel.org>,
	Javier Martinez Canillas <javier@osg.samsung.com>,
	Lukasz Majewski <l.majewski@samsung.com>,
	Thierry Reding <treding@nvidia.com>,
	Andreas Faerber <afaerber@suse.de>, Arnd Bergmann <arnd@arndb.de>,
	Olof Johansson <olof@lixom.net>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Lee Jones <lee.jones@linaro.org>,
	Tomeu Vizoso <tomeu.vizoso@collabora.com>,
	Alexandre Belloni <alexandre.belloni@free-electrons.com>,
	Ray Jui <rjui@broadcom.com>,
	linux-arm-kernel@lists.infradead.org,
	"linux-samsung-soc@vger.kernel.org"
	<linux-samsung-soc@vger.kernel.org>,
	Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 1/2] ARM: exynos_defconfig: Enable rtl8152 ethernet driver for Odroid-XU4
Date: Mon, 05 Oct 2015 16:06:33 +0900	[thread overview]
Message-ID: <56122179.1050403@samsung.com> (raw)
In-Reply-To: <CANAwSgSCfy_X+HD2NdoeGxSV5srv_a+vzw8Gs94PgVkwn2ZjwA@mail.gmail.com>

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

WARNING: multiple messages have this Message-ID (diff)
From: k.kozlowski@samsung.com (Krzysztof Kozlowski)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM: exynos_defconfig: Enable rtl8152 ethernet driver for Odroid-XU4
Date: Mon, 05 Oct 2015 16:06:33 +0900	[thread overview]
Message-ID: <56122179.1050403@samsung.com> (raw)
In-Reply-To: <CANAwSgSCfy_X+HD2NdoeGxSV5srv_a+vzw8Gs94PgVkwn2ZjwA@mail.gmail.com>

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

  reply	other threads:[~2015-10-05  7:06 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-05  6:29 [PATCH 1/2] ARM: exynos_defconfig: Enable rtl8152 ethernet driver for Odroid-XU4 Anand Moon
2015-10-05  6:29 ` Anand Moon
2015-10-05  6:29 ` [PATCH 2/2] ARM: multi_v7_defconfig: " Anand Moon
2015-10-05  6:29   ` Anand Moon
2015-10-05  7:14   ` Lee Jones
2015-10-05  7:14     ` Lee Jones
2015-10-05  6:38 ` [PATCH 1/2] ARM: exynos_defconfig: " Krzysztof Kozlowski
2015-10-05  6:38   ` Krzysztof Kozlowski
2015-10-05  7:04   ` Anand Moon
2015-10-05  7:04     ` Anand Moon
2015-10-05  7:06     ` Krzysztof Kozlowski [this message]
2015-10-05  7:06       ` Krzysztof Kozlowski
2015-10-05  7:14 ` Lee Jones
2015-10-05  7:14   ` Lee Jones

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56122179.1050403@samsung.com \
    --to=k.kozlowski@samsung.com \
    --cc=afaerber@suse.de \
    --cc=alexandre.belloni@free-electrons.com \
    --cc=arnd@arndb.de \
    --cc=geert+renesas@glider.be \
    --cc=javier@osg.samsung.com \
    --cc=kgene@kernel.org \
    --cc=l.majewski@samsung.com \
    --cc=lee.jones@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux.amoon@gmail.com \
    --cc=linux@arm.linux.org.uk \
    --cc=olof@lixom.net \
    --cc=rjui@broadcom.com \
    --cc=tomeu.vizoso@collabora.com \
    --cc=treding@nvidia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.