mbox series

[GIT,PULL,1/3] bcm2835-dt-fixes-2020-03-27

Message ID 20200327211632.32346-1-nsaenzjulienne@suse.de
State New
Headers show
Series [GIT,PULL,1/3] bcm2835-dt-fixes-2020-03-27 | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-fixes-2020-03-27

Message

Nicolas Saenz Julienne March 27, 2020, 9:16 p.m. UTC
Hi Florian,

The following changes since commit 55c7c0621078bd73e9d4d2a11eb36e61bc6fe998:

  ARM: dts: bcm283x: Fix vc4's firmware bus DMA limitations (2020-03-22 14:45:24 -0700)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-fixes-2020-03-27

for you to fetch changes up to be08d278eb09210fefbad4c9b27d7843f1c096b2:

  ARM: dts: bcm283x: Add cells encoding format to firmware bus (2020-03-27 21:36:17 +0100)

----------------------------------------------------------------
This patch is to be squashed into 55c7c0621078 ("ARM: dts: bcm283x: Fix
vc4's firmware bus DMA limitations") as it turned out to be faulty

----------------------------------------------------------------
Nicolas Saenz Julienne (1):
      ARM: dts: bcm283x: Add cells encoding format to firmware bus

 arch/arm/boot/dts/bcm2835-rpi.dtsi | 3 +++
 1 file changed, 3 insertions(+)

Comments

Florian Fainelli April 1, 2020, 7:38 p.m. UTC | #1
On 3/27/2020 2:16 PM, Nicolas Saenz Julienne wrote:
> Hi Florian,
> 
> The following changes since commit 55c7c0621078bd73e9d4d2a11eb36e61bc6fe998:
> 
>   ARM: dts: bcm283x: Fix vc4's firmware bus DMA limitations (2020-03-22 14:45:24 -0700)
> 
> are available in the Git repository at:
> 
>   ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-fixes-2020-03-27

You would want to provide a public fetch URL for next pull requests, I
fetched your tree so this is fine, but in case someone processes those
messages in a semi automated way, they would not be able to pull from
your tree here.

> 
> for you to fetch changes up to be08d278eb09210fefbad4c9b27d7843f1c096b2:
> 
>   ARM: dts: bcm283x: Add cells encoding format to firmware bus (2020-03-27 21:36:17 +0100)
> 
> ----------------------------------------------------------------
> This patch is to be squashed into 55c7c0621078 ("ARM: dts: bcm283x: Fix
> vc4's firmware bus DMA limitations") as it turned out to be faulty
> 
> ----------------------------------------------------------------

Merged into devicetree/fixes, thanks Nicolas, looks like the offending
commit has already been applied, though I had not gotten an email about
it, so the fixup in place is no longer an option.

> Nicolas Saenz Julienne (1):
>       ARM: dts: bcm283x: Add cells encoding format to firmware bus
> 
>  arch/arm/boot/dts/bcm2835-rpi.dtsi | 3 +++
>  1 file changed, 3 insertions(+)
>
Nicolas Saenz Julienne April 1, 2020, 7:46 p.m. UTC | #2
Hi Florian,

On Wed, 2020-04-01 at 12:38 -0700, Florian Fainelli wrote:
> 
> On 3/27/2020 2:16 PM, Nicolas Saenz Julienne wrote:
> > Hi Florian,
> > 
> > The following changes since commit 55c7c0621078bd73e9d4d2a11eb36e61bc6fe998:
> > 
> >   ARM: dts: bcm283x: Fix vc4's firmware bus DMA limitations (2020-03-22
> > 14:45:24 -0700)
> > 
> > are available in the Git repository at:
> > 
> >   
> > ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git
> > tags/bcm2835-dt-fixes-2020-03-27
> 
> You would want to provide a public fetch URL for next pull requests, I
> fetched your tree so this is fine, but in case someone processes those
> messages in a semi automated way, they would not be able to pull from
> your tree here.

Noted.

> 
> > for you to fetch changes up to be08d278eb09210fefbad4c9b27d7843f1c096b2:
> > 
> >   ARM: dts: bcm283x: Add cells encoding format to firmware bus (2020-03-27
> > 21:36:17 +0100)
> > 
> > ----------------------------------------------------------------
> > This patch is to be squashed into 55c7c0621078 ("ARM: dts: bcm283x: Fix
> > vc4's firmware bus DMA limitations") as it turned out to be faulty
> > 
> > ----------------------------------------------------------------
> 
> Merged into devicetree/fixes, thanks Nicolas, looks like the offending
> commit has already been applied, though I had not gotten an email about
> it, so the fixup in place is no longer an option.

Ok, no worries, as long as it gets applied at some point we're good, it's just
a dtc warning.

Regards,
Nicolas