Message ID | 20200707045759.17562-1-f.fainelli@gmail.com |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL,1/1] Broadcom devicetree changes for 5.9 | expand |
On 7/6/2020 9:57 PM, Florian Fainelli wrote: > The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: > > Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) > > are available in the Git repository at: > > https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.9/devicetree > > for you to fetch changes up to aee13efe44c10b747e6b59659a242d8f7d266e92: > > Merge tag 'tags/bcm2835-dt-next-2020-07-06' into devicetree/next (2020-07-06 21:56:00 -0700) > > ---------------------------------------------------------------- > This pull request contains Broadcom ARM-based SoCs Device Tree changes > for 5.9 please pull the following: > > - Rafal specifies the switch ports for various Luxul devices (XAP-1410, > XAP-1510, XAP-1610, XWC-1000, XWC-2000, XWR-1200, XWR-3100, XWR-3150) > > - Krzysztof fixes the L2 cache controller node name to conform to > dtschema > > - Maxime introduces two new clock providers for Raspberry Pi 4, one to > support firmware based clocks and another one for the DVP block > feeding into the two HDMI blocks. > > ---------------------------------------------------------------- Arnd, Olof, you used to send emails when pull requests would be merged, but I do not think that this has worked for the past 3 or 4 merge windows, having an indication that those changes are merged is sort of useful. Thanks
On Tue, Aug 4, 2020 at 1:40 AM Florian Fainelli <f.fainelli@gmail.com> wrote: > On 7/6/2020 9:57 PM, Florian Fainelli wrote: > > The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: > > > > Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) > > > > are available in the Git repository at: > > > > https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.9/devicetree > > > > for you to fetch changes up to aee13efe44c10b747e6b59659a242d8f7d266e92: > > > > Merge tag 'tags/bcm2835-dt-next-2020-07-06' into devicetree/next (2020-07-06 21:56:00 -0700) > > > > ---------------------------------------------------------------- > > This pull request contains Broadcom ARM-based SoCs Device Tree changes > > for 5.9 please pull the following: > > > > - Rafal specifies the switch ports for various Luxul devices (XAP-1410, > > XAP-1510, XAP-1610, XWC-1000, XWC-2000, XWR-1200, XWR-3100, XWR-3150) > > > > - Krzysztof fixes the L2 cache controller node name to conform to > > dtschema > > > > - Maxime introduces two new clock providers for Raspberry Pi 4, one to > > support firmware based clocks and another one for the DVP block > > feeding into the two HDMI blocks. > > > > ---------------------------------------------------------------- > > Arnd, Olof, you used to send emails when pull requests would be merged, > but I do not think that this has worked for the past 3 or 4 merge > windows, having an indication that those changes are merged is sort of > useful. I'm not sure what exactly broke. I used to do it all manually, and then moved to patchwork, which sent out the mails itself, but that stopped working now. I hope to move to 'b4' for the next time, which should provide semi-automated mails again. Arnd