linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: meson: DTS related changes
@ 2014-11-18 20:55 Carlo Caione
  2014-11-20 16:40 ` Arnd Bergmann
  0 siblings, 1 reply; 5+ messages in thread
From: Carlo Caione @ 2014-11-18 20:55 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Olof,

here is the pull request for the DT related changes for the 3.19.
It's mainly the work done by Beniamino for the preliminary support of
the Amlogic Meson8 SoC, the support for L2 cache and the I2C
controller.
Please note that the support for the Tronsmart S89 Elite TV box has not
been included since the Meson8 development will be done now on a
different dev board kindly provided by Amlogic.


The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:

  Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)

are available in the git repository at:

  https://github.com/carlocaione/linux-meson tags/v3.19-meson-dts

for you to fetch changes up to 8fba96fac1c48b242ff2b202332572b6eeef95cc:

  ARM: dts: meson: add I2C controller nodes (2014-11-18 17:22:18 +0100)

----------------------------------------------------------------
- Amlogic Meson8 support
- Enabling L2 cache for MesonX SoCs
- Add I2C controller nodes
- Bug fixing

----------------------------------------------------------------
Beniamino Galvani (3):
      ARM: dts: add dtsi for Amlogic Meson8 SoCs
      ARM: meson: DTS: enable L2 cache
      ARM: dts: meson: add I2C controller nodes

Carlo Caione (1):
      DTS: meson: Add forgotten compatible in board DTS

 arch/arm/boot/dts/meson.dtsi         | 37 +++++++++++++++
 arch/arm/boot/dts/meson6-atv1200.dts |  2 +-
 arch/arm/boot/dts/meson6.dtsi        |  2 +
 arch/arm/boot/dts/meson8.dtsi        | 92 ++++++++++++++++++++++++++++++++++++
 4 files changed, 132 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/boot/dts/meson8.dtsi

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

* [GIT PULL] ARM: meson: DTS related changes
  2014-11-18 20:55 [GIT PULL] ARM: meson: DTS related changes Carlo Caione
@ 2014-11-20 16:40 ` Arnd Bergmann
  0 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2014-11-20 16:40 UTC (permalink / raw)
  To: linux-arm-kernel

On Tuesday 18 November 2014, Carlo Caione wrote:
> here is the pull request for the DT related changes for the 3.19.
> It's mainly the work done by Beniamino for the preliminary support of
> the Amlogic Meson8 SoC, the support for L2 cache and the I2C
> controller.
> Please note that the support for the Tronsmart S89 Elite TV box has not
> been included since the Meson8 development will be done now on a
> different dev board kindly provided by Amlogic.

Pulled into next/dt, thanks!

	Arnd

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

* [GIT PULL] ARM: meson: DTS related changes
@ 2015-03-02 11:03 Carlo Caione
  2015-03-04 22:06 ` Arnd Bergmann
  0 siblings, 1 reply; 5+ messages in thread
From: Carlo Caione @ 2015-03-02 11:03 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Hi Olof,
here is the belated pull request for DTS related changes.
Sorry for submitting so late.

The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

  https://github.com/carlocaione/linux-meson tags/for-v4.0-rc/meson-dts

for you to fetch changes up to b3e67c9112f6268045f78a61274fda2c7250c5c9:

  ARM: dts: meson: add DTS file for MINIX NEO-X8 (2015-03-02 11:01:03 +0100)

----------------------------------------------------------------
- New DTS for MINIX NEO-X8
- Add DTS support for SPIFC, Ethernet controller and pinctrl

----------------------------------------------------------------
Beniamino Galvani (4):
      ARM: dts: meson: add node for SPIFC
      ARM: dts: meson: enable Ethernet controller
      ARM: dts: meson8: add pinctrl node
      ARM: dts: meson: add DTS file for MINIX NEO-X8

 arch/arm/boot/dts/Makefile                |   2 +
 arch/arm/boot/dts/meson.dtsi              |  20 +++++
 arch/arm/boot/dts/meson6-atv1200.dts      |   4 +
 arch/arm/boot/dts/meson8-minix-neo-x8.dts | 128 ++++++++++++++++++++++++++++++
 arch/arm/boot/dts/meson8.dtsi             |  68 ++++++++++++++++
 5 files changed, 222 insertions(+)
 create mode 100644 arch/arm/boot/dts/meson8-minix-neo-x8.dts

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

* [GIT PULL] ARM: meson: DTS related changes
  2015-03-02 11:03 Carlo Caione
@ 2015-03-04 22:06 ` Arnd Bergmann
  2015-03-04 22:09   ` Carlo Caione
  0 siblings, 1 reply; 5+ messages in thread
From: Arnd Bergmann @ 2015-03-04 22:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday 02 March 2015 12:03:45 Carlo Caione wrote:
> for you to fetch changes up to b3e67c9112f6268045f78a61274fda2c7250c5c9:
> 
>   ARM: dts: meson: add DTS file for MINIX NEO-X8 (2015-03-02 11:01:03 +0100)
> 
> ----------------------------------------------------------------
> - New DTS for MINIX NEO-X8
> - Add DTS support for SPIFC, Ethernet controller and pinctrl
> 
> 

Hi Carlo,

It's not clear from your description whether these are meant for 4.0 or
4.1 at this point, so I've queued them up for 4.1 in the next/dt branch
for now.

For some reason, the tag description I got does not match the one you
have above, I've fixed that up manually.

	Arnd

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

* [GIT PULL] ARM: meson: DTS related changes
  2015-03-04 22:06 ` Arnd Bergmann
@ 2015-03-04 22:09   ` Carlo Caione
  0 siblings, 0 replies; 5+ messages in thread
From: Carlo Caione @ 2015-03-04 22:09 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Mar 4, 2015 at 11:06 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Monday 02 March 2015 12:03:45 Carlo Caione wrote:
>> for you to fetch changes up to b3e67c9112f6268045f78a61274fda2c7250c5c9:
>>
>>   ARM: dts: meson: add DTS file for MINIX NEO-X8 (2015-03-02 11:01:03 +0100)
>>
>> ----------------------------------------------------------------
>> - New DTS for MINIX NEO-X8
>> - Add DTS support for SPIFC, Ethernet controller and pinctrl
>>
>>
>
> Hi Carlo,

Hi Arnd,

> It's not clear from your description whether these are meant for 4.0 or
> 4.1 at this point, so I've queued them up for 4.1 in the next/dt branch
> for now.

4.1 is perfectly fine.

Thanks,

-- 
Carlo Caione

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

end of thread, other threads:[~2015-03-04 22:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-18 20:55 [GIT PULL] ARM: meson: DTS related changes Carlo Caione
2014-11-20 16:40 ` Arnd Bergmann
  -- strict thread matches above, loose matches on Subject: below --
2015-03-02 11:03 Carlo Caione
2015-03-04 22:06 ` Arnd Bergmann
2015-03-04 22:09   ` Carlo Caione

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