Searched hist:b6a736e79e473dfd6b6c97ea615d347c93dfb07a (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/platform/nxp/ |
H A D | imx-mipi-csis.c | diff b6a736e79e473dfd6b6c97ea615d347c93dfb07a Wed Jan 25 19:10:01 CST 2023 Laurent Pinchart <laurent.pinchart@ideasonboard.com> media: imx-mipi-csis: Don't take lock in runtime PM handlers
The runtime PM handlers don't need manual locking as
- they are serialized by the runtime PM core - they can't race with other functions taking the same lock, as they don't access any data protect by that lock
Drop the locking.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Tested-by: Adam Ford <aford173@gmail.com> #imx8mn-beacon Acked-by: Rui Miguel Silva <rmfrfs@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
|