1
linux/drivers/usb
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
..
atm move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
c67x00
cdns3 sub: cdns3: Use predefined PCI vendor ID constant 2024-09-13 15:39:06 +02:00
chipidea usb: chipidea: npcm: Fix coding style with clarification of data type 2024-09-11 15:34:49 +02:00
class move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
common usb: common: Switch to device_property_match_property_string() 2024-09-11 15:34:34 +02:00
core move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
dwc2 usb: dwc2: drd: fix clock gating on USB role switch 2024-09-11 15:35:33 +02:00
dwc3 usb: dwc3: rtk: Clean up error code in __get_dwc3_maximum_speed() 2024-09-13 07:41:12 +02:00
early
fotg210 move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
gadget move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
host move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
image
isp1760 move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
misc move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
mon [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
mtu3
musb move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
phy move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
renesas_usbhs
roles usb: roles: Improve the fix for a false positive recursive locking complaint 2024-09-13 07:36:02 +02:00
serial move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
storage usb: storage: ene_ub6250: Fix right shift warnings 2024-09-13 07:40:22 +02:00
typec move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
usbip
Kconfig
Makefile
usb-skeleton.c