linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] bcm2835 DT changes for 4.6
@ 2016-02-09  0:32 Eric Anholt
  2016-02-10 16:39 ` Martin Sperl
  0 siblings, 1 reply; 7+ messages in thread
From: Eric Anholt @ 2016-02-09  0:32 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Florian.  Here's the first set of patches for bcm2835 for 4.6.
We've got more DT patches that are going to happen for new boards,
too, but they're still getting polished.

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 tags/bcm2835-dt-next-2016-02-04

for you to fetch changes up to 5ec6f2cd8ec4bcd38ba199ea8711a5ec906d85e7:

  ARM: bcm2835: Add the Raspberry Pi power domain driver to the DT. (2016-02-02 20:02:45 -0800)

----------------------------------------------------------------
This pull request covers mostly DT changes that didn't make it into
4.5 because required header files went through other trees.

----------------------------------------------------------------
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 (2):
      ARM: bcm2835: add the auxiliary spi1 and spi2 to the device tree
      ARM: bcm2835: follow dt uart node-naming convention

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      | 35 +++++++++++++++++++++++++++++++++--
 4 files changed, 74 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] bcm2835 DT changes for 4.6
  2016-02-09  0:32 [GIT PULL] bcm2835 DT changes for 4.6 Eric Anholt
@ 2016-02-10 16:39 ` Martin Sperl
  2016-02-10 18:51   ` Eric Anholt
  0 siblings, 1 reply; 7+ messages in thread
From: Martin Sperl @ 2016-02-10 16:39 UTC (permalink / raw)
  To: linux-arm-kernel


> On 09.02.2016, at 01:32, Eric Anholt <eric@anholt.net> wrote:
> 
> Hi Florian.  Here's the first set of patches for bcm2835 for 4.6.
> We've got more DT patches that are going to happen for new boards,
> too, but they're still getting polished.
> 
> 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 tags/bcm2835-dt-next-2016-02-04
> 
> for you to fetch changes up to 5ec6f2cd8ec4bcd38ba199ea8711a5ec906d85e7:
> 
>  ARM: bcm2835: Add the Raspberry Pi power domain driver to the DT. (2016-02-02 20:02:45 -0800)
> 
> ----------------------------------------------------------------
> This pull request covers mostly DT changes that didn't make it into
> 4.5 because required header files went through other trees.
> 
> ----------------------------------------------------------------
> 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 (2):
>      ARM: bcm2835: add the auxiliary spi1 and spi2 to the device tree
>      ARM: bcm2835: follow dt uart node-naming convention

Do you want me to resend a rebased version of:
     ARM: bcm2835: add bcm2835-aux-uart support to default DT

The corresponding driver has been added to tty/tty-next.

Thanks,
	Martin

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

* [GIT PULL] bcm2835 DT changes for 4.6
  2016-02-10 16:39 ` Martin Sperl
@ 2016-02-10 18:51   ` Eric Anholt
  2016-02-12  3:46     ` Florian Fainelli
  0 siblings, 1 reply; 7+ messages in thread
From: Eric Anholt @ 2016-02-10 18:51 UTC (permalink / raw)
  To: linux-arm-kernel

Martin Sperl <martin@sperl.org> writes:

>> On 09.02.2016, at 01:32, Eric Anholt <eric@anholt.net> wrote:
>> 
>> Hi Florian.  Here's the first set of patches for bcm2835 for 4.6.
>> We've got more DT patches that are going to happen for new boards,
>> too, but they're still getting polished.
>> 
>> 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 tags/bcm2835-dt-next-2016-02-04
>> 
>> for you to fetch changes up to 5ec6f2cd8ec4bcd38ba199ea8711a5ec906d85e7:
>> 
>>  ARM: bcm2835: Add the Raspberry Pi power domain driver to the DT. (2016-02-02 20:02:45 -0800)
>> 
>> ----------------------------------------------------------------
>> This pull request covers mostly DT changes that didn't make it into
>> 4.5 because required header files went through other trees.
>> 
>> ----------------------------------------------------------------
>> 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 (2):
>>      ARM: bcm2835: add the auxiliary spi1 and spi2 to the device tree
>>      ARM: bcm2835: follow dt uart node-naming convention
>
> Do you want me to resend a rebased version of:
>      ARM: bcm2835: add bcm2835-aux-uart support to default DT
>
> The corresponding driver has been added to tty/tty-next.

It hadn't landed last time I checked.  A rebased version that you've
tested would be great!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160210/48eedbe7/attachment.sig>

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

