All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH dev-5.0 v4 0/7] Enable video engine
@ 2019-04-02  2:42 Eddie James
  2019-04-02  2:42 ` [PATCH dev-5.0 v4 1/7] media: platform: Aspeed: Remove use of reset line Eddie James
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Eddie James @ 2019-04-02  2:42 UTC (permalink / raw)
  To: openbmc; +Cc: joel, jae.hyun.yoo

This series adds the necessary clocks for the video engine to the Aspeed clock
driver. It also adds the video engine node to the AST2500 dts and enables that
node in the witherspoon and romulus dts. It also removes the use of the reset
line in the video engine driver.

Changes since v3:
 - fix reset indices on video engine/video capture clock
 - add info to commit messages for machine dts

Changes since v2:
 - make memory-region dts property optional
 - document the memory-region property
 - only reserve 32MB for video memory
 - remove delay after clock enable - my original testing couldn't detect the
   video resolution without that delay, but now I can't repro that problem, so
   I assume it was a test setup issue?

Changes since v1:
 - new reserved memory node for video engine
 - remove reset line from video engine driver
 - no more addition of reset line to clock driver

Eddie James (7):
  media: platform: Aspeed: Remove use of reset line
  media: platform: Aspeed: Make reserved memory optional
  media: dt-bindings: aspeed-video: Add missing memory-region property
  clk: Aspeed: Setup video engine clocking
  ARM: dts: aspeed-g5: Add video engine
  ARM: dts: witherspoon: Enable video engine
  ARM: dts: romulus: Enable video engine

 .../devicetree/bindings/media/aspeed-video.txt     |  6 ++++
 arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts       | 12 +++++++
 arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts   | 12 +++++++
 arch/arm/boot/dts/aspeed-g5.dtsi                   | 10 ++++++
 drivers/clk/clk-aspeed.c                           | 42 ++++++++++++++++++++--
 drivers/media/platform/aspeed-video.c              | 33 ++++-------------
 6 files changed, 85 insertions(+), 30 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2019-04-03 16:15 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-02  2:42 [PATCH dev-5.0 v4 0/7] Enable video engine Eddie James
2019-04-02  2:42 ` [PATCH dev-5.0 v4 1/7] media: platform: Aspeed: Remove use of reset line Eddie James
2019-04-02  2:42 ` [PATCH dev-5.0 v4 2/7] media: platform: Aspeed: Make reserved memory optional Eddie James
2019-04-02  2:42 ` [PATCH dev-5.0 v4 3/7] media: dt-bindings: aspeed-video: Add missing memory-region property Eddie James
2019-04-02  2:42 ` [PATCH dev-5.0 v4 4/7] clk: Aspeed: Setup video engine clocking Eddie James
2019-04-02  2:42 ` [PATCH dev-5.0 v4 5/7] ARM: dts: aspeed-g5: Add video engine Eddie James
2019-04-02  2:42 ` [PATCH dev-5.0 v4 6/7] ARM: dts: witherspoon: Enable " Eddie James
2019-04-02  2:42 ` [PATCH dev-5.0 v4 7/7] ARM: dts: romulus: " Eddie James
2019-04-03  6:34 ` [PATCH dev-5.0 v4 0/7] " Joel Stanley
2019-04-03 14:44   ` Eddie James
2019-04-03 16:15     ` Jae Hyun Yoo

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.