linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/2] bcm2835 changes to defconfigs for 4.6
@ 2016-02-18  2:56 Eric Anholt
  2016-02-18  2:56 ` [GIT PULL 2/2] bcm2835 changes to DT " Eric Anholt
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Eric Anholt @ 2016-02-18  2:56 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:

  Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

are available in the git repository at:

  git at github.com:anholt/linux.git bcm2835-defconfig-next-2016-02-17

for you to fetch changes up to 0a05d3b71ada526ef93019fb3fbd6a95561a8a5f:

  ARM: multi_v7_defconfig: Enable BCM283x (2016-02-17 11:18:05 -0800)

----------------------------------------------------------------
This pull request brings in defconfig changes to enable bcm2836 in the
2835 and multi_v7 defconfigs.

----------------------------------------------------------------
Daniel Stone (1):
      ARM: multi_v7_defconfig: Enable BCM283x

Stefan Wahren (2):
      ARM: bcm2835_defconfig: Enable RPi firmware driver
      ARM: bcm2835_defconfig: Enable RPi power domain driver

Stephen Warren (3):
      ARM: bcm2835_defconfig: rebuild on next-20160205
      ARM: bcm2835_defconfig: disable DEBUG_LL
      ARM: bcm2835_defconfig: enable ARMv7 support

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

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

* [GIT PULL 2/2] bcm2835 changes to DT for 4.6
  2016-02-18  2:56 [GIT PULL 1/2] bcm2835 changes to defconfigs for 4.6 Eric Anholt
@ 2016-02-18  2:56 ` Eric Anholt
  2016-02-18 20:12   ` Florian Fainelli
  2016-02-20 19:07   ` Florian Fainelli
  2016-02-18 20:13 ` [GIT PULL 1/2] bcm2835 changes to defconfigs " Florian Fainelli
  2016-02-20 19:31 ` Florian Fainelli
  2 siblings, 2 replies; 7+ messages in thread
From: Eric Anholt @ 2016-02-18  2:56 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:

  Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

are available in the git repository at:

  git at github.com:anholt/linux.git bcm2835-dt-next-2016-02-17

for you to fetch changes up to 1305141d1a7254b53b35303ee84f4c4948007bd0:

  ARM: bcm2835: add bcm2835-aux-uart support to DT (2016-02-17 11:01:00 -0800)

----------------------------------------------------------------
This pull request covers mostly DT changes that didn't make it into
4.5 because required header files went through other trees, plus the
AUX uart support this time around.

----------------------------------------------------------------
Alexander Aring (1):
      ARM: bcm2835: Add the Raspberry Pi power domain driver to the DT.

Lubomir Rintel (1):
      ARM: bcm2835: dt: Add Raspberry Pi Model A

Martin Sperl (3):
      ARM: bcm2835: add the auxiliary spi1 and spi2 to the device tree
      ARM: bcm2835: follow dt uart node-naming convention
      ARM: bcm2835: add bcm2835-aux-uart support to DT

Remi Pommarel (1):
      ARM: bcm2835: Add PWM clock support to the device tree

 arch/arm/boot/dts/Makefile          |  1 +
 arch/arm/boot/dts/bcm2835-rpi-a.dts | 24 +++++++++++++++++++++
 arch/arm/boot/dts/bcm2835-rpi.dtsi  | 16 ++++++++++++++
 arch/arm/boot/dts/bcm283x.dtsi      | 43 +++++++++++++++++++++++++++++++++++--
 4 files changed, 82 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/boot/dts/bcm2835-rpi-a.dts

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