* [GIT PULL] bcm2835 DT changes for 4.6
  2016-02-10 18:51   ` Eric Anholt
@ 2016-02-12  3:46     ` Florian Fainelli
  2016-02-13  0:53       ` Eric Anholt
  0 siblings, 1 reply; 7+ messages in thread
From: Florian Fainelli @ 2016-02-12  3:46 UTC (permalink / raw)
  To: linux-arm-kernel

On 10/02/2016 10:51, Eric Anholt wrote:
> Martin Sperl <martin@sperl.org> writes:
> 
>>> On 09.02.2016, at 01:32, Eric Anholt <eric@anholt.net> wrote:
>>>
>>> Hi Florian.  Here's the first set of patches for bcm2835 for 4.6.
>>> We've got more DT patches that are going to happen for new boards,
>>> too, but they're still getting polished.
>>>
>>> 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 tags/bcm2835-dt-next-2016-02-04
>>>
>>> for you to fetch changes up to 5ec6f2cd8ec4bcd38ba199ea8711a5ec906d85e7:
>>>
>>>  ARM: bcm2835: Add the Raspberry Pi power domain driver to the DT. (2016-02-02 20:02:45 -0800)
>>>
>>> ----------------------------------------------------------------
>>> This pull request covers mostly DT changes that didn't make it into
>>> 4.5 because required header files went through other trees.
>>>
>>> ----------------------------------------------------------------
>>> 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 (2):
>>>      ARM: bcm2835: add the auxiliary spi1 and spi2 to the device tree
>>>      ARM: bcm2835: follow dt uart node-naming convention
>>
>> Do you want me to resend a rebased version of:
>>      ARM: bcm2835: add bcm2835-aux-uart support to default DT
>>
>> The corresponding driver has been added to tty/tty-next.
> 
> It hadn't landed last time I checked.  A rebased version that you've
> tested would be great!

OK, please submit this in the next week or so at most, so we can get
this pull request merged, thanks!

Eric, do you have other changes outside of Device Tree?
--
Florian

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

* [GIT PULL] bcm2835 DT changes for 4.6
  2016-02-12  3:46     ` Florian Fainelli
@ 2016-02-13  0:53       ` Eric Anholt
  2016-02-13  4:00         ` Florian Fainelli
  0 siblings, 1 reply; 7+ messages in thread
From: Eric Anholt @ 2016-02-13  0:53 UTC (permalink / raw)
  To: linux-arm-kernel

Florian Fainelli <f.fainelli@gmail.com> writes:

> On 10/02/2016 10:51, Eric Anholt wrote:
>> Martin Sperl <martin@sperl.org> writes:
>> 
>>>> On 09.02.2016, at 01:32, Eric Anholt <eric@anholt.net> wrote:
>>>>
>>>> Hi Florian.  Here's the first set of patches for bcm2835 for 4.6.
>>>> We've got more DT patches that are going to happen for new boards,
>>>> too, but they're still getting polished.
>>>>
>>>> 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 tags/bcm2835-dt-next-2016-02-04
>>>>
>>>> for you to fetch changes up to 5ec6f2cd8ec4bcd38ba199ea8711a5ec906d85e7:
>>>>
>>>>  ARM: bcm2835: Add the Raspberry Pi power domain driver to the DT. (2016-02-02 20:02:45 -0800)
>>>>
>>>> ----------------------------------------------------------------
>>>> This pull request covers mostly DT changes that didn't make it into
>>>> 4.5 because required header files went through other trees.
>>>>
>>>> ----------------------------------------------------------------
>>>> 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 (2):
>>>>      ARM: bcm2835: add the auxiliary spi1 and spi2 to the device tree
>>>>      ARM: bcm2835: follow dt uart node-naming convention
>>>
>>> Do you want me to resend a rebased version of:
>>>      ARM: bcm2835: add bcm2835-aux-uart support to default DT
>>>
>>> The corresponding driver has been added to tty/tty-next.
>> 
>> It hadn't landed last time I checked.  A rebased version that you've
>> tested would be great!
>
> OK, please submit this in the next week or so at most, so we can get
> this pull request merged, thanks!
>
> Eric, do you have other changes outside of Device Tree?

We've got bcm2835_defconfig changes that I need to test and tag.

There are also the multi_v7_defconfig updates to enable bcm2835.  Would
I be pulling those, or someone above me?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160212/ec6b7db7/attachment-0001.sig>

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

