OpenCloudOS-Kernel/drivers/misc/mic/host
Christoph Hellwig 0a0f0d8be7 dma-mapping: split <linux/dma-mapping.h>
Split out all the bits that are purely for dma_map_ops implementations
and related code into a new <linux/dma-map-ops.h> header so that they
don't get pulled into all the drivers.  That also means the architecture
specific <asm/dma-mapping.h> is not pulled in by <linux/dma-mapping.h>
any more, which leads to a missing includes that were pulled in by the
x86 or arm versions in a few not overly portable drivers.

Signed-off-by: Christoph Hellwig <hch@lst.de>
2020-10-06 07:07:03 +02:00
..
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mic_boot.c dma-mapping: split <linux/dma-mapping.h> 2020-10-06 07:07:03 +02:00
mic_debugfs.c misc: mic: host: mic_debugfs: Demote function headers from kerneldoc 2020-07-01 15:08:03 +02:00
mic_device.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 290 2019-06-05 17:36:38 +02:00
mic_intr.c misc: mic: host: mic_intr: Properly document function arguments 2020-07-01 15:08:03 +02:00
mic_intr.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 290 2019-06-05 17:36:38 +02:00
mic_main.c misc: mic: Remove the error message as the call will print it 2020-06-29 18:39:44 +02:00
mic_smpt.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 290 2019-06-05 17:36:38 +02:00
mic_smpt.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 290 2019-06-05 17:36:38 +02:00
mic_x100.c misc: mic: host: mic_x100: Add missing descriptions to kerneldoc headers 2020-07-01 15:08:03 +02:00
mic_x100.h misc: mic: host: mic_x100: Move declaration of mic_x100_intr_init[] into c-file 2020-07-01 15:08:03 +02:00