* [GIT PULL] Rockchip dts32 fix for 4.18
@ 2018-07-11 14:18 Heiko Stuebner
2018-07-14 22:11 ` Olof Johansson
0 siblings, 1 reply; 4+ messages in thread
From: Heiko Stuebner @ 2018-07-11 14:18 UTC (permalink / raw)
To: arm; +Cc: linux-rockchip, linux-arm-kernel
Hi Arnd, Kevin, Olof,
please find below a one-patch pull fixing a new warning the updated dtc
in 4.18 found. So far no other regressions have been found in Rockchip
parts it seems. So please pull!
Thanks
Heiko
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/mmind/linux-rockchip.git tags/v4.18-rockchip-dts32fixes-1
for you to fetch changes up to cddb86833615d9550d7b3a1b65b71071784dae70:
ARM: dts: rockchip: fix graph node unit address error from dtc (2018-06-17 09:31:34 +0200)
----------------------------------------------------------------
Fix for a new warning from dtc in graph node unit addresses.
----------------------------------------------------------------
Heiko Stuebner (1):
ARM: dts: rockchip: fix graph node unit address error from dtc
arch/arm/boot/dts/rk3288-evb.dtsi | 2 +-
arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [GIT PULL] Rockchip dts32 fix for 4.18 2018-07-11 14:18 [GIT PULL] Rockchip dts32 fix for 4.18 Heiko Stuebner @ 2018-07-14 22:11 ` Olof Johansson 2018-07-15 15:46 ` Heiko Stuebner 0 siblings, 1 reply; 4+ messages in thread From: Olof Johansson @ 2018-07-14 22:11 UTC (permalink / raw) To: Heiko Stuebner; +Cc: linux-rockchip, arm, linux-arm-kernel On Wed, Jul 11, 2018 at 04:18:55PM +0200, Heiko Stuebner wrote: > Hi Arnd, Kevin, Olof, > > please find below a one-patch pull fixing a new warning the updated dtc > in 4.18 found. So far no other regressions have been found in Rockchip > parts it seems. So please pull! > > Thanks > Heiko > > 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/mmind/linux-rockchip.git tags/v4.18-rockchip-dts32fixes-1 > > for you to fetch changes up to cddb86833615d9550d7b3a1b65b71071784dae70: > > ARM: dts: rockchip: fix graph node unit address error from dtc (2018-06-17 09:31:34 +0200) I took the liberty to declare this non-urgent and queued it up with next/dt instead for 4.19. It's just a warning and we're past rc4 so it seemed like a reasonable call. Let me know if it has actual functional impact/regression though. -Olof ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] Rockchip dts32 fix for 4.18 2018-07-14 22:11 ` Olof Johansson @ 2018-07-15 15:46 ` Heiko Stuebner 2018-07-16 7:26 ` Arnd Bergmann 0 siblings, 1 reply; 4+ messages in thread From: Heiko Stuebner @ 2018-07-15 15:46 UTC (permalink / raw) To: Olof Johansson; +Cc: linux-rockchip, arm, linux-arm-kernel Am Sonntag, 15. Juli 2018, 00:11:05 CEST schrieb Olof Johansson: > On Wed, Jul 11, 2018 at 04:18:55PM +0200, Heiko Stuebner wrote: > > Hi Arnd, Kevin, Olof, > > > > please find below a one-patch pull fixing a new warning the updated dtc > > in 4.18 found. So far no other regressions have been found in Rockchip > > parts it seems. So please pull! > > > > Thanks > > Heiko > > > > 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/mmind/linux-rockchip.git tags/v4.18-rockchip-dts32fixes-1 > > > > for you to fetch changes up to cddb86833615d9550d7b3a1b65b71071784dae70: > > > > ARM: dts: rockchip: fix graph node unit address error from dtc (2018-06-17 09:31:34 +0200) > > I took the liberty to declare this non-urgent and queued it up with next/dt > instead for 4.19. It's just a warning and we're past rc4 so it seemed like > a reasonable call. Let me know if it has actual functional impact/regression > though. no problem from my side, it's just dtc emiting the warning :-) I just saw this the first time with 4.18-rc1, so it seems to stem from a newer dtc and remembered that previous dtc fixes from Arnd or so went in as fixes. Heiko ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] Rockchip dts32 fix for 4.18 2018-07-15 15:46 ` Heiko Stuebner @ 2018-07-16 7:26 ` Arnd Bergmann 0 siblings, 0 replies; 4+ messages in thread From: Arnd Bergmann @ 2018-07-16 7:26 UTC (permalink / raw) To: Heiko Stuebner Cc: Olof Johansson, open list:ARM/Rockchip SoC support, arm-soc, Linux ARM On Sun, Jul 15, 2018 at 5:46 PM, Heiko Stuebner <heiko@sntech.de> wrote: > Am Sonntag, 15. Juli 2018, 00:11:05 CEST schrieb Olof Johansson: >> On Wed, Jul 11, 2018 at 04:18:55PM +0200, Heiko Stuebner wrote: >> > Hi Arnd, Kevin, Olof, >> > >> > please find below a one-patch pull fixing a new warning the updated dtc >> > in 4.18 found. So far no other regressions have been found in Rockchip >> > parts it seems. So please pull! >> > >> > Thanks >> > Heiko >> > >> > 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/mmind/linux-rockchip.git tags/v4.18-rockchip-dts32fixes-1 >> > >> > for you to fetch changes up to cddb86833615d9550d7b3a1b65b71071784dae70: >> > >> > ARM: dts: rockchip: fix graph node unit address error from dtc (2018-06-17 09:31:34 +0200) >> >> I took the liberty to declare this non-urgent and queued it up with next/dt >> instead for 4.19. It's just a warning and we're past rc4 so it seemed like >> a reasonable call. Let me know if it has actual functional impact/regression >> though. > > no problem from my side, it's just dtc emiting the warning :-) > > I just saw this the first time with 4.18-rc1, so it seems to stem from > a newer dtc and remembered that previous dtc fixes from Arnd or so > went in as fixes. Right, I usually tried to get all warnings merged in the kernel release that contains the dtc change so that we would remain warning free in an allmodconfig build. If dtc gets changed for -next, then queuing the warning fix for -next instead of as a fix is fine, but if dtc is already changed in mainline, I would appreciate having the warning fixed before the release. Arnd ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-07-16 7:26 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2018-07-11 14:18 [GIT PULL] Rockchip dts32 fix for 4.18 Heiko Stuebner 2018-07-14 22:11 ` Olof Johansson 2018-07-15 15:46 ` Heiko Stuebner 2018-07-16 7:26 ` Arnd Bergmann
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox