public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL v4] ARM: kirkwood: fdt conversion progress
@ 2012-03-07 22:10 Jason Cooper
  2012-03-08 16:10 ` Arnd Bergmann
  0 siblings, 1 reply; 7+ messages in thread
From: Jason Cooper @ 2012-03-07 22:10 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit d65b4e98d7ea3038b767b70fe8be959b2913f16d:

  Linux 3.3-rc3 (2012-02-08 19:21:53 -0800)

are available in the git repository at:
  git://git.infradead.org/users/jcooper/linux-kirkwood.git kirkwood_dt

---
Arnd,

My first two should match up with what you have already, the only
outlier is that Jean-Christophe's patch is needed, but I don't think
everyone agrees on it yet.

thx,

Jason.

Andrew Lunn (2):
      ARM: orion: spi: remove enable_clock_fix which is not used
      ARM: Kirkwood: Remove tclk from kirkwood_asoc_platform_data.

Jason Cooper (10):
      ARM: kirkwood: add dreamplug (fdt) support.
      ARM: kirkwood: convert uart0 to devicetree.
      ARM: kirkwood: fdt: use mrvl ticker symbol
      ARM: kirkwood: fdt: absorb kirkwood_init()
      ARM: kirkwood: add interrupt controller to devicetree.
      ARM: kirkwood: rtc-mv devicetree bindings
      ARM: kirkwood: use devicetree for rtc-mv
      ARM: kirkwood: mv_cesa devicetree support.
      ARM: kirkwood: use devicetree for orion-ehci
      ARM: kirkwood: use devicetree to init sata_mv

Jean-Christophe PLAGNIOL-VILLARD (1):
      of: add dma-mask binding

Michael Walle (3):
      ARM: kirkwood: mv_cesa devicetree bindings
      ARM: kirkwood: ehci-orion: add device tree binding
      ARM: kirkwood: sata_mv: add device tree binding

 .../devicetree/bindings/crypto/mv_cesa.txt         |   18 ++
 .../devicetree/bindings/usb/ehci-orion.txt         |    5 +
 arch/arm/boot/dts/kirkwood-dreamplug.dts           |   41 ++++
 arch/arm/boot/dts/kirkwood.dtsi                    |   26 +++
 arch/arm/mach-kirkwood/Kconfig                     |   14 ++
 arch/arm/mach-kirkwood/Makefile                    |    1 +
 arch/arm/mach-kirkwood/Makefile.boot               |    2 +
 arch/arm/mach-kirkwood/board-dt.c                  |  206 ++++++++++++++++++++
 arch/arm/mach-kirkwood/common.c                    |   41 ++++-
 arch/arm/mach-kirkwood/common.h                    |    6 +
 arch/arm/plat-orion/include/plat/audio.h           |    1 -
 drivers/ata/sata_mv.c                              |   18 ++-
 drivers/crypto/mv_cesa.c                           |   13 ++
 drivers/of/platform.c                              |   26 +++-
 drivers/rtc/rtc-mv.c                               |    9 +
 drivers/spi/spi-orion.c                            |    5 -
 drivers/usb/host/ehci-orion.c                      |   50 +++++-
 include/linux/spi/orion_spi.h                      |    1 -
 18 files changed, 464 insertions(+), 19 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/crypto/mv_cesa.txt
 create mode 100644 Documentation/devicetree/bindings/usb/ehci-orion.txt
 create mode 100644 arch/arm/boot/dts/kirkwood-dreamplug.dts
 create mode 100644 arch/arm/boot/dts/kirkwood.dtsi
 create mode 100644 arch/arm/mach-kirkwood/board-dt.c

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

* [GIT PULL v4] ARM: kirkwood: fdt conversion progress
  2012-03-07 22:10 [GIT PULL v4] ARM: kirkwood: fdt conversion progress Jason Cooper
@ 2012-03-08 16:10 ` Arnd Bergmann
  2012-03-08 16:27   ` Jason
  2012-03-08 17:15   ` Olof Johansson
  0 siblings, 2 replies; 7+ messages in thread
From: Arnd Bergmann @ 2012-03-08 16:10 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday 07 March 2012, Jason Cooper wrote:
> The following changes since commit d65b4e98d7ea3038b767b70fe8be959b2913f16d:
> 
>   Linux 3.3-rc3 (2012-02-08 19:21:53 -0800)
> 
> are available in the git repository at:
>   git://git.infradead.org/users/jcooper/linux-kirkwood.git kirkwood_dt
> 
> ---
> Arnd,
> 
> My first two should match up with what you have already, the only
> outlier is that Jean-Christophe's patch is needed, but I don't think
> everyone agrees on it yet.
> 

Right now, Olof is handling the pull requests. I would suggest that he
can use your branch to replace the current staging branch but still keep
it in staging until everyone agrees or you replace it with a better version.

	Arnd

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

* [GIT PULL v4] ARM: kirkwood: fdt conversion progress
  2012-03-08 16:10 ` Arnd Bergmann
@ 2012-03-08 16:27   ` Jason
  2012-03-08 17:15   ` Olof Johansson
  1 sibling, 0 replies; 7+ messages in thread
From: Jason @ 2012-03-08 16:27 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 08, 2012 at 04:10:21PM +0000, Arnd Bergmann wrote:
> On Wednesday 07 March 2012, Jason Cooper wrote:
> > The following changes since commit d65b4e98d7ea3038b767b70fe8be959b2913f16d:
> > 
> >   Linux 3.3-rc3 (2012-02-08 19:21:53 -0800)
> > 
> > are available in the git repository at:
> >   git://git.infradead.org/users/jcooper/linux-kirkwood.git kirkwood_dt
> > 
> > ---
> > Arnd,
> > 
> > My first two should match up with what you have already, the only
> > outlier is that Jean-Christophe's patch is needed, but I don't think
> > everyone agrees on it yet.
> > 
> 
> Right now, Olof is handling the pull requests. I would suggest that he
> can use your branch to replace the current staging branch but still keep
> it in staging until everyone agrees or you replace it with a better version.

Ok, I'll make sure he's added to future emails.

thx,

Jason.

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

* [GIT PULL v4] ARM: kirkwood: fdt conversion progress
  2012-03-08 16:10 ` Arnd Bergmann
  2012-03-08 16:27   ` Jason
@ 2012-03-08 17:15   ` Olof Johansson
  2012-03-08 17:30     ` Jason
  1 sibling, 1 reply; 7+ messages in thread
From: Olof Johansson @ 2012-03-08 17:15 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

On Thu, Mar 8, 2012 at 8:10 AM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Wednesday 07 March 2012, Jason Cooper wrote:
>> The following changes since commit d65b4e98d7ea3038b767b70fe8be959b2913f16d:
>>
>> ? Linux 3.3-rc3 (2012-02-08 19:21:53 -0800)
>>
>> are available in the git repository at:
>> ? git://git.infradead.org/users/jcooper/linux-kirkwood.git kirkwood_dt
>>
>> ---
>> Arnd,
>>
>> My first two should match up with what you have already, the only
>> outlier is that Jean-Christophe's patch is needed, but I don't think
>> everyone agrees on it yet.
>>
>
> Right now, Olof is handling the pull requests. I would suggest that he
> can use your branch to replace the current staging branch but still keep
> it in staging until everyone agrees or you replace it with a better version.

Jason,

Looking at the new pull request I see some differences in device
support. For example, the DT conversion of orion-spi and wdt is not in
the new branch.

Is that intentional? If not I'll hold off replacing your branch.


-Olof

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

* [GIT PULL v4] ARM: kirkwood: fdt conversion progress
  2012-03-08 17:15   ` Olof Johansson
@ 2012-03-08 17:30     ` Jason
  2012-03-08 17:53       ` Olof Johansson
  0 siblings, 1 reply; 7+ messages in thread
From: Jason @ 2012-03-08 17:30 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 08, 2012 at 09:15:08AM -0800, Olof Johansson wrote:
> Hi,
> 
> On Thu, Mar 8, 2012 at 8:10 AM, Arnd Bergmann <arnd@arndb.de> wrote:
> > On Wednesday 07 March 2012, Jason Cooper wrote:
> >> The following changes since commit d65b4e98d7ea3038b767b70fe8be959b2913f16d:
> >>
> >> ? Linux 3.3-rc3 (2012-02-08 19:21:53 -0800)
> >>
> >> are available in the git repository at:
> >> ? git://git.infradead.org/users/jcooper/linux-kirkwood.git kirkwood_dt
> >>
> >> ---
> >> Arnd,
> >>
> >> My first two should match up with what you have already, the only
> >> outlier is that Jean-Christophe's patch is needed, but I don't think
> >> everyone agrees on it yet.
> >>
> >
> > Right now, Olof is handling the pull requests. I would suggest that he
> > can use your branch to replace the current staging branch but still keep
> > it in staging until everyone agrees or you replace it with a better version.
> 
> Jason,
> 
> Looking at the new pull request I see some differences in device
> support. For example, the DT conversion of orion-spi and wdt is not in
> the new branch.
> 
> Is that intentional? If not I'll hold off replacing your branch.

