1. 10 Aug, 2023 38 commits
  2. 28 Jul, 2023 2 commits
    • Sakari Ailus's avatar
      media: v4l: async: Support fwnode endpoint list matching for subdevs · e74f7a96
      Sakari Ailus authored
      Support matching V4L2 async sub-devices based on particular fwnode
      endpoint. This makes it possible to instantiate multiple V4L2 sub-devices
      based on given fwnode endpoints from a single device, based on driver
      needs.
      Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
      Tested-by: Philipp Zabel <p.zabel@pengutronix.de> # imx6qp
      Tested-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> # rcar + adv746x
      Tested-by: Aishwarya Kothari <aishwarya.kothari@toradex.com> # Apalis i.MX6Q with TC358743
      Tested-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> # Renesas RZ/G2L SMARC
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
      e74f7a96
    • Sakari Ailus's avatar
      media: v4l: async: Try more connections · 765f6056
      Sakari Ailus authored
      When an async sub-device is registered, it used to be that the first one
      of its connections were matched when found. Continue looking for matches
      until a notifier no longer has any.
      Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
      Tested-by: Philipp Zabel <p.zabel@pengutronix.de> # imx6qp
      Tested-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> # rcar + adv746x
      Tested-by: Aishwarya Kothari <aishwarya.kothari@toradex.com> # Apalis i.MX6Q with TC358743
      Tested-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> # Renesas RZ/G2L SMARC
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
      765f6056