From: Markus Mayer <markus.mayer-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
To: Christian Daudt <bcm-xK7y4jjYLqYh9ZMKESR00Q@public.gmane.org>,
Matt Porter <matt.porter-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Cc: Device Tree List
<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
ARM Kernel List
<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
Linux Kernel Mailing List
<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Broadcom Kernel Feedback
<bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
Subject: [PATCH 0/3] ARM: bcm21664: Add initial support.
Date: Thu, 27 Feb 2014 13:56:03 -0800 [thread overview]
Message-ID: <1393538166-22868-1-git-send-email-markus.mayer@linaro.org> (raw)
This series adds initial support for the Broadcom BCM21664 mobile SoC.
The series depends on the series "ARM: bcm281xx: Consolidate code":
https://lkml.org/lkml/2014/2/25/548
Markus Mayer (3):
ARM: DT: bcm21664: Device tree bindings
ARM: bcm21664: Add board support.
ARM: dts: bcm21664: Add device tree files.
.../devicetree/bindings/arm/bcm/bcm21664.txt | 15 +
.../devicetree/bindings/arm/bcm/kona-resetmgr.txt | 14 +
arch/arm/boot/dts/Makefile | 3 +-
arch/arm/boot/dts/bcm21664-garnet.dts | 56 ++++
arch/arm/boot/dts/bcm21664.dtsi | 292 ++++++++++++++++++++
arch/arm/mach-bcm/Makefile | 6 +-
arch/arm/mach-bcm/board_bcm21664.c | 78 ++++++
7 files changed, 461 insertions(+), 3 deletions(-)
create mode 100644 Documentation/devicetree/bindings/arm/bcm/bcm21664.txt
create mode 100644 Documentation/devicetree/bindings/arm/bcm/kona-resetmgr.txt
create mode 100644 arch/arm/boot/dts/bcm21664-garnet.dts
create mode 100644 arch/arm/boot/dts/bcm21664.dtsi
create mode 100644 arch/arm/mach-bcm/board_bcm21664.c
--
1.7.9.5
--
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
next reply other threads:[~2014-02-27 21:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-27 21:56 Markus Mayer [this message]
2014-02-27 21:56 ` [PATCH 1/3] ARM: DT: bcm21664: Device tree bindings Markus Mayer
2014-02-27 21:56 ` [PATCH 2/3] ARM: bcm21664: Add board support Markus Mayer
2014-02-27 21:56 ` [PATCH 3/3] ARM: dts: bcm21664: Add device tree files Markus Mayer
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=1393538166-22868-1-git-send-email-markus.mayer@linaro.org \
--to=markus.mayer-qsej5fyqhm4dnm+yrofe0a@public.gmane.org \
--cc=bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w@public.gmane.org \
--cc=bcm-xK7y4jjYLqYh9ZMKESR00Q@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=matt.porter-QSEj5FYQhm4dnm+yROfE0A@public.gmane.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 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).