linux/drivers/media/i2c/ccs
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
..
ccs-core.c PM: runtime: Simplify pm_runtime_get_if_active() usage 2024-02-12 16:57:47 +01:00
ccs-data-defs.h media: ccs: Add CCS static data parser library 2020-12-03 12:27:28 +01:00
ccs-data.c media: i2c: ccs: Check rules is non-NULL 2023-08-14 20:27:58 +02:00
ccs-data.h media: i2c/ccs: fix kernel-doc header issues 2021-04-06 14:32:19 +02:00
ccs-limits.c media: ccs: Fix the op_pll_multiplier address 2021-06-02 11:51:20 +02:00
ccs-limits.h media: ccs: Fix the op_pll_multiplier address 2021-06-02 11:51:20 +02:00
ccs-quirk.c media: ccs-pll: Add support for decoupled OP domain calculation 2020-12-07 15:53:34 +01:00
ccs-quirk.h media: i2c: css-quirk.h: Fix kerneldoc 2024-02-05 12:57:45 +01:00
ccs-reg-access.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
ccs-reg-access.h media: ccs: Remove unused declarations 2024-08-31 09:40:43 +02:00
ccs-regs.h media: ccs: Use V4L2 CCI for accessing sensor registers 2023-12-04 11:21:47 +01:00
ccs.h media: ccs: Use V4L2 CCI for accessing sensor registers 2023-12-04 11:21:47 +01:00
Kconfig media: ccs: Select V4L2_CCI_I2C 2023-12-08 10:04:11 +01:00
Makefile media: ccs: Add CCS static data parser library 2020-12-03 12:27:28 +01:00
smiapp-reg-defs.h media: ccs: Use V4L2 CCI for accessing sensor registers 2023-12-04 11:21:47 +01:00