linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Add HiKey / HI6220 SoC Mali-450 support
@ 2019-04-19  8:32 Peter Griffin
  2019-04-19  8:32 ` [PATCH v2 1/6] dt-bindings: gpu: mali-utgard: add hisilicon,hi6220-mali compatible Peter Griffin
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Peter Griffin @ 2019-04-19  8:32 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel, john.stultz, airlied, daniel,
	robh+dt, mark.rutland, p.zabel, xuwei5, mturquette, sboyd,
	yuq825
  Cc: dri-devel, devicetree, linux-clk, lima

Hi folks,

This series adds support for the Mali450 MP4 GPU found on the
hi6220 SoC from HiSilicon. It has been tested with the
lima drm/mesa driver hosted on freedesktop.org gitlab,
and validated using Weston and kmscube.

As lima drm driver has now been merged this v2 series includes
one extra patch to avoid Oops when all Mali ip blocks share the
same irq.

regards,

Peter.

Changes since v1:
* Additional drm/lima patch to avoid Oops in shared irq case (Peter Griffin)
* Squash clock and reset driver parts to avoid bisection hole (Stephen Boyd)
* Add comment as to what other driver is probing same dt node (Stephen Boyd)
* Check regmap_write error code and return individually (Philipp Zabel)
* Add Rob Herring Reviewed by tags

Peter Griffin (6):
  dt-bindings: gpu: mali-utgard: add hisilicon,hi6220-mali compatible
  dt-bindings: reset: hisilicon: Update compatible documentation
  arm64: dts: hisilicon: Add Mali-450 MP4 GPU DT entry
  reset: hi6220: Add support for AO reset controller
  dt-bindings: reset: hisilicon: Add ao reset controller
  drm/lima: handle shared irq case for lima_pp_bcast_irq_handler

 .../devicetree/bindings/gpu/arm,mali-utgard.txt    |  5 ++
 .../bindings/reset/hisilicon,hi6220-reset.txt      |  1 +
 arch/arm64/boot/dts/hisilicon/hi6220.dtsi          | 38 +++++++++++++
 drivers/clk/hisilicon/clk-hi6220.c                 |  3 +-
 drivers/gpu/drm/lima/lima_pp.c                     |  8 ++-
 drivers/reset/hisilicon/hi6220_reset.c             | 65 +++++++++++++++++++++-
 include/dt-bindings/reset/hisi,hi6220-resets.h     |  7 +++
 7 files changed, 124 insertions(+), 3 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2019-04-20  8:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-19  8:32 [PATCH v2 0/6] Add HiKey / HI6220 SoC Mali-450 support Peter Griffin
2019-04-19  8:32 ` [PATCH v2 1/6] dt-bindings: gpu: mali-utgard: add hisilicon,hi6220-mali compatible Peter Griffin
2019-04-19  8:32 ` [PATCH v2 2/6] dt-bindings: reset: hisilicon: Update compatible documentation Peter Griffin
2019-04-19  8:32 ` [PATCH v2 3/6] arm64: dts: hisilicon: Add Mali-450 MP4 GPU DT entry Peter Griffin
2019-04-19  8:32 ` [PATCH v2 4/6] reset: hi6220: Add support for AO reset controller Peter Griffin
2019-04-19 20:13   ` Stephen Boyd
2019-04-19  8:33 ` [PATCH v2 5/6] dt-bindings: reset: hisilicon: Add ao " Peter Griffin
2019-04-19  8:33 ` [PATCH v2 6/6] drm/lima: handle shared irq case for lima_pp_bcast_irq_handler Peter Griffin
2019-04-19 10:14   ` Qiang Yu
2019-04-20  8:40   ` Qiang Yu

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