All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 0/3] BCM2835 pull requests for 4.8
@ 2016-07-04  0:45 ` Eric Anholt
  0 siblings, 0 replies; 16+ messages in thread
From: Eric Anholt @ 2016-07-04  0:45 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stephen Warren,
	Lee Jones, Eric Anholt

It looks like we didn't get an updated defconfig patch while I was
gone, so I'm sending my pull requests for Pi3 and ethernet in the DT
now (the same stuff that's been in -next the whole time).  I think
it's still worth it to have Pi3 present in 4.8, even if we don't have
the defconfig in place yet.

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

* [GIT PULL 0/3] BCM2835 pull requests for 4.8
@ 2016-07-04  0:45 ` Eric Anholt
  0 siblings, 0 replies; 16+ messages in thread
From: Eric Anholt @ 2016-07-04  0:45 UTC (permalink / raw)
  To: linux-arm-kernel

It looks like we didn't get an updated defconfig patch while I was
gone, so I'm sending my pull requests for Pi3 and ethernet in the DT
now (the same stuff that's been in -next the whole time).  I think
it's still worth it to have Pi3 present in 4.8, even if we don't have
the defconfig in place yet.

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

* [GIT PULL 1/3] bcm2835-dt-next-2016-07-03
  2016-07-04  0:45 ` Eric Anholt
@ 2016-07-04  0:45   ` Eric Anholt
  -1 siblings, 0 replies; 16+ messages in thread
From: Eric Anholt @ 2016-07-04  0:45 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stephen Warren,
	Lee Jones, Eric Anholt

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

  https://github.com/anholt/linux tags/bcm2835-dt-next-2016-07-03

for you to fetch changes up to 6a93792774fc72861b7e8efaa3545a88272b4413:

  ARM: bcm2835: dt: Add the ethernet to the device trees (2016-05-31 10:32:34 -0700)

----------------------------------------------------------------
This pull request brings in the change to describe the ethernet in the
DT so that the firmware can tell us its MAC address.

----------------------------------------------------------------
Lubomir Rintel (1):
      ARM: bcm2835: dt: Add the ethernet to the device trees

 arch/arm/boot/dts/bcm2835-rpi-b-plus.dts    |  1 +
 arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts    |  1 +
 arch/arm/boot/dts/bcm2835-rpi-b.dts         |  1 +
 arch/arm/boot/dts/bcm2836-rpi-2-b.dts       |  1 +
 arch/arm/boot/dts/bcm283x-rpi-smsc9512.dtsi | 19 +++++++++++++++++++
 arch/arm/boot/dts/bcm283x-rpi-smsc9514.dtsi | 19 +++++++++++++++++++
 arch/arm/boot/dts/bcm283x.dtsi              |  2 ++
 7 files changed, 44 insertions(+)
 create mode 100644 arch/arm/boot/dts/bcm283x-rpi-smsc9512.dtsi
 create mode 100644 arch/arm/boot/dts/bcm283x-rpi-smsc9514.dtsi

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

* [GIT PULL 1/3] bcm2835-dt-next-2016-07-03
@ 2016-07-04  0:45   ` Eric Anholt
  0 siblings, 0 replies; 16+ messages in thread
From: Eric Anholt @ 2016-07-04  0:45 UTC (permalink / raw)
  To: linux-arm-kernel

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

  https://github.com/anholt/linux tags/bcm2835-dt-next-2016-07-03

for you to fetch changes up to 6a93792774fc72861b7e8efaa3545a88272b4413:

  ARM: bcm2835: dt: Add the ethernet to the device trees (2016-05-31 10:32:34 -0700)

----------------------------------------------------------------
This pull request brings in the change to describe the ethernet in the
DT so that the firmware can tell us its MAC address.

----------------------------------------------------------------
Lubomir Rintel (1):
      ARM: bcm2835: dt: Add the ethernet to the device trees

 arch/arm/boot/dts/bcm2835-rpi-b-plus.dts    |  1 +
 arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts    |  1 +
 arch/arm/boot/dts/bcm2835-rpi-b.dts         |  1 +
 arch/arm/boot/dts/bcm2836-rpi-2-b.dts       |  1 +
 arch/arm/boot/dts/bcm283x-rpi-smsc9512.dtsi | 19 +++++++++++++++++++
 arch/arm/boot/dts/bcm283x-rpi-smsc9514.dtsi | 19 +++++++++++++++++++
 arch/arm/boot/dts/bcm283x.dtsi              |  2 ++
 7 files changed, 44 insertions(+)
 create mode 100644 arch/arm/boot/dts/bcm283x-rpi-smsc9512.dtsi
 create mode 100644 arch/arm/boot/dts/bcm283x-rpi-smsc9514.dtsi

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

* [GIT PULL 2/3] bcm2835-dt-64-next-2016-07-03
  2016-07-04  0:45 ` Eric Anholt
@ 2016-07-04  0:45   ` Eric Anholt
  -1 siblings, 0 replies; 16+ messages in thread
From: Eric Anholt @ 2016-07-04  0:45 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stephen Warren,
	Lee Jones, Eric Anholt

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

  https://github.com/anholt/linux tags/bcm2835-dt-64-next-2016-07-03

for you to fetch changes up to 02d08603649816a941246c18252e5c41fd07625a:

  ARM: bcm2837: dt: Add the ethernet to the device trees (2016-06-07 15:23:08 -0700)

----------------------------------------------------------------
This pull request brings in the Raspberry Pi 3 DT for its arm64
support.  Note that it also merges in the ethernet DT changes so that
the Pi3's ethernet can also get the MAC address.

----------------------------------------------------------------
Eric Anholt (3):
      dt-bindings: Add root properties for Raspberry Pi 3
      ARM: bcm2835: Add devicetree for the Raspberry Pi 3.
      Merge tag 'bcm2835-dt-ethernet' into HEAD

Gerd Hoffmann (1):
      ARM: bcm2837: dt: Add the ethernet to the device trees

Lubomir Rintel (1):
      ARM: bcm2835: dt: Add the ethernet to the device trees

 .../devicetree/bindings/arm/bcm/brcm,bcm2835.txt   |  4 ++
 arch/arm/boot/dts/bcm2835-rpi-b-plus.dts           |  1 +
 arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts           |  1 +
 arch/arm/boot/dts/bcm2835-rpi-b.dts                |  1 +
 arch/arm/boot/dts/bcm2836-rpi-2-b.dts              |  1 +
 arch/arm/boot/dts/bcm283x-rpi-smsc9512.dtsi        | 19 ++++++
 arch/arm/boot/dts/bcm283x-rpi-smsc9514.dtsi        | 19 ++++++
 arch/arm/boot/dts/bcm283x.dtsi                     |  2 +
 arch/arm64/boot/dts/broadcom/Makefile              |  1 +
 arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts   | 30 +++++++++
 arch/arm64/boot/dts/broadcom/bcm2837.dtsi          | 76 ++++++++++++++++++++++
 11 files changed, 155 insertions(+)
 create mode 100644 arch/arm/boot/dts/bcm283x-rpi-smsc9512.dtsi
 create mode 100644 arch/arm/boot/dts/bcm283x-rpi-smsc9514.dtsi
 create mode 100644 arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts
 create mode 100644 arch/arm64/boot/dts/broadcom/bcm2837.dtsi

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

* [GIT PULL 2/3] bcm2835-dt-64-next-2016-07-03
@ 2016-07-04  0:45   ` Eric Anholt
  0 siblings, 0 replies; 16+ messages in thread
From: Eric Anholt @ 2016-07-04  0:45 UTC (permalink / raw)
  To: linux-arm-kernel

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

  https://github.com/anholt/linux tags/bcm2835-dt-64-next-2016-07-03

for you to fetch changes up to 02d08603649816a941246c18252e5c41fd07625a:

  ARM: bcm2837: dt: Add the ethernet to the device trees (2016-06-07 15:23:08 -0700)

----------------------------------------------------------------
This pull request brings in the Raspberry Pi 3 DT for its arm64
support.  Note that it also merges in the ethernet DT changes so that
the Pi3's ethernet can also get the MAC address.

----------------------------------------------------------------
Eric Anholt (3):
      dt-bindings: Add root properties for Raspberry Pi 3
      ARM: bcm2835: Add devicetree for the Raspberry Pi 3.
      Merge tag 'bcm2835-dt-ethernet' into HEAD

Gerd Hoffmann (1):
      ARM: bcm2837: dt: Add the ethernet to the device trees

Lubomir Rintel (1):
      ARM: bcm2835: dt: Add the ethernet to the device trees

 .../devicetree/bindings/arm/bcm/brcm,bcm2835.txt   |  4 ++
 arch/arm/boot/dts/bcm2835-rpi-b-plus.dts           |  1 +
 arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts           |  1 +
 arch/arm/boot/dts/bcm2835-rpi-b.dts                |  1 +
 arch/arm/boot/dts/bcm2836-rpi-2-b.dts              |  1 +
 arch/arm/boot/dts/bcm283x-rpi-smsc9512.dtsi        | 19 ++++++
 arch/arm/boot/dts/bcm283x-rpi-smsc9514.dtsi        | 19 ++++++
 arch/arm/boot/dts/bcm283x.dtsi                     |  2 +
 arch/arm64/boot/dts/broadcom/Makefile              |  1 +
 arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts   | 30 +++++++++
 arch/arm64/boot/dts/broadcom/bcm2837.dtsi          | 76 ++++++++++++++++++++++
 11 files changed, 155 insertions(+)
 create mode 100644 arch/arm/boot/dts/bcm283x-rpi-smsc9512.dtsi
 create mode 100644 arch/arm/boot/dts/bcm283x-rpi-smsc9514.dtsi
 create mode 100644 arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts
 create mode 100644 arch/arm64/boot/dts/broadcom/bcm2837.dtsi

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

* [GIT PULL 3/3] bcm2835-arm64-next-2016-07-03
  2016-07-04  0:45 ` Eric Anholt
@ 2016-07-04  0:45   ` Eric Anholt
  -1 siblings, 0 replies; 16+ messages in thread
From: Eric Anholt @ 2016-07-04  0:45 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stephen Warren,
	Lee Jones, Eric Anholt

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

  https://github.com/anholt/linux tags/bcm2835-arm64-next-2016-07-03

for you to fetch changes up to 628d30d1ccb897fee54a6f7312561cf2f6f72f09:

  arm64: Add platform selection for BCM2835. (2016-06-15 14:10:30 -0700)

----------------------------------------------------------------
This pull request brings in the build support for the Raspberry Pi
arm64 port.

----------------------------------------------------------------
Alexander Graf (1):
      arm64: Allow for different DMA and CPU bus offsets

Eric Anholt (3):
      irqchip: bcm2835: Avoid arch/arm-specific handle_IRQ
      Merge remote-tracking branch 'irqchip/irqchip/bcm' into bcm2835-arm64-next
      arm64: Add platform selection for BCM2835.

 arch/arm64/Kconfig.platforms         | 13 +++++++++++++
 arch/arm64/include/asm/dma-mapping.h | 17 +++++++++++++++--
 drivers/irqchip/irq-bcm2835.c        |  3 +--
 drivers/irqchip/irq-bcm2836.c        |  2 +-
 4 files changed, 30 insertions(+), 5 deletions(-)

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

* [GIT PULL 3/3] bcm2835-arm64-next-2016-07-03
@ 2016-07-04  0:45   ` Eric Anholt
  0 siblings, 0 replies; 16+ messages in thread
From: Eric Anholt @ 2016-07-04  0:45 UTC (permalink / raw)
  To: linux-arm-kernel

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

  https://github.com/anholt/linux tags/bcm2835-arm64-next-2016-07-03

for you to fetch changes up to 628d30d1ccb897fee54a6f7312561cf2f6f72f09:

  arm64: Add platform selection for BCM2835. (2016-06-15 14:10:30 -0700)

----------------------------------------------------------------
This pull request brings in the build support for the Raspberry Pi
arm64 port.

----------------------------------------------------------------
Alexander Graf (1):
      arm64: Allow for different DMA and CPU bus offsets

Eric Anholt (3):
      irqchip: bcm2835: Avoid arch/arm-specific handle_IRQ
      Merge remote-tracking branch 'irqchip/irqchip/bcm' into bcm2835-arm64-next
      arm64: Add platform selection for BCM2835.

 arch/arm64/Kconfig.platforms         | 13 +++++++++++++
 arch/arm64/include/asm/dma-mapping.h | 17 +++++++++++++++--
 drivers/irqchip/irq-bcm2835.c        |  3 +--
 drivers/irqchip/irq-bcm2836.c        |  2 +-
 4 files changed, 30 insertions(+), 5 deletions(-)

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

* Re: [GIT PULL 3/3] bcm2835-arm64-next-2016-07-03
  2016-07-04  0:45   ` Eric Anholt
@ 2016-07-05 18:03     ` Jason Cooper
  -1 siblings, 0 replies; 16+ messages in thread
From: Jason Cooper @ 2016-07-05 18:03 UTC (permalink / raw)
  To: Eric Anholt
  Cc: Florian Fainelli, linux-rpi-kernel, linux-arm-kernel,
	linux-kernel, Stephen Warren, Lee Jones

Eric,

On Sun, Jul 03, 2016 at 05:45:36PM -0700, Eric Anholt wrote:
>   Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/anholt/linux tags/bcm2835-arm64-next-2016-07-03
> 
> for you to fetch changes up to 628d30d1ccb897fee54a6f7312561cf2f6f72f09:
> 
>   arm64: Add platform selection for BCM2835. (2016-06-15 14:10:30 -0700)
> 
> ----------------------------------------------------------------
> This pull request brings in the build support for the Raspberry Pi
> arm64 port.
> 
> ----------------------------------------------------------------
> Alexander Graf (1):
>       arm64: Allow for different DMA and CPU bus offsets
> 
> Eric Anholt (3):
>       irqchip: bcm2835: Avoid arch/arm-specific handle_IRQ
>       Merge remote-tracking branch 'irqchip/irqchip/bcm' into bcm2835-arm64-next

You may want to draw attention to the fact that this has an external
dependency on my irqchip/bcm branch.  Also, that it's stable, been in
-next for a couple of weeks, and based on v4.7-rc1, etc.

thx,

Jason.

>       arm64: Add platform selection for BCM2835.
> 
>  arch/arm64/Kconfig.platforms         | 13 +++++++++++++
>  arch/arm64/include/asm/dma-mapping.h | 17 +++++++++++++++--
>  drivers/irqchip/irq-bcm2835.c        |  3 +--
>  drivers/irqchip/irq-bcm2836.c        |  2 +-
>  4 files changed, 30 insertions(+), 5 deletions(-)

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

* [GIT PULL 3/3] bcm2835-arm64-next-2016-07-03
@ 2016-07-05 18:03     ` Jason Cooper
  0 siblings, 0 replies; 16+ messages in thread
From: Jason Cooper @ 2016-07-05 18:03 UTC (permalink / raw)
  To: linux-arm-kernel

Eric,

On Sun, Jul 03, 2016 at 05:45:36PM -0700, Eric Anholt wrote:
>   Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/anholt/linux tags/bcm2835-arm64-next-2016-07-03
> 
> for you to fetch changes up to 628d30d1ccb897fee54a6f7312561cf2f6f72f09:
> 
>   arm64: Add platform selection for BCM2835. (2016-06-15 14:10:30 -0700)
> 
> ----------------------------------------------------------------
> This pull request brings in the build support for the Raspberry Pi
> arm64 port.
> 
> ----------------------------------------------------------------
> Alexander Graf (1):
>       arm64: Allow for different DMA and CPU bus offsets
> 
> Eric Anholt (3):
>       irqchip: bcm2835: Avoid arch/arm-specific handle_IRQ
>       Merge remote-tracking branch 'irqchip/irqchip/bcm' into bcm2835-arm64-next

You may want to draw attention to the fact that this has an external
dependency on my irqchip/bcm branch.  Also, that it's stable, been in
-next for a couple of weeks, and based on v4.7-rc1, etc.

thx,

Jason.

>       arm64: Add platform selection for BCM2835.
> 
>  arch/arm64/Kconfig.platforms         | 13 +++++++++++++
>  arch/arm64/include/asm/dma-mapping.h | 17 +++++++++++++++--
>  drivers/irqchip/irq-bcm2835.c        |  3 +--
>  drivers/irqchip/irq-bcm2836.c        |  2 +-
>  4 files changed, 30 insertions(+), 5 deletions(-)

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

* Re: [GIT PULL 1/3] bcm2835-dt-next-2016-07-03
  2016-07-04  0:45   ` Eric Anholt
@ 2016-07-06  3:46     ` Florian Fainelli
  -1 siblings, 0 replies; 16+ messages in thread
From: Florian Fainelli @ 2016-07-06  3:46 UTC (permalink / raw)
  To: Eric Anholt
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stephen Warren,
	Lee Jones

Le 03/07/2016 17:45, Eric Anholt a écrit :
>   Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/anholt/linux tags/bcm2835-dt-next-2016-07-03
> 
> for you to fetch changes up to 6a93792774fc72861b7e8efaa3545a88272b4413:
> 
>   ARM: bcm2835: dt: Add the ethernet to the device trees (2016-05-31 10:32:34 -0700)
> 
> ----------------------------------------------------------------
> This pull request brings in the change to describe the ethernet in the
> DT so that the firmware can tell us its MAC address.
> 
> ----------------------------------------------------------------
> Lubomir Rintel (1):
>       ARM: bcm2835: dt: Add the ethernet to the device trees

Merged, thanks!
-- 
Florian

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

* [GIT PULL 1/3] bcm2835-dt-next-2016-07-03
@ 2016-07-06  3:46     ` Florian Fainelli
  0 siblings, 0 replies; 16+ messages in thread
From: Florian Fainelli @ 2016-07-06  3:46 UTC (permalink / raw)
  To: linux-arm-kernel

Le 03/07/2016 17:45, Eric Anholt a ?crit :
>   Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/anholt/linux tags/bcm2835-dt-next-2016-07-03
> 
> for you to fetch changes up to 6a93792774fc72861b7e8efaa3545a88272b4413:
> 
>   ARM: bcm2835: dt: Add the ethernet to the device trees (2016-05-31 10:32:34 -0700)
> 
> ----------------------------------------------------------------
> This pull request brings in the change to describe the ethernet in the
> DT so that the firmware can tell us its MAC address.
> 
> ----------------------------------------------------------------
> Lubomir Rintel (1):
>       ARM: bcm2835: dt: Add the ethernet to the device trees

Merged, thanks!
-- 
Florian

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

* Re: [GIT PULL 2/3] bcm2835-dt-64-next-2016-07-03
  2016-07-04  0:45   ` Eric Anholt
@ 2016-07-06  3:48     ` Florian Fainelli
  -1 siblings, 0 replies; 16+ messages in thread
From: Florian Fainelli @ 2016-07-06  3:48 UTC (permalink / raw)
  To: Eric Anholt
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stephen Warren,
	Lee Jones

Le 03/07/2016 17:45, Eric Anholt a écrit :
>   Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/anholt/linux tags/bcm2835-dt-64-next-2016-07-03
> 
> for you to fetch changes up to 02d08603649816a941246c18252e5c41fd07625a:
> 
>   ARM: bcm2837: dt: Add the ethernet to the device trees (2016-06-07 15:23:08 -0700)
> 
> ----------------------------------------------------------------
> This pull request brings in the Raspberry Pi 3 DT for its arm64
> support.  Note that it also merges in the ethernet DT changes so that
> the Pi3's ethernet can also get the MAC address.
> 
> ----------------------------------------------------------------
> Eric Anholt (3):
>       dt-bindings: Add root properties for Raspberry Pi 3
>       ARM: bcm2835: Add devicetree for the Raspberry Pi 3.
>       Merge tag 'bcm2835-dt-ethernet' into HEAD
> 
> Gerd Hoffmann (1):
>       ARM: bcm2837: dt: Add the ethernet to the device trees
> 
> Lubomir Rintel (1):
>       ARM: bcm2835: dt: Add the ethernet to the device trees

Merged, thanks Eric!
-- 
Florian

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

* [GIT PULL 2/3] bcm2835-dt-64-next-2016-07-03
@ 2016-07-06  3:48     ` Florian Fainelli
  0 siblings, 0 replies; 16+ messages in thread
From: Florian Fainelli @ 2016-07-06  3:48 UTC (permalink / raw)
  To: linux-arm-kernel

Le 03/07/2016 17:45, Eric Anholt a ?crit :
>   Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/anholt/linux tags/bcm2835-dt-64-next-2016-07-03
> 
> for you to fetch changes up to 02d08603649816a941246c18252e5c41fd07625a:
> 
>   ARM: bcm2837: dt: Add the ethernet to the device trees (2016-06-07 15:23:08 -0700)
> 
> ----------------------------------------------------------------
> This pull request brings in the Raspberry Pi 3 DT for its arm64
> support.  Note that it also merges in the ethernet DT changes so that
> the Pi3's ethernet can also get the MAC address.
> 
> ----------------------------------------------------------------
> Eric Anholt (3):
>       dt-bindings: Add root properties for Raspberry Pi 3
>       ARM: bcm2835: Add devicetree for the Raspberry Pi 3.
>       Merge tag 'bcm2835-dt-ethernet' into HEAD
> 
> Gerd Hoffmann (1):
>       ARM: bcm2837: dt: Add the ethernet to the device trees
> 
> Lubomir Rintel (1):
>       ARM: bcm2835: dt: Add the ethernet to the device trees

Merged, thanks Eric!
-- 
Florian

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

* Re: [GIT PULL 3/3] bcm2835-arm64-next-2016-07-03
  2016-07-05 18:03     ` Jason Cooper
@ 2016-07-06  3:50       ` Florian Fainelli
  -1 siblings, 0 replies; 16+ messages in thread
From: Florian Fainelli @ 2016-07-06  3:50 UTC (permalink / raw)
  To: Jason Cooper, Eric Anholt
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stephen Warren,
	Lee Jones

Le 05/07/2016 11:03, Jason Cooper a écrit :
> Eric,
> 
> On Sun, Jul 03, 2016 at 05:45:36PM -0700, Eric Anholt wrote:
>>   Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)
>>
>> are available in the git repository at:
>>
>>   https://github.com/anholt/linux tags/bcm2835-arm64-next-2016-07-03
>>
>> for you to fetch changes up to 628d30d1ccb897fee54a6f7312561cf2f6f72f09:
>>
>>   arm64: Add platform selection for BCM2835. (2016-06-15 14:10:30 -0700)
>>
>> ----------------------------------------------------------------
>> This pull request brings in the build support for the Raspberry Pi
>> arm64 port.
>>
>> ----------------------------------------------------------------
>> Alexander Graf (1):
>>       arm64: Allow for different DMA and CPU bus offsets
>>
>> Eric Anholt (3):
>>       irqchip: bcm2835: Avoid arch/arm-specific handle_IRQ
>>       Merge remote-tracking branch 'irqchip/irqchip/bcm' into bcm2835-arm64-next
> 
> You may want to draw attention to the fact that this has an external
> dependency on my irqchip/bcm branch.  Also, that it's stable, been in
> -next for a couple of weeks, and based on v4.7-rc1, etc.

