devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 0/1] Broadcom Stingray SOC Initial Support
@ 2017-06-06  4:23 Anup Patel
       [not found] ` <1496723038-4693-1-git-send-email-anup.patel-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Anup Patel @ 2017-06-06  4:23 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Michael Turquette, Stephen Boyd
  Cc: Catalin Marinas, Will Deacon, Ray Jui, Scott Branden, Jon Mason,
	Florian Fainelli, Oza Pawandeep, Srinath Mannam, Pramod Kumar,
	Sandeep Tripathy, devicetree, linux-kernel, linux-clk,
	linux-arm-kernel, bcm-kernel-feedback-list, Anup Patel

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


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

end of thread, other threads:[~2017-06-20  1:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-06  4:23 [PATCH v7 0/1] Broadcom Stingray SOC Initial Support Anup Patel
     [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

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