From: "Andreas Bießmann" <andreas.devel@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot,v3] ARM: Add Support for the VInCo platform
Date: Fri, 19 Feb 2016 09:48:09 +0100 [thread overview]
Message-ID: <56C6D6C9.1010400@gmail.com> (raw)
In-Reply-To: <87povtp1io.fsf@free-electrons.com>
Hi Gregory,
just ran another complete build an realized that you missed to add an
MAINTAINERS entry for the vinco files:
---8<---
abiessmann@punisher % ./tools/buildman/buildman -o
/tmp/uboot-build-atmel arm avr32
WARNING: no status info for 'ds414'
WARNING: no maintainers for 'ds414'
WARNING: no status info for 'ls1043aqds_lpuart'
WARNING: no maintainers for 'ls1043aqds_lpuart'
WARNING: no status info for 'vinco'
WARNING: no maintainers for 'vinco'
WARNING: no status info for 'evb-rk3036'
WARNING: no maintainers for 'evb-rk3036'
WARNING: no status info for 'hikey'
WARNING: no maintainers for 'hikey'
WARNING: no status info for 'kylin-rk3036'
WARNING: no maintainers for 'kylin-rk3036'
Building current source for 534 boards (8 threads, 1 job per thread)
--->8---
Could you please send a followup patch?
Andreas
On 19.02.2016 09:06, Gregory CLEMENT wrote:
> Hi Andreas,
>
> On jeu., f?vr. 18 2016, Andreas Bie?mann <andreas.devel@googlemail.com> wrote:
>
>> Dear Gregory CLEMENT,
>>
>> Gregory CLEMENT <gregory.clement@free-electrons.com> writes:
>>> The Versatile Industrial Communication platform is a community oriented
>>> board from Landis + Gyr. It comes with:
>>> - an RS-485 port
>>> - 2 Ethernet ports
>>> - a wireless M-BUS
>>> - a 4G modem
>>> - a 4MB SPI flash
>>> - a 4GB eMMC
>>>
>>> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
>>> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
>>> [rebase on current TOT]
>>> Signed-off-by: Andreas Bie?mann <andreas.devel@googlemail.com>
>>> ---
>>> arch/arm/mach-at91/Kconfig | 6 ++
>>> board/l+g/vinco/Kconfig | 12 +++
>>> board/l+g/vinco/Makefile | 1 +
>>> board/l+g/vinco/vinco.c | 212 +++++++++++++++++++++++++++++++++++++++++++++
>>> configs/vinco_defconfig | 13 +++
>>> include/configs/vinco.h | 168 +++++++++++++++++++++++++++++++++++
>>> 6 files changed, 412 insertions(+)
>>> create mode 100644 board/l+g/vinco/Kconfig
>>> create mode 100644 board/l+g/vinco/Makefile
>>> create mode 100644 board/l+g/vinco/vinco.c
>>> create mode 100644 configs/vinco_defconfig
>>> create mode 100644 include/configs/vinco.h
>>
>> applied to u-boot-atmel/master, thanks!
>>
>> I had to rebase and remove an empty newline at EOF
>> in vinco.h.
>
> Thanks!
>
> Gregory
>
>>
>> Best regards,
>> Andreas Bie?mann
>
next prev parent reply other threads:[~2016-02-19 8:48 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-03 2:16 [U-Boot] [PATCH v4 0/5] ARM: at91: improve peripheral and system clock handle functions Wenyou Yang
2016-02-03 2:16 ` [U-Boot] [PATCH v4 1/5] ARM: at91: asm/at91_pmc.h: fix trival register offset Wenyou Yang
2016-02-18 21:27 ` [U-Boot] [U-Boot, v4, " Andreas Bießmann
2015-12-16 16:01 ` [U-Boot] [PATCH v3] ARM: Add Support for the VInCo platform Gregory CLEMENT
2016-01-21 11:08 ` Gregory CLEMENT
2016-01-21 11:32 ` Andreas Bießmann
2016-01-21 14:11 ` Gregory CLEMENT
2016-01-24 22:23 ` Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] [U-Boot, v4, 2/5] ARM: at91: clock: add a new file to handle clock Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] [U-Boot, v4, 3/5] ARM: cpu: at91: clean up peripheral clock code Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] [U-Boot, v4, 4/5] board: atmel: " Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] [U-Boot, v4, 5/5] drivers: at91: " Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] [U-Boot, v3, 1/4] ARM: at91: clock: add UTMI PLL enable/disable function Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] [U-Boot, v3, 2/4] ARM: at91: armv7: clean up UTMI PLL handle code Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] [U-Boot, v3, 3/4] drivers: usb: atmel: clean up the UTMI PLL code Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] [U-Boot, v3, 4/4] board: atmel: siemens: clean up " Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] [U-Boot, v4, 1/3] ARM: at91: clock: add PLLB enable/disable functions Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] [U-Boot, v4, 2/3] drivers: usb: ohci-at91: clean up the PLLB code Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] [U-Boot, v4, 3/3] board: atmel: siemens: clean up " Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] [U-Boot, v3, 1/3] ARM: at91: clock: add PMC_PLLICPR init function Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] [U-Boot, v3, 2/3] ARM: at91: clean up the PMC_PLLICPR init code Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] [U-Boot, v3, 3/3] board: atmel: " Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] siemens,at91: enable features for smartweb Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] arm: at91: Add support for DENX MA5D4 SoM and EVK Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] [U-Boot, v2] ARM: at91: sama5d2: configure the L2 cache memory Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] [U-Boot,v3] ARM: Add Support for the VInCo platform Andreas Bießmann
2016-02-19 8:06 ` Gregory CLEMENT
2016-02-19 8:48 ` Andreas Bießmann [this message]
2016-02-03 2:16 ` [U-Boot] [PATCH v4 2/5] ARM: at91: clock: add a new file to handle clock Wenyou Yang
2016-02-18 20:29 ` [U-Boot] [U-Boot, v4, " Andreas Bießmann
2016-02-03 2:16 ` [U-Boot] [PATCH v4 3/5] ARM: cpu: at91: clean up peripheral clock code Wenyou Yang
2016-02-03 2:16 ` [U-Boot] [PATCH v4 4/5] board: atmel: " Wenyou Yang
2016-02-03 2:16 ` [U-Boot] [PATCH v4 5/5] drivers: at91: " Wenyou Yang
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=56C6D6C9.1010400@gmail.com \
--to=andreas.devel@googlemail.com \
--cc=u-boot@lists.denx.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox