mbox series

[GIT,PULL,RESEND,1/2] bcm2835-dt-next-2020-03-09

Message ID 91044910d494a12d06e7098561fe1be86a61f033.camel@suse.de
State New
Headers show
Series [GIT,PULL,RESEND,1/2] bcm2835-dt-next-2020-03-09 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-next-2020-03-09

Message

Nicolas Saenz Julienne March 10, 2020, 12:27 p.m. UTC
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.

----------------------------------------------------------------
Nicolas Saenz Julienne (1):
ARM: dts: bcm2711: Move emmc2 into its own bus

Stefan Wahren (1):
ARM: dts: bcm2711-rpi-4-b: Add SoC GPIO labels

arch/arm/boot/dts/bcm2711-rpi-4-b.dts | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm/boot/dts/bcm2711.dtsi        | 25 ++++++++++++++++++++-----
2 files changed, 94 insertions(+), 5 deletions(-)

Comments

Florian Fainelli March 10, 2020, 6:09 p.m. UTC | #1
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.
Nicolas Saenz Julienne March 10, 2020, 6:26 p.m. UTC | #2
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
Nicolas Saenz Julienne March 11, 2020, 11:21 a.m. UTC | #3
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
Florian Fainelli March 11, 2020, 9:22 p.m. UTC | #4
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.