All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm: socfpga: sr1500: Remove USB_GADGET
@ 2016-04-01 18:27 Semen Protsenko
  2016-04-03 14:34 ` Stefan Roese
  2016-04-12  2:28 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 7+ messages in thread
From: Semen Protsenko @ 2016-04-01 18:27 UTC (permalink / raw)
  To: u-boot

From: Sam Protsenko <semen.protsenko@linaro.org>

"buildman" tool revealed that USB_GADGET was enabled by mistake for this
board in process of moving that option to Kconfig. Remove it to bring
things back to correct state.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
---
 configs/socfpga_sr1500_defconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configs/socfpga_sr1500_defconfig b/configs/socfpga_sr1500_defconfig
index 2842fba..d499a14 100644
--- a/configs/socfpga_sr1500_defconfig
+++ b/configs/socfpga_sr1500_defconfig
@@ -21,5 +21,3 @@ CONFIG_DM_ETH=y
 CONFIG_ETH_DESIGNWARE=y
 CONFIG_SYS_NS16550=y
 CONFIG_CADENCE_QSPI=y
-CONFIG_USB=y
-CONFIG_USB_GADGET=y
-- 
2.8.0.rc3

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [U-Boot] [PATCH] arm: socfpga: sr1500: Remove USB_GADGET
  2016-04-01 18:27 [U-Boot] [PATCH] arm: socfpga: sr1500: Remove USB_GADGET Semen Protsenko
@ 2016-04-03 14:34 ` Stefan Roese
  2016-04-11 15:09   ` Sam Protsenko
  2016-04-12  2:28 ` [U-Boot] " Tom Rini
  1 sibling, 1 reply; 7+ messages in thread
From: Stefan Roese @ 2016-04-03 14:34 UTC (permalink / raw)
  To: u-boot

On 01.04.2016 20:27, Semen Protsenko wrote:
> From: Sam Protsenko <semen.protsenko@linaro.org>
>
> "buildman" tool revealed that USB_GADGET was enabled by mistake for this
> board in process of moving that option to Kconfig. Remove it to bring
> things back to correct state.
>
> Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>

Acked-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot] [PATCH] arm: socfpga: sr1500: Remove USB_GADGET
  2016-04-03 14:34 ` Stefan Roese
@ 2016-04-11 15:09   ` Sam Protsenko
  2016-04-11 15:41     ` Marek Vasut
  0 siblings, 1 reply; 7+ messages in thread
From: Sam Protsenko @ 2016-04-11 15:09 UTC (permalink / raw)
  To: u-boot

On Sun, Apr 3, 2016 at 5:34 PM, Stefan Roese <sr@denx.de> wrote:
> On 01.04.2016 20:27, Semen Protsenko wrote:
>>
>> From: Sam Protsenko <semen.protsenko@linaro.org>
>>
>> "buildman" tool revealed that USB_GADGET was enabled by mistake for this
>> board in process of moving that option to Kconfig. Remove it to bring
>> things back to correct state.
>>
>> Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
>
>
> Acked-by: Stefan Roese <sr@denx.de>
>
> Thanks,
> Stefan
>

Tom,

Can you please take a look and merge this patch?

Thanks.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot] [PATCH] arm: socfpga: sr1500: Remove USB_GADGET
  2016-04-11 15:09   ` Sam Protsenko
@ 2016-04-11 15:41     ` Marek Vasut
  2016-04-11 15:47       ` Sam Protsenko
  0 siblings, 1 reply; 7+ messages in thread
From: Marek Vasut @ 2016-04-11 15:41 UTC (permalink / raw)
  To: u-boot

On 04/11/2016 05:09 PM, Sam Protsenko wrote:
> On Sun, Apr 3, 2016 at 5:34 PM, Stefan Roese <sr@denx.de> wrote:
>> On 01.04.2016 20:27, Semen Protsenko wrote:
>>>
>>> From: Sam Protsenko <semen.protsenko@linaro.org>
>>>
>>> "buildman" tool revealed that USB_GADGET was enabled by mistake for this
>>> board in process of moving that option to Kconfig. Remove it to bring
>>> things back to correct state.
>>>
>>> Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
>>
>>
>> Acked-by: Stefan Roese <sr@denx.de>
>>
>> Thanks,
>> Stefan
>>
> 
> Tom,
> 
> Can you please take a look and merge this patch?

It would be fantastic if you kept me on CC. Such patches should go
through the socfpga tree. But it would be easier for Tom to pick it
this time so I dont have to roll another PR before rc1.

-- 
Best regards,
Marek Vasut

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot] [PATCH] arm: socfpga: sr1500: Remove USB_GADGET
  2016-04-11 15:41     ` Marek Vasut
@ 2016-04-11 15:47       ` Sam Protsenko
  2016-04-11 16:01         ` Marek Vasut
  0 siblings, 1 reply; 7+ messages in thread
From: Sam Protsenko @ 2016-04-11 15:47 UTC (permalink / raw)
  To: u-boot

On Mon, Apr 11, 2016 at 6:41 PM, Marek Vasut <marek.vasut@gmail.com> wrote:
> On 04/11/2016 05:09 PM, Sam Protsenko wrote:
>> On Sun, Apr 3, 2016 at 5:34 PM, Stefan Roese <sr@denx.de> wrote:
>>> On 01.04.2016 20:27, Semen Protsenko wrote:
>>>>
>>>> From: Sam Protsenko <semen.protsenko@linaro.org>
>>>>
>>>> "buildman" tool revealed that USB_GADGET was enabled by mistake for this
>>>> board in process of moving that option to Kconfig. Remove it to bring
>>>> things back to correct state.
>>>>
>>>> Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
>>>
>>>
>>> Acked-by: Stefan Roese <sr@denx.de>
>>>
>>> Thanks,
>>> Stefan
>>>
>>
>> Tom,
>>
>> Can you please take a look and merge this patch?
>
> It would be fantastic if you kept me on CC. Such patches should go
> through the socfpga tree. But it would be easier for Tom to pick it
> this time so I dont have to roll another PR before rc1.

Sure thing. I guess "get_maintainer.pl" didn't show you for this
patch, because it only affects configs/. But it's indeed socfpga
related, so I'll be more careful next time.

>
> --
> Best regards,
> Marek Vasut

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot] [PATCH] arm: socfpga: sr1500: Remove USB_GADGET
  2016-04-11 15:47       ` Sam Protsenko
@ 2016-04-11 16:01         ` Marek Vasut
  0 siblings, 0 replies; 7+ messages in thread
From: Marek Vasut @ 2016-04-11 16:01 UTC (permalink / raw)
  To: u-boot

On 04/11/2016 05:47 PM, Sam Protsenko wrote:
> On Mon, Apr 11, 2016 at 6:41 PM, Marek Vasut <marek.vasut@gmail.com> wrote:
>> On 04/11/2016 05:09 PM, Sam Protsenko wrote:
>>> On Sun, Apr 3, 2016 at 5:34 PM, Stefan Roese <sr@denx.de> wrote:
>>>> On 01.04.2016 20:27, Semen Protsenko wrote:
>>>>>
>>>>> From: Sam Protsenko <semen.protsenko@linaro.org>
>>>>>
>>>>> "buildman" tool revealed that USB_GADGET was enabled by mistake for this
>>>>> board in process of moving that option to Kconfig. Remove it to bring
>>>>> things back to correct state.
>>>>>
>>>>> Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
>>>>
>>>>
>>>> Acked-by: Stefan Roese <sr@denx.de>
>>>>
>>>> Thanks,
>>>> Stefan
>>>>
>>>
>>> Tom,
>>>
>>> Can you please take a look and merge this patch?
>>
>> It would be fantastic if you kept me on CC. Such patches should go
>> through the socfpga tree. But it would be easier for Tom to pick it
>> this time so I dont have to roll another PR before rc1.
> 
> Sure thing. I guess "get_maintainer.pl" didn't show you for this
> patch, because it only affects configs/. But it's indeed socfpga
> related, so I'll be more careful next time.

Thanks. All socfpga stuff goes to/through Dinh, Chin and me.

-- 
Best regards,
Marek Vasut

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot] arm: socfpga: sr1500: Remove USB_GADGET
  2016-04-01 18:27 [U-Boot] [PATCH] arm: socfpga: sr1500: Remove USB_GADGET Semen Protsenko
  2016-04-03 14:34 ` Stefan Roese
@ 2016-04-12  2:28 ` Tom Rini
  1 sibling, 0 replies; 7+ messages in thread
From: Tom Rini @ 2016-04-12  2:28 UTC (permalink / raw)
  To: u-boot

On Fri, Apr 01, 2016 at 09:27:50PM +0300, Semen Protsenko wrote:

> From: Sam Protsenko <semen.protsenko@linaro.org>
> 
> "buildman" tool revealed that USB_GADGET was enabled by mistake for this
> board in process of moving that option to Kconfig. Remove it to bring
> things back to correct state.
> 
> Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
> Acked-by: Stefan Roese <sr@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160411/0d59752b/attachment.sig>

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-04-12  2:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-01 18:27 [U-Boot] [PATCH] arm: socfpga: sr1500: Remove USB_GADGET Semen Protsenko
2016-04-03 14:34 ` Stefan Roese
2016-04-11 15:09   ` Sam Protsenko
2016-04-11 15:41     ` Marek Vasut
2016-04-11 15:47       ` Sam Protsenko
2016-04-11 16:01         ` Marek Vasut
2016-04-12  2:28 ` [U-Boot] " Tom Rini

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.