linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/2] bcm2835 DT changes for 4.7
@ 2016-04-20 20:27 Eric Anholt
  2016-04-20 20:27 ` [GIT PULL 2/2] bcm2835 defconfig " Eric Anholt
  2016-04-22 19:24 ` [GIT PULL 1/2] bcm2835 DT " Florian Fainelli
  0 siblings, 2 replies; 4+ messages in thread
From: Eric Anholt @ 2016-04-20 20:27 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stephen Warren,
	Lee Jones, Eric Anholt

  Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)

are available in the git repository at:

  https://github.com/anholt/linux tags/bcm2835-dt-next-2016-04-20

for you to fetch changes up to 896ad420db8d5ec4cc4727b786d15e28eb59b366:

  dt/bindings: bcm2835: correct description for DMA-int (2016-04-19 17:31:58 -0700)

----------------------------------------------------------------
This pull request brings in VC4 devicetree support and the other minor
DT changes for 4.7.

Also included is a DRM patch necessary to prevent regressions when
simplefb and vc4 drivers are both present.  The patch was suggested by
the simplefb maintainer as the solution agreed upon at ELCE 2014, and
was acked by the DRM maintainer for merging through this tree.

----------------------------------------------------------------
Eric Anholt (2):
      drm/vc4: Kick out the simplefb framebuffer before we set up KMS.
      ARM: bcm2835: Add VC4 to the device tree.

Martin Sperl (1):
      dt/bindings: bcm2835: correct description for DMA-int

Stefan Wahren (1):
      ARM: bcm2835: add CPU node for ARM core

 .../brcm,bcm2835-armctrl-ic.txt                    |  4 +-
 arch/arm/boot/dts/bcm2835-rpi-a-plus.dts           |  4 ++
 arch/arm/boot/dts/bcm2835-rpi-a.dts                |  4 ++
 arch/arm/boot/dts/bcm2835-rpi-b-plus.dts           |  4 ++
 arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts           |  4 ++
 arch/arm/boot/dts/bcm2835-rpi-b.dts                |  4 ++
 arch/arm/boot/dts/bcm2835-rpi.dtsi                 |  9 +++++
 arch/arm/boot/dts/bcm2835.dtsi                     | 11 +++++
 arch/arm/boot/dts/bcm2836-rpi-2-b.dts              |  4 ++
 arch/arm/boot/dts/bcm283x.dtsi                     | 47 ++++++++++++++++++++++
 drivers/gpu/drm/vc4/vc4_drv.c                      | 20 +++++++++
 11 files changed, 113 insertions(+), 2 deletions(-)

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

* [GIT PULL 2/2] bcm2835 defconfig changes for 4.7
  2016-04-20 20:27 [GIT PULL 1/2] bcm2835 DT changes for 4.7 Eric Anholt
@ 2016-04-20 20:27 ` Eric Anholt
  2016-04-22 19:26   ` Florian Fainelli
  2016-04-22 19:24 ` [GIT PULL 1/2] bcm2835 DT " Florian Fainelli
  1 sibling, 1 reply; 4+ messages in thread
From: Eric Anholt @ 2016-04-20 20:27 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stephen Warren,
	Lee Jones, Eric Anholt

  Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)

are available in the git repository at:

  https://github.com/anholt/linux tags/bcm2835-defconfig-next-2016-04-20

for you to fetch changes up to 3652bb35abf6ee11333cbec1d2855c1c0f9f6b27:

  ARM: bcm2835: Enable NFS root support. (2016-04-04 11:03:30 -0700)

----------------------------------------------------------------
This pull request brings in changes for bcm2835_defconfig and
multi_v7_defconfig in 4.7.

----------------------------------------------------------------
Eric Anholt (7):
      ARM: multi_v7_defconfig: Add more BCM2835 support
      ARM: multi_v7_defconfig: Switch BCM2835 to sdhci-iproc.c for MMC
      ARM: multi_v7_defconfig: Build in DWC2 USB support
      ARM: bcm2835: Switch BCM2835 to sdhci-iproc.c for MMC
      ARM: bcm2835: Enable CONFIG_PM.
      ARM: bcm2835: Enable the VC4 graphics driver in the defconfig
      ARM: bcm2835: Enable NFS root support.

 arch/arm/configs/bcm2835_defconfig  | 11 +++++++----
 arch/arm/configs/multi_v7_defconfig |  5 +++--
 2 files changed, 10 insertions(+), 6 deletions(-)

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

* Re: [GIT PULL 1/2] bcm2835 DT changes for 4.7
  2016-04-20 20:27 [GIT PULL 1/2] bcm2835 DT changes for 4.7 Eric Anholt
  2016-04-20 20:27 ` [GIT PULL 2/2] bcm2835 defconfig " Eric Anholt
@ 2016-04-22 19:24 ` Florian Fainelli
  1 sibling, 0 replies; 4+ messages in thread
From: Florian Fainelli @ 2016-04-22 19:24 UTC (permalink / raw)
  To: Eric Anholt
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stephen Warren,
	Lee Jones

On 20/04/16 13:27, Eric Anholt wrote:
>   Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/anholt/linux tags/bcm2835-dt-next-2016-04-20
> 
> for you to fetch changes up to 896ad420db8d5ec4cc4727b786d15e28eb59b366:
> 
>   dt/bindings: bcm2835: correct description for DMA-int (2016-04-19 17:31:58 -0700)
> 
> ----------------------------------------------------------------
> This pull request brings in VC4 devicetree support and the other minor
> DT changes for 4.7.
> 
> Also included is a DRM patch necessary to prevent regressions when
> simplefb and vc4 drivers are both present.  The patch was suggested by
> the simplefb maintainer as the solution agreed upon at ELCE 2014, and
> was acked by the DRM maintainer for merging through this tree.
> 
> ----------------------------------------------------------------

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

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

* Re: [GIT PULL 2/2] bcm2835 defconfig changes for 4.7
  2016-04-20 20:27 ` [GIT PULL 2/2] bcm2835 defconfig " Eric Anholt
@ 2016-04-22 19:26   ` Florian Fainelli
  0 siblings, 0 replies; 4+ messages in thread
From: Florian Fainelli @ 2016-04-22 19:26 UTC (permalink / raw)
  To: Eric Anholt
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stephen Warren,
	Lee Jones

On 20/04/16 13:27, Eric Anholt wrote:
>   Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/anholt/linux tags/bcm2835-defconfig-next-2016-04-20
> 
> for you to fetch changes up to 3652bb35abf6ee11333cbec1d2855c1c0f9f6b27:
> 
>   ARM: bcm2835: Enable NFS root support. (2016-04-04 11:03:30 -0700)
> 
> ----------------------------------------------------------------
> This pull request brings in changes for bcm2835_defconfig and
> multi_v7_defconfig in 4.7.

Also merged into defconfig/next, thanks Eric!
-- 
Florian

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

end of thread, other threads:[~2016-04-22 19:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-20 20:27 [GIT PULL 1/2] bcm2835 DT changes for 4.7 Eric Anholt
2016-04-20 20:27 ` [GIT PULL 2/2] bcm2835 defconfig " Eric Anholt
2016-04-22 19:26   ` Florian Fainelli
2016-04-22 19:24 ` [GIT PULL 1/2] bcm2835 DT " 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).