Yes, Andrew Lunn is working on adding common clock support to
plat-orion, which mach-kirkwood depends on.  So, I'm holding off on
changes to drivers which get passed tclk.  Once Andrew's clock code is
up, then I'll add fdt support to it and re-introduce those driver
changes.

clock gating is a separate issue that is further down the road.

Basically, we're trying to avoid merge conflicts.  :-)

The following patches should be fine to merge into stable (for 3.4):

af42511 ARM: orion: spi: remove enable_clock_fix which is not used
d93b2ca ARM: Kirkwood: Remove tclk from kirkwood_asoc_platform_data.
2bb9207 ARM: kirkwood: fdt: use mrvl ticker symbol
ec0ec68 ARM: kirkwood: fdt: absorb kirkwood_init()
...
b5c25c3 ARM: kirkwood: rtc-mv devicetree bindings
5e40593 ARM: kirkwood: use devicetree for rtc-mv
...

I'm still working on the interrupt controller and dma.  orion-ehci,
mv_cesa and sata_mv depend on one or both of those to work.

thx,

Jason.

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

* [GIT PULL v4] ARM: kirkwood: fdt conversion progress
  2012-03-08 17:30     ` Jason
@ 2012-03-08 17:53       ` Olof Johansson
  2012-03-08 18:07         ` Jason
  0 siblings, 1 reply; 7+ messages in thread
From: Olof Johansson @ 2012-03-08 17:53 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

On Thu, Mar 8, 2012 at 9:30 AM, Jason <jason@lakedaemon.net> wrote:
> On Thu, Mar 08, 2012 at 09:15:08AM -0800, Olof Johansson wrote:
>> Hi,
>>
>> On Thu, Mar 8, 2012 at 8:10 AM, Arnd Bergmann <arnd@arndb.de> wrote:
>> > On Wednesday 07 March 2012, Jason Cooper wrote:
>> >> The following changes since commit d65b4e98d7ea3038b767b70fe8be959b2913f16d:
>> >>
>> >> ? Linux 3.3-rc3 (2012-02-08 19:21:53 -0800)
>> >>
>> >> are available in the git repository at:
>> >> ? git://git.infradead.org/users/jcooper/linux-kirkwood.git kirkwood_dt
>> >>
>> >> ---
>> >> Arnd,
>> >>
>> >> My first two should match up with what you have already, the only
>> >> outlier is that Jean-Christophe's patch is needed, but I don't think
>> >> everyone agrees on it yet.
>> >>
>> >
>> > Right now, Olof is handling the pull requests. I would suggest that he
>> > can use your branch to replace the current staging branch but still keep
>> > it in staging until everyone agrees or you replace it with a better version.
>>
>> Jason,
>>
>> Looking at the new pull request I see some differences in device
>> support. For example, the DT conversion of orion-spi and wdt is not in
>> the new branch.
>>
>> Is that intentional? If not I'll hold off replacing your branch.
>
> Yes, Andrew Lunn is working on adding common clock support to
> plat-orion, which mach-kirkwood depends on. ?So, I'm holding off on
> changes to drivers which get passed tclk. ?Once Andrew's clock code is
> up, then I'll add fdt support to it and re-introduce those driver
> changes.
>
> clock gating is a separate issue that is further down the road.
>
> Basically, we're trying to avoid merge conflicts. ?:-)

Ok, great. I'll replace the branch then.

> The following patches should be fine to merge into stable (for 3.4):
>
> af42511 ARM: orion: spi: remove enable_clock_fix which is not used
> d93b2ca ARM: Kirkwood: Remove tclk from kirkwood_asoc_platform_data.
> 2bb9207 ARM: kirkwood: fdt: use mrvl ticker symbol
> ec0ec68 ARM: kirkwood: fdt: absorb kirkwood_init()
> ...
> b5c25c3 ARM: kirkwood: rtc-mv devicetree bindings
> 5e40593 ARM: kirkwood: use devicetree for rtc-mv
> ...

Excellent. Can you build up one or more stable branches that I can
pull those from?

> I'm still working on the interrupt controller and dma. ?orion-ehci,
> mv_cesa and sata_mv depend on one or both of those to work.

Cool.


-Olof

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

* [GIT PULL v4] ARM: kirkwood: fdt conversion progress
  2012-03-08 17:53       ` Olof Johansson
