linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] LPC32xx DTS changes for v4.4
@ 2015-11-18 16:21 Vladimir Zapolskiy
  2015-11-29 13:48 ` Vladimir Zapolskiy
  2015-12-10 16:46 ` Arnd Bergmann
  0 siblings, 2 replies; 5+ messages in thread
From: Vladimir Zapolskiy @ 2015-11-18 16:21 UTC (permalink / raw)
  To: linux-arm-kernel

Hi arm-soc team,

Please consider pulling these DTS changes for the NXP LPC32xx
platform and related boards.

The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:

  Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)

are available in the git repository at:

  https://github.com/vzapolskiy/linux.git lpc32xx-dts

for you to fetch changes up to aa29efb445f11506daca0db934331f144b38ddc4:

  arm: dts: lpc32xx: move USB controller subdevices into own device node (2015-11-18 18:01:27 +0200)

----------------------------------------------------------------
Main changes in the series:
- Added description of the second PWM controller device
- Added External Memory Controller device tree node (Primecell PL175)
- Added device tree nodes for standard timer controllers
- USB controllers are grouped
- Various minor clean-ups needed for further development of LPC32xx

----------------------------------------------------------------
Vladimir Zapolskiy (8):
      arm: dts: lpc32xx: change include syntax to be C preprocessor friendly
      arm: dts: lpc32xx: add labels to all defined peripheral nodes
      arm: dts: lpc32xx: add reg property to cpu device node
      arm: dts: lpc32xx: add device node for the second pwm controller
      arm: dts: ea3250/phy3250: specify phys memory offset for lpc32xx boards
      arm: dts: lpc32xx: add external memory controller device node
      arm: dts: lpc32xx: add device nodes for standard timers
      arm: dts: lpc32xx: move USB controller subdevices into own device node

 arch/arm/boot/dts/ea3250.dts   |  41 +++++-------
 arch/arm/boot/dts/lpc32xx.dtsi | 142 ++++++++++++++++++++++++++++++-----------
 arch/arm/boot/dts/phy3250.dts  |  41 +++++-------
 3 files changed, 139 insertions(+), 85 deletions(-)

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

* [GIT PULL] LPC32xx DTS changes for v4.4
  2015-11-18 16:21 [GIT PULL] LPC32xx DTS changes for v4.4 Vladimir Zapolskiy
@ 2015-11-29 13:48 ` Vladimir Zapolskiy
  2015-12-06 11:36   ` Vladimir Zapolskiy
  2015-12-10 16:46 ` Arnd Bergmann
  1 sibling, 1 reply; 5+ messages in thread
From: Vladimir Zapolskiy @ 2015-11-29 13:48 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd,

On 18.11.2015 18:21, Vladimir Zapolskiy wrote:
> Hi arm-soc team,
> 
> Please consider pulling these DTS changes for the NXP LPC32xx
> platform and related boards.
> 
> The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:
> 
>   Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)
> 
> are available in the git repository at:
> 
>   https://github.com/vzapolskiy/linux.git lpc32xx-dts
> 
> for you to fetch changes up to aa29efb445f11506daca0db934331f144b38ddc4:
> 
>   arm: dts: lpc32xx: move USB controller subdevices into own device node (2015-11-18 18:01:27 +0200)

this is an old reviewed series, I suppose it is too late to include it
into v4.4, should I resend the same pull request for v4.5?

Or is it possible to merge it as is?

With best wishes,
Vladimir

> ----------------------------------------------------------------
> Main changes in the series:
> - Added description of the second PWM controller device
> - Added External Memory Controller device tree node (Primecell PL175)
> - Added device tree nodes for standard timer controllers
> - USB controllers are grouped
> - Various minor clean-ups needed for further development of LPC32xx
> 
> ----------------------------------------------------------------
> Vladimir Zapolskiy (8):
>       arm: dts: lpc32xx: change include syntax to be C preprocessor friendly
>       arm: dts: lpc32xx: add labels to all defined peripheral nodes
>       arm: dts: lpc32xx: add reg property to cpu device node
>       arm: dts: lpc32xx: add device node for the second pwm controller
>       arm: dts: ea3250/phy3250: specify phys memory offset for lpc32xx boards
>       arm: dts: lpc32xx: add external memory controller device node
>       arm: dts: lpc32xx: add device nodes for standard timers
>       arm: dts: lpc32xx: move USB controller subdevices into own device node
> 
>  arch/arm/boot/dts/ea3250.dts   |  41 +++++-------
>  arch/arm/boot/dts/lpc32xx.dtsi | 142 ++++++++++++++++++++++++++++++-----------
>  arch/arm/boot/dts/phy3250.dts  |  41 +++++-------
>  3 files changed, 139 insertions(+), 85 deletions(-)
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

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

* [GIT PULL] LPC32xx DTS changes for v4.4
  2015-11-29 13:48 ` Vladimir Zapolskiy
@ 2015-12-06 11:36   ` Vladimir Zapolskiy
  2015-12-06 19:50     ` Arnd Bergmann
  0 siblings, 1 reply; 5+ messages in thread
From: Vladimir Zapolskiy @ 2015-12-06 11:36 UTC (permalink / raw)
  To: linux-arm-kernel

