All of lore.kernel.org
 help / color / mirror / Atom feed
From: xuwei5@hisilicon.com (Wei Xu)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] HiSilicon LPC defconfig and DT patches
Date: Fri, 11 May 2018 15:00:28 +0100	[thread overview]
Message-ID: <5AF5A1FC.5000900@hisilicon.com> (raw)
In-Reply-To: <1525101342-27120-1-git-send-email-john.garry@huawei.com>

Hi John,

On 2018/4/30 16:15, John Garry wrote:
> This series introduces 3 patches, to enable the
> HISILICON_LPC config in the arm64 defconfig
> and also add the relevant LPC DT entries.
> 
> For hip06 UART support, we depend on this patch:
> https://lkml.org/lkml/2018/4/27/258
> 
> John Garry (3):
>   arm64: defconfig: Enable HISILICON_LPC
>   arm64: dts: hisi: Enable Hisi LPC node for hip06
>   arm64: dts: hisi: Enable Hisi LPC node for hip07
> 
>  arch/arm64/boot/dts/hisilicon/hip06-d03.dts |  8 ++++++++
>  arch/arm64/boot/dts/hisilicon/hip06.dtsi    | 21 +++++++++++++++++++++
>  arch/arm64/boot/dts/hisilicon/hip07-d05.dts |  4 ++++
>  arch/arm64/boot/dts/hisilicon/hip07.dtsi    | 14 ++++++++++++++
>  arch/arm64/configs/defconfig                |  1 +
>  5 files changed, 48 insertions(+)
> 

Series applied into the hisilicon tree.
Thanks!

BR,
Wei

WARNING: multiple messages have this Message-ID (diff)
From: Wei Xu <xuwei5@hisilicon.com>
To: John Garry <john.garry@huawei.com>
Cc: linux-arm-kernel@lists.infradead.org, linuxarm@huawei.com,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	xuwei5@hisilicon.com
Subject: Re: [PATCH 0/3] HiSilicon LPC defconfig and DT patches
Date: Fri, 11 May 2018 15:00:28 +0100	[thread overview]
Message-ID: <5AF5A1FC.5000900@hisilicon.com> (raw)
In-Reply-To: <1525101342-27120-1-git-send-email-john.garry@huawei.com>

Hi John,

On 2018/4/30 16:15, John Garry wrote:
> This series introduces 3 patches, to enable the
> HISILICON_LPC config in the arm64 defconfig
> and also add the relevant LPC DT entries.
> 
> For hip06 UART support, we depend on this patch:
> https://lkml.org/lkml/2018/4/27/258
> 
> John Garry (3):
>   arm64: defconfig: Enable HISILICON_LPC
>   arm64: dts: hisi: Enable Hisi LPC node for hip06
>   arm64: dts: hisi: Enable Hisi LPC node for hip07
> 
>  arch/arm64/boot/dts/hisilicon/hip06-d03.dts |  8 ++++++++
>  arch/arm64/boot/dts/hisilicon/hip06.dtsi    | 21 +++++++++++++++++++++
>  arch/arm64/boot/dts/hisilicon/hip07-d05.dts |  4 ++++
>  arch/arm64/boot/dts/hisilicon/hip07.dtsi    | 14 ++++++++++++++
>  arch/arm64/configs/defconfig                |  1 +
>  5 files changed, 48 insertions(+)
> 

Series applied into the hisilicon tree.
Thanks!

BR,
Wei

WARNING: multiple messages have this Message-ID (diff)
From: Wei Xu <xuwei5@hisilicon.com>
To: John Garry <john.garry@huawei.com>
Cc: <linux-arm-kernel@lists.infradead.org>, <linuxarm@huawei.com>,
	<linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<xuwei5@hisilicon.com>
Subject: Re: [PATCH 0/3] HiSilicon LPC defconfig and DT patches
Date: Fri, 11 May 2018 15:00:28 +0100	[thread overview]
Message-ID: <5AF5A1FC.5000900@hisilicon.com> (raw)
In-Reply-To: <1525101342-27120-1-git-send-email-john.garry@huawei.com>

Hi John,

On 2018/4/30 16:15, John Garry wrote:
> This series introduces 3 patches, to enable the
> HISILICON_LPC config in the arm64 defconfig
> and also add the relevant LPC DT entries.
> 
> For hip06 UART support, we depend on this patch:
> https://lkml.org/lkml/2018/4/27/258
> 
> John Garry (3):
>   arm64: defconfig: Enable HISILICON_LPC
>   arm64: dts: hisi: Enable Hisi LPC node for hip06
>   arm64: dts: hisi: Enable Hisi LPC node for hip07
> 
>  arch/arm64/boot/dts/hisilicon/hip06-d03.dts |  8 ++++++++
>  arch/arm64/boot/dts/hisilicon/hip06.dtsi    | 21 +++++++++++++++++++++
>  arch/arm64/boot/dts/hisilicon/hip07-d05.dts |  4 ++++
>  arch/arm64/boot/dts/hisilicon/hip07.dtsi    | 14 ++++++++++++++
>  arch/arm64/configs/defconfig                |  1 +
>  5 files changed, 48 insertions(+)
> 

Series applied into the hisilicon tree.
Thanks!

BR,
Wei

  parent reply	other threads:[~2018-05-11 14:00 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-30 15:15 [PATCH 0/3] HiSilicon LPC defconfig and DT patches John Garry
2018-04-30 15:15 ` John Garry
2018-04-30 15:15 ` John Garry
2018-04-30 15:15 ` [PATCH 1/3] arm64: defconfig: Enable HISILICON_LPC John Garry
2018-04-30 15:15   ` John Garry
2018-04-30 15:15   ` John Garry
2018-04-30 15:15 ` [PATCH 2/3] arm64: dts: hisi: Enable Hisi LPC node for hip06 John Garry
2018-04-30 15:15   ` John Garry
2018-04-30 15:15   ` John Garry
2018-04-30 15:15 ` [PATCH 3/3] arm64: dts: hisi: Enable Hisi LPC node for hip07 John Garry
2018-04-30 15:15   ` John Garry
2018-04-30 15:15   ` John Garry
2018-05-11 14:00 ` Wei Xu [this message]
2018-05-11 14:00   ` [PATCH 0/3] HiSilicon LPC defconfig and DT patches Wei Xu
2018-05-11 14:00   ` Wei Xu

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=5AF5A1FC.5000900@hisilicon.com \
    --to=xuwei5@hisilicon.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.