mbox

[GIT,PULL,2/2] arm64: X-Gene platforms DTS changes queued for v4.6 - part2

Message ID CADaLNDkF8_DVYWPFtGU8tYsbbxDWZF9tozW=Zs3EuV4BqO6OuA@mail.gmail.com
State New
Headers show

Pull-request

https://github.com/AppliedMicro/xgene-next.git tags/xgene-dts-for-v4.6-part2

Message

Duc Dang Feb. 26, 2016, 2:51 a.m. UTC
Hi Arnd, Olof,

This is the second part of DT changes on X-Gene platforms for v4.6,
which enables mailbox driver for X-Gene v2 platforms and also enable
SLIMpro Mailbox I2C driver (a client of the mailbox driver) for both
X-Gene v1 and v2 platforms.

This series depends on the 3rd patch
(http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/arch/arm64/boot/dts/apm?id=be9c09bcca039d6df9ec736989cdafc68c93fed4)
of the series "mailbox: Add APM X-Gene platform mailbox driver"
(https://lkml.org/lkml/2016/2/12/749), which was already in linux-next
since Feb-15.

Hi Jassi,

Are you going to get the 3rd patch (dts patch) of series "mailbox: Add
APM X-Gene platform mailbox driver" to your tree? Otherwise, I will
need to create another pull request for Arnd and Olof.

Regards,
Duc Dang.
------

The following changes since commit b0e4563c2f6d939a124f06e10b205151bbac487c:

  arm64: dts: apm: mailbox device tree node for APM X-Gene platform.
(2016-02-25 17:14:01 -0800)

are available in the git repository at:

  https://github.com/AppliedMicro/xgene-next.git tags/xgene-dts-for-v4.6-part2

for you to fetch changes up to 406f5940549e78fd7d4d41413a7ed3e611bccc4f:

  arm64: dts: apm: Add DT node for X-Gene v2 SLIMpro Mailbox I2C
Driver (2016-02-25 17:14:04 -0800)

----------------------------------------------------------------
Second part of X-Gene DT changes queued for v4.6

This patch set includes:
+ X-Gene v2 Mailbox DT node
+ X-Gene v1 and X-Gene v2 SLIMpro Mailbox
I2C driver DT nodes

----------------------------------------------------------------
Duc Dang (3):
      arm64: dts: apm: Add DT node for X-Gene v1 SLIMpro Mailbox I2C Driver
      arm64: dts: apm: Mailbox device tree node for APM X-Gene v2 platform.
      arm64: dts: apm: Add DT node for X-Gene v2 SLIMpro Mailbox I2C Driver

 arch/arm64/boot/dts/apm/apm-shadowcat.dtsi | 19 +++++++++++++++++++
 arch/arm64/boot/dts/apm/apm-storm.dtsi     |  5 +++++
 2 files changed, 24 insertions(+)

Comments

Jassi Brar Feb. 26, 2016, 4:28 a.m. UTC | #1
On Fri, Feb 26, 2016 at 8:21 AM, Duc Dang <dhdang@apm.com> wrote:
> Hi Arnd, Olof,
>
> This is the second part of DT changes on X-Gene platforms for v4.6,
> which enables mailbox driver for X-Gene v2 platforms and also enable
> SLIMpro Mailbox I2C driver (a client of the mailbox driver) for both
> X-Gene v1 and v2 platforms.
>
> This series depends on the 3rd patch
> (http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/arch/arm64/boot/dts/apm?id=be9c09bcca039d6df9ec736989cdafc68c93fed4)
> of the series "mailbox: Add APM X-Gene platform mailbox driver"
> (https://lkml.org/lkml/2016/2/12/749), which was already in linux-next
> since Feb-15.
>
> Hi Jassi,
>
> Are you going to get the 3rd patch (dts patch) of series "mailbox: Add
> APM X-Gene platform mailbox driver" to your tree? Otherwise, I will
> need to create another pull request for Arnd and Olof.
>
Please create the pull request, I don't think mailbox tree is the
right path for the patch.

Thanks.
Duc Dang Feb. 26, 2016, 8:50 a.m. UTC | #2
On Thu, Feb 25, 2016 at 8:28 PM, Jassi Brar <jassisinghbrar@gmail.com> wrote:
> On Fri, Feb 26, 2016 at 8:21 AM, Duc Dang <dhdang@apm.com> wrote:
>> Hi Arnd, Olof,
>>
>> This is the second part of DT changes on X-Gene platforms for v4.6,
>> which enables mailbox driver for X-Gene v2 platforms and also enable
>> SLIMpro Mailbox I2C driver (a client of the mailbox driver) for both
>> X-Gene v1 and v2 platforms.
>>
>> This series depends on the 3rd patch
>> (http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/arch/arm64/boot/dts/apm?id=be9c09bcca039d6df9ec736989cdafc68c93fed4)
>> of the series "mailbox: Add APM X-Gene platform mailbox driver"
>> (https://lkml.org/lkml/2016/2/12/749), which was already in linux-next
>> since Feb-15.
>>
>> Hi Jassi,
>>
>> Are you going to get the 3rd patch (dts patch) of series "mailbox: Add
>> APM X-Gene platform mailbox driver" to your tree? Otherwise, I will
>> need to create another pull request for Arnd and Olof.
>>
> Please create the pull request, I don't think mailbox tree is the
> right path for the patch.

Thanks for your confirmation, Jassi.

Regards,
Duc Dang.
>
> Thanks.
Jassi Brar Feb. 26, 2016, 11:22 a.m. UTC | #3
On Fri, Feb 26, 2016 at 2:20 PM, Duc Dang <dhdang@apm.com> wrote:
> On Thu, Feb 25, 2016 at 8:28 PM, Jassi Brar <jassisinghbrar@gmail.com> wrote:
>> On Fri, Feb 26, 2016 at 8:21 AM, Duc Dang <dhdang@apm.com> wrote:
>>> Hi Arnd, Olof,
>>>
>>> This is the second part of DT changes on X-Gene platforms for v4.6,
>>> which enables mailbox driver for X-Gene v2 platforms and also enable
>>> SLIMpro Mailbox I2C driver (a client of the mailbox driver) for both
>>> X-Gene v1 and v2 platforms.
>>>
>>> This series depends on the 3rd patch
>>> (http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/arch/arm64/boot/dts/apm?id=be9c09bcca039d6df9ec736989cdafc68c93fed4)
>>> of the series "mailbox: Add APM X-Gene platform mailbox driver"
>>> (https://lkml.org/lkml/2016/2/12/749), which was already in linux-next
>>> since Feb-15.
>>>
>>> Hi Jassi,
>>>
>>> Are you going to get the 3rd patch (dts patch) of series "mailbox: Add
>>> APM X-Gene platform mailbox driver" to your tree? Otherwise, I will
>>> need to create another pull request for Arnd and Olof.
>>>
>> Please create the pull request, I don't think mailbox tree is the
>> right path for the patch.
>
> Thanks for your confirmation, Jassi.
>
I overlooked I had already applied it. Not sure if its better to revert it now.
Duc Dang Feb. 26, 2016, 4:46 p.m. UTC | #4
On Fri, Feb 26, 2016 at 3:22 AM, Jassi Brar <jassisinghbrar@gmail.com> wrote:
> On Fri, Feb 26, 2016 at 2:20 PM, Duc Dang <dhdang@apm.com> wrote:
>> On Thu, Feb 25, 2016 at 8:28 PM, Jassi Brar <jassisinghbrar@gmail.com> wrote:
>>> On Fri, Feb 26, 2016 at 8:21 AM, Duc Dang <dhdang@apm.com> wrote:
>>>> Hi Arnd, Olof,
>>>>
>>>> This is the second part of DT changes on X-Gene platforms for v4.6,
>>>> which enables mailbox driver for X-Gene v2 platforms and also enable
>>>> SLIMpro Mailbox I2C driver (a client of the mailbox driver) for both
>>>> X-Gene v1 and v2 platforms.
>>>>
>>>> This series depends on the 3rd patch
>>>> (http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/arch/arm64/boot/dts/apm?id=be9c09bcca039d6df9ec736989cdafc68c93fed4)
>>>> of the series "mailbox: Add APM X-Gene platform mailbox driver"
>>>> (https://lkml.org/lkml/2016/2/12/749), which was already in linux-next
>>>> since Feb-15.
>>>>
>>>> Hi Jassi,
>>>>
>>>> Are you going to get the 3rd patch (dts patch) of series "mailbox: Add
>>>> APM X-Gene platform mailbox driver" to your tree? Otherwise, I will
>>>> need to create another pull request for Arnd and Olof.
>>>>
>>> Please create the pull request, I don't think mailbox tree is the
>>> right path for the patch.
>>
>> Thanks for your confirmation, Jassi.
>>
> I overlooked I had already applied it. Not sure if its better to revert it now.

Hi Arnd and Olof,

Can you please advise?

Regards,
Duc Dang.
Duc Dang Feb. 29, 2016, 11:56 p.m. UTC | #5
On Fri, Feb 26, 2016 at 3:22 AM, Jassi Brar <jassisinghbrar@gmail.com> wrote:
> On Fri, Feb 26, 2016 at 2:20 PM, Duc Dang <dhdang@apm.com> wrote:
>> On Thu, Feb 25, 2016 at 8:28 PM, Jassi Brar <jassisinghbrar@gmail.com> wrote:
>>> On Fri, Feb 26, 2016 at 8:21 AM, Duc Dang <dhdang@apm.com> wrote:
>>>> Hi Arnd, Olof,
>>>>
>>>> This is the second part of DT changes on X-Gene platforms for v4.6,
>>>> which enables mailbox driver for X-Gene v2 platforms and also enable
>>>> SLIMpro Mailbox I2C driver (a client of the mailbox driver) for both
>>>> X-Gene v1 and v2 platforms.
>>>>
>>>> This series depends on the 3rd patch
>>>> (http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/arch/arm64/boot/dts/apm?id=be9c09bcca039d6df9ec736989cdafc68c93fed4)
>>>> of the series "mailbox: Add APM X-Gene platform mailbox driver"
>>>> (https://lkml.org/lkml/2016/2/12/749), which was already in linux-next
>>>> since Feb-15.
>>>>
>>>> Hi Jassi,
>>>>
>>>> Are you going to get the 3rd patch (dts patch) of series "mailbox: Add
>>>> APM X-Gene platform mailbox driver" to your tree? Otherwise, I will
>>>> need to create another pull request for Arnd and Olof.
>>>>
>>> Please create the pull request, I don't think mailbox tree is the
>>> right path for the patch.
>>
>> Thanks for your confirmation, Jassi.
>>
> I overlooked I had already applied it. Not sure if its better to revert it now.
Hi Jassi,

Arnd merged the mailbox DT node to arm-soc tree. So I think you can
revert the DT changes in your mailbox tree.

Thanks,
Duc Dang.