All of lore.kernel.org
 help / color / mirror / Atom feed
From: maxime.coquelin@st.com (Maxime Coquelin)
To: linux-arm-kernel@lists.infradead.org
Subject: [STLinux Kernel] [PATCH 00/13] ARM: STi: Clear-up dangling patches
Date: Wed, 13 May 2015 11:27:11 +0200	[thread overview]
Message-ID: <555318EF.7030603@st.com> (raw)
In-Reply-To: <1431435110-22595-1-git-send-email-lee.jones@linaro.org>

Hi Lee,

On 05/12/2015 02:51 PM, Lee Jones wrote:
> These patches have all been on the list for some time now.
> I've taken the liberty of collecting them all up to send
> as a single batch.
>
> Lee Jones (13):
>    ARM: STi: STiH407: Add DT nodes for for PWM
>    ARM: STi: STiH416: Add Pinctrl settings for PWM
>    ARM: STi: STiH416: Add DT nodes for PWM
>    ARM: STi: STiH416-b2020e: Enable PWM on the B2020 Rev-E
>    ARM: multi_v7_defconfig: Enable ST's PWM driver
>    ARM: STi: STiH407: Add Restart support for Cannes
>    ARM: STi: STiH416: Add Restart support for Orly2
>    ARM: multi_v7_defconfig: Enable ST's Power Reset driver
>    ARM: STi: STiH416: Enable Cortex-A9 PMU support
>    ARM: STi: STiH416: Enable PMU IRQs
>    ARM: STi: STiH407: Enable Cortex-A9 PMU support
>    ARM: STi: STiH407: Enable PMU IRQs
>    ARM: STi: Ensure requested STi's SysCfg Controlled IRQs are enabled at
>      boot
>
>   arch/arm/boot/dts/stih407-family.dtsi  | 22 ++++++++++++
>   arch/arm/boot/dts/stih407.dtsi         | 28 +++++++++++++++
>   arch/arm/boot/dts/stih416-b2020e.dts   | 10 ++++++
>   arch/arm/boot/dts/stih416-pinctrl.dtsi | 50 ++++++++++++++++++++++++++
>   arch/arm/boot/dts/stih416.dtsi         | 66 +++++++++++++++++++++++++++++++++-
>   arch/arm/configs/multi_v7_defconfig    |  2 ++
>   arch/arm/mach-sti/Kconfig              |  1 +
>   7 files changed, 178 insertions(+), 1 deletion(-)
>

Series applied.

Note that I fixed patches 6 & 7 titles to use commercial product names.

Thanks!
Maxime

WARNING: multiple messages have this Message-ID (diff)
From: Maxime Coquelin <maxime.coquelin@st.com>
To: Lee Jones <lee.jones@linaro.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Cc: devicetree@vger.kernel.org, kernel@stlinux.com
Subject: Re: [STLinux Kernel] [PATCH 00/13] ARM: STi: Clear-up dangling patches
Date: Wed, 13 May 2015 11:27:11 +0200	[thread overview]
Message-ID: <555318EF.7030603@st.com> (raw)
In-Reply-To: <1431435110-22595-1-git-send-email-lee.jones@linaro.org>

Hi Lee,

On 05/12/2015 02:51 PM, Lee Jones wrote:
> These patches have all been on the list for some time now.
> I've taken the liberty of collecting them all up to send
> as a single batch.
>
> Lee Jones (13):
>    ARM: STi: STiH407: Add DT nodes for for PWM
>    ARM: STi: STiH416: Add Pinctrl settings for PWM
>    ARM: STi: STiH416: Add DT nodes for PWM
>    ARM: STi: STiH416-b2020e: Enable PWM on the B2020 Rev-E
>    ARM: multi_v7_defconfig: Enable ST's PWM driver
>    ARM: STi: STiH407: Add Restart support for Cannes
>    ARM: STi: STiH416: Add Restart support for Orly2
>    ARM: multi_v7_defconfig: Enable ST's Power Reset driver
>    ARM: STi: STiH416: Enable Cortex-A9 PMU support
>    ARM: STi: STiH416: Enable PMU IRQs
>    ARM: STi: STiH407: Enable Cortex-A9 PMU support
>    ARM: STi: STiH407: Enable PMU IRQs
>    ARM: STi: Ensure requested STi's SysCfg Controlled IRQs are enabled at
>      boot
>
>   arch/arm/boot/dts/stih407-family.dtsi  | 22 ++++++++++++
>   arch/arm/boot/dts/stih407.dtsi         | 28 +++++++++++++++
>   arch/arm/boot/dts/stih416-b2020e.dts   | 10 ++++++
>   arch/arm/boot/dts/stih416-pinctrl.dtsi | 50 ++++++++++++++++++++++++++
>   arch/arm/boot/dts/stih416.dtsi         | 66 +++++++++++++++++++++++++++++++++-
>   arch/arm/configs/multi_v7_defconfig    |  2 ++
>   arch/arm/mach-sti/Kconfig              |  1 +
>   7 files changed, 178 insertions(+), 1 deletion(-)
>

Series applied.

Note that I fixed patches 6 & 7 titles to use commercial product names.

Thanks!
Maxime

WARNING: multiple messages have this Message-ID (diff)
From: Maxime Coquelin <maxime.coquelin@st.com>
To: Lee Jones <lee.jones@linaro.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>
Cc: <devicetree@vger.kernel.org>, <kernel@stlinux.com>
Subject: Re: [STLinux Kernel] [PATCH 00/13] ARM: STi: Clear-up dangling patches
Date: Wed, 13 May 2015 11:27:11 +0200	[thread overview]
Message-ID: <555318EF.7030603@st.com> (raw)
In-Reply-To: <1431435110-22595-1-git-send-email-lee.jones@linaro.org>

