All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] media: imx: imx-mipi-csis: Simplify PM support
@ 2022-03-11 13:55 Laurent Pinchart
  2022-03-11 13:55 ` [PATCH 1/4] media: imx: imx-mipi-csis: Don't use .s_power() Laurent Pinchart
                   ` (6 more replies)
  0 siblings, 7 replies; 21+ messages in thread
From: Laurent Pinchart @ 2022-03-11 13:55 UTC (permalink / raw)
  To: linux-media
  Cc: Rui Miguel Silva, kernel, linux-imx, Jacopo Mondi, Paul Elder,
	Sakari Ailus

Hello,

This small patch series results from work on suspend/resume support in
the (in progress) ISI driver. It drops unneeded code in the
imx-mipi-csis related to system suspend/resume, allowing a
simplification of the runtime PM handlers.

Laurent Pinchart (4):
  media: imx: imx-mipi-csis: Don't use .s_power()
  media: imx: imx-mipi-csis: Drop unneeded system PM implementation
  media: imx: imx-mipi-csis: Don't stop streaming at runtime suspend
    time
  media: imx: imx-mipi-csis: Simplify runtime PM implementation

 drivers/media/platform/imx/imx-mipi-csis.c | 138 +++++++--------------
 1 file changed, 44 insertions(+), 94 deletions(-)

-- 
Regards,

Laurent Pinchart


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

end of thread, other threads:[~2022-03-12 22:20 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-11 13:55 [PATCH 0/4] media: imx: imx-mipi-csis: Simplify PM support Laurent Pinchart
2022-03-11 13:55 ` [PATCH 1/4] media: imx: imx-mipi-csis: Don't use .s_power() Laurent Pinchart
2022-03-11 16:34   ` Jacopo Mondi
2022-03-11 17:05     ` Laurent Pinchart
2022-03-11 13:55 ` [PATCH 2/4] media: imx: imx-mipi-csis: Drop unneeded system PM implementation Laurent Pinchart
2022-03-11 16:53   ` Jacopo Mondi
2022-03-11 17:07     ` Laurent Pinchart
2022-03-11 17:19       ` Jacopo Mondi
2022-03-11 13:55 ` [PATCH 3/4] media: imx: imx-mipi-csis: Don't stop streaming at runtime suspend time Laurent Pinchart
2022-03-11 16:55   ` Jacopo Mondi
2022-03-11 13:55 ` [PATCH 4/4] media: imx: imx-mipi-csis: Simplify runtime PM implementation Laurent Pinchart
2022-03-11 17:00   ` Jacopo Mondi
2022-03-11 17:09     ` Laurent Pinchart
2022-03-12 15:30       ` Jacopo Mondi
2022-03-12 22:18   ` Sakari Ailus
2022-03-12 22:20     ` Sakari Ailus
2022-03-11 14:00 ` [PATCH 0/4] media: imx: imx-mipi-csis: Simplify PM support Laurent Pinchart
2022-03-12 15:25 ` [PATCH 1/2] media: imx: imx-mipi-csis: Simplify mipi_csis_s_stream() Jacopo Mondi
2022-03-12 20:17   ` Laurent Pinchart
2022-03-12 15:25 ` [PATCH 2/2] media: imx: imx-mipi-csis: Drop powered flag Jacopo Mondi
2022-03-12 18:50   ` Laurent Pinchart

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.