linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/4] bcm2835-dt-next-2021-01-25
@ 2021-01-25 21:01 Nicolas Saenz Julienne
  2021-01-25 21:01 ` [GIT PULL 2/4] bcm2835-defconfig-next-2021-01-25 Nicolas Saenz Julienne
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Nicolas Saenz Julienne @ 2021-01-25 21:01 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Nicolas Saenz Julienne, linux-kernel, bcm-kernel-feedback-list,
	linux-rpi-kernel, linux-arm-kernel

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(+)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL 2/4] bcm2835-defconfig-next-2021-01-25
  2021-01-25 21:01 [GIT PULL 1/4] bcm2835-dt-next-2021-01-25 Nicolas Saenz Julienne
@ 2021-01-25 21:01 ` Nicolas Saenz Julienne
  2021-01-26 17:57   ` Florian Fainelli
  2021-01-25 21:01 ` [GIT PULL 3/4] bcm2835-defconfig-arm64-next-2021-01-25 Nicolas Saenz Julienne
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Nicolas Saenz Julienne @ 2021-01-25 21:01 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Nicolas Saenz Julienne, linux-kernel, bcm-kernel-feedback-list,
	linux-rpi-kernel, linux-arm-kernel

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(+)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL 3/4] bcm2835-defconfig-arm64-next-2021-01-25
  2021-01-25 21:01 [GIT PULL 1/4] bcm2835-dt-next-2021-01-25 Nicolas Saenz Julienne
  2021-01-25 21:01 ` [GIT PULL 2/4] bcm2835-defconfig-next-2021-01-25 Nicolas Saenz Julienne
@ 2021-01-25 21:01 ` Nicolas Saenz Julienne
  2021-01-26 17:57   ` Florian Fainelli
  2021-01-25 21:01 ` [GIT PULL 4/4] bcm2835-soc-next-2021-01-25 Nicolas Saenz Julienne
  2021-01-26 17:57 ` [GIT PULL 1/4] bcm2835-dt-next-2021-01-25 Florian Fainelli
  3 siblings, 1 reply; 8+ messages in thread
From: Nicolas Saenz Julienne @ 2021-01-25 21:01 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Nicolas Saenz Julienne, linux-kernel, bcm-kernel-feedback-list,
	linux-rpi-kernel, linux-arm-kernel

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-arm64-next-2021-01-25

for you to fetch changes up to b4192249b0c66e0ad177cdab87ea863220a7e455:

  arm64: defconfig: Enable nvmem's rmem driver (2021-01-25 21:55:18 +0100)

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

----------------------------------------------------------------
Nicolas Saenz Julienne (1):
      arm64: defconfig: Enable nvmem's rmem driver

 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL 4/4] bcm2835-soc-next-2021-01-25
  2021-01-25 21:01 [GIT PULL 1/4] bcm2835-dt-next-2021-01-25 Nicolas Saenz Julienne
  2021-01-25 21:01 ` [GIT PULL 2/4] bcm2835-defconfig-next-2021-01-25 Nicolas Saenz Julienne
  2021-01-25 21:01 ` [GIT PULL 3/4] bcm2835-defconfig-arm64-next-2021-01-25 Nicolas Saenz Julienne
@ 2021-01-25 21:01 ` Nicolas Saenz Julienne
  2021-01-26 17:58   ` Florian Fainelli
  2021-01-26 17:57 ` [GIT PULL 1/4] bcm2835-dt-next-2021-01-25 Florian Fainelli
  3 siblings, 1 reply; 8+ messages in thread
From: Nicolas Saenz Julienne @ 2021-01-25 21:01 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Nicolas Saenz Julienne, linux-kernel, bcm-kernel-feedback-list,
	linux-rpi-kernel, linux-arm-kernel

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(+)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL 1/4] bcm2835-dt-next-2021-01-25
  2021-01-25 21:01 [GIT PULL 1/4] bcm2835-dt-next-2021-01-25 Nicolas Saenz Julienne
                   ` (2 preceding siblings ...)
  2021-01-25 21:01 ` [GIT PULL 4/4] bcm2835-soc-next-2021-01-25 Nicolas Saenz Julienne
