* [GIT PULL 1/2] Rockchip arm32 devicetree fixes for 5.0
@ 2019-02-01 11:13 Heiko Stuebner
2019-02-01 11:14 ` [GIT PULL 2/2] Rockchip arm64 " Heiko Stuebner
2019-02-15 12:41 ` [GIT PULL 1/2] Rockchip arm32 " Arnd Bergmann
0 siblings, 2 replies; 7+ messages in thread
From: Heiko Stuebner @ 2019-02-01 11:13 UTC (permalink / raw)
To: arm; +Cc: linux-rockchip, linux-arm-kernel
Hi Arnd, Kevin, Olof,
please find below and in the following mail some fixes for Rockchip SoCs
on 5.0-rc. Nothing overly major thankfully.
So please pull
Thanks
Heiko
The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.0-rockchip-dts32fixes-1
for you to fetch changes up to c9a8a92a9961dcd822015ee406e1a011b772112e:
ARM: dts: rockchip: remove qos_cif1 from rk3188 power-domain (2019-01-07 09:14:42 +0100)
----------------------------------------------------------------
Drop one non-existent component from powerdomain list.
----------------------------------------------------------------
Johan Jonker (1):
ARM: dts: rockchip: remove qos_cif1 from rk3188 power-domain
arch/arm/boot/dts/rk3188.dtsi | 1 -
1 file changed, 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] 7+ messages in thread* [GIT PULL 2/2] Rockchip arm64 devicetree fixes for 5.0 2019-02-01 11:13 [GIT PULL 1/2] Rockchip arm32 devicetree fixes for 5.0 Heiko Stuebner @ 2019-02-01 11:14 ` Heiko Stuebner 2019-02-15 12:42 ` Arnd Bergmann 2019-02-15 12:41 ` [GIT PULL 1/2] Rockchip arm32 " Arnd Bergmann 1 sibling, 1 reply; 7+ messages in thread From: Heiko Stuebner @ 2019-02-01 11:14 UTC (permalink / raw) To: arm; +Cc: linux-rockchip, linux-arm-kernel The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c: Linux 5.0-rc1 (2019-01-06 17:08:20 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.0-rockchip-dts64fixes-1 for you to fetch changes up to 26e2d7b03ea7ff254bf78305aa44dda62e70b78e: arm64: dts: rockchip: enable usb-host regulators at boot on rk3328-rock64 (2019-01-27 23:14:04 +0100) ---------------------------------------------------------------- Fix for new dtc graph warnings and a regulator fix for rock64. ---------------------------------------------------------------- Dmitry Voytik (1): arm64: dts: rockchip: enable usb-host regulators at boot on rk3328-rock64 Enric Balletbo i Serra (1): arm64: dts: rockchip: fix graph_port warning on rk3399 bob kevin and excavator arch/arm64/boot/dts/rockchip/rk3328-rock64.dts | 2 ++ arch/arm64/boot/dts/rockchip/rk3399-gru-bob.dts | 2 +- arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts | 2 +- arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) _______________________________________________ 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] 7+ messages in thread
* Re: [GIT PULL 2/2] Rockchip arm64 devicetree fixes for 5.0 2019-02-01 11:14 ` [GIT PULL 2/2] Rockchip arm64 " Heiko Stuebner @ 2019-02-15 12:42 ` Arnd Bergmann 2019-02-15 18:37 ` Heiko Stübner 0 siblings, 1 reply; 7+ messages in thread From: Arnd Bergmann @ 2019-02-15 12:42 UTC (permalink / raw) To: Heiko Stuebner; +Cc: open list:ARM/Rockchip SoC support, arm-soc, Linux ARM On Fri, Feb 1, 2019 at 12:14 PM Heiko Stuebner <heiko@sntech.de> wrote: > ---------------------------------------------------------------- > Fix for new dtc graph warnings and a regulator fix for rock64. > > ---------------------------------------------------------------- > Dmitry Voytik (1): > arm64: dts: rockchip: enable usb-host regulators at boot on rk3328-rock64 > Pulled into arm/fixes, thanks! Note: since we always have only a single fixes branch, sending the 32-bit and 64-bit fixes together would be slightly easier. 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] 7+ messages in thread
* Re: [GIT PULL 2/2] Rockchip arm64 devicetree fixes for 5.0 2019-02-15 12:42 ` Arnd Bergmann @ 2019-02-15 18:37 ` Heiko Stübner 2019-02-15 19:19 ` Arnd Bergmann 0 siblings, 1 reply; 7+ messages in thread From: Heiko Stübner @ 2019-02-15 18:37 UTC (permalink / raw) To: Arnd Bergmann; +Cc: open list:ARM/Rockchip SoC support, arm-soc, Linux ARM Am Freitag, 15. Februar 2019, 13:42:48 CET schrieb Arnd Bergmann: > On Fri, Feb 1, 2019 at 12:14 PM Heiko Stuebner <heiko@sntech.de> wrote: > > ---------------------------------------------------------------- > > Fix for new dtc graph warnings and a regulator fix for rock64. > > > > ---------------------------------------------------------------- > > > > Dmitry Voytik (1): > > arm64: dts: rockchip: enable usb-host regulators at boot on > > rk3328-rock64 > > Pulled into arm/fixes, thanks! > > Note: since we always have only a single fixes branch, sending the > 32-bit and 64-bit fixes together would be slightly easier. No problem, I'll keep 32+64bit fixes together in the future. I guess regular changes for the merge-window should continue being separated, right? Heiko _______________________________________________ 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] 7+ messages in thread
* Re: [GIT PULL 2/2] Rockchip arm64 devicetree fixes for 5.0 2019-02-15 18:37 ` Heiko Stübner @ 2019-02-15 19:19 ` Arnd Bergmann 2019-02-15 19:29 ` Heiko Stübner 0 siblings, 1 reply; 7+ messages in thread From: Arnd Bergmann @ 2019-02-15 19:19 UTC (permalink / raw) To: Heiko Stübner; +Cc: open list:ARM/Rockchip SoC support, arm-soc, Linux ARM On Fri, Feb 15, 2019 at 7:38 PM Heiko Stübner <heiko@sntech.de> wrote: > > Am Freitag, 15. Februar 2019, 13:42:48 CET schrieb Arnd Bergmann: > > On Fri, Feb 1, 2019 at 12:14 PM Heiko Stuebner <heiko@sntech.de> wrote: > > > ---------------------------------------------------------------- > > > Fix for new dtc graph warnings and a regulator fix for rock64. > > > > > > ---------------------------------------------------------------- > > > > > > Dmitry Voytik (1): > > > arm64: dts: rockchip: enable usb-host regulators at boot on > > > rk3328-rock64 > > > > Pulled into arm/fixes, thanks! > > > > Note: since we always have only a single fixes branch, sending the > > 32-bit and 64-bit fixes together would be slightly easier. > > No problem, I'll keep 32+64bit fixes together in the future. > I guess regular changes for the merge-window should continue > being separated, right? Yes, unless they are logically connected. You can also have more than two DT pull requests if that makes a better split. Some SoCs have separate dt-bindings pull requests (shared with drivers), or split out stuff by SoC subfamily if it gets too big (probably not necessary for rockchips, which seem more uniform). 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] 7+ messages in thread
* Re: [GIT PULL 2/2] Rockchip arm64 devicetree fixes for 5.0 2019-02-15 19:19 ` Arnd Bergmann @ 2019-02-15 19:29 ` Heiko Stübner 0 siblings, 0 replies; 7+ messages in thread From: Heiko Stübner @ 2019-02-15 19:29 UTC (permalink / raw) To: Arnd Bergmann; +Cc: open list:ARM/Rockchip SoC support, arm-soc, Linux ARM Am Freitag, 15. Februar 2019, 20:19:50 CET schrieb Arnd Bergmann: > On Fri, Feb 15, 2019 at 7:38 PM Heiko Stübner <heiko@sntech.de> wrote: > > Am Freitag, 15. Februar 2019, 13:42:48 CET schrieb Arnd Bergmann: > > > On Fri, Feb 1, 2019 at 12:14 PM Heiko Stuebner <heiko@sntech.de> wrote: > > > > ---------------------------------------------------------------- > > > > Fix for new dtc graph warnings and a regulator fix for rock64. > > > > > > > > ---------------------------------------------------------------- > > > > > > > > Dmitry Voytik (1): > > > > arm64: dts: rockchip: enable usb-host regulators at boot on > > > > rk3328-rock64 > > > > > > Pulled into arm/fixes, thanks! > > > > > > Note: since we always have only a single fixes branch, sending the > > > 32-bit and 64-bit fixes together would be slightly easier. > > > > No problem, I'll keep 32+64bit fixes together in the future. > > I guess regular changes for the merge-window should continue > > being separated, right? > > Yes, unless they are logically connected. You can also have > more than two DT pull requests if that makes a better split. > Some SoCs have separate dt-bindings pull requests (shared > with drivers), or split out stuff by SoC subfamily if it gets too > big (probably not necessary for rockchips, which seem more > uniform). yeah, I think the split I had so far (dts32+dts64+drivers if necessary) worked quite well so far, so I'll keep it :-) _______________________________________________ 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] 7+ messages in thread
* Re: [GIT PULL 1/2] Rockchip arm32 devicetree fixes for 5.0 2019-02-01 11:13 [GIT PULL 1/2] Rockchip arm32 devicetree fixes for 5.0 Heiko Stuebner 2019-02-01 11:14 ` [GIT PULL 2/2] Rockchip arm64 " Heiko Stuebner @ 2019-02-15 12:41 ` Arnd Bergmann 1 sibling, 0 replies; 7+ messages in thread From: Arnd Bergmann @ 2019-02-15 12:41 UTC (permalink / raw) To: Heiko Stuebner; +Cc: open list:ARM/Rockchip SoC support, arm-soc, Linux ARM On Fri, Feb 1, 2019 at 12:13 PM Heiko Stuebner <heiko@sntech.de> wrote: > > Hi Arnd, Kevin, Olof, > > please find below and in the following mail some fixes for Rockchip SoCs > on 5.0-rc. Nothing overly major thankfully. Pulled into arm/fixes, thanks 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] 7+ messages in thread
end of thread, other threads:[~2019-02-15 19:29 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-02-01 11:13 [GIT PULL 1/2] Rockchip arm32 devicetree fixes for 5.0 Heiko Stuebner 2019-02-01 11:14 ` [GIT PULL 2/2] Rockchip arm64 " Heiko Stuebner 2019-02-15 12:42 ` Arnd Bergmann 2019-02-15 18:37 ` Heiko Stübner 2019-02-15 19:19 ` Arnd Bergmann 2019-02-15 19:29 ` Heiko Stübner 2019-02-15 12:41 ` [GIT PULL 1/2] Rockchip arm32 " Arnd Bergmann
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).