All of lore.kernel.org
 help / color / mirror / Atom feed
From: f.fainelli@gmail.com (Florian Fainelli)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/9] Broadcom Cygnus device tree changes
Date: Tue, 22 Sep 2015 17:58:07 -0700	[thread overview]
Message-ID: <5601F91F.1020307@gmail.com> (raw)
In-Reply-To: <1442873570-20947-1-git-send-email-rjui@broadcom.com>

On 21/09/15 15:12, Ray Jui wrote:
> This patch series cleans up the Broadcom Cygnus device tree files and makes it
> more consistent with the rest of Broadcom iProc device tree files. This patch
> series also enables various peripherals on Cygnus boards. They include:
> 
> bcm11360_entphn:
> NAND
> 
> bcm958300k:
> touchscreen
> 
> bcm958305k:
> I2C, PCIe, NAND, touchscreen
> 
> Code is based on v4.3-rc1 and is available on GITHUB:
> https://github.com/Broadcom/cygnus-linux/tree/cygnus-dt-v3
> 
> Changes from V2:
>  - Drop PCIe device node change that removes the I/O resource
>  - Set up appropriate address range for the 'core' bus
>  - Rename the 'soc' bus node to 'axi'
>  - Remove incorrect 3rd compatible string 'brcm,brcmnand' in the NAND node
> 
> Chages from V1:
>  - Break the major clean up change into separate patches

Series applied, thanks!
-- 
Florian

WARNING: multiple messages have this Message-ID (diff)
From: Florian Fainelli <f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Ray Jui <rjui-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>,
	Florian Fainelli
	<f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
Cc: Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	Ian Campbell
	<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
	Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH v3 0/9] Broadcom Cygnus device tree changes
Date: Tue, 22 Sep 2015 17:58:07 -0700	[thread overview]
Message-ID: <5601F91F.1020307@gmail.com> (raw)
In-Reply-To: <1442873570-20947-1-git-send-email-rjui-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>

On 21/09/15 15:12, Ray Jui wrote:
> This patch series cleans up the Broadcom Cygnus device tree files and makes it
> more consistent with the rest of Broadcom iProc device tree files. This patch
> series also enables various peripherals on Cygnus boards. They include:
> 
> bcm11360_entphn:
> NAND
> 
> bcm958300k:
> touchscreen
> 
> bcm958305k:
> I2C, PCIe, NAND, touchscreen
> 
> Code is based on v4.3-rc1 and is available on GITHUB:
> https://github.com/Broadcom/cygnus-linux/tree/cygnus-dt-v3
> 
> Changes from V2:
>  - Drop PCIe device node change that removes the I/O resource
>  - Set up appropriate address range for the 'core' bus
>  - Rename the 'soc' bus node to 'axi'
>  - Remove incorrect 3rd compatible string 'brcm,brcmnand' in the NAND node
> 
> Chages from V1:
>  - Break the major clean up change into separate patches

Series applied, thanks!
-- 
Florian
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: Florian Fainelli <f.fainelli@gmail.com>
To: Ray Jui <rjui@broadcom.com>,
	Florian Fainelli <f.fainelli@gmail.com>,
	Rob Herring <robh+dt@kernel.org>, Arnd Bergmann <arnd@arndb.de>
Cc: Pawel Moll <pawel.moll@arm.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Kumar Gala <galak@codeaurora.org>,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	bcm-kernel-feedback-list@broadcom.com,
	devicetree@vger.kernel.org
Subject: Re: [PATCH v3 0/9] Broadcom Cygnus device tree changes
Date: Tue, 22 Sep 2015 17:58:07 -0700	[thread overview]
Message-ID: <5601F91F.1020307@gmail.com> (raw)
In-Reply-To: <1442873570-20947-1-git-send-email-rjui@broadcom.com>

On 21/09/15 15:12, Ray Jui wrote:
> This patch series cleans up the Broadcom Cygnus device tree files and makes it
> more consistent with the rest of Broadcom iProc device tree files. This patch
> series also enables various peripherals on Cygnus boards. They include:
> 
> bcm11360_entphn:
> NAND
> 
> bcm958300k:
> touchscreen
> 
> bcm958305k:
> I2C, PCIe, NAND, touchscreen
> 
> Code is based on v4.3-rc1 and is available on GITHUB:
> https://github.com/Broadcom/cygnus-linux/tree/cygnus-dt-v3
> 
> Changes from V2:
>  - Drop PCIe device node change that removes the I/O resource
>  - Set up appropriate address range for the 'core' bus
>  - Rename the 'soc' bus node to 'axi'
>  - Remove incorrect 3rd compatible string 'brcm,brcmnand' in the NAND node
> 
> Chages from V1:
>  - Break the major clean up change into separate patches

Series applied, thanks!
-- 
Florian

  parent reply	other threads:[~2015-09-23  0:58 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-21 22:12 [PATCH v3 0/9] Broadcom Cygnus device tree changes Ray Jui
2015-09-21 22:12 ` Ray Jui
2015-09-21 22:12 ` Ray Jui
2015-09-21 22:12 ` [PATCH v3 1/9] ARM: dts: consolidate aliases for Cygnus dt files Ray Jui
2015-09-21 22:12   ` Ray Jui
2015-09-21 22:12   ` Ray Jui
2015-09-21 22:12 ` [PATCH v3 2/9] ARM: dts: Use label for device nodes in Cygnus dts Ray Jui
2015-09-21 22:12   ` Ray Jui
2015-09-21 22:12   ` Ray Jui
2015-09-21 22:12 ` [PATCH v3 3/9] ARM: dts: Put Cygnus core components under core bus Ray Jui
2015-09-21 22:12   ` Ray Jui
2015-09-21 22:12   ` Ray Jui
2015-09-21 22:12 ` [PATCH v3 4/9] ARM: dts: Move all Cygnus peripherals into axi bus Ray Jui
2015-09-21 22:12   ` Ray Jui
2015-09-21 22:12   ` Ray Jui
2015-09-21 22:12 ` [PATCH v3 5/9] ARM: dts: Reorder Cygnus peripherals Ray Jui
2015-09-21 22:12   ` Ray Jui
2015-09-21 22:12   ` Ray Jui
2015-09-21 22:12 ` [PATCH v3 6/9] ARM: dts: Enable various peripherals on bcm958305k Ray Jui
2015-09-21 22:12   ` Ray Jui
2015-09-21 22:12   ` Ray Jui
2015-09-21 22:12 ` [PATCH v3 7/9] ARM: dts: Enable NAND support on bcm911360_entphn Ray Jui
2015-09-21 22:12   ` Ray Jui
2015-09-21 22:12   ` Ray Jui
2015-09-21 22:12 ` [PATCH v3 8/9] ARM: dts: enable touchscreen support on Cygnus Ray Jui
2015-09-21 22:12   ` Ray Jui
2015-09-21 22:12   ` Ray Jui
2015-09-21 22:12 ` [PATCH v3 9/9] ARM: dts: fix Cygnus nand device node Ray Jui
2015-09-21 22:12   ` Ray Jui
2015-09-21 22:12   ` Ray Jui
2015-09-23  0:58 ` Florian Fainelli [this message]
2015-09-23  0:58   ` [PATCH v3 0/9] Broadcom Cygnus device tree changes Florian Fainelli
2015-09-23  0:58   ` Florian Fainelli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5601F91F.1020307@gmail.com \
    --to=f.fainelli@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.