1
linux/drivers/iio/magnetometer
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
..
af8133j.c iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0 2024-05-27 09:48:57 +01:00
ak8974.c iio: magnetometer: ak8974: make use of regmap_set_bits() 2024-06-25 21:04:47 +01:00
ak8975.c iio: magnetometer: ak8975: Add AK09118 support 2024-09-03 18:49:43 +01:00
bmc150_magn_i2c.c iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0 2024-05-27 09:48:57 +01:00
bmc150_magn_spi.c iio: magnetometer: bmc150: Drop ACPI_PTR() usage 2024-01-23 22:06:55 +00:00
bmc150_magn.c
bmc150_magn.h
hid-sensor-magn-3d.c iio: magnetometer: hid-sensor-magn-3d: Convert to platform remove callback returning void 2023-09-23 15:06:55 +01:00
hmc5843_core.c
hmc5843_i2c.c
hmc5843_spi.c
hmc5843.h
Kconfig iio: magnetometer: ak8975: Add AK09118 support 2024-09-03 18:49:43 +01:00
mag3110.c iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0 2024-05-27 09:48:57 +01:00
Makefile iio: magnetometer: add a driver for Voltafield AF8133J magnetometer 2024-02-28 19:26:37 +00:00
mmc35240.c iio: magnetometer: mmc35240: make use of regmap_set_bits() 2024-06-25 21:04:47 +01:00
rm3100-core.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
rm3100-i2c.c
rm3100-spi.c
rm3100.h
st_magn_buffer.c
st_magn_core.c
st_magn_i2c.c
st_magn_spi.c
st_magn.h
tmag5273.c iio: tmag5273: Remove some unused field in struct tmag5273_data 2024-05-27 09:48:56 +01:00
yamaha-yas530.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00