This PR has been dropped as requested by Sakari since it conflicts with a pending PR with async notifier renames. Sakari will pick up the rebased patches. Regards, Hans On 22/07/2021 10:11, Hans Verkuil wrote: > The following changes since commit 379e205dab9d7f9761984728e7d6f5f8305cc424: > > media: usb: dvb-usb-v2: af9035: let subdrv autoselect enable si2168 and si2157 (2021-07-12 14:28:49 +0200) > > are available in the Git repository at: > > git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.15c > > for you to fetch changes up to 325f8c6441a46b549fce94b494c860bc730f4847: > > media: rcar-isp: Add Renesas R-Car Image Signal Processor driver (2021-07-22 10:00:30 +0200) > > ---------------------------------------------------------------- > Tag branch > > ---------------------------------------------------------------- > Niklas Söderlund (12): > rcar-vin: Refactor controls creation for video device > rcar-vin: Fix error paths for rvin_mc_init() > rcar-vin: Improve async notifier cleanup paths > rcar-vin: Improve reuse of parallel notifier > rcar-vin: Rename array storing subdevice information > rcar-vin: Move group async notifier > rcar-vin: Extend group notifier DT parser to work with any port > rcar-vin: Create a callback to setup media links > rcar-vin: Specify media device ops at group creation time > rcar-vin: Move and rename CSI-2 link notifications > rcar-vin: Add r8a779a0 support > media: rcar-isp: Add Renesas R-Car Image Signal Processor driver > > MAINTAINERS | 1 + > drivers/media/platform/Kconfig | 16 + > drivers/media/platform/Makefile | 1 + > drivers/media/platform/rcar-isp.c | 505 ++++++++++++++++++++++++++++ > drivers/media/platform/rcar-vin/rcar-core.c | 1059 +++++++++++++++++++++++++++++++++------------------------- > drivers/media/platform/rcar-vin/rcar-dma.c | 22 +- > drivers/media/platform/rcar-vin/rcar-vin.h | 25 +- > 7 files changed, 1151 insertions(+), 478 deletions(-) > create mode 100644 drivers/media/platform/rcar-isp.c >