@ 2021-01-26 17:57 ` Florian Fainelli
  3 siblings, 0 replies; 8+ messages in thread
From: Florian Fainelli @ 2021-01-26 17:57 UTC (permalink / raw)
  To: Nicolas Saenz Julienne, Florian Fainelli
  Cc: linux-kernel, bcm-kernel-feedback-list, linux-rpi-kernel,
	linux-arm-kernel



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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL 2/4] bcm2835-defconfig-next-2021-01-25
  2021-01-25 21:01 ` [GIT PULL 2/4] bcm2835-defconfig-next-2021-01-25 Nicolas Saenz Julienne
@ 2021-01-26 17:57   ` Florian Fainelli
  0 siblings, 0 replies; 8+ messages in thread
From: Florian Fainelli @ 2021-01-26 17:57 UTC (permalink / raw)
  To: Nicolas Saenz Julienne, Florian Fainelli
  Cc: linux-kernel, bcm-kernel-feedback-list, linux-rpi-kernel,
	linux-arm-kernel



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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL 3/4] bcm2835-defconfig-arm64-next-2021-01-25
  2021-01-25 21:01 ` [GIT PULL 3/4] bcm2835-defconfig-arm64-next-2021-01-25 Nicolas Saenz Julienne
@ 2021-01-26 17:57   ` Florian Fainelli
  0 siblings, 0 replies; 8+ messages in thread
From: Florian Fainelli @ 2021-01-26 17:57 UTC (permalink / raw)
  To: Nicolas Saenz Julienne, Florian Fainelli
  Cc: linux-kernel, bcm-kernel-feedback-list, linux-rpi-kernel,
	linux-arm-kernel



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-arm64-next-2021-01-25
> 
> for you to fetch changes up to b4192249b0c66e0ad177cdab87ea863220a7e455:
> 
>   arm64: defconfig: Enable nvmem's rmem driver (2021-01-25 21:55:18 +0100)
> 
> ----------------------------------------------------------------
> Enable NVMEM_RMEM as module to expose RPi4's bootloader configuration to
> userspace
> 
> ----------------------------------------------------------------

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL 4/4] bcm2835-soc-next-2021-01-25
  2021-01-25 21:01 ` [GIT PULL 4/4] bcm2835-soc-next-2021-01-25 Nicolas Saenz Julienne
@ 2021-01-26 17:58   ` Florian Fainelli
  0 siblings, 0 replies; 8+ messages in thread
From: Florian Fainelli @ 2021-01-26 17:58 UTC (permalink / raw)
  To: Nicolas Saenz Julienne, Florian Fainelli
  Cc: linux-kernel, bcm-kernel-feedback-list, linux-rpi-kernel,
	linux-arm-kernel



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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-01-27  7:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-25 21:01 [GIT PULL 1/4] bcm2835-dt-next-2021-01-25 Nicolas Saenz Julienne
2021-01-25 21:01 ` [GIT PULL 2/4] bcm2835-defconfig-next-2021-01-25 Nicolas Saenz Julienne
2021-01-26 17:57   ` Florian Fainelli
2021-01-25 21:01 ` [GIT PULL 3/4] bcm2835-defconfig-arm64-next-2021-01-25 Nicolas Saenz Julienne
2021-01-26 17:57   ` Florian Fainelli
2021-01-25 21:01 ` [GIT PULL 4/4] bcm2835-soc-next-2021-01-25 Nicolas Saenz Julienne
2021-01-26 17:58   ` Florian Fainelli
2021-01-26 17:57 ` [GIT PULL 1/4] bcm2835-dt-next-2021-01-25 Florian Fainelli

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).