Message ID | 91044910d494a12d06e7098561fe1be86a61f033.camel@suse.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL,RESEND,1/2] bcm2835-dt-next-2020-03-09 | expand |
Hi Florian, The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9: Linux 5.6-rc1 (2020-02-09 16:08:48 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835- defconfig-next-2020-03-09 for you to fetch changes up to 93d3ae352bb5cda928570cfa2247d9c529605bef: ARM: bcm2835_defconfig: add support for Raspberry Pi4 (2020-03-09 20:36:30 +0100) ---------------------------------------------------------------- This tag introduces configuration options in bcm2835_defconfig for basic RPi4 support. ---------------------------------------------------------------- Marek Szyprowski (1): ARM: bcm2835_defconfig: add support for Raspberry Pi4 arch/arm/configs/bcm2835_defconfig | 5 +++++ 1 file changed, 5 insertions(+)
On 3/10/20 5:27 AM, Nicolas Saenz Julienne wrote: > Hi Florian, > > The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9: > > Linux 5.6-rc1 (2020-02-09 16:08:48 -0800) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-next-2020-03-09 > > for you to fetch changes up to 3d2cbb64483691c8f8cf88e17d7d581d9402ac4b: > > ARM: dts: bcm2711: Move emmc2 into its own bus (2020-03-09 21:18:03 +0100) > > ---------------------------------------------------------------- > This tag adds GPIO labels to RPi4 and moves emmc2 to its own bus in > order for RPi4's firmware to correct its DMA constraints. > > ---------------------------------------------------------------- I have applied both for integration but it looks like you are not using git request-pull and you are possibly copy/pasting the content of the command into an email? For instance your second message has this: tags/bcm2835- defconfig-next-2020-03-09 ^=== additional space here which should not be here.
On Tue, 2020-03-10 at 11:09 -0700, Florian Fainelli wrote: > On 3/10/20 5:27 AM, Nicolas Saenz Julienne wrote: > > Hi Florian, > > > > The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9: > > > > Linux 5.6-rc1 (2020-02-09 16:08:48 -0800) > > > > are available in the Git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git > > tags/bcm2835-dt-next-2020-03-09 > > > > for you to fetch changes up to 3d2cbb64483691c8f8cf88e17d7d581d9402ac4b: > > > > ARM: dts: bcm2711: Move emmc2 into its own bus (2020-03-09 21:18:03 +0100) > > > > ---------------------------------------------------------------- > > This tag adds GPIO labels to RPi4 and moves emmc2 to its own bus in > > order for RPi4's firmware to correct its DMA constraints. > > > > ---------------------------------------------------------------- > > I have applied both for integration but it looks like you are not using > git request-pull and you are possibly copy/pasting the content of the > command into an email? For instance your second message has this: > > tags/bcm2835- defconfig-next-2020-03-09 > ^=== additional space here which should not be here. Thanks! Yes, my process is still pretty much manual. The message got wrapped/unwrapped in the mail client and I guess something went wrong in the process. It's time to re-tailor your gen-pull.pl script to my needs :) Regards, Nicolas
On Tue, 2020-03-10 at 20:01 +0100, Stefan Wahren wrote: > Hi Nicolas, > i was using this script: > > https://github.com/lategoodbye/maintain-scripts > > for the pull requests. It based on Stephen Warren work. Thanks! I'll have a look at it :) Regards, Nicolas
On 3/10/20 5:27 AM, Nicolas Saenz Julienne wrote: > Hi Florian, > > The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9: > > Linux 5.6-rc1 (2020-02-09 16:08:48 -0800) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-next-2020-03-09 > > for you to fetch changes up to 3d2cbb64483691c8f8cf88e17d7d581d9402ac4b: > > ARM: dts: bcm2711: Move emmc2 into its own bus (2020-03-09 21:18:03 +0100) > > ---------------------------------------------------------------- > This tag adds GPIO labels to RPi4 and moves emmc2 to its own bus in > order for RPi4's firmware to correct its DMA constraints. > > ---------------------------------------------------------------- Merged into devicetree/next, thanks Nicolas.
On 3/10/20 5:29 AM, Nicolas Saenz Julienne wrote: > Hi Florian, > > The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9: > > Linux 5.6-rc1 (2020-02-09 16:08:48 -0800) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835- defconfig-next-2020-03-09 > > for you to fetch changes up to 93d3ae352bb5cda928570cfa2247d9c529605bef: > > ARM: bcm2835_defconfig: add support for Raspberry Pi4 (2020-03-09 20:36:30 +0100) > > ---------------------------------------------------------------- > This tag introduces configuration options in bcm2835_defconfig for basic RPi4 support. > > ---------------------------------------------------------------- Merged into defconfig/next, thanks Nicolas!