linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/3] bcm2835-dt-next-2019-08-15
@ 2019-08-15 18:34 Stefan Wahren
  2019-08-15 18:34 ` [GIT PULL 2/3] bcm2835-defconfig-next-2019-08-15 Stefan Wahren
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Stefan Wahren @ 2019-08-15 18:34 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Stefan Wahren, Eric Anholt, linux-kernel,
	bcm-kernel-feedback-list, linux-rpi-kernel, linux-arm-kernel

Hi Florian,

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the git repository at:

  git://github.com/anholt/linux tags/bcm2835-dt-next-2019-08-15

for you to fetch changes up to 60c833d5664e1b3f71c4471233469790adf505ca:

  ARM: dts: bcm283x: Enable HDMI at board level (2019-08-15 19:35:15 +0200)

----------------------------------------------------------------
This pull request prepares the BCM2835 DTS files for the introduction
of the new SoC BCM2711.

----------------------------------------------------------------
Stefan Wahren (4):
      ARM: bcm283x: Reduce register ranges for UART, SPI and I2C
      ARM: dts: bcm283x: Define MMC interfaces at board level
      ARM: dts: bcm283x: Define memory at board level
      ARM: dts: bcm283x: Enable HDMI at board level

 arch/arm/boot/dts/bcm2835-rpi-a-plus.dts   | 14 ++++++++++++++
 arch/arm/boot/dts/bcm2835-rpi-a.dts        | 14 ++++++++++++++
 arch/arm/boot/dts/bcm2835-rpi-b-plus.dts   | 14 ++++++++++++++
 arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts   | 14 ++++++++++++++
 arch/arm/boot/dts/bcm2835-rpi-b.dts        | 14 ++++++++++++++
 arch/arm/boot/dts/bcm2835-rpi-cm1-io1.dts  |  9 +++++++++
 arch/arm/boot/dts/bcm2835-rpi-cm1.dtsi     |  5 +++++
 arch/arm/boot/dts/bcm2835-rpi-zero-w.dts   | 14 ++++++++++++++
 arch/arm/boot/dts/bcm2835-rpi-zero.dts     | 14 ++++++++++++++
 arch/arm/boot/dts/bcm2835-rpi.dtsi         | 23 -----------------------
 arch/arm/boot/dts/bcm2836-rpi-2-b.dts      | 10 ++++++++++
 arch/arm/boot/dts/bcm2837-rpi-3-a-plus.dts |  3 +++
 arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts |  3 +++
 arch/arm/boot/dts/bcm2837-rpi-3-b.dts      |  3 +++
 arch/arm/boot/dts/bcm2837-rpi-cm3-io3.dts  |  9 +++++++++
 arch/arm/boot/dts/bcm2837-rpi-cm3.dtsi     |  1 +
 arch/arm/boot/dts/bcm283x.dtsi             |  6 +++---
 17 files changed, 144 insertions(+), 26 deletions(-)

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

* [GIT PULL 2/3] bcm2835-defconfig-next-2019-08-15
  2019-08-15 18:34 [GIT PULL 1/3] bcm2835-dt-next-2019-08-15 Stefan Wahren
@ 2019-08-15 18:34 ` Stefan Wahren
  2019-08-15 22:56   ` Florian Fainelli
  2019-08-15 18:34 ` [GIT PULL 3/3] bcm2835-defconfig-64-next-2019-08-15 Stefan Wahren
  2019-08-15 22:56 ` [GIT PULL 1/3] bcm2835-dt-next-2019-08-15 Florian Fainelli
  2 siblings, 1 reply; 6+ messages in thread
From: Stefan Wahren @ 2019-08-15 18:34 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Stefan Wahren, Eric Anholt, linux-kernel,
	bcm-kernel-feedback-list, linux-rpi-kernel, linux-arm-kernel

Hi Florian,

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the git repository at:

  git://github.com/anholt/linux tags/bcm2835-defconfig-next-2019-08-15

for you to fetch changes up to 4c6f5d4038af2c7332630bdd75cfdc0309e97242:

  ARM: defconfig: enable cpufreq driver for RPi (2019-07-23 22:53:35 +0200)

----------------------------------------------------------------
This pull request enables the new RPi cpufreq driver in the 32-bit
defconfigs.

----------------------------------------------------------------
Nicolas Saenz Julienne (1):
      ARM: defconfig: enable cpufreq driver for RPi

 arch/arm/configs/bcm2835_defconfig  | 9 +++++++++
 arch/arm/configs/multi_v7_defconfig | 2 ++
 2 files changed, 11 insertions(+)

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

* [GIT PULL 3/3] bcm2835-defconfig-64-next-2019-08-15
  2019-08-15 18:34 [GIT PULL 1/3] bcm2835-dt-next-2019-08-15 Stefan Wahren
  2019-08-15 18:34 ` [GIT PULL 2/3] bcm2835-defconfig-next-2019-08-15 Stefan Wahren
