All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/11] Improve stability and add bug fixes of Aspeed video engine driver
@ 2019-05-24 23:17 ` Jae Hyun Yoo
  0 siblings, 0 replies; 42+ messages in thread
From: Jae Hyun Yoo @ 2019-05-24 23:17 UTC (permalink / raw)
  To: linux-aspeed

This patch series improves stability of Aspeed video engine driver by fixing
clock control and irq handling logic in the driver. Also, it adds a couple of
bug fixes and a workaroud for a silicon bug.

Changes since v1:
- Removed spinlock handling code from 0001 patch.
- Added 4 more patches.

Jae Hyun Yoo (11):
  media: aspeed: fix a kernel warning on clk control
  media: aspeed: refine clock control logic
  media: aspeed: change irq to threaded irq
  media: aspeed: remove IRQF_SHARED flag
  media: aspeed: reduce noisy log printing outs
  media: aspeed: remove checking of VE_INTERRUPT_CAPTURE_COMPLETE
  media: aspeed: refine interrupt handling logic
  media: aspeed: remove source buffer allocation before mode detection
  media: aspeed: use different delays for triggering VE H/W reset
  media: aspeed: fix an incorrect timeout checking in mode detection
  media: aspeed: add a workaround to fix a silicon bug

 drivers/media/platform/aspeed-video.c | 140 +++++++++++++++-----------
 1 file changed, 80 insertions(+), 60 deletions(-)

-- 
2.21.0


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

end of thread, other threads:[~2019-05-31 20:38 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-24 23:17 [PATCH v2 00/11] Improve stability and add bug fixes of Aspeed video engine driver Jae Hyun Yoo
2019-05-24 23:17 ` Jae Hyun Yoo
2019-05-24 23:17 ` [PATCH v2 01/11] media: aspeed: fix a kernel warning on clk control Jae Hyun Yoo
2019-05-24 23:17   ` Jae Hyun Yoo
2019-05-24 23:17 ` [PATCH v2 02/11] media: aspeed: refine clock control logic Jae Hyun Yoo
2019-05-24 23:17   ` Jae Hyun Yoo
2019-05-24 23:17 ` [PATCH v2 03/11] media: aspeed: change irq to threaded irq Jae Hyun Yoo
2019-05-24 23:17   ` Jae Hyun Yoo
2019-05-24 23:17 ` [PATCH v2 04/11] media: aspeed: remove IRQF_SHARED flag Jae Hyun Yoo
2019-05-24 23:17   ` Jae Hyun Yoo
2019-05-24 23:17 ` [PATCH v2 05/11] media: aspeed: reduce noisy log printing outs Jae Hyun Yoo
2019-05-24 23:17   ` Jae Hyun Yoo
2019-05-24 23:17 ` [PATCH v2 06/11] media: aspeed: remove checking of VE_INTERRUPT_CAPTURE_COMPLETE Jae Hyun Yoo
2019-05-24 23:17   ` Jae Hyun Yoo
2019-05-24 23:17 ` [PATCH v2 07/11] media: aspeed: refine interrupt handling logic Jae Hyun Yoo
2019-05-24 23:17   ` Jae Hyun Yoo
2019-05-24 23:17 ` [PATCH v2 08/11] media: aspeed: remove source buffer allocation before mode detection Jae Hyun Yoo
2019-05-24 23:17   ` Jae Hyun Yoo
2019-05-29 16:07   ` Eddie James
2019-05-29 16:07     ` Eddie James
2019-05-24 23:17 ` [PATCH v2 09/11] media: aspeed: use different delays for triggering VE H/W reset Jae Hyun Yoo
2019-05-24 23:17   ` Jae Hyun Yoo
2019-05-29 16:07   ` Eddie James
2019-05-29 16:07     ` Eddie James
2019-05-24 23:17 ` [PATCH v2 10/11] media: aspeed: fix an incorrect timeout checking in mode detection Jae Hyun Yoo
2019-05-24 23:17   ` Jae Hyun Yoo
2019-05-29 14:03   ` Eddie James
2019-05-29 14:03     ` Eddie James
2019-05-29 17:04     ` Jae Hyun Yoo
2019-05-29 17:04       ` Jae Hyun Yoo
2019-05-24 23:17 ` [PATCH v2 11/11] media: aspeed: add a workaround to fix a silicon bug Jae Hyun Yoo
2019-05-24 23:17   ` Jae Hyun Yoo
2019-05-29 14:07   ` Eddie James
2019-05-29 14:07     ` Eddie James
2019-05-29 17:29     ` Jae Hyun Yoo
2019-05-29 17:29       ` Jae Hyun Yoo
2019-05-31 16:32       ` Ryan Chen
2019-05-31 16:32         ` Ryan Chen
2019-05-31 20:38         ` Jae Hyun Yoo
2019-05-31 20:38           ` Jae Hyun Yoo
2019-05-29  9:55 ` [PATCH v2 00/11] Improve stability and add bug fixes of Aspeed video engine driver Hans Verkuil
2019-05-29  9:55   ` Hans Verkuil

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.