Hi Lee,

On 05/12/2015 02:51 PM, Lee Jones wrote:
> These patches have all been on the list for some time now.
> I've taken the liberty of collecting them all up to send
> as a single batch.
>
> Lee Jones (13):
>    ARM: STi: STiH407: Add DT nodes for for PWM
>    ARM: STi: STiH416: Add Pinctrl settings for PWM
>    ARM: STi: STiH416: Add DT nodes for PWM
>    ARM: STi: STiH416-b2020e: Enable PWM on the B2020 Rev-E
>    ARM: multi_v7_defconfig: Enable ST's PWM driver
>    ARM: STi: STiH407: Add Restart support for Cannes
>    ARM: STi: STiH416: Add Restart support for Orly2
>    ARM: multi_v7_defconfig: Enable ST's Power Reset driver
>    ARM: STi: STiH416: Enable Cortex-A9 PMU support
>    ARM: STi: STiH416: Enable PMU IRQs
>    ARM: STi: STiH407: Enable Cortex-A9 PMU support
>    ARM: STi: STiH407: Enable PMU IRQs
>    ARM: STi: Ensure requested STi's SysCfg Controlled IRQs are enabled at
>      boot
>
>   arch/arm/boot/dts/stih407-family.dtsi  | 22 ++++++++++++
>   arch/arm/boot/dts/stih407.dtsi         | 28 +++++++++++++++
>   arch/arm/boot/dts/stih416-b2020e.dts   | 10 ++++++
>   arch/arm/boot/dts/stih416-pinctrl.dtsi | 50 ++++++++++++++++++++++++++
>   arch/arm/boot/dts/stih416.dtsi         | 66 +++++++++++++++++++++++++++++++++-
>   arch/arm/configs/multi_v7_defconfig    |  2 ++
>   arch/arm/mach-sti/Kconfig              |  1 +
>   7 files changed, 178 insertions(+), 1 deletion(-)
>

Series applied.

Note that I fixed patches 6 & 7 titles to use commercial product names.

Thanks!
Maxime

  parent reply	other threads:[~2015-05-13  9:27 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-12 12:51 [PATCH 00/13] ARM: STi: Clear-up dangling patches Lee Jones
2015-05-12 12:51 ` Lee Jones
2015-05-12 12:51 ` [PATCH 01/13] ARM: STi: STiH407: Add DT nodes for for PWM Lee Jones
2015-05-12 12:51   ` Lee Jones
2015-05-12 12:51   ` Lee Jones
2015-05-12 12:51 ` [PATCH 02/13] ARM: STi: STiH416: Add Pinctrl settings " Lee Jones
2015-05-12 12:51   ` Lee Jones
2015-05-12 12:51   ` Lee Jones
2015-05-12 12:51 ` [PATCH 03/13] ARM: STi: STiH416: Add DT nodes " Lee Jones
2015-05-12 12:51   ` Lee Jones
2015-05-12 12:51 ` [PATCH 04/13] ARM: STi: STiH416-b2020e: Enable PWM on the B2020 Rev-E Lee Jones
2015-05-12 12:51   ` Lee Jones
2015-05-12 12:51   ` Lee Jones
2015-05-12 12:51 ` [PATCH 05/13] ARM: multi_v7_defconfig: Enable ST's PWM driver Lee Jones
2015-05-12 12:51   ` Lee Jones
2015-05-12 12:51 ` [PATCH 06/13] ARM: STi: STiH407: Add Restart support for Cannes Lee Jones
2015-05-12 12:51   ` Lee Jones
2015-05-12 12:51 ` [PATCH 07/13] ARM: STi: STiH416: Add Restart support for Orly2 Lee Jones
2015-05-12 12:51   ` Lee Jones
2015-05-12 12:51 ` [PATCH 08/13] ARM: multi_v7_defconfig: Enable ST's Power Reset driver Lee Jones
2015-05-12 12:51   ` Lee Jones
2015-05-12 12:51 ` [PATCH 09/13] ARM: STi: STiH416: Enable Cortex-A9 PMU support Lee Jones
2015-05-12 12:51   ` Lee Jones
2015-05-12 12:51 ` [PATCH 10/13] ARM: STi: STiH416: Enable PMU IRQs Lee Jones
2015-05-12 12:51   ` Lee Jones
2015-05-12 12:51 ` [PATCH 11/13] ARM: STi: STiH407: Enable Cortex-A9 PMU support Lee Jones
2015-05-12 12:51   ` Lee Jones
2015-05-12 12:51 ` [PATCH 12/13] ARM: STi: STiH407: Enable PMU IRQs Lee Jones
2015-05-12 12:51   ` Lee Jones
2015-05-12 12:51   ` Lee Jones
2015-05-12 12:51 ` [PATCH 13/13] ARM: STi: Ensure requested STi's SysCfg Controlled IRQs are enabled at boot Lee Jones
2015-05-12 12:51   ` Lee Jones
2015-05-13  9:27 ` Maxime Coquelin [this message]
2015-05-13  9:27   ` [STLinux Kernel] [PATCH 00/13] ARM: STi: Clear-up dangling patches Maxime Coquelin
2015-05-13  9:27   ` Maxime Coquelin

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=555318EF.7030603@st.com \
    --to=maxime.coquelin@st.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.