mbox series

[v2,0/7] media: imx-pxp: Miscellaneous enhancements

Message ID 20230112172507.30579-1-laurent.pinchart@ideasonboard.com (mailing list archive)
Headers show
Series media: imx-pxp: Miscellaneous enhancements | expand

Message

Laurent Pinchart Jan. 12, 2023, 5:25 p.m. UTC
Hello,

This patch series brings miscellaneous enhancements to the imx-pxp
driver that I have kept in my tree for a too long time. As it's a
collection of miscellanous changes, please see individual patches for
details.

The patches are based on top of Michael's recent i.MX7D support for the
imx-pxp driver [1]. Michael, feel free to take the patches in your tree
and include them in the v2 of your series.

[1] https://lore.kernel.org/linux-media/20230105134729.59542-1-m.tretter@pengutronix.de

Laurent Pinchart (7):
  media: imx-pxp: Sort headers alphabetically
  media: imx-pxp: Don't set bus_info manually in .querycap()
  media: imx-pxp: Add media controller support
  media: imx-pxp: Pass pixel format value to find_format()
  media: imx-pxp: Implement frame size enumeration
  media: imx-pxp: Introduce pxp_read() and pxp_write() wrappers
  media: imx-pxp: Use non-threaded IRQ

 drivers/media/platform/nxp/imx-pxp.c | 203 ++++++++++++++++++---------
 1 file changed, 134 insertions(+), 69 deletions(-)