linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Florian Fainelli <f.fainelli@gmail.com>
To: Nicolas Saenz Julienne <nsaenzju@redhat.com>
Cc: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>,
	linux-kernel@vger.kernel.org,
	bcm-kernel-feedback-list@broadcom.com,
	linux-rpi-kernel@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [GIT PULL 1/1] bcm2835-dt-next-2021-06-08
Date: Tue, 8 Jun 2021 07:21:56 -0700	[thread overview]
Message-ID: <4f3bf1bb-1544-85f4-0539-033f36f86d19@gmail.com> (raw)
In-Reply-To: <20210608100543.691185-1-nsaenzju@redhat.com>

Hi Nicolas,

On 6/8/2021 3:05 AM, Nicolas Saenz Julienne wrote:
> Hi Florian,
> 
> The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:
> 
>   Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-next-2021-06-08
> 
> for you to fetch changes up to ca5909b7fa6af9c7b9a215a8708926e44345a220:
> 
>   arm64: dts: broadcom: Add reference to RPi 400 (2021-06-08 10:44:36 +0200)
> 
> ----------------------------------------------------------------

How about:

https://lore.kernel.org/linux-arm-kernel/1622981777-5023-5-git-send-email-stefan.wahren@i2se.com/

can you add this to this pull request?

> 
> - Fixup MMC node names
> - Fixup led node names
> - Introduce new devicetree file for Raspberry Pi 400
> - Fix issue with dwc2's FIFO's size
> - Add VEC compatible for bcm2711
> 
> ----------------------------------------------------------------
> Mateusz Kwiatkowski (1):
>       ARM: boot: dts: bcm2711: Add BCM2711 VEC compatible
> 
> Stefan Wahren (6):
>       Revert "ARM: dts: bcm283x: increase dwc2's RX FIFO size"
>       ARM: dts: bcm283x: Fix up MMC node names
>       ARM: dts: Move BCM2711 RPi specific into separate dtsi
>       ARM: dts: bcm283x: Fix up GPIO LED node names
>       ARM: dts: Add Raspberry Pi 400 support
>       arm64: dts: broadcom: Add reference to RPi 400
> 
>  arch/arm/boot/dts/Makefile                        |  1 +
>  arch/arm/boot/dts/bcm2711-rpi-4-b.dts             | 85 ++++-------------------
>  arch/arm/boot/dts/bcm2711-rpi-400.dts             | 45 ++++++++++++
>  arch/arm/boot/dts/bcm2711-rpi.dtsi                | 74 ++++++++++++++++++++
>  arch/arm/boot/dts/bcm2711.dtsi                    |  3 +-
>  arch/arm/boot/dts/bcm2835-rpi-a-plus.dts          |  4 +-
>  arch/arm/boot/dts/bcm2835-rpi-a.dts               |  2 +-
>  arch/arm/boot/dts/bcm2835-rpi-b-plus.dts          |  4 +-
>  arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts          |  2 +-
>  arch/arm/boot/dts/bcm2835-rpi-b.dts               |  2 +-
>  arch/arm/boot/dts/bcm2835-rpi-cm1.dtsi            |  2 +-
>  arch/arm/boot/dts/bcm2835-rpi-zero-w.dts          |  2 +-
>  arch/arm/boot/dts/bcm2835-rpi-zero.dts            |  2 +-
>  arch/arm/boot/dts/bcm2835-rpi.dtsi                |  2 +-
>  arch/arm/boot/dts/bcm2836-rpi-2-b.dts             |  4 +-
>  arch/arm/boot/dts/bcm2837-rpi-3-a-plus.dts        |  4 +-
>  arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts        |  4 +-
>  arch/arm/boot/dts/bcm2837-rpi-3-b.dts             |  2 +-
>  arch/arm/boot/dts/bcm2837-rpi-cm3.dtsi            |  2 +-
>  arch/arm/boot/dts/bcm283x-rpi-usb-otg.dtsi        |  2 +-
>  arch/arm/boot/dts/bcm283x-rpi-usb-peripheral.dtsi |  2 +-
>  arch/arm/boot/dts/bcm283x.dtsi                    |  2 +-
>  arch/arm64/boot/dts/broadcom/Makefile             |  3 +-
>  arch/arm64/boot/dts/broadcom/bcm2711-rpi-400.dts  |  2 +
>  24 files changed, 160 insertions(+), 97 deletions(-)
>  create mode 100644 arch/arm/boot/dts/bcm2711-rpi-400.dts
>  create mode 100644 arch/arm/boot/dts/bcm2711-rpi.dtsi
>  create mode 100644 arch/arm64/boot/dts/broadcom/bcm2711-rpi-400.dts
> 

-- 
Florian

  reply	other threads:[~2021-06-08 14:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-08 10:05 [GIT PULL 1/1] bcm2835-dt-next-2021-06-08 Nicolas Saenz Julienne
2021-06-08 14:21 ` Florian Fainelli [this message]
2021-06-08 18:33   ` Nicolas Saenz Julienne
2021-06-08 19:48     ` Florian Fainelli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4f3bf1bb-1544-85f4-0539-033f36f86d19@gmail.com \
    --to=f.fainelli@gmail.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rpi-kernel@lists.infradead.org \
    --cc=nsaenzju@redhat.com \
    --cc=nsaenzjulienne@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).