Message ID | 23121360.LiWTZRSn6P@phil |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL,1/2] Rockchip arm32 devicetree fixes for 5.0 | expand |
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
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
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
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 :-)