linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: dts: exynos: Third round for v5.10
@ 2020-10-04 13:38 Krzysztof Kozlowski
  2020-11-05 19:21 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 5+ messages in thread
From: Krzysztof Kozlowski @ 2020-10-04 13:38 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: linux-samsung-soc, Kukjin Kim, linux-arm-kernel,
	Krzysztof Kozlowski, linux-kernel

Hi,

On top of previous pull request.

Best regards,
Krzysztof


The following changes since commit 6995a4c46331e39646e1bbe4418acf5cf00ef536:

  ARM: dts: s5pv210: replace deprecated "gpios" i2c-gpio property in Goni (2020-09-16 19:17:25 +0200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-5.10-3

for you to fetch changes up to 944752bf9083b95fd02c8e240dbc62a24008bdc9:

  ARM: dts: exynos: Add a placeholder for a MAC address (2020-10-01 20:45:36 +0200)

----------------------------------------------------------------
Samsung DTS ARM changes for v5.10, part three

1. Revert a commit from earlier pull request adding input clock to CMU.
   It causes probe reordering of clkout and CMU clocks drivers.  The
   clkout driver does not handle probe deferral thus this reorder causes
   its probe failure.  The proper solution is actually to convert clkout
   driver to a regular module driver supporting probe deferral, but
   before this happens revert is simpler approach to fix Odroid U3 boot.
2. Add a placeholder for USB Ethernet adapter's MAC address on Odroid
   XU3 board.

----------------------------------------------------------------
Krzysztof Kozlowski (1):
      ARM: dts: exynos: revert "add input clock to CMU in Exynos4412 Odroid"

Łukasz Stelmach (1):
      ARM: dts: exynos: Add a placeholder for a MAC address

 arch/arm/boot/dts/exynos4412-odroid-common.dtsi |  1 -
 arch/arm/boot/dts/exynos5422-odroidxu3.dts      | 18 ++++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletion(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: dts: exynos: Third round for v5.10
  2020-10-04 13:38 [GIT PULL] ARM: dts: exynos: Third round for v5.10 Krzysztof Kozlowski
@ 2020-11-05 19:21 ` Krzysztof Kozlowski
  2020-11-05 21:26   ` Arnd Bergmann
  0 siblings, 1 reply; 5+ messages in thread
From: Krzysztof Kozlowski @ 2020-11-05 19:21 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: linux-samsung-soc, Kukjin Kim, linux-kernel, linux-arm-kernel

On Sun, Oct 04, 2020 at 03:38:18PM +0200, Krzysztof Kozlowski wrote:
> Hi,
> 
> On top of previous pull request.
> 
> Best regards,
> Krzysztof

Dear Arnd and Olof,

I got a notification from Patchwork that this was merged but I cannot
find it in your for-next or fixes.

Shall I resend it?

Best regards,
Krzysztof


> 
> 
> The following changes since commit 6995a4c46331e39646e1bbe4418acf5cf00ef536:
> 
>   ARM: dts: s5pv210: replace deprecated "gpios" i2c-gpio property in Goni (2020-09-16 19:17:25 +0200)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-5.10-3
> 
> for you to fetch changes up to 944752bf9083b95fd02c8e240dbc62a24008bdc9:
> 
>   ARM: dts: exynos: Add a placeholder for a MAC address (2020-10-01 20:45:36 +0200)
> 
> ----------------------------------------------------------------
> Samsung DTS ARM changes for v5.10, part three
> 
> 1. Revert a commit from earlier pull request adding input clock to CMU.
>    It causes probe reordering of clkout and CMU clocks drivers.  The
>    clkout driver does not handle probe deferral thus this reorder causes
>    its probe failure.  The proper solution is actually to convert clkout
>    driver to a regular module driver supporting probe deferral, but
>    before this happens revert is simpler approach to fix Odroid U3 boot.
> 2. Add a placeholder for USB Ethernet adapter's MAC address on Odroid
>    XU3 board.
> 
> ----------------------------------------------------------------
> Krzysztof Kozlowski (1):
>       ARM: dts: exynos: revert "add input clock to CMU in Exynos4412 Odroid"
> 
> Łukasz Stelmach (1):
>       ARM: dts: exynos: Add a placeholder for a MAC address
> 
>  arch/arm/boot/dts/exynos4412-odroid-common.dtsi |  1 -
>  arch/arm/boot/dts/exynos5422-odroidxu3.dts      | 18 ++++++++++++++++++
>  2 files changed, 18 insertions(+), 1 deletion(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: dts: exynos: Third round for v5.10
  2020-11-05 19:21 ` Krzysztof Kozlowski
@ 2020-11-05 21:26   ` Arnd Bergmann
  2020-11-05 21:43     ` Krzysztof Kozlowski
  0 siblings, 1 reply; 5+ messages in thread
From: Arnd Bergmann @ 2020-11-05 21:26 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: moderated list:ARM/SAMSUNG EXYNOS ARM ARCHITECTURES,
	Arnd Bergmann, linux-kernel@vger.kernel.org, SoC Team, arm-soc,
	Kukjin Kim, Olof Johansson, Linux ARM

On Thu, Nov 5, 2020 at 8:21 PM Krzysztof Kozlowski <krzk@kernel.org> wrote:
>
> On Sun, Oct 04, 2020 at 03:38:18PM +0200, Krzysztof Kozlowski wrote:
> > Hi,
> >
> > On top of previous pull request.
> >
> > Best regards,
> > Krzysztof
>
> Dear Arnd and Olof,
>
> I got a notification from Patchwork that this was merged but I cannot
> find it in your for-next or fixes.
>
> Shall I resend it?
>

Yes, please do. Do we need these commits in v5.10, or are they
for v5.11 at this point?

      Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: dts: exynos: Third round for v5.10
  2020-11-05 21:26   ` Arnd Bergmann
@ 2020-11-05 21:43     ` Krzysztof Kozlowski
  2020-11-05 21:45       ` Krzysztof Kozlowski
  0 siblings, 1 reply; 5+ messages in thread
From: Krzysztof Kozlowski @ 2020-11-05 21:43 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: moderated list:ARM/SAMSUNG EXYNOS ARM ARCHITECTURES,
	Arnd Bergmann, linux-kernel@vger.kernel.org, SoC Team, arm-soc,
	Kukjin Kim, Olof Johansson, Linux ARM

On Thu, 5 Nov 2020 at 22:26, Arnd Bergmann <arnd@kernel.org> wrote:
>
> On Thu, Nov 5, 2020 at 8:21 PM Krzysztof Kozlowski <krzk@kernel.org> wrote:
> >
> > On Sun, Oct 04, 2020 at 03:38:18PM +0200, Krzysztof Kozlowski wrote:
> > > Hi,
> > >
> > > On top of previous pull request.
> > >
> > > Best regards,
> > > Krzysztof
> >
> > Dear Arnd and Olof,
> >
> > I got a notification from Patchwork that this was merged but I cannot
> > find it in your for-next or fixes.
> >
> > Shall I resend it?
> >
>
> Yes, please do. Do we need these commits in v5.10, or are they
> for v5.11 at this point?

The revert is actually a fix so it should go to v5.10. The other one
could wait but I think there is no need to split them.

Best regards,
Krzysztof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: dts: exynos: Third round for v5.10
  2020-11-05 21:43     ` Krzysztof Kozlowski
@ 2020-11-05 21:45       ` Krzysztof Kozlowski
  0 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2020-11-05 21:45 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: moderated list:ARM/SAMSUNG EXYNOS ARM ARCHITECTURES,
	Arnd Bergmann, linux-kernel@vger.kernel.org, SoC Team, arm-soc,
	Kukjin Kim, Olof Johansson, Linux ARM

On Thu, 5 Nov 2020 at 22:43, Krzysztof Kozlowski <krzk@kernel.org> wrote:
>
> On Thu, 5 Nov 2020 at 22:26, Arnd Bergmann <arnd@kernel.org> wrote:
> >
> > On Thu, Nov 5, 2020 at 8:21 PM Krzysztof Kozlowski <krzk@kernel.org> wrote:
> > >
> > > On Sun, Oct 04, 2020 at 03:38:18PM +0200, Krzysztof Kozlowski wrote:
> > > > Hi,
> > > >
> > > > On top of previous pull request.
> > > >
> > > > Best regards,
> > > > Krzysztof
> > >
> > > Dear Arnd and Olof,
> > >
> > > I got a notification from Patchwork that this was merged but I cannot
> > > find it in your for-next or fixes.
> > >
> > > Shall I resend it?
> > >
> >
> > Yes, please do. Do we need these commits in v5.10, or are they
> > for v5.11 at this point?
>
> The revert is actually a fix so it should go to v5.10. The other one
> could wait but I think there is no need to split them.

The pull request was on top of previous ones so if I am rebasing, then
let's just apply the fix for v5.10 and the second one I will roll to
the next cycle.

I'll send the fix as a separate patch.

Best regards,
Krzysztof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-11-05 21:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-04 13:38 [GIT PULL] ARM: dts: exynos: Third round for v5.10 Krzysztof Kozlowski
2020-11-05 19:21 ` Krzysztof Kozlowski
2020-11-05 21:26   ` Arnd Bergmann
2020-11-05 21:43     ` Krzysztof Kozlowski
2020-11-05 21:45       ` Krzysztof Kozlowski

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).