All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm: socfpga: Fix MAINTAINERS entry for CV/AV SoCDK
@ 2015-08-19 20:29 Marek Vasut
  2015-08-19 20:47 ` Marek Vasut
  0 siblings, 1 reply; 6+ messages in thread
From: Marek Vasut @ 2015-08-19 20:29 UTC (permalink / raw)
  To: u-boot

Repair the maintainer entries so they match the current state of code.

Signed-off-by: Marek Vasut <marex@denx.de>
---
 board/altera/arria5-socdk/MAINTAINERS   | 11 +++--------
 board/altera/cyclone5-socdk/MAINTAINERS |  2 +-
 2 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/board/altera/arria5-socdk/MAINTAINERS b/board/altera/arria5-socdk/MAINTAINERS
index 0482581..30f2477 100644
--- a/board/altera/arria5-socdk/MAINTAINERS
+++ b/board/altera/arria5-socdk/MAINTAINERS
@@ -2,11 +2,6 @@ SOCFPGA BOARD
 M:	Dinh Nguyen <dinguyen@altera.com>
 M:	Chin-Liang See <clsee@altera.com>
 S:	Maintained
-F:	board/altera/socfpga/
-F:	include/configs/socfpga_cyclone5.h
-F:	configs/socfpga_cyclone5_defconfig
-
-SOCRATES BOARD
-M:	Stefan Roese <sr@denx.de>
-S:	Maintained
-F:	configs/socfpga_socrates_defconfig
+F:	board/altera/arria5-socdk/
+F:	include/configs/socfpga_arria5.h
+F:	configs/socfpga_arria5_defconfig
diff --git a/board/altera/cyclone5-socdk/MAINTAINERS b/board/altera/cyclone5-socdk/MAINTAINERS
index 0482581..f218ca4 100644
--- a/board/altera/cyclone5-socdk/MAINTAINERS
+++ b/board/altera/cyclone5-socdk/MAINTAINERS
@@ -2,7 +2,7 @@ SOCFPGA BOARD
 M:	Dinh Nguyen <dinguyen@altera.com>
 M:	Chin-Liang See <clsee@altera.com>
 S:	Maintained
-F:	board/altera/socfpga/
+F:	board/altera/cyclone5-socdk/
 F:	include/configs/socfpga_cyclone5.h
 F:	configs/socfpga_cyclone5_defconfig
 
-- 
2.1.4

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

* [U-Boot] [PATCH] arm: socfpga: Fix MAINTAINERS entry for CV/AV SoCDK
  2015-08-19 20:29 [U-Boot] [PATCH] arm: socfpga: Fix MAINTAINERS entry for CV/AV SoCDK Marek Vasut
@ 2015-08-19 20:47 ` Marek Vasut
  2015-08-20  5:29   ` Michal Simek
  0 siblings, 1 reply; 6+ messages in thread
From: Marek Vasut @ 2015-08-19 20:47 UTC (permalink / raw)
  To: u-boot

On Wednesday, August 19, 2015 at 10:29:18 PM, Marek Vasut wrote:
> Repair the maintainer entries so they match the current state of code.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> ---

Michal, thanks for poking me about this, fixed.

Can you tell me how did you set up and use buildman to find this
one out please ?

Best regards,
Marek Vasut

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

* [U-Boot] [PATCH] arm: socfpga: Fix MAINTAINERS entry for CV/AV SoCDK
  2015-08-19 20:47 ` Marek Vasut
@ 2015-08-20  5:29   ` Michal Simek
  2015-08-21  4:06     ` Marek Vasut
  0 siblings, 1 reply; 6+ messages in thread
From: Michal Simek @ 2015-08-20  5:29 UTC (permalink / raw)
  To: u-boot

On 08/19/2015 10:47 PM, Marek Vasut wrote:
> On Wednesday, August 19, 2015 at 10:29:18 PM, Marek Vasut wrote:
>> Repair the maintainer entries so they match the current state of code.
>>
>> Signed-off-by: Marek Vasut <marex@denx.de>
>> ---
> 
> Michal, thanks for poking me about this, fixed.

ok then.

Reported-by: Michal Simek <michal.simek@xilinx.com>

> 
> Can you tell me how did you set up and use buildman to find this
> one out please ?

Just run it and this is shown at the start. There are several warnings
like that.

[u-boot]$ ./tools/buildman/buildman -b zynq zynq
WARNING: no status info for 'at91sam9g20ek_2mmc'
WARNING: no maintainers for 'at91sam9g20ek_2mmc'
WARNING: no status info for 'at91sam9rlek_mmc'
WARNING: no maintainers for 'at91sam9rlek_mmc'
WARNING: no status info for 'am335x_gp_evm'
WARNING: no maintainers for 'am335x_gp_evm'
WARNING: no status info for 'dra72_evm'
WARNING: no maintainers for 'dra72_evm'
WARNING: no status info for 'hikey'
WARNING: no maintainers for 'hikey'
WARNING: no status info for 'socfpga_arria5'
WARNING: no maintainers for 'socfpga_arria5'
WARNING: no status info for 'mx6qpsabreauto'
WARNING: no maintainers for 'mx6qpsabreauto'

Thanks,
Michal

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