* [GIT PULL] bcm2835 DT changes for 4.6
  2016-02-13  0:53       ` Eric Anholt
@ 2016-02-13  4:00         ` Florian Fainelli
  2016-02-18  2:57           ` Eric Anholt
  0 siblings, 1 reply; 7+ messages in thread
From: Florian Fainelli @ 2016-02-13  4:00 UTC (permalink / raw)
  To: linux-arm-kernel

On 12/02/2016 16:53, Eric Anholt wrote:
> Florian Fainelli <f.fainelli@gmail.com> writes:
> 
>> On 10/02/2016 10:51, Eric Anholt wrote:
>>> Martin Sperl <martin@sperl.org> writes:
>>>
>>>>> On 09.02.2016, at 01:32, Eric Anholt <eric@anholt.net> wrote:
>>>>>
>>>>> Hi Florian.  Here's the first set of patches for bcm2835 for 4.6.
>>>>> We've got more DT patches that are going to happen for new boards,
>>>>> too, but they're still getting polished.
>>>>>
>>>>> 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 tags/bcm2835-dt-next-2016-02-04
>>>>>
>>>>> for you to fetch changes up to 5ec6f2cd8ec4bcd38ba199ea8711a5ec906d85e7:
>>>>>
>>>>>  ARM: bcm2835: Add the Raspberry Pi power domain driver to the DT. (2016-02-02 20:02:45 -0800)
>>>>>
>>>>> ----------------------------------------------------------------
>>>>> This pull request covers mostly DT changes that didn't make it into
>>>>> 4.5 because required header files went through other trees.
>>>>>
>>>>> ----------------------------------------------------------------
>>>>> 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 (2):
>>>>>      ARM: bcm2835: add the auxiliary spi1 and spi2 to the device tree
>>>>>      ARM: bcm2835: follow dt uart node-naming convention
>>>>
>>>> Do you want me to resend a rebased version of:
>>>>      ARM: bcm2835: add bcm2835-aux-uart support to default DT
>>>>
>>>> The corresponding driver has been added to tty/tty-next.
>>>
>>> It hadn't landed last time I checked.  A rebased version that you've
>>> tested would be great!
>>
>> OK, please submit this in the next week or so at most, so we can get
>> this pull request merged, thanks!
>>
>> Eric, do you have other changes outside of Device Tree?
> 
> We've got bcm2835_defconfig changes that I need to test and tag.

Ok, so that one needs to be a pull request.

> 
> There are also the multi_v7_defconfig updates to enable bcm2835.  Would
> I be pulling those, or someone above me?

This one could too, or it could be an individual patch that the arm-soc
maintainers take directly, either way is fine AFAIR.
--
Florian

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

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

Florian Fainelli <f.fainelli@gmail.com> writes:

> On 12/02/2016 16:53, Eric Anholt wrote:
>> Florian Fainelli <f.fainelli@gmail.com> writes:
>> 
>>> On 10/02/2016 10:51, Eric Anholt wrote:
>>>> Martin Sperl <martin@sperl.org> writes:
>>>>
>>>>>> On 09.02.2016, at 01:32, Eric Anholt <eric@anholt.net> wrote:
>>>>>>
>>>>>> Hi Florian.  Here's the first set of patches for bcm2835 for 4.6.
>>>>>> We've got more DT patches that are going to happen for new boards,
>>>>>> too, but they're still getting polished.
>>>>>>
>>>>>> 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 tags/bcm2835-dt-next-2016-02-04
>>>>>>
>>>>>> for you to fetch changes up to 5ec6f2cd8ec4bcd38ba199ea8711a5ec906d85e7:
>>>>>>
>>>>>>  ARM: bcm2835: Add the Raspberry Pi power domain driver to the DT. (2016-02-02 20:02:45 -0800)
>>>>>>
>>>>>> ----------------------------------------------------------------
>>>>>> This pull request covers mostly DT changes that didn't make it into
>>>>>> 4.5 because required header files went through other trees.
>>>>>>
>>>>>> ----------------------------------------------------------------
>>>>>> 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 (2):
>>>>>>      ARM: bcm2835: add the auxiliary spi1 and spi2 to the device tree
>>>>>>      ARM: bcm2835: follow dt uart node-naming convention
>>>>>
>>>>> Do you want me to resend a rebased version of:
>>>>>      ARM: bcm2835: add bcm2835-aux-uart support to default DT
>>>>>
>>>>> The corresponding driver has been added to tty/tty-next.
>>>>
>>>> It hadn't landed last time I checked.  A rebased version that you've
>>>> tested would be great!
>>>
>>> OK, please submit this in the next week or so at most, so we can get
>>> this pull request merged, thanks!
>>>
>>> Eric, do you have other changes outside of Device Tree?
>> 
>> We've got bcm2835_defconfig changes that I need to test and tag.
>
> Ok, so that one needs to be a pull request.
>
>> 
>> There are also the multi_v7_defconfig updates to enable bcm2835.  Would
>> I be pulling those, or someone above me?
>
> This one could too, or it could be an individual patch that the arm-soc
> maintainers take directly, either way is fine AFAIR.

All right, I included it in my pull request.  Thanks!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160217/5b3c6d85/attachment.sig>

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

end of thread, other threads:[~2016-02-18  2:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-09  0:32 [GIT PULL] bcm2835 DT changes for 4.6 Eric Anholt
2016-02-10 16:39 ` Martin Sperl
2016-02-10 18:51   ` Eric Anholt
2016-02-12  3:46     ` Florian Fainelli
2016-02-13  0:53       ` Eric Anholt
2016-02-13  4:00         ` Florian Fainelli
2016-02-18  2:57           ` Eric Anholt

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