2021-01-25 21:09:52

by Nicolas Saenz Julienne

[permalink] [raw]
Subject: [GIT PULL 1/4] bcm2835-dt-next-2021-01-25

Hi Florian,

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://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-next-2021-01-25

for you to fetch changes up to 5878b8087904a5827c3551698be83da1ccf84e11:

ARM: dts: bcm2711: Add the BSC interrupt controller (2021-01-25 21:49:41 +0100)

----------------------------------------------------------------
Add DSI compatible string for Raspberry Pi 4

Enable BSC controller used for HDMI DCC

Add reserved memory node to expose Raspberry Pi 4's bootloader configuration

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

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

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

arch/arm/boot/dts/bcm2711-rpi-4-b.dts | 17 +++++++++++++++++
arch/arm/boot/dts/bcm2711.dtsi | 13 +++++++++++++
2 files changed, 30 insertions(+)


2021-01-25 21:09:55

by Nicolas Saenz Julienne

[permalink] [raw]
Subject: [GIT PULL 4/4] bcm2835-soc-next-2021-01-25

Hi Florian,

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://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-soc-next-2021-01-25

for you to fetch changes up to 5674e314e674d5a7c4d38d8e9beed14b91ef04d3:

ARM: bcm: Select BRCMSTB_L2_IRQ for bcm2835 (2021-01-25 21:59:06 +0100)

----------------------------------------------------------------
Select BRCMSTB_L2_IRQ as it's now used on Raspberry Pi 4

----------------------------------------------------------------
Maxime Ripard (1):
ARM: bcm: Select BRCMSTB_L2_IRQ for bcm2835

arch/arm/mach-bcm/Kconfig | 1 +
arch/arm64/Kconfig.platforms | 1 +
2 files changed, 2 insertions(+)

2021-01-25 23:52:24

by Nicolas Saenz Julienne

[permalink] [raw]
Subject: [GIT PULL 2/4] bcm2835-defconfig-next-2021-01-25

Hi Florian,

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://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-defconfig-next-2021-01-25

for you to fetch changes up to 5462a35ce3e4748e079ee325a1e9bb436f4950b3:

ARM: multi_v7_defconfig: Enable nvmem's rmem driver (2021-01-25 21:57:33 +0100)

----------------------------------------------------------------
Enable NVMEM_RMEM as module to expose RPi4's bootloader configuration to
userspace

----------------------------------------------------------------
Nicolas Saenz Julienne (1):
ARM: multi_v7_defconfig: Enable nvmem's rmem driver

arch/arm/configs/multi_v7_defconfig | 1 +
1 file changed, 1 insertion(+)

2021-01-27 01:00:22

by Florian Fainelli

[permalink] [raw]
Subject: Re: [GIT PULL 2/4] bcm2835-defconfig-next-2021-01-25



On 1/25/2021 1:01 PM, Nicolas Saenz Julienne wrote:
> Hi Florian,
>
> 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://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-defconfig-next-2021-01-25
>
> for you to fetch changes up to 5462a35ce3e4748e079ee325a1e9bb436f4950b3:
>
> ARM: multi_v7_defconfig: Enable nvmem's rmem driver (2021-01-25 21:57:33 +0100)
>
> ----------------------------------------------------------------
> Enable NVMEM_RMEM as module to expose RPi4's bootloader configuration to
> userspace
>
> ----------------------------------------------------------------

Merged into defconfig/next, thanks Nicolas!
--
Florian

2021-01-27 06:21:53

by Florian Fainelli

[permalink] [raw]
Subject: Re: [GIT PULL 4/4] bcm2835-soc-next-2021-01-25



On 1/25/2021 1:01 PM, Nicolas Saenz Julienne wrote:
> Hi Florian,
>
> 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://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-soc-next-2021-01-25
>
> for you to fetch changes up to 5674e314e674d5a7c4d38d8e9beed14b91ef04d3:
>
> ARM: bcm: Select BRCMSTB_L2_IRQ for bcm2835 (2021-01-25 21:59:06 +0100)
>
> ----------------------------------------------------------------
> Select BRCMSTB_L2_IRQ as it's now used on Raspberry Pi 4
>
> ----------------------------------------------------------------

Merged into soc/next, thanks Nicolas!
--
Florian

2021-01-27 19:50:05

by Florian Fainelli

[permalink] [raw]
Subject: Re: [GIT PULL 1/4] bcm2835-dt-next-2021-01-25



On 1/25/2021 1:01 PM, Nicolas Saenz Julienne wrote:
> Hi Florian,
>
> 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://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-next-2021-01-25
>
> for you to fetch changes up to 5878b8087904a5827c3551698be83da1ccf84e11:
>
> ARM: dts: bcm2711: Add the BSC interrupt controller (2021-01-25 21:49:41 +0100)
>
> ----------------------------------------------------------------
> Add DSI compatible string for Raspberry Pi 4
>
> Enable BSC controller used for HDMI DCC
>
> Add reserved memory node to expose Raspberry Pi 4's bootloader configuration
>
> ----------------------------------------------------------------

Merged into devicetree/next, thanks Nicolas!
--
Florian