Thanks for the heads-up, merged and updated the merge commit to make
this clear, thanks everyone.
-- 
Florian

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

* [GIT PULL 3/3] bcm2835-arm64-next-2016-07-03
@ 2016-07-06  3:50       ` Florian Fainelli
  0 siblings, 0 replies; 16+ messages in thread
From: Florian Fainelli @ 2016-07-06  3:50 UTC (permalink / raw)
  To: linux-arm-kernel

Le 05/07/2016 11:03, Jason Cooper a ?crit :
> Eric,
> 
> On Sun, Jul 03, 2016 at 05:45:36PM -0700, Eric Anholt wrote:
>>   Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)
>>
>> are available in the git repository at:
>>
>>   https://github.com/anholt/linux tags/bcm2835-arm64-next-2016-07-03
>>
>> for you to fetch changes up to 628d30d1ccb897fee54a6f7312561cf2f6f72f09:
>>
>>   arm64: Add platform selection for BCM2835. (2016-06-15 14:10:30 -0700)
>>
>> ----------------------------------------------------------------
>> This pull request brings in the build support for the Raspberry Pi
>> arm64 port.
>>
>> ----------------------------------------------------------------
>> Alexander Graf (1):
>>       arm64: Allow for different DMA and CPU bus offsets
>>
>> Eric Anholt (3):
>>       irqchip: bcm2835: Avoid arch/arm-specific handle_IRQ
>>       Merge remote-tracking branch 'irqchip/irqchip/bcm' into bcm2835-arm64-next
> 
> You may want to draw attention to the fact that this has an external
> dependency on my irqchip/bcm branch.  Also, that it's stable, been in
> -next for a couple of weeks, and based on v4.7-rc1, etc.

Thanks for the heads-up, merged and updated the merge commit to make
this clear, thanks everyone.
-- 
Florian

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

end of thread, other threads:[~2016-07-06  3:51 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-04  0:45 [GIT PULL 0/3] BCM2835 pull requests for 4.8 Eric Anholt
2016-07-04  0:45 ` Eric Anholt
2016-07-04  0:45 ` [GIT PULL 1/3] bcm2835-dt-next-2016-07-03 Eric Anholt
2016-07-04  0:45   ` Eric Anholt
2016-07-06  3:46   ` Florian Fainelli
2016-07-06  3:46     ` Florian Fainelli
2016-07-04  0:45 ` [GIT PULL 2/3] bcm2835-dt-64-next-2016-07-03 Eric Anholt
2016-07-04  0:45   ` Eric Anholt
2016-07-06  3:48   ` Florian Fainelli
2016-07-06  3:48     ` Florian Fainelli
2016-07-04  0:45 ` [GIT PULL 3/3] bcm2835-arm64-next-2016-07-03 Eric Anholt
2016-07-04  0:45   ` Eric Anholt
2016-07-05 18:03   ` Jason Cooper
2016-07-05 18:03     ` Jason Cooper
2016-07-06  3:50     ` Florian Fainelli
2016-07-06  3:50       ` Florian Fainelli

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.