* [GIT PULL 2/2] bcm2835 changes to DT for 4.6
  2016-02-18  2:56 ` [GIT PULL 2/2] bcm2835 changes to DT " Eric Anholt
@ 2016-02-18 20:12   ` Florian Fainelli
  2016-02-20 19:07   ` Florian Fainelli
  1 sibling, 0 replies; 7+ messages in thread
From: Florian Fainelli @ 2016-02-18 20:12 UTC (permalink / raw)
  To: linux-arm-kernel

On 17/02/16 18:56, Eric Anholt wrote:
> The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:
> 
>   Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)
> 
> are available in the git repository at:
> 
>   git at github.com:anholt/linux.git bcm2835-dt-next-2016-02-17

I cannot find this branch, could you verify it is pushed and create a
tag for me to pull from instead?

Thanks!

> 
> for you to fetch changes up to 1305141d1a7254b53b35303ee84f4c4948007bd0:
> 
>   ARM: bcm2835: add bcm2835-aux-uart support to DT (2016-02-17 11:01:00 -0800)
> 
> ----------------------------------------------------------------
> This pull request covers mostly DT changes that didn't make it into
> 4.5 because required header files went through other trees, plus the
> AUX uart support this time around.
> 
> ----------------------------------------------------------------
> Alexander Aring (1):
>       ARM: bcm2835: Add the Raspberry Pi power domain driver to the DT.
> 
> Lubomir Rintel (1):
>       ARM: bcm2835: dt: Add Raspberry Pi Model A
> 
> Martin Sperl (3):
>       ARM: bcm2835: add the auxiliary spi1 and spi2 to the device tree
>       ARM: bcm2835: follow dt uart node-naming convention
>       ARM: bcm2835: add bcm2835-aux-uart support to DT
> 
> Remi Pommarel (1):
>       ARM: bcm2835: Add PWM clock support to the device tree
> 
>  arch/arm/boot/dts/Makefile          |  1 +
>  arch/arm/boot/dts/bcm2835-rpi-a.dts | 24 +++++++++++++++++++++
>  arch/arm/boot/dts/bcm2835-rpi.dtsi  | 16 ++++++++++++++
>  arch/arm/boot/dts/bcm283x.dtsi      | 43 +++++++++++++++++++++++++++++++++++--
>  4 files changed, 82 insertions(+), 2 deletions(-)
>  create mode 100644 arch/arm/boot/dts/bcm2835-rpi-a.dts
> 


-- 
Florian

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

* [GIT PULL 1/2] bcm2835 changes to defconfigs for 4.6
  2016-02-18  2:56 [GIT PULL 1/2] bcm2835 changes to defconfigs for 4.6 Eric Anholt
  2016-02-18  2:56 ` [GIT PULL 2/2] bcm2835 changes to DT " Eric Anholt
@ 2016-02-18 20:13 ` Florian Fainelli
  2016-02-19 22:37   ` Florian Fainelli
  2016-02-20 19:31 ` Florian Fainelli
  2 siblings, 1 reply; 7+ messages in thread
From: Florian Fainelli @ 2016-02-18 20:13 UTC (permalink / raw)
  To: linux-arm-kernel

On 17/02/16 18:56, Eric Anholt wrote:
> The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:
> 
>   Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)
> 
> are available in the git repository at:
> 
>   git at github.com:anholt/linux.git bcm2835-defconfig-next-2016-02-17

Same here, could not find this branch, should I pull from
bcm2835-defconfig-next directly?

> 
> for you to fetch changes up to 0a05d3b71ada526ef93019fb3fbd6a95561a8a5f:
> 
>   ARM: multi_v7_defconfig: Enable BCM283x (2016-02-17 11:18:05 -0800)
> 
> ----------------------------------------------------------------
> This pull request brings in defconfig changes to enable bcm2836 in the
> 2835 and multi_v7 defconfigs.
> 
> ----------------------------------------------------------------
> Daniel Stone (1):
>       ARM: multi_v7_defconfig: Enable BCM283x
> 
> Stefan Wahren (2):
>       ARM: bcm2835_defconfig: Enable RPi firmware driver
>       ARM: bcm2835_defconfig: Enable RPi power domain driver
> 
> Stephen Warren (3):
>       ARM: bcm2835_defconfig: rebuild on next-20160205
>       ARM: bcm2835_defconfig: disable DEBUG_LL
>       ARM: bcm2835_defconfig: enable ARMv7 support
> 
>  arch/arm/configs/bcm2835_defconfig  | 11 +++++------
>  arch/arm/configs/multi_v7_defconfig | 12 ++++++++++++
>  2 files changed, 17 insertions(+), 6 deletions(-)
> 


-- 
Florian

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

* [GIT PULL 1/2] bcm2835 changes to defconfigs for 4.6
  2016-02-18 20:13 ` [GIT PULL 1/2] bcm2835 changes to defconfigs " Florian Fainelli
