From: Anup Patel <anup.patel@broadcom.com>
To: Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@codeaurora.org>
Cc: Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will.deacon@arm.com>, Ray Jui <rjui@broadcom.com>,
Scott Branden <sbranden@broadcom.com>,
Jon Mason <jonmason@broadcom.com>,
Florian Fainelli <f.fainelli@gmail.com>,
Oza Pawandeep <oza.oza@broadcom.com>,
Srinath Mannam <srinath.mannam@broadcom.com>,
Pramod Kumar <pramod.kumar@broadcom.com>,
Sandeep Tripathy <sandeep.tripathy@broadcom.com>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
bcm-kernel-feedback-list@broadcom.com,
Anup Patel <anup.patel@broadcom.com>
Subject: [PATCH v7 0/1] Broadcom Stingray SOC Initial Support
Date: Tue, 6 Jun 2017 09:53:57 +0530 [thread overview]
Message-ID: <1496723038-4693-1-git-send-email-anup.patel@broadcom.com> (raw)
This patchset adds initial support of Broadcom Stingray SOC
by reusing existing Broadcom iProc device drivers.
Most of the patches in this patchset are DT patches except
the Stingray clock tree support which just one patch.
This patchset is based on Linux-4.12-rc4 and it is also available
at stingray-v7 branch of https://github.com/Broadcom/arm64-linux.git
Changes since v6:
- Rebased patches for Linux-4.12-rc3
- Dropped all patches except PATCH3 because these are
already applied in Broadcom tree
- Dropped __init usage in clk-sr driver
- Add tab indentation for sr_clk_dt_ids in clk-sr driver
- Made various clk init functions similar to platform probe function
in clk-sr driver
- Use of_device_get_match_data() instead of of_match_device()
in clk-sr driver
Changes since v5:
- Rebased patches for Linux-4.12-rc3
- Update DT node names to match register offset
Changes since v4:
- Reduce number of include headers in Stingray clk driver
Changes since v3:
- Rebased patches for Linux-4.12-rc1
- Updated PATCH3 to have all clocks except genpll3 to be
registered via platform driver probe
Changes since v2:
- Remove default bootargs from chosen DT node
- Remove "linux" prefix from stdout DT attribute of chosen DT node
- Remove use of GIC_CPU_MASK_xxx() for PPIs
Changes since v1:
- Rebased patches for Linux-4.12-rc1
- Removed unwanted /memreserve/ from bcm958742-base.dtsi
- Use ranges DT property to clear view of memory-layout
- Make bcm-sr.h part of clock DT bindings patch
Sandeep Tripathy (1):
clk: bcm: Add clocks for Stingray SOC
drivers/clk/bcm/Kconfig | 8 ++
drivers/clk/bcm/Makefile | 1 +
drivers/clk/bcm/clk-sr.c | 327 +++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 336 insertions(+)
create mode 100644 drivers/clk/bcm/clk-sr.c
--
2.7.4
next reply other threads:[~2017-06-06 4:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-06 4:23 Anup Patel [this message]
[not found] ` <1496723038-4693-1-git-send-email-anup.patel-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2017-06-06 4:23 ` [PATCH v7 1/1] clk: bcm: Add clocks for Stingray SOC Anup Patel
[not found] ` <1496723038-4693-2-git-send-email-anup.patel-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2017-06-20 1:20 ` Stephen Boyd
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=1496723038-4693-1-git-send-email-anup.patel@broadcom.com \
--to=anup.patel@broadcom.com \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=catalin.marinas@arm.com \
--cc=devicetree@vger.kernel.org \
--cc=f.fainelli@gmail.com \
--cc=jonmason@broadcom.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mturquette@baylibre.com \
--cc=oza.oza@broadcom.com \
--cc=pramod.kumar@broadcom.com \
--cc=rjui@broadcom.com \
--cc=robh+dt@kernel.org \
--cc=sandeep.tripathy@broadcom.com \
--cc=sboyd@codeaurora.org \
--cc=sbranden@broadcom.com \
--cc=srinath.mannam@broadcom.com \
--cc=will.deacon@arm.com \
/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).