All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH dev-5.0 0/7] Enable video engine
@ 2019-03-21 19:30 Eddie James
  2019-03-21 19:30 ` [PATCH dev-5.0 1/7] media: platform: Fix missing spin_lock_init() Eddie James
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Eddie James @ 2019-03-21 19:30 UTC (permalink / raw)
  To: openbmc

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.

Eddie James (6):
  clk: aspeed: Add video engine reset index definition
  clk: aspeed: Setup video engine clocking
  ARM: dts: aspeed-g5: Add video engine
  ARM: dts: witherspoon: Enable video engine
  ARM: dts: witherspoon: Enable vhub
  ARM: dts: romulus: Enable video engine

Wei Yongjun (1):
  media: platform: Fix missing spin_lock_init()

 arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts     |  7 +++-
 arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts | 11 ++++++-
 arch/arm/boot/dts/aspeed-g5.dtsi                 | 11 +++++++
 drivers/clk/clk-aspeed.c                         | 41 ++++++++++++++++++++++--
 drivers/media/platform/aspeed-video.c            |  1 +
 include/dt-bindings/clock/aspeed-clock.h         |  1 +
 6 files changed, 68 insertions(+), 4 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2019-03-28  0:00 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-21 19:30 [PATCH dev-5.0 0/7] Enable video engine Eddie James
2019-03-21 19:30 ` [PATCH dev-5.0 1/7] media: platform: Fix missing spin_lock_init() Eddie James
2019-03-27  6:04   ` Joel Stanley
2019-03-21 19:30 ` [PATCH dev-5.0 2/7] clk: aspeed: Add video engine reset index definition Eddie James
2019-03-21 19:30 ` [PATCH dev-5.0 3/7] clk: aspeed: Setup video engine clocking Eddie James
2019-03-27  6:09   ` Joel Stanley
2019-03-27 15:02     ` Eddie James
2019-03-21 19:30 ` [PATCH dev-5.0 4/7] ARM: dts: aspeed-g5: Add video engine Eddie James
2019-03-21 19:30 ` [PATCH dev-5.0 5/7] ARM: dts: witherspoon: Enable " Eddie James
2019-03-21 19:30 ` [PATCH dev-5.0 6/7] ARM: dts: witherspoon: Enable vhub Eddie James
2019-03-27  6:14   ` Joel Stanley
2019-03-21 19:30 ` [PATCH dev-5.0 7/7] ARM: dts: romulus: Enable video engine Eddie James
2019-03-27  6:11   ` Joel Stanley
2019-03-27 15:07     ` Eddie James
2019-03-28  0:00       ` Andrew Jeffery

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.