@ 2016-02-19 22:37   ` Florian Fainelli
  0 siblings, 0 replies; 7+ messages in thread
From: Florian Fainelli @ 2016-02-19 22:37 UTC (permalink / raw)
  To: linux-arm-kernel

On 18/02/16 12:13, Florian Fainelli wrote:
> On 17/02/16 18:56, Eric Anholt wrote:
>> The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:
>>
>>   Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)
>>
>> are available in the git repository at:
>>
>>   git at github.com:anholt/linux.git bcm2835-defconfig-next-2016-02-17
> 
> Same here, could not find this branch, should I pull from
> bcm2835-defconfig-next directly?

Eric, I would like to send the pull request soon, and this is one of the
gating items, please advise. Thanks!
-- 
Florian

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

* [GIT PULL 2/2] bcm2835 changes to DT for 4.6
  2016-02-18  2:56 ` [GIT PULL 2/2] bcm2835 changes to DT " Eric Anholt
  2016-02-18 20:12   ` Florian Fainelli
@ 2016-02-20 19:07   ` Florian Fainelli
  1 sibling, 0 replies; 7+ messages in thread
From: Florian Fainelli @ 2016-02-20 19:07 UTC (permalink / raw)
  To: linux-arm-kernel

Le 17/02/2016 18:56, Eric Anholt a ?crit :
> The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:
> 
>   Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)
> 
> are available in the git repository at:
> 
>   git at github.com:anholt/linux.git bcm2835-dt-next-2016-02-17
> 
> for you to fetch changes up to 1305141d1a7254b53b35303ee84f4c4948007bd0:
> 
>   ARM: bcm2835: add bcm2835-aux-uart support to DT (2016-02-17 11:01:00 -0800)
> 
> ----------------------------------------------------------------
> This pull request covers mostly DT changes that didn't make it into
> 4.5 because required header files went through other trees, plus the
> AUX uart support this time around.
> 
> ----------------------------------------------------------------

Merged, thanks!
-- 
Florian

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

* [GIT PULL 1/2] bcm2835 changes to defconfigs for 4.6
  2016-02-18  2:56 [GIT PULL 1/2] bcm2835 changes to defconfigs for 4.6 Eric Anholt
  2016-02-18  2:56 ` [GIT PULL 2/2] bcm2835 changes to DT " Eric Anholt
  2016-02-18 20:13 ` [GIT PULL 1/2] bcm2835 changes to defconfigs " Florian Fainelli
@ 2016-02-20 19:31 ` Florian Fainelli
  2 siblings, 0 replies; 7+ messages in thread
From: Florian Fainelli @ 2016-02-20 19:31 UTC (permalink / raw)
  To: linux-arm-kernel

Le 17/02/2016 18:56, Eric Anholt a ?crit :
> The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:
> 
>   Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)
> 
> are available in the git repository at:
> 
>   git at github.com:anholt/linux.git bcm2835-defconfig-next-2016-02-17
> 
> for you to fetch changes up to 0a05d3b71ada526ef93019fb3fbd6a95561a8a5f:
> 
>   ARM: multi_v7_defconfig: Enable BCM283x (2016-02-17 11:18:05 -0800)
> 
> ----------------------------------------------------------------
> This pull request brings in defconfig changes to enable bcm2836 in the
> 2835 and multi_v7 defconfigs.
> 
> ----------------------------------------------------------------

And also merged, thanks!
-- 
Florian

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

end of thread, other threads:[~2016-02-20 19:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-18  2:56 [GIT PULL 1/2] bcm2835 changes to defconfigs for 4.6 Eric Anholt
2016-02-18  2:56 ` [GIT PULL 2/2] bcm2835 changes to DT " Eric Anholt
2016-02-18 20:12   ` Florian Fainelli
2016-02-20 19:07   ` Florian Fainelli
2016-02-18 20:13 ` [GIT PULL 1/2] bcm2835 changes to defconfigs " Florian Fainelli
2016-02-19 22:37   ` Florian Fainelli
2016-02-20 19:31 ` 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).