media: rp1: Drop LE handling
authorTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Tue, 16 May 2023 12:51:54 +0000 (15:51 +0300)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:35:21 +0000 (11:35 +0000)
commit52c075bffeeeb6139617fdb871cb09ca299579cd
treec7adc01f8d59981fb3d870092bf4443d2d86918e
parent8efba63be133eff3f9347c350d01364f3cc88955
media: rp1: Drop LE handling

The driver registers for line-end interrupts, but never uses them. This
just causes extra interrupt load, with more complexity in the driver.

Drop the LE handling. It can easily be added back if later needed.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
drivers/media/platform/raspberrypi/rp1_cfe/cfe.c
drivers/media/platform/raspberrypi/rp1_cfe/csi2.c
drivers/media/platform/raspberrypi/rp1_cfe/csi2.h