mbox series

[GIT,PULL,3/3] ARM: uniphier: UniPhier SoC updates for v4.19

Message ID CAK7LNAShLhWqCRR8RfuJ0xBJAFoj-S6WLcSdh9QShg8dGfq9RA@mail.gmail.com
State New
Headers show
Series [GIT,PULL,1/3] ARM: dts: uniphier: UniPhier DT updates for v4.19 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git

Message

Masahiro Yamada July 18, 2018, 11:05 p.m. UTC
Hi Arnd, Olof,

Please pull UniPhier SoC changes for the v4.19 MW.

Thanks!


The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:

  Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
tags/uniphier-soc-v4.19

for you to fetch changes up to ae93e694440a454609fa40725e16619c5a781768:

  ARM: uniphier: remove empty Makefile (2018-07-19 06:53:16 +0900)

----------------------------------------------------------------
UniPhier ARM SoC updates for v4.19

- enable ethernet and thermal drivers from multi_v7_defconfig

- select RESET_CONTROLLER

- remove empty arch/arm/mach-uniphier/Makefile

----------------------------------------------------------------
Kunihiko Hayashi (1):
      ARM: multi_v7_defconfig: add CONFIG_UNIPHIER_THERMAL and CONFIG_SNI_AVE

Masahiro Yamada (3):
      ARM: uniphier: select RESET_CONTROLLER
      arm64: uniphier: select RESET_CONTROLLER
      ARM: uniphier: remove empty Makefile

 arch/arm/Makefile                   | 1 -
 arch/arm/configs/multi_v7_defconfig | 2 ++
 arch/arm/mach-uniphier/Kconfig      | 1 +
 arch/arm/mach-uniphier/Makefile     | 0
 arch/arm64/Kconfig.platforms        | 1 +
 5 files changed, 4 insertions(+), 1 deletion(-)
 delete mode 100644 arch/arm/mach-uniphier/Makefile

Comments

Olof Johansson July 21, 2018, 9:24 p.m. UTC | #1
On Thu, Jul 19, 2018 at 08:05:03AM +0900, Masahiro Yamada wrote:
> Hi Arnd, Olof,
> 
> Please pull UniPhier SoC changes for the v4.19 MW.
> 
> Thanks!
> 
> 
> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
> 
>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
> tags/uniphier-soc-v4.19
> 
> for you to fetch changes up to ae93e694440a454609fa40725e16619c5a781768:
> 
>   ARM: uniphier: remove empty Makefile (2018-07-19 06:53:16 +0900)
> 
> ----------------------------------------------------------------
> UniPhier ARM SoC updates for v4.19
> 
> - enable ethernet and thermal drivers from multi_v7_defconfig
> 
> - select RESET_CONTROLLER
> 
> - remove empty arch/arm/mach-uniphier/Makefile
> 
> ----------------------------------------------------------------
> Kunihiko Hayashi (1):
>       ARM: multi_v7_defconfig: add CONFIG_UNIPHIER_THERMAL and CONFIG_SNI_AVE

I renormalied multi_v7_defconfig for 4.18-rc3, so please base your branch
on that to avoid conflicts.

Also, we separate out defconfig updates to branches on their own. I can
cherry-pick the branch apart but wanted to check with you before I do
so in case it messes up your workflow. If it does, send a fresh pull
request for SoC, and either one for the defconfig or just the patch and
we can apply it directly.


Thanks!

-Olof
Masahiro Yamada July 21, 2018, 11:24 p.m. UTC | #2
Hi Olof,

2018-07-22 6:24 GMT+09:00 Olof Johansson <olof@lixom.net>:
> On Thu, Jul 19, 2018 at 08:05:03AM +0900, Masahiro Yamada wrote:
>> Hi Arnd, Olof,
>>
>> Please pull UniPhier SoC changes for the v4.19 MW.
>>
>> Thanks!
>>
>>
>> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
>>
>>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
>> tags/uniphier-soc-v4.19
>>
>> for you to fetch changes up to ae93e694440a454609fa40725e16619c5a781768:
>>
>>   ARM: uniphier: remove empty Makefile (2018-07-19 06:53:16 +0900)
>>
>> ----------------------------------------------------------------
>> UniPhier ARM SoC updates for v4.19
>>
>> - enable ethernet and thermal drivers from multi_v7_defconfig
>>
>> - select RESET_CONTROLLER
>>
>> - remove empty arch/arm/mach-uniphier/Makefile
>>
>> ----------------------------------------------------------------
>> Kunihiko Hayashi (1):
>>       ARM: multi_v7_defconfig: add CONFIG_UNIPHIER_THERMAL and CONFIG_SNI_AVE
>
> I renormalied multi_v7_defconfig for 4.18-rc3, so please base your branch
> on that to avoid conflicts.
>
> Also, we separate out defconfig updates to branches on their own. I can
> cherry-pick the branch apart but wanted to check with you before I do
> so in case it messes up your workflow. If it does, send a fresh pull
> request for SoC, and either one for the defconfig or just the patch and
> we can apply it directly.
>