@ 2012-03-08 18:07         ` Jason
  0 siblings, 0 replies; 7+ messages in thread
From: Jason @ 2012-03-08 18:07 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 08, 2012 at 09:53:06AM -0800, Olof Johansson wrote:
> On Thu, Mar 8, 2012 at 9:30 AM, Jason <jason@lakedaemon.net> wrote:
> > The following patches should be fine to merge into stable (for 3.4):
> >
> > af42511 ARM: orion: spi: remove enable_clock_fix which is not used
> > d93b2ca ARM: Kirkwood: Remove tclk from kirkwood_asoc_platform_data.
> > 2bb9207 ARM: kirkwood: fdt: use mrvl ticker symbol
> > ec0ec68 ARM: kirkwood: fdt: absorb kirkwood_init()
> > ...
> > b5c25c3 ARM: kirkwood: rtc-mv devicetree bindings
> > 5e40593 ARM: kirkwood: use devicetree for rtc-mv
> > ...
> 
> Excellent. Can you build up one or more stable branches that I can
> pull those from?

Here's the pull request for stable:

The following changes since commit d65b4e98d7ea3038b767b70fe8be959b2913f16d:

  Linux 3.3-rc3 (2012-02-08 19:21:53 -0800)

are available in the git repository at:
  git://git.infradead.org/users/jcooper/linux-kirkwood.git kirkwood_dt_stable

Andrew Lunn (2):
      ARM: orion: spi: remove enable_clock_fix which is not used
      ARM: Kirkwood: Remove tclk from kirkwood_asoc_platform_data.

Jason Cooper (6):
      ARM: kirkwood: add dreamplug (fdt) support.
      ARM: kirkwood: convert uart0 to devicetree.
      ARM: kirkwood: fdt: use mrvl ticker symbol
      ARM: kirkwood: fdt: absorb kirkwood_init()
      ARM: kirkwood: rtc-mv devicetree bindings
      ARM: kirkwood: use devicetree for rtc-mv

 arch/arm/boot/dts/kirkwood-dreamplug.dts |   25 ++++
 arch/arm/boot/dts/kirkwood.dtsi          |   12 ++
 arch/arm/mach-kirkwood/Kconfig           |   14 ++
 arch/arm/mach-kirkwood/Makefile          |    1 +
 arch/arm/mach-kirkwood/Makefile.boot     |    2 +
 arch/arm/mach-kirkwood/board-dt.c        |  206 ++++++++++++++++++++++++++++++
 arch/arm/mach-kirkwood/common.c          |   11 +-
 arch/arm/mach-kirkwood/common.h          |    7 +
 arch/arm/plat-orion/include/plat/audio.h |    1 -
 drivers/rtc/rtc-mv.c                     |    9 ++
 drivers/spi/spi-orion.c                  |    5 -
 include/linux/spi/orion_spi.h            |    1 -
 12 files changed, 281 insertions(+), 13 deletions(-)
 create mode 100644 arch/arm/boot/dts/kirkwood-dreamplug.dts
 create mode 100644 arch/arm/boot/dts/kirkwood.dtsi
 create mode 100644 arch/arm/mach-kirkwood/board-dt.c

thx,

Jason.

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

end of thread, other threads:[~2012-03-08 18:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-07 22:10 [GIT PULL v4] ARM: kirkwood: fdt conversion progress Jason Cooper
2012-03-08 16:10 ` Arnd Bergmann
2012-03-08 16:27   ` Jason
2012-03-08 17:15   ` Olof Johansson
2012-03-08 17:30     ` Jason
2012-03-08 17:53       ` Olof Johansson
2012-03-08 18:07         ` Jason

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox