linux/drivers/leds/rgb
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
..
Kconfig leds: rgb: leds-ktd202x: Get device properties through fwnode to support ACPI 2024-05-31 12:55:44 +01:00
leds-group-multicolor.c leds: rgb: leds-group-multicolor: Allow LEDs to stay on in suspend 2024-03-07 08:48:08 +00:00
leds-ktd202x.c leds: rgb: leds-ktd202x: Initialize mutex earlier 2024-05-31 12:57:34 +01:00
leds-mt6370-rgb.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
leds-ncp5623.c leds: ncp5623: Use common error handling code in ncp5623_probe() 2024-06-26 16:56:02 +01:00
leds-pwm-multicolor.c pwm: Rename pwm_apply_state() to pwm_apply_might_sleep() 2023-12-20 16:07:04 +01:00
leds-qcom-lpg.c leds: qcom-lpg: Simplify with scoped for each OF child loop 2024-08-22 14:23:11 +01:00
Makefile leds: Add NCP5623 multi-led driver 2024-03-07 08:48:18 +00:00