1. 10 Aug, 2023 3 commits
    • Sakari Ailus's avatar
      media: pxa_camera: Register V4L2 device early · 5073d10c
      Sakari Ailus authored
      Register V4L2 device before initialising the notifier. This way the device
      can be made available to the V4L2 async framework from the notifier init
      time onwards. A subsequent patch will add struct v4l2_device as an
      argument to v4l2_async_nf_init().
      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>
      5073d10c
    • Sakari Ailus's avatar
      media: pxa_camera: Fix probe error handling · 6e1e132e
      Sakari Ailus authored
      Fix and simplify error handling in pxa_camera probe, by moving devm_*()
      functions early in the probe function and then tearing down what was set
      up on error patch.
      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>
      6e1e132e
    • Sakari Ailus's avatar
      media: adv748x: Return to endpoint matching · 1e345458
      Sakari Ailus authored
      Return the two CSI-2 transmitters of adv748x to endpoint matching. This
      should make the driver work again as expected.
      
      Fixes: 1029939b ("media: v4l: async: Simplify async sub-device fwnode matching")
      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>
      1e345458
  2. 28 Jul, 2023 27 commits
  3. 27 Jul, 2023 1 commit
  4. 26 Jul, 2023 1 commit
  5. 25 Jul, 2023 8 commits