1
linux/drivers/media/platform/verisilicon
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
..
hantro_drv.c media: hantro: Add RK3588 VEPU121 2024-08-28 10:01:10 +02:00
hantro_g1_h264_dec.c media: verisilicon: Fix some typos 2024-02-05 12:57:44 +01:00
hantro_g1_mpeg2_dec.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
hantro_g1_regs.h
hantro_g1_vp8_dec.c
hantro_g1.c
hantro_g2_hevc_dec.c media: verisilicon: Add reference buffer compression feature 2024-08-28 10:01:10 +02:00
hantro_g2_regs.h media: verisilicon: Add reference buffer compression feature 2024-08-28 10:01:10 +02:00
hantro_g2_vp9_dec.c
hantro_g2.c media: verisilicon: Add reference buffer compression feature 2024-08-28 10:01:10 +02:00
hantro_h1_jpeg_enc.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
hantro_h1_regs.h media: verisilicon: Correct a typo in H1_REG_MAD_CTRL_MAD_THRESHOLD 2024-05-02 13:12:14 +01:00
hantro_h264.c
hantro_hevc.c media: verisilicon: Add reference buffer compression feature 2024-08-28 10:01:10 +02:00
hantro_hw.h media: verisilicon: Add reference buffer compression feature 2024-08-28 10:01:10 +02:00
hantro_jpeg.c media: verisilicon : Use exported tables from v4l2-jpeg for hantro codec 2024-06-24 11:05:07 +02:00
hantro_jpeg.h
hantro_mpeg2.c
hantro_postproc.c media: verisilicon: Add reference buffer compression feature 2024-08-28 10:01:10 +02:00
hantro_v4l2.c media: verisilicon: Use fourcc format string 2024-08-09 07:56:37 +02:00
hantro_v4l2.h
hantro_vp8.c
hantro_vp9.c
hantro_vp9.h
hantro.h media: verisilicon: Fix kerneldoc 2024-02-05 12:57:45 +01:00
imx8m_vpu_hw.c
Kconfig media: verisilicon: Add reference buffer compression feature 2024-08-28 10:01:10 +02:00
Makefile media: verisilicon: Move Rockchip AV1 hardware drivers to the corresponding option 2024-08-25 08:15:24 +02:00
rockchip_av1_entropymode.c
rockchip_av1_entropymode.h
rockchip_av1_filmgrain.c
rockchip_av1_filmgrain.h
rockchip_vpu2_hw_h264_dec.c media: verisilicon: Fix some typos 2024-02-05 12:57:44 +01:00
rockchip_vpu2_hw_jpeg_enc.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
rockchip_vpu2_hw_mpeg2_dec.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
rockchip_vpu2_hw_vp8_dec.c
rockchip_vpu2_regs.h
rockchip_vpu981_hw_av1_dec.c media: verisilicon: Fix auxiliary buffer allocation size 2024-08-25 08:15:24 +02:00
rockchip_vpu981_regs.h media: verisilicon: AV1: Correct some sizes/positions on register fields 2024-08-25 08:15:24 +02:00
rockchip_vpu_hw.c media: verisilicon: AV1: Be more flexible with postproc capabilities 2024-08-25 08:15:24 +02:00
sama5d4_vdec_hw.c
stm32mp25_vpu_hw.c
sunxi_vpu_hw.c