Message ID | 20240824233233.GB9543@pendragon.ideasonboard.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL,FOR,v6.12] Miscellaneous IMX patches | expand |
On Sun, Aug 25, 2024 at 02:32:34AM +0300, Laurent Pinchart wrote: > Hello Mauro, Hans, > > The following changes since commit a043ea54bbb975ca9239c69fd17f430488d33522: > > Merge tag 'next-media-rkisp1-20240814' of git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux.git (2024-08-14 17:18:47 +0200) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux.git tags/next-media-imx-20240825 > > for you to fetch changes up to 4fb5babe965768daf497503f4082e74abd1c0fed: > > media: imx8mq-mipi-csi2: Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS() (2024-08-23 16:55:30 +0300) > > CI has passed: https://gitlab.freedesktop.org/linux-media/users/pinchartl/-/pipelines/1256967. I forgot to update the master branch before pushing the tag, so there are warnings from checkpatch, but they're not caused by patches in this pull request. > ---------------------------------------------------------------- > Improvements to i.MX media drivers: > > - Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS() for better compile testing of > the imx-mipi-csis and imx8mq-mipi-csi2 drivers > - Improve real time behaviour of imx-mipi-csis by avoiding logging while > holding a spin lock > > ---------------------------------------------------------------- > Fabio Estevam (2): > media: imx-mipi-csis: Switch to RUNTIME_PM_OPS() > media: imx8mq-mipi-csi2: Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS() > > Matthias Fend (1): > media: imx-mipi-csis: avoid logging while holding spinlock > > drivers/media/platform/nxp/imx-mipi-csis.c | 19 +++++++++++-------- > drivers/media/platform/nxp/imx8mq-mipi-csi2.c | 17 ++++++++--------- > 2 files changed, 19 insertions(+), 17 deletions(-)