1
linux/drivers/media/platform
Al Viro 5f60d5f6bb move asm/unaligned.h to linux/unaligned.h
asm/unaligned.h is always an include of asm-generic/unaligned.h;
might as well move that thing to linux/unaligned.h and include
that - there's nothing arch-specific in that header.

auto-generated by the following:

for i in `git grep -l -w asm/unaligned.h`; do
	sed -i -e "s/asm\/unaligned.h/linux\/unaligned.h/" $i
done
for i in `git grep -l -w asm-generic/unaligned.h`; do
	sed -i -e "s/asm-generic\/unaligned.h/linux\/unaligned.h/" $i
done
git mv include/asm-generic/unaligned.h include/linux/unaligned.h
git mv tools/include/asm-generic/unaligned.h tools/include/linux/unaligned.h
sed -i -e "/unaligned.h/d" include/asm-generic/Kbuild
sed -i -e "s/__ASM_GENERIC/__LINUX/" include/linux/unaligned.h tools/include/linux/unaligned.h
2024-10-02 17:23:23 -04:00
..
allegro-dvt media: allegro: use 'time_left' variable with wait_for_completion_timeout() 2024-08-09 07:56:39 +02:00
amlogic
amphion media: amphion: Report the average QP of current encoded frame 2024-06-10 10:24:30 +02:00
aspeed media: videobuf2: core: Rename min_buffers_needed field in vb2_queue 2023-12-13 17:31:27 +01:00
atmel media: atmel-isi: use 'time_left' variable with wait_for_completion_timeout() 2024-08-09 07:56:39 +02:00
broadcom media: bcm2835-unicam: Depend on COMMON_CLK 2024-05-14 08:09:05 +02:00
cadence media: cadence: csi2rx: configure DPHY before starting source stream 2024-04-22 11:41:04 +02:00
chips-media move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
imagination media: imagination: VIDEO_E5010_JPEG_ENC should depend on ARCH_K3 2024-08-28 10:01:10 +02:00
intel media: Convert from tasklet to BH workqueue 2024-06-21 08:57:09 +02:00
marvell media: Convert from tasklet to BH workqueue 2024-06-21 08:57:09 +02:00
mediatek media: mediatek: vcodec: Constify struct vb2_ops 2024-08-28 10:01:10 +02:00
microchip media: microchip-isc: Drop v4l2_subdev_link_validate() for video devices 2024-08-26 16:36:11 +03:00
nuvoton media: nuvoton: Convert to platform remove callback returning void 2024-02-28 16:00:32 +01:00
nvidia media: tegra-vde: use 'time_left' variable with wait_for_completion_interruptible_timeout() 2024-08-09 07:56:39 +02:00
nxp media: imx8mq-mipi-csi2: Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS() 2024-08-23 16:55:30 +03:00
qcom media updates for v6.12-rc1 2024-09-23 15:27:58 -07:00
raspberrypi media: raspberrypi: VIDEO_RASPBERRYPI_PISP_BE should depend on ARCH_BCM2835 2024-08-09 07:56:38 +02:00
renesas move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
rockchip media: rkisp1: Add support for the companding block 2024-08-14 16:42:58 +03:00
samsung media: platform: exynos-gsc: use 'time_left' variable with wait_event_timeout() 2024-08-09 07:56:39 +02:00
st media: bdisp: use 'time_left' variable with wait_event_timeout() 2024-08-09 07:56:39 +02:00
sunxi media: sun4i_csi: Don't use v4l2_subdev_link_validate() for video device 2024-08-26 16:36:14 +03:00
ti media updates for v6.12-rc1 2024-09-23 15:27:58 -07:00
verisilicon move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
via
xilinx media: platform: xilinx: use for_each_endpoint_of_node() 2024-08-09 07:56:39 +02:00
Kconfig media: raspberrypi: Add support for PiSP BE 2024-06-27 13:06:47 +02:00
m2m-deinterlace.c media: m2m-deinterlace: remove unused struct 'vb2_dc_conf' 2024-05-31 13:51:17 +02:00
Makefile media: raspberrypi: Add support for PiSP BE 2024-06-27 13:06:47 +02:00
video-mux.c media: v4l2-subdev: Rename .init_cfg() operation to .init_state() 2023-12-04 10:37:47 +01:00