linux/drivers/scsi/lpfc
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
..
lpfc_attr.c Merge patch series "Update lpfc to revision 14.4.0.3" 2024-07-04 23:25:40 -04:00
lpfc_attr.h
lpfc_bsg.c SCSI misc on 20240928 2024-09-29 09:22:34 -07:00
lpfc_bsg.h
lpfc_compat.h
lpfc_crtn.h scsi: lpfc: Replace blk_irq_poll intr handler with threaded IRQ 2023-05-08 07:16:05 -04:00
lpfc_ct.c scsi: lpfc: Revise TRACE_EVENT log flag severities from KERN_ERR to KERN_WARNING 2024-09-12 21:21:19 -04:00
lpfc_debugfs.c scsi: lpfc: Use a dedicated lock for ras_fwlog state 2024-03-10 18:56:43 -04:00
lpfc_debugfs.h
lpfc_disc.h scsi: lpfc: Ensure DA_ID handling completion before deleting an NPIV instance 2024-09-12 21:21:19 -04:00
lpfc_els.c scsi: lpfc: Revise TRACE_EVENT log flag severities from KERN_ERR to KERN_WARNING 2024-09-12 21:21:19 -04:00
lpfc_hbadisc.c scsi: lpfc: Fix kref imbalance on fabric ndlps from dev_loss_tmo handler 2024-09-12 21:21:19 -04:00
lpfc_hw4.h scsi: lpfc: Restrict support for 32 byte CDBs to specific HBAs 2024-09-12 21:21:19 -04:00
lpfc_hw.h scsi: lpfc: Support loopback tests with VMID enabled 2024-09-12 21:21:19 -04:00
lpfc_ids.h
lpfc_init.c SCSI misc on 20240928 2024-09-29 09:22:34 -07:00
lpfc_logmsg.h scsi: lpfc: Introduce LOG_NODE_VERBOSE messaging flag 2023-10-13 16:58:27 -04:00
lpfc_mbox.c scsi: lpfc: Define types in a union for generic void *context3 ptr 2024-03-10 18:56:44 -04:00
lpfc_mem.c scsi: lpfc: Copyright updates for 14.2.0.16 patches 2023-11-15 09:52:58 -05:00
lpfc_nl.h
lpfc_nportdisc.c scsi: lpfc: Update PRLO handling in direct attached topology 2024-08-02 21:48:05 -04:00
lpfc_nvme.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
lpfc_nvme.h
lpfc_nvmet.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
lpfc_scsi.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
lpfc_scsi.h scsi: lpfc: Copyright updates for 14.4.0.2 patches 2024-05-06 21:53:58 -04:00
lpfc_sli4.h scsi: lpfc: Copyright updates for 14.4.0.1 patches 2024-03-10 18:56:44 -04:00
lpfc_sli.c Merge patch series "Update lpfc to revision 14.4.0.5" 2024-09-12 21:22:25 -04:00
lpfc_sli.h scsi: lpfc: Copyright updates for 14.4.0.1 patches 2024-03-10 18:56:44 -04:00
lpfc_version.h scsi: lpfc: Update lpfc version to 14.4.0.5 2024-09-12 21:21:19 -04:00
lpfc_vmid.c scsi: lpfc: Copyright updates for 14.4.0.4 patches 2024-08-02 21:48:06 -04:00
lpfc_vport.c scsi: lpfc: Ensure DA_ID handling completion before deleting an NPIV instance 2024-09-12 21:21:19 -04:00
lpfc_vport.h
lpfc.h scsi: lpfc: Fix unsolicited FLOGI kref imbalance when in direct attached topology 2024-08-02 21:48:05 -04:00
Makefile