linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: uniphier: fixes for v4.18
@ 2018-06-25 14:13 Masahiro Yamada
  2018-06-26 17:42 ` Olof Johansson
  0 siblings, 1 reply; 4+ messages in thread
From: Masahiro Yamada @ 2018-06-25 14:13 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, arm-soc
  Cc: linux-arm-kernel, Linux Kernel Mailing List

Hi Arnd, Olof,

Please pull some fixes of ARM UniPhier platform.



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-fixes-v4.18

for you to fetch changes up to 4e62893c25bd3d5758058e15958364df3ca15fbc:

  arm64: uniphier: select RESET_CONTROLLER (2018-06-25 23:00:31 +0900)

----------------------------------------------------------------
UniPhier ARM SoC fixes for v4.18

 - add missing cooling device properties for CPUS

 - fix widget name of headphone

 - select RESET_CONTROLLER

----------------------------------------------------------------
Katsuhiro Suzuki (1):
      arm64: dts: uniphier: fix widget name of headphone for LD11/LD20 boards

Masahiro Yamada (2):
      ARM: uniphier: select RESET_CONTROLLER
      arm64: uniphier: select RESET_CONTROLLER

Viresh Kumar (2):
      ARM: dts: uniphier: Add missing cooling device properties for CPUs
      arm64: dts: uniphier: Add missing cooling device properties for CPUs

 arch/arm/boot/dts/uniphier-pxs2.dtsi                   | 3 +++
 arch/arm/mach-uniphier/Kconfig                         | 1 +
 arch/arm64/Kconfig.platforms                           | 1 +
 arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts | 2 +-
 arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts | 2 +-
 arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi       | 2 ++
 6 files changed, 9 insertions(+), 2 deletions(-)


-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] ARM: uniphier: fixes for v4.18
  2018-06-25 14:13 [GIT PULL] ARM: uniphier: fixes for v4.18 Masahiro Yamada
@ 2018-06-26 17:42 ` Olof Johansson
  2018-06-27  3:51   ` Masahiro Yamada
  0 siblings, 1 reply; 4+ messages in thread
From: Olof Johansson @ 2018-06-26 17:42 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Arnd Bergmann, arm-soc, linux-arm-kernel, Linux Kernel Mailing List

Hi,

On Mon, Jun 25, 2018 at 11:13:04PM +0900, Masahiro Yamada wrote:
> Hi Arnd, Olof,
> 
> Please pull some fixes of ARM UniPhier platform.
> 
> 
> 
> 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-fixes-v4.18
> 
> for you to fetch changes up to 4e62893c25bd3d5758058e15958364df3ca15fbc:
> 
>   arm64: uniphier: select RESET_CONTROLLER (2018-06-25 23:00:31 +0900)
> 
> ----------------------------------------------------------------
> UniPhier ARM SoC fixes for v4.18
> 
>  - add missing cooling device properties for CPUS
>  - fix widget name of headphone
>  - select RESET_CONTROLLER

It's unclear to me what the severity of these fixes are. and I think the
headphone widget name is the only bug that's causing problems for someone using
this kernel, is that correct?

If so, it would also be useful to get a "Fixes:" tag for it, seems like it
should be:

Fixes: fb21a0acaa2b7 ("arm64: dts: uniphier: add sound node")

Care to resubmit with just the bugfix? Or, if it's easier, I can cherry-pick
just that fix at this end and add the Fixes line. You should queue the other
patches up for 4.19 and include in those pull requests.


Thanks,

-Olof

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] ARM: uniphier: fixes for v4.18
  2018-06-26 17:42 ` Olof Johansson
@ 2018-06-27  3:51   ` Masahiro Yamada
  2018-06-27 14:15     ` Olof Johansson
  0 siblings, 1 reply; 4+ messages in thread
From: Masahiro Yamada @ 2018-06-27  3:51 UTC (permalink / raw)
  To: Olof Johansson
  Cc: Arnd Bergmann, arm-soc, linux-arm-kernel, Linux Kernel Mailing List

Hi Olof,

2018-06-27 2:42 GMT+09:00 Olof Johansson <olof@lixom.net>:
> Hi,
>
> On Mon, Jun 25, 2018 at 11:13:04PM +0900, Masahiro Yamada wrote:
>> Hi Arnd, Olof,
>>
>> Please pull some fixes of ARM UniPhier platform.
>>
>>
>>
>> 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-fixes-v4.18
>>
>> for you to fetch changes up to 4e62893c25bd3d5758058e15958364df3ca15fbc:
>>
>>   arm64: uniphier: select RESET_CONTROLLER (2018-06-25 23:00:31 +0900)
>>
>> ----------------------------------------------------------------
>> UniPhier ARM SoC fixes for v4.18
>>
>>  - add missing cooling device properties for CPUS
>>  - fix widget name of headphone
>>  - select RESET_CONTROLLER
>
> It's unclear to me what the severity of these fixes are. and I think the
> headphone widget name is the only bug that's causing problems for someone using
> this kernel, is that correct?

Right.
The others are on the boundary.
The criteria on those is different by maintainers
because some pull and some do not.


> If so, it would also be useful to get a "Fixes:" tag for it, seems like it
> should be:
>
> Fixes: fb21a0acaa2b7 ("arm64: dts: uniphier: add sound node")
> Care to resubmit with just the bugfix? Or, if it's easier, I can cherry-pick
> just that fix at this end and add the Fixes line. You should queue the other
> patches up for 4.19 and include in those pull requests.

If you care to cherry-pick with Fixes: tag,
that would be good.

Thanks.

>
> Thanks,
>
> -Olof



-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] ARM: uniphier: fixes for v4.18
  2018-06-27  3:51   ` Masahiro Yamada
@ 2018-06-27 14:15     ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2018-06-27 14:15 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Arnd Bergmann, arm-soc, linux-arm-kernel, Linux Kernel Mailing List

On Wed, Jun 27, 2018 at 12:51:43PM +0900, Masahiro Yamada wrote:
> Hi Olof,
> 
> 2018-06-27 2:42 GMT+09:00 Olof Johansson <olof@lixom.net>:
> > Hi,
> >
> > On Mon, Jun 25, 2018 at 11:13:04PM +0900, Masahiro Yamada wrote:
> >> Hi Arnd, Olof,
> >>
> >> Please pull some fixes of ARM UniPhier platform.
> >>
> >>
> >>
> >> 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-fixes-v4.18
> >>
> >> for you to fetch changes up to 4e62893c25bd3d5758058e15958364df3ca15fbc:
> >>
> >>   arm64: uniphier: select RESET_CONTROLLER (2018-06-25 23:00:31 +0900)
> >>
> >> ----------------------------------------------------------------
> >> UniPhier ARM SoC fixes for v4.18
> >>
> >>  - add missing cooling device properties for CPUS
> >>  - fix widget name of headphone
> >>  - select RESET_CONTROLLER
> >
> > It's unclear to me what the severity of these fixes are. and I think the
> > headphone widget name is the only bug that's causing problems for someone using
> > this kernel, is that correct?
> 
> Right.
> The others are on the boundary.
> The criteria on those is different by maintainers
> because some pull and some do not.
> 
> 
> > If so, it would also be useful to get a "Fixes:" tag for it, seems like it
> > should be:
> >
> > Fixes: fb21a0acaa2b7 ("arm64: dts: uniphier: add sound node")
> > Care to resubmit with just the bugfix? Or, if it's easier, I can cherry-pick
> > just that fix at this end and add the Fixes line. You should queue the other
> > patches up for 4.19 and include in those pull requests.
> 
> If you care to cherry-pick with Fixes: tag,
> that would be good.

Great, done now -- cherry-picked "arm64: dts: uniphier: fix widget name of
headphone for LD11/LD20 boards" into fixes.


-Olof


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-06-27 14:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-25 14:13 [GIT PULL] ARM: uniphier: fixes for v4.18 Masahiro Yamada
2018-06-26 17:42 ` Olof Johansson
2018-06-27  3:51   ` Masahiro Yamada
2018-06-27 14:15     ` Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).