On 29.11.2015 15:48, Vladimir Zapolskiy wrote:
> Hi Arnd,
> 
> On 18.11.2015 18:21, Vladimir Zapolskiy wrote:
>> Hi arm-soc team,
>>
>> Please consider pulling these DTS changes for the NXP LPC32xx
>> platform and related boards.
>>
>> The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:
>>
>>   Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)
>>
>> are available in the git repository at:
>>
>>   https://github.com/vzapolskiy/linux.git lpc32xx-dts
>>
>> for you to fetch changes up to aa29efb445f11506daca0db934331f144b38ddc4:
>>
>>   arm: dts: lpc32xx: move USB controller subdevices into own device node (2015-11-18 18:01:27 +0200)
> 
> this is an old reviewed series, I suppose it is too late to include it
> into v4.4, should I resend the same pull request for v4.5?
> 
> Or is it possible to merge it as is?

Is there anything, what prevents this changes from being merged?

Thank you.

With best wishes,
Vladimir

>> ----------------------------------------------------------------
>> Main changes in the series:
>> - Added description of the second PWM controller device
>> - Added External Memory Controller device tree node (Primecell PL175)
>> - Added device tree nodes for standard timer controllers
>> - USB controllers are grouped
>> - Various minor clean-ups needed for further development of LPC32xx
>>
>> ----------------------------------------------------------------
>> Vladimir Zapolskiy (8):
>>       arm: dts: lpc32xx: change include syntax to be C preprocessor friendly
>>       arm: dts: lpc32xx: add labels to all defined peripheral nodes
>>       arm: dts: lpc32xx: add reg property to cpu device node
>>       arm: dts: lpc32xx: add device node for the second pwm controller
>>       arm: dts: ea3250/phy3250: specify phys memory offset for lpc32xx boards
>>       arm: dts: lpc32xx: add external memory controller device node
>>       arm: dts: lpc32xx: add device nodes for standard timers
>>       arm: dts: lpc32xx: move USB controller subdevices into own device node
>>
>>  arch/arm/boot/dts/ea3250.dts   |  41 +++++-------
>>  arch/arm/boot/dts/lpc32xx.dtsi | 142 ++++++++++++++++++++++++++++++-----------
>>  arch/arm/boot/dts/phy3250.dts  |  41 +++++-------
>>  3 files changed, 139 insertions(+), 85 deletions(-)
>>
>> _______________________________________________
>> linux-arm-kernel mailing list
>> linux-arm-kernel at lists.infradead.org
>> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>>
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

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

* [GIT PULL] LPC32xx DTS changes for v4.4
  2015-12-06 11:36   ` Vladimir Zapolskiy
@ 2015-12-06 19:50     ` Arnd Bergmann
  0 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2015-12-06 19:50 UTC (permalink / raw)
  To: linux-arm-kernel

On Sunday 06 December 2015 13:36:43 Vladimir Zapolskiy wrote:
> On 29.11.2015 15:48, Vladimir Zapolskiy wrote:
> > Hi Arnd,
> > 
> > On 18.11.2015 18:21, Vladimir Zapolskiy wrote:
> >> Hi arm-soc team,
> >>
> >> Please consider pulling these DTS changes for the NXP LPC32xx
> >> platform and related boards.
> >>
> >> The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:
> >>
> >>   Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)
> >>
> >> are available in the git repository at:
> >>
> >>   https://github.com/vzapolskiy/linux.git lpc32xx-dts
> >>
> >> for you to fetch changes up to aa29efb445f11506daca0db934331f144b38ddc4:
> >>
> >>   arm: dts: lpc32xx: move USB controller subdevices into own device node (2015-11-18 18:01:27 +0200)
> > 
> > this is an old reviewed series, I suppose it is too late to include it
> > into v4.4, should I resend the same pull request for v4.5?
> > 
> > Or is it possible to merge it as is?
> 
> Is there anything, what prevents this changes from being merged?

I have them on my radar, this has been another time where we are slow
to start merging things. I have merged a couple of other branches, but
none of the  DT changes for any platform so far.

I've just verified that the branch still merges fine into the current
kernel, otherwise I'd ask you to resubmit it based on v4.4-rc1.
We should really get to it this time in the next few days.

	Arnd

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

* [GIT PULL] LPC32xx DTS changes for v4.4
  2015-11-18 16:21 [GIT PULL] LPC32xx DTS changes for v4.4 Vladimir Zapolskiy
  2015-11-29 13:48 ` Vladimir Zapolskiy
@ 2015-12-10 16:46 ` Arnd Bergmann
  1 sibling, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2015-12-10 16:46 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday 18 November 2015 18:21:40 Vladimir Zapolskiy wrote:
> Main changes in the series:
> - Added description of the second PWM controller device
> - Added External Memory Controller device tree node (Primecell PL175)
> - Added device tree nodes for standard timer controllers
> - USB controllers are grouped
> - Various minor clean-ups needed for further development of LPC32xx
> 
> 

Merged into next/dt, sorry for the long delay.

	Arnd

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

end of thread, other threads:[~2015-12-10 16:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-18 16:21 [GIT PULL] LPC32xx DTS changes for v4.4 Vladimir Zapolskiy
2015-11-29 13:48 ` Vladimir Zapolskiy
2015-12-06 11:36   ` Vladimir Zapolskiy
2015-12-06 19:50     ` Arnd Bergmann
2015-12-10 16:46 ` Arnd Bergmann

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