All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] arm: rmobile: Add SILK board support
Date: Mon, 09 Feb 2015 03:18:41 +0300	[thread overview]
Message-ID: <54D7FCE1.4010103@cogentembedded.com> (raw)
In-Reply-To: <CABMQnV+6tw-HnttUSGdhFOJz4k5RM0VGNBNYZgdv9q9cLkOzgg@mail.gmail.com>

Hi Nobuhiro,

I apologize for missed qos.h header file in this commit.
Please do find it in upcoming patch.

Regards,
Vladimir

On 06.02.2015 08:10, Nobuhiro Iwamatsu wrote:
> Hi, Vladimir.
>
> Applied, thanks.
>
> Best regards,
>    Nobuhiro
>
> 2015-01-13 1:17 GMT+09:00 Vladimir Barinov
> <vladimir.barinov@cogentembedded.com>:
>> SILK is an entry level development board based on R-Car E2 SoC (R8A7794)
>>
>> This commit supports the following peripherals:
>> - SCIF, I2C, Ethernet, QSPI, MMC, USB Host
>>
>> Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
>> ---
>>   arch/arm/cpu/armv7/rmobile/Kconfig |   6 +-
>>   board/renesas/silk/Kconfig         |  12 +
>>   board/renesas/silk/MAINTAINERS     |   6 +
>>   board/renesas/silk/Makefile        |  10 +
>>   board/renesas/silk/qos.c           | 951 +++++++++++++++++++++++++++++++++++++
>>   board/renesas/silk/silk.c          | 175 +++++++
>>   configs/silk_defconfig             |   3 +
>>   include/configs/silk.h             | 117 +++++
>>   8 files changed, 1279 insertions(+), 1 deletion(-)
>>   create mode 100644 board/renesas/silk/Kconfig
>>   create mode 100644 board/renesas/silk/MAINTAINERS
>>   create mode 100644 board/renesas/silk/Makefile
>>   create mode 100644 board/renesas/silk/qos.c
>>   create mode 100644 board/renesas/silk/silk.c
>>   create mode 100644 configs/silk_defconfig
>>   create mode 100644 include/configs/silk.h
>>

  reply	other threads:[~2015-02-09  0:18 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-12 16:17 [U-Boot] [PATCH] arm: rmobile: Add SILK board support Vladimir Barinov
2015-01-14 16:27 ` Tom Rini
2015-02-06  5:10 ` Nobuhiro Iwamatsu
2015-02-09  0:18   ` Vladimir Barinov [this message]
2015-02-09  0:27     ` [U-Boot] [PATCH] arm: rmobile: Add missed header file for Silk board Vladimir Barinov
2015-02-10  6:01       ` Nobuhiro Iwamatsu
2015-02-10  6:00     ` [U-Boot] [PATCH] arm: rmobile: Add SILK board support Nobuhiro Iwamatsu

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=54D7FCE1.4010103@cogentembedded.com \
    --to=vladimir.barinov@cogentembedded.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 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.