All of lore.kernel.org
 help / color / mirror / Atom feed
From: Florian Fainelli <f.fainelli@gmail.com>
To: soc@kernel.org
Cc: Florian Fainelli <f.fainelli@gmail.com>,
	Maxime Ripard <maxime@cerno.tech>,
	Nicolas Saenz Julienne <nsaenzjulienne@suse.de>,
	Stanislav Jakubek <stano.jakubek@gmail.com>,
	Tim Gover <tim.gover@raspberrypi.com>,
	Dave Stevenson <dave.stevenson@raspberrypi.com>,
	linux-arm-kernel@lists.infradead.org, arnd@arndb.de,
	olof@lixom.net, khilman@kernel.org,
	bcm-kernel-feedback-list@broadcom.com
Subject: [GIT PULL 3/6] Broadcom devicetree changes for 5.12
Date: Sun, 31 Jan 2021 14:17:17 -0800	[thread overview]
Message-ID: <20210131221721.685974-3-f.fainelli@gmail.com> (raw)
In-Reply-To: <20210131221721.685974-1-f.fainelli@gmail.com>

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.12/devicetree

for you to fetch changes up to a0610b409fc9f90b4861c021ebe853bfcc310bb3:

  Merge tag 'tags/bcm2835-dt-next-2021-01-28' into devicetree/next (2021-01-28 20:11:44 -0800)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs Device Tree changes
for 5.12, please pull the following:

- Dave adds a proper compatile string for the DSI1 panel on 2711
  (Raspberry Pi 4) to permit adequate driver differentiation

- Nicolas declares reserved memory regions filed by the Rasbperry Pi
  bootloader to indicate the running system configuration

- Maxime declares the BSC (HDMI I2C controller) and CEC interrupt
  controllers

- Stanislav fixes a tab vs. space issue in the BCM21664 DTS

----------------------------------------------------------------
Dave Stevenson (1):
      ARM: dts: bcm2711: Use compatible string for BCM2711 DSI1

Florian Fainelli (2):
      Merge tag 'tags/bcm2835-dt-next-2021-01-25' into devicetree/next
      Merge tag 'tags/bcm2835-dt-next-2021-01-28' into devicetree/next

Maxime Ripard (2):
      ARM: dts: bcm2711: Add the BSC interrupt controller
      ARM: dts: bcm2711: Add the CEC interrupt controller

Nicolas Saenz Julienne (1):
      ARM: dts: bcm2711: Add reserved memory template to hold firmware configuration

Stanislav Jakubek (1):
      ARM: dts: bcm21664: Replace spaces with a tab

 arch/arm/boot/dts/bcm21664.dtsi       |  2 +-
 arch/arm/boot/dts/bcm2711-rpi-4-b.dts | 17 +++++++++++++++++
 arch/arm/boot/dts/bcm2711.dtsi        | 31 +++++++++++++++++++++++++++++++
 3 files changed, 49 insertions(+), 1 deletion(-)

WARNING: multiple messages have this Message-ID (diff)
From: Florian Fainelli <f.fainelli@gmail.com>
To: soc@kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
	Florian Fainelli <f.fainelli@gmail.com>,
	arnd@arndb.de, Tim Gover <tim.gover@raspberrypi.com>,
	Dave Stevenson <dave.stevenson@raspberrypi.com>,
	khilman@kernel.org,
	Nicolas Saenz Julienne <nsaenzjulienne@suse.de>,
	bcm-kernel-feedback-list@broadcom.com,
	Maxime Ripard <maxime@cerno.tech>,
	olof@lixom.net, Stanislav Jakubek <stano.jakubek@gmail.com>
Subject: [GIT PULL 3/6] Broadcom devicetree changes for 5.12
Date: Sun, 31 Jan 2021 14:17:17 -0800	[thread overview]
Message-ID: <20210131221721.685974-3-f.fainelli@gmail.com> (raw)
Message-ID: <20210131221717.H0rwxhLlwqMLAcegDzSALgH3IkTh1sO51R3zvDetBLE@z> (raw)
In-Reply-To: <20210131221721.685974-1-f.fainelli@gmail.com>

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.12/devicetree

