All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] arm64: DTS changes for X-Gene platforms queued for v4.5
@ 2015-11-30 18:20 Duc Dang
  2015-12-11 23:57 ` Arnd Bergmann
  0 siblings, 1 reply; 3+ messages in thread
From: Duc Dang @ 2015-11-30 18:20 UTC (permalink / raw)
  To: linux-arm-kernel

[Resend email in text format]

Hi Arnd and Olof,

Following is the first batch of dts changes for X-Gene platforms for
4.5. These are all the changes that missed 4.4 merge window.

Regards,
Duc Dang.
------

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/AppliedMicro/xgene-next.git tags/xgene-dts-for-v4.5-v1

for you to fetch changes up to 8000bc3fe99a304e244edfaf185b418b22e5579c:

  arm64: dts: Add L2 cache topology for APM X-Gene SoC (2015-11-17
13:11:56 -0800)

----------------------------------------------------------------
DTS changes for X-Gene platforms queued for v4.5

This patch set adds DTS entries to support various IPs
for X-Gene v1 and X-Gene v2 SoC:
- X-Gene v1: Enable support for MMC, USB, GPIO controllers,
  I2C controller, L2 Cache topology
- X-Gene v2: Enable support for MMC, USB, GPIO controller,
  I2C controller (with RTC), PCIe controller with GICv2m MSI,
  EDAC, L2 Cache topology, TRNG

----------------------------------------------------------------
Duc Dang (16):
      arm64: dts: Add the arasan mmc DTS entries for APm X-Gene v2 SoC
      arm64: dts: X-Gene: Do not reset or enable/disable clock for AHB block
      arm64: dts: Add RNG device tree nodes for APM X-Gene v2 platform
      arm64: dts: Add v2m MSI frame nodes for APM X-Gene v2 platforms
      arm64: dts: Add PCIe node for APM X-Gene v2 platforms
      arm64: dts: Add USB nodes for APM X-Gene v1 platforms
      arm64: dts: Add USB nodes for APM X-Gene v2 platforms
      arm64: dts: Add APM X-Gene v1 SoC GFC GPIO controller DTS entries
      arm64: dts: Add APM X-Gene v2 SoC GFC GPIO controller DTS entry
      arm64: dts: Add Designware GPIO dts binding for APM X-Gene v1 platform
      arm64: dts: Add APM X-Gene v2 SoC Designware GPIO controller DTS entry
      arm64: dts: Add APM X-Gene v2 SoC EDAC DTS entries
      arm64: dts: Add Designware I2C controller DTS entries for X-Gene v1 SoC
      arm64: dts: Add Designware I2C controller DTS entries for X-Gene
v2 SoC platform
      arm64: dts: Add RTC DTS entry for X-Gene v2 SoC platform
      arm64: dts: Add L2 cache topology for APM X-Gene SoC

Suman Tripathi (1):
      arm64: dts: Add the arasan mmc DTS entries for APM X-Gene v1 SoC

 arch/arm64/boot/dts/apm/apm-merlin.dts     |  12 +
 arch/arm64/boot/dts/apm/apm-mustang.dts    |   4 +
 arch/arm64/boot/dts/apm/apm-shadowcat.dtsi | 401 +++++++++++++++++++++++++++++
 arch/arm64/boot/dts/apm/apm-storm.dtsi     | 126 +++++++++
 4 files changed, 543 insertions(+)

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

* [GIT PULL] arm64: DTS changes for X-Gene platforms queued for v4.5
  2015-11-30 18:20 [GIT PULL] arm64: DTS changes for X-Gene platforms queued for v4.5 Duc Dang
@ 2015-12-11 23:57 ` Arnd Bergmann
  2015-12-31  0:12   ` Duc Dang
  0 siblings, 1 reply; 3+ messages in thread
From: Arnd Bergmann @ 2015-12-11 23:57 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday 30 November 2015 10:20:50 Duc Dang wrote:
> DTS changes for X-Gene platforms queued for v4.5
> 
> This patch set adds DTS entries to support various IPs
> for X-Gene v1 and X-Gene v2 SoC:
> - X-Gene v1: Enable support for MMC, USB, GPIO controllers,
>   I2C controller, L2 Cache topology
> - X-Gene v2: Enable support for MMC, USB, GPIO controller,
>   I2C controller (with RTC), PCIe controller with GICv2m MSI,
>   EDAC, L2 Cache topology, TRNG
> 

Merged into next/dt64.

I see that most of your node names are wrong, please fix them
in your next update by using the standard node names:

	dwusb -> usb
	i2c0 -> i2c
	cfggpio0 -> gpio
	dwgpio -> gpio
	...

	Arnd

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

* [GIT PULL] arm64: DTS changes for X-Gene platforms queued for v4.5
  2015-12-11 23:57 ` Arnd Bergmann
@ 2015-12-31  0:12   ` Duc Dang
  0 siblings, 0 replies; 3+ messages in thread
From: Duc Dang @ 2015-12-31  0:12 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Dec 11, 2015 at 3:57 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Monday 30 November 2015 10:20:50 Duc Dang wrote:
>> DTS changes for X-Gene platforms queued for v4.5
>>
>> This patch set adds DTS entries to support various IPs
>> for X-Gene v1 and X-Gene v2 SoC:
>> - X-Gene v1: Enable support for MMC, USB, GPIO controllers,
>>   I2C controller, L2 Cache topology
>> - X-Gene v2: Enable support for MMC, USB, GPIO controller,
>>   I2C controller (with RTC), PCIe controller with GICv2m MSI,
>>   EDAC, L2 Cache topology, TRNG
>>
>
> Merged into next/dt64.
>
> I see that most of your node names are wrong, please fix them
> in your next update by using the standard node names:
>
>         dwusb -> usb
>         i2c0 -> i2c
>         cfggpio0 -> gpio
>         dwgpio -> gpio
>         ...

Thanks, Arnd.

I changed the node name for I2C and GPIO nodes in the new pull
request. For USB, I still need to keep dwusb name as we need to
maintain backward compatibility with our already released old
bootloader firmware (U-Boot and EFI Tianocore).

>
>         Arnd

Regards,
Duc Dang.

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

end of thread, other threads:[~2015-12-31  0:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-30 18:20 [GIT PULL] arm64: DTS changes for X-Gene platforms queued for v4.5 Duc Dang
2015-12-11 23:57 ` Arnd Bergmann
2015-12-31  0:12   ` Duc Dang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.