* [U-Boot] [PATCH] arm: socfpga: Fix MAINTAINERS entry for CV/AV SoCDK
  2015-08-20  5:29   ` Michal Simek
@ 2015-08-21  4:06     ` Marek Vasut
  2015-08-21  5:25       ` Michal Simek
  0 siblings, 1 reply; 6+ messages in thread
From: Marek Vasut @ 2015-08-21  4:06 UTC (permalink / raw)
  To: u-boot

On Thursday, August 20, 2015 at 07:29:52 AM, Michal Simek wrote:
> On 08/19/2015 10:47 PM, Marek Vasut wrote:
> > On Wednesday, August 19, 2015 at 10:29:18 PM, Marek Vasut wrote:
> >> Repair the maintainer entries so they match the current state of code.
> >> 
> >> Signed-off-by: Marek Vasut <marex@denx.de>
> >> ---
> > 
> > Michal, thanks for poking me about this, fixed.
> 
> ok then.
> 
> Reported-by: Michal Simek <michal.simek@xilinx.com>

I'm so adding this one %^)

> > Can you tell me how did you set up and use buildman to find this
> > one out please ?
> 
> Just run it and this is shown at the start. There are several warnings
> like that.

You do need to set the buildman up to detect toolchains, right ?
I guess I should RTFM.

> [u-boot]$ ./tools/buildman/buildman -b zynq zynq
> WARNING: no status info for 'at91sam9g20ek_2mmc'
> WARNING: no maintainers for 'at91sam9g20ek_2mmc'
> WARNING: no status info for 'at91sam9rlek_mmc'
> WARNING: no maintainers for 'at91sam9rlek_mmc'
> WARNING: no status info for 'am335x_gp_evm'
> WARNING: no maintainers for 'am335x_gp_evm'
> WARNING: no status info for 'dra72_evm'
> WARNING: no maintainers for 'dra72_evm'
> WARNING: no status info for 'hikey'
> WARNING: no maintainers for 'hikey'
> WARNING: no status info for 'socfpga_arria5'
> WARNING: no maintainers for 'socfpga_arria5'
> WARNING: no status info for 'mx6qpsabreauto'
> WARNING: no maintainers for 'mx6qpsabreauto'
> 
> Thanks,
> Michal

Best regards,
Marek Vasut

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

* [U-Boot] [PATCH] arm: socfpga: Fix MAINTAINERS entry for CV/AV SoCDK
  2015-08-21  4:06     ` Marek Vasut
@ 2015-08-21  5:25       ` Michal Simek
  2015-08-21  5:32         ` Marek Vasut
  0 siblings, 1 reply; 6+ messages in thread
From: Michal Simek @ 2015-08-21  5:25 UTC (permalink / raw)
  To: u-boot

On 08/21/2015 06:06 AM, Marek Vasut wrote:
> On Thursday, August 20, 2015 at 07:29:52 AM, Michal Simek wrote:
>> On 08/19/2015 10:47 PM, Marek Vasut wrote:
>>> On Wednesday, August 19, 2015 at 10:29:18 PM, Marek Vasut wrote:
>>>> Repair the maintainer entries so they match the current state of code.
>>>>
>>>> Signed-off-by: Marek Vasut <marex@denx.de>
>>>> ---
>>>
>>> Michal, thanks for poking me about this, fixed.
>>
>> ok then.
>>
>> Reported-by: Michal Simek <michal.simek@xilinx.com>
> 
> I'm so adding this one %^)
> 
>>> Can you tell me how did you set up and use buildman to find this
>>> one out please ?
>>
>> Just run it and this is shown at the start. There are several warnings
>> like that.
> 
> You do need to set the buildman up to detect toolchains, right ?
> I guess I should RTFM.

IRC if toolchain is not autodetected it is downloaded. Just go through
readme there. It is pretty easy to setup.

Thanks,
Michal

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

* [U-Boot] [PATCH] arm: socfpga: Fix MAINTAINERS entry for CV/AV SoCDK
  2015-08-21  5:25       ` Michal Simek
@ 2015-08-21  5:32         ` Marek Vasut
  0 siblings, 0 replies; 6+ messages in thread
From: Marek Vasut @ 2015-08-21  5:32 UTC (permalink / raw)
  To: u-boot

On Friday, August 21, 2015 at 07:25:57 AM, Michal Simek wrote:
> On 08/21/2015 06:06 AM, Marek Vasut wrote:
> > On Thursday, August 20, 2015 at 07:29:52 AM, Michal Simek wrote:
> >> On 08/19/2015 10:47 PM, Marek Vasut wrote:
> >>> On Wednesday, August 19, 2015 at 10:29:18 PM, Marek Vasut wrote:
> >>>> Repair the maintainer entries so they match the current state of code.
> >>>> 
> >>>> Signed-off-by: Marek Vasut <marex@denx.de>
> >>>> ---
> >>> 
> >>> Michal, thanks for poking me about this, fixed.
> >> 
> >> ok then.
> >> 
> >> Reported-by: Michal Simek <michal.simek@xilinx.com>
> > 
> > I'm so adding this one %^)
> > 
> >>> Can you tell me how did you set up and use buildman to find this
> >>> one out please ?
> >> 
> >> Just run it and this is shown at the start. There are several warnings
> >> like that.
> > 
> > You do need to set the buildman up to detect toolchains, right ?
> > I guess I should RTFM.
> 
> IRC if toolchain is not autodetected it is downloaded. Just go through
> readme there. It is pretty easy to setup.

Thanks!

Best regards,
Marek Vasut

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

end of thread, other threads:[~2015-08-21  5:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-19 20:29 [U-Boot] [PATCH] arm: socfpga: Fix MAINTAINERS entry for CV/AV SoCDK Marek Vasut
2015-08-19 20:47 ` Marek Vasut
2015-08-20  5:29   ` Michal Simek
2015-08-21  4:06     ` Marek Vasut
2015-08-21  5:25       ` Michal Simek
2015-08-21  5:32         ` Marek Vasut

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.