for you to fetch changes up to a0610b409fc9f90b4861c021ebe853bfcc310bb3:

  Merge tag 'tags/bcm2835-dt-next-2021-01-28' into devicetree/next (2021-01-28 20:11:44 -0800)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs Device Tree changes
for 5.12, please pull the following:

- Dave adds a proper compatile string for the DSI1 panel on 2711
  (Raspberry Pi 4) to permit adequate driver differentiation

- Nicolas declares reserved memory regions filed by the Rasbperry Pi
  bootloader to indicate the running system configuration

- Maxime declares the BSC (HDMI I2C controller) and CEC interrupt
  controllers

- Stanislav fixes a tab vs. space issue in the BCM21664 DTS

----------------------------------------------------------------
Dave Stevenson (1):
      ARM: dts: bcm2711: Use compatible string for BCM2711 DSI1

Florian Fainelli (2):
      Merge tag 'tags/bcm2835-dt-next-2021-01-25' into devicetree/next
      Merge tag 'tags/bcm2835-dt-next-2021-01-28' into devicetree/next

Maxime Ripard (2):
      ARM: dts: bcm2711: Add the BSC interrupt controller
      ARM: dts: bcm2711: Add the CEC interrupt controller

Nicolas Saenz Julienne (1):
      ARM: dts: bcm2711: Add reserved memory template to hold firmware configuration

Stanislav Jakubek (1):
      ARM: dts: bcm21664: Replace spaces with a tab

 arch/arm/boot/dts/bcm21664.dtsi       |  2 +-
 arch/arm/boot/dts/bcm2711-rpi-4-b.dts | 17 +++++++++++++++++
 arch/arm/boot/dts/bcm2711.dtsi        | 31 +++++++++++++++++++++++++++++++
 3 files changed, 49 insertions(+), 1 deletion(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2021-01-31 22:18 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-31 22:17 [GIT PULL 1/6] Broadcom defconfig changes for 5.12 Florian Fainelli
2021-01-31 22:17 ` Florian Fainelli
2021-01-31 22:17 ` [GIT PULL 2/6] Broadcom defconfig-arm64 " Florian Fainelli
2021-01-31 22:17   ` Florian Fainelli
2021-02-02 21:38   ` Arnd Bergmann
2021-02-02 21:38     ` Arnd Bergmann
2021-01-31 22:17 ` Florian Fainelli [this message]
2021-01-31 22:17   ` [GIT PULL 3/6] Broadcom devicetree " Florian Fainelli
2021-02-02 17:10   ` Arnd Bergmann
2021-02-02 17:10     ` Arnd Bergmann
2021-01-31 22:17 ` [GIT PULL 4/6] Broadcom devicetree-arm64 " Florian Fainelli
2021-01-31 22:17   ` Florian Fainelli
2021-02-02 17:10   ` Arnd Bergmann
2021-02-02 17:10     ` Arnd Bergmann
2021-01-31 22:17 ` [GIT PULL 5/6] Broadcom drivers " Florian Fainelli
2021-01-31 22:17   ` Florian Fainelli
2021-02-02 21:36   ` Arnd Bergmann
2021-02-02 21:36     ` Arnd Bergmann
2021-01-31 22:17 ` [GIT PULL 6/6] Broadcom soc " Florian Fainelli
2021-01-31 22:17   ` Florian Fainelli
2021-02-02 21:47   ` Arnd Bergmann
2021-02-02 21:47     ` Arnd Bergmann
2021-01-31 22:17 ` [GIT PULL 7/7] " Florian Fainelli
2021-01-31 22:17   ` Florian Fainelli
2021-01-31 22:18   ` Florian Fainelli
2021-01-31 22:18     ` Florian Fainelli
2021-02-02 21:38 ` [GIT PULL 1/6] Broadcom defconfig " Arnd Bergmann
2021-02-02 21:38   ` Arnd Bergmann

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=20210131221721.685974-3-f.fainelli@gmail.com \
    --to=f.fainelli@gmail.com \
    --cc=arnd@arndb.de \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=dave.stevenson@raspberrypi.com \
    --cc=khilman@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=maxime@cerno.tech \
    --cc=nsaenzjulienne@suse.de \
    --cc=olof@lixom.net \
    --cc=soc@kernel.org \
    --cc=stano.jakubek@gmail.com \
    --cc=tim.gover@raspberrypi.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.