Can you do cherry-pick please?

Thanks!
Masahiro Yamada July 31, 2018, 8:39 a.m. UTC | #3
Hi Olof,


2018-07-22 8:24 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> Hi Olof,
>
> 2018-07-22 6:24 GMT+09:00 Olof Johansson <olof@lixom.net>:
>> On Thu, Jul 19, 2018 at 08:05:03AM +0900, Masahiro Yamada wrote:
>>> Hi Arnd, Olof,
>>>
>>> Please pull UniPhier SoC changes for the v4.19 MW.
>>>
>>> Thanks!
>>>
>>>
>>> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
>>>
>>>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
>>>
>>> are available in the git repository at:
>>>
>>>   git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
>>> tags/uniphier-soc-v4.19
>>>
>>> for you to fetch changes up to ae93e694440a454609fa40725e16619c5a781768:
>>>
>>>   ARM: uniphier: remove empty Makefile (2018-07-19 06:53:16 +0900)
>>>
>>> ----------------------------------------------------------------
>>> UniPhier ARM SoC updates for v4.19
>>>
>>> - enable ethernet and thermal drivers from multi_v7_defconfig
>>>
>>> - select RESET_CONTROLLER
>>>
>>> - remove empty arch/arm/mach-uniphier/Makefile
>>>
>>> ----------------------------------------------------------------
>>> Kunihiko Hayashi (1):
>>>       ARM: multi_v7_defconfig: add CONFIG_UNIPHIER_THERMAL and CONFIG_SNI_AVE
>>
>> I renormalied multi_v7_defconfig for 4.18-rc3, so please base your branch
>> on that to avoid conflicts.
>>
>> Also, we separate out defconfig updates to branches on their own. I can
>> cherry-pick the branch apart but wanted to check with you before I do
>> so in case it messes up your workflow. If it does, send a fresh pull
>> request for SoC, and either one for the defconfig or just the patch and
>> we can apply it directly.
>>
>
> Can you do cherry-pick please?
>

Ping?

You offered to cherry-pick the patches directly to your tree,
and I asked you to do so.



We do not have much time until the MW opens.
Please cherry-pick the following four:


Kunihiko Hayashi (1):
      ARM: multi_v7_defconfig: add CONFIG_UNIPHIER_THERMAL and CONFIG_SNI_AVE

Masahiro Yamada (3):
      ARM: uniphier: select RESET_CONTROLLER
      arm64: uniphier: select RESET_CONTROLLER
      ARM: uniphier: remove empty Makefile
Olof Johansson Aug. 1, 2018, 2:06 a.m. UTC | #4
Hi,

On Tue, Jul 31, 2018 at 1:39 AM, Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
> Hi Olof,
>
>
> 2018-07-22 8:24 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
>> Hi Olof,
>>
>> 2018-07-22 6:24 GMT+09:00 Olof Johansson <olof@lixom.net>:
>>> On Thu, Jul 19, 2018 at 08:05:03AM +0900, Masahiro Yamada wrote:
>>>> Hi Arnd, Olof,
>>>>
>>>> Please pull UniPhier SoC changes for the v4.19 MW.
>>>>
>>>> Thanks!
>>>>
>>>>
>>>> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
>>>>
>>>>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
>>>>
>>>> are available in the git repository at:
>>>>
>>>>   git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
>>>> tags/uniphier-soc-v4.19
>>>>
>>>> for you to fetch changes up to ae93e694440a454609fa40725e16619c5a781768:
>>>>
>>>>   ARM: uniphier: remove empty Makefile (2018-07-19 06:53:16 +0900)
>>>>
>>>> ----------------------------------------------------------------
>>>> UniPhier ARM SoC updates for v4.19
>>>>
>>>> - enable ethernet and thermal drivers from multi_v7_defconfig
>>>>
>>>> - select RESET_CONTROLLER
>>>>
>>>> - remove empty arch/arm/mach-uniphier/Makefile
>>>>
>>>> ----------------------------------------------------------------
>>>> Kunihiko Hayashi (1):
>>>>       ARM: multi_v7_defconfig: add CONFIG_UNIPHIER_THERMAL and CONFIG_SNI_AVE
>>>
>>> I renormalied multi_v7_defconfig for 4.18-rc3, so please base your branch
>>> on that to avoid conflicts.
>>>
>>> Also, we separate out defconfig updates to branches on their own. I can
>>> cherry-pick the branch apart but wanted to check with you before I do
>>> so in case it messes up your workflow. If it does, send a fresh pull
>>> request for SoC, and either one for the defconfig or just the patch and
>>> we can apply it directly.
>>>
>>
>> Can you do cherry-pick please?
>>
>
> Ping?
>
> You offered to cherry-pick the patches directly to your tree,
> and I asked you to do so.
>
>
>
> We do not have much time until the MW opens.
> Please cherry-pick the following four:

Done now, thanks!


-Olof