@ 2019-08-15 18:34 ` Stefan Wahren
  2019-08-15 22:57   ` Florian Fainelli
  2019-08-15 22:56 ` [GIT PULL 1/3] bcm2835-dt-next-2019-08-15 Florian Fainelli
  2 siblings, 1 reply; 6+ messages in thread
From: Stefan Wahren @ 2019-08-15 18:34 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Stefan Wahren, Eric Anholt, linux-kernel,
	bcm-kernel-feedback-list, linux-rpi-kernel, linux-arm-kernel

Hi Florian,

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the git repository at:

  git://github.com/anholt/linux tags/bcm2835-defconfig-64-next-2019-08-15

for you to fetch changes up to e2dd73ac4440f7143e990e76bad9a46dc63a5951:

  arm64: defconfig: enable cpufreq support for RPi3 (2019-07-23 23:17:09 +0200)

----------------------------------------------------------------
This pull request enables the new RPi cpufreq driver in the 64-bit
defconfig.

----------------------------------------------------------------
Nicolas Saenz Julienne (1):
      arm64: defconfig: enable cpufreq support for RPi3

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

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

* Re: [GIT PULL 1/3] bcm2835-dt-next-2019-08-15
  2019-08-15 18:34 [GIT PULL 1/3] bcm2835-dt-next-2019-08-15 Stefan Wahren
  2019-08-15 18:34 ` [GIT PULL 2/3] bcm2835-defconfig-next-2019-08-15 Stefan Wahren
  2019-08-15 18:34 ` [GIT PULL 3/3] bcm2835-defconfig-64-next-2019-08-15 Stefan Wahren
@ 2019-08-15 22:56 ` Florian Fainelli
  2 siblings, 0 replies; 6+ messages in thread
From: Florian Fainelli @ 2019-08-15 22:56 UTC (permalink / raw)
  To: Stefan Wahren, Florian Fainelli
  Cc: Eric Anholt, linux-kernel, bcm-kernel-feedback-list,
	linux-rpi-kernel, linux-arm-kernel

On 8/15/19 11:34 AM, Stefan Wahren wrote:
> Hi Florian,
> 
> The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:
> 
>   Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)
> 
> are available in the git repository at:
> 
>   git://github.com/anholt/linux tags/bcm2835-dt-next-2019-08-15
> 
> for you to fetch changes up to 60c833d5664e1b3f71c4471233469790adf505ca:
> 
>   ARM: dts: bcm283x: Enable HDMI at board level (2019-08-15 19:35:15 +0200)
> 
> ----------------------------------------------------------------
> This pull request prepares the BCM2835 DTS files for the introduction
> of the new SoC BCM2711.
> 
> ----------------------------------------------------------------
> Stefan Wahren (4):
>       ARM: bcm283x: Reduce register ranges for UART, SPI and I2C
>       ARM: dts: bcm283x: Define MMC interfaces at board level
>       ARM: dts: bcm283x: Define memory at board level
>       ARM: dts: bcm283x: Enable HDMI at board level

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

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

* Re: [GIT PULL 2/3] bcm2835-defconfig-next-2019-08-15
  2019-08-15 18:34 ` [GIT PULL 2/3] bcm2835-defconfig-next-2019-08-15 Stefan Wahren
@ 2019-08-15 22:56   ` Florian Fainelli
  0 siblings, 0 replies; 6+ messages in thread
From: Florian Fainelli @ 2019-08-15 22:56 UTC (permalink / raw)
  To: Stefan Wahren, Florian Fainelli
  Cc: Eric Anholt, linux-kernel, bcm-kernel-feedback-list,
	linux-rpi-kernel, linux-arm-kernel

On 8/15/19 11:34 AM, Stefan Wahren wrote:
> Hi Florian,
> 
> The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:
> 
>   Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)
> 
> are available in the git repository at:
> 
>   git://github.com/anholt/linux tags/bcm2835-defconfig-next-2019-08-15
> 
> for you to fetch changes up to 4c6f5d4038af2c7332630bdd75cfdc0309e97242:
> 
>   ARM: defconfig: enable cpufreq driver for RPi (2019-07-23 22:53:35 +0200)
> 
> ----------------------------------------------------------------
> This pull request enables the new RPi cpufreq driver in the 32-bit
> defconfigs.
> 
> ----------------------------------------------------------------

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

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

* Re: [GIT PULL 3/3] bcm2835-defconfig-64-next-2019-08-15
  2019-08-15 18:34 ` [GIT PULL 3/3] bcm2835-defconfig-64-next-2019-08-15 Stefan Wahren
@ 2019-08-15 22:57   ` Florian Fainelli
  0 siblings, 0 replies; 6+ messages in thread
From: Florian Fainelli @ 2019-08-15 22:57 UTC (permalink / raw)
  To: Stefan Wahren, Florian Fainelli
  Cc: Eric Anholt, linux-kernel, bcm-kernel-feedback-list,
	linux-rpi-kernel, linux-arm-kernel

On 8/15/19 11:34 AM, Stefan Wahren wrote:
> Hi Florian,
> 
> The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:
> 
>   Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)
> 
> are available in the git repository at:
> 
>   git://github.com/anholt/linux tags/bcm2835-defconfig-64-next-2019-08-15
> 
> for you to fetch changes up to e2dd73ac4440f7143e990e76bad9a46dc63a5951:
> 
>   arm64: defconfig: enable cpufreq support for RPi3 (2019-07-23 23:17:09 +0200)
> 
> ----------------------------------------------------------------
> This pull request enables the new RPi cpufreq driver in the 64-bit
> defconfig.
> 
> ----------------------------------------------------------------

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

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

end of thread, other threads:[~2019-08-15 22:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-15 18:34 [GIT PULL 1/3] bcm2835-dt-next-2019-08-15 Stefan Wahren
2019-08-15 18:34 ` [GIT PULL 2/3] bcm2835-defconfig-next-2019-08-15 Stefan Wahren
2019-08-15 22:56   ` Florian Fainelli
2019-08-15 18:34 ` [GIT PULL 3/3] bcm2835-defconfig-64-next-2019-08-15 Stefan Wahren
2019-08-15 22:57   ` Florian Fainelli
2019-08-15 22:56 ` [GIT PULL 1/3] bcm2835-dt-next-2019-08-15 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).