diff options
-rw-r--r-- | drivers/staging/media/atomisp/pci/atomisp2/css2400/input_system_global.h | 10 | ||||
-rw-r--r-- | drivers/staging/media/atomisp/pci/atomisp2/css2400/input_system_local.h | 10 | ||||
-rw-r--r-- | drivers/staging/media/atomisp/pci/atomisp2/css2400/input_system_private.h | 10 | ||||
-rw-r--r-- | drivers/staging/media/atomisp/pci/atomisp2/css2400/input_system_public.h | 8 | ||||
-rw-r--r-- | drivers/staging/media/atomisp/pci/atomisp2/css2400/isp2400_input_system_local.h (renamed from drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_common/host/input_system_local.h) | 0 | ||||
-rw-r--r-- | drivers/staging/media/atomisp/pci/atomisp2/css2400/isp2400_input_system_private.h (renamed from drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_common/host/input_system_private.h) | 0 | ||||
-rw-r--r-- | drivers/staging/media/atomisp/pci/atomisp2/css2400/isp2400_input_system_public.h (renamed from drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_include/host/input_system_public.h) | 0 | ||||
-rw-r--r-- | drivers/staging/media/atomisp/pci/atomisp2/css2400/isp2400_system_global.h (renamed from drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_common/system_global.h) | 0 | ||||
-rw-r--r-- | drivers/staging/media/atomisp/pci/atomisp2/css2400/isp2400_system_local.h (renamed from drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_common/host/system_local.h) | 0 | ||||
-rw-r--r-- | drivers/staging/media/atomisp/pci/atomisp2/css2400/isp2401_input_system_global.h (renamed from drivers/staging/media/atomisp/pci/atomisp2/css2400/css_2401_csi2p_system/input_system_global.h) | 0 | ||||
-rw-r--r-- | drivers/staging/media/atomisp/pci/atomisp2/css2400/isp2401_input_system_local.h (renamed from drivers/staging/media/atomisp/pci/atomisp2/css2400/css_2401_csi2p_system/host/input_system_local.h) | 0 | ||||
-rw-r--r-- | drivers/staging/media/atomisp/pci/atomisp2/css2400/isp2401_input_system_private.h (renamed from drivers/staging/media/atomisp/pci/atomisp2/css2400/css_2401_csi2p_system/host/input_system_private.h) | 0 | ||||
-rw-r--r-- | drivers/staging/media/atomisp/pci/atomisp2/css2400/isp2401_system_global.h (renamed from drivers/staging/media/atomisp/pci/atomisp2/css2400/css_2401_csi2p_system/system_global.h) | 0 | ||||
-rw-r--r-- | drivers/staging/media/atomisp/pci/atomisp2/css2400/isp2401_system_local.h (renamed from drivers/staging/media/atomisp/pci/atomisp2/css2400/css_2401_csi2p_system/host/system_local.h) | 0 | ||||
-rw-r--r-- | drivers/staging/media/atomisp/pci/atomisp2/css2400/system_global.h | 10 | ||||
-rw-r--r-- | drivers/staging/media/atomisp/pci/atomisp2/css2400/system_local.h | 10 | ||||
-rw-r--r-- | drivers/staging/media/atomisp/pci/atomisp2/isp2400_input_system_global.h (renamed from drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_common/input_system_global.h) | 0 |
17 files changed, 58 insertions, 0 deletions
diff --git a/drivers/staging/media/atomisp/pci/atomisp2/css2400/input_system_global.h b/drivers/staging/media/atomisp/pci/atomisp2/css2400/input_system_global.h new file mode 100644 index 000000000000..e75c2f29042d --- /dev/null +++ b/drivers/staging/media/atomisp/pci/atomisp2/css2400/input_system_global.h @@ -0,0 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/* + * (c) 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> + */ + +#ifdef ISP2401 +# include "isp2401_input_system_global.h" +#else +# include "isp2400_input_system_global.h" +#endif diff --git a/drivers/staging/media/atomisp/pci/atomisp2/css2400/input_system_local.h b/drivers/staging/media/atomisp/pci/atomisp2/css2400/input_system_local.h new file mode 100644 index 000000000000..8533a1e017e4 --- /dev/null +++ b/drivers/staging/media/atomisp/pci/atomisp2/css2400/input_system_local.h @@ -0,0 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/* + * (c) 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> + */ + +#ifdef ISP2401 +# include "isp2401_input_system_local.h" +#else +# include "isp2400_input_system_local.h" +#endif diff --git a/drivers/staging/media/atomisp/pci/atomisp2/css2400/input_system_private.h b/drivers/staging/media/atomisp/pci/atomisp2/css2400/input_system_private.h new file mode 100644 index 000000000000..69c63a79a30c --- /dev/null +++ b/drivers/staging/media/atomisp/pci/atomisp2/css2400/input_system_private.h @@ -0,0 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/* + * (c) 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> + */ + +#ifdef ISP2401 +# include "isp2401_input_system_private.h" +#else +# include "isp2400_input_system_private.h" +#endif diff --git a/drivers/staging/media/atomisp/pci/atomisp2/css2400/input_system_public.h b/drivers/staging/media/atomisp/pci/atomisp2/css2400/input_system_public.h new file mode 100644 index 000000000000..17682c86bceb --- /dev/null +++ b/drivers/staging/media/atomisp/pci/atomisp2/css2400/input_system_public.h @@ -0,0 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/* + * (c) 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> + */ + +#ifndef ISP2401 +# include "isp2400_input_system_public.h" +#endif diff --git a/drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_common/host/input_system_local.h b/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp2400_input_system_local.h index 3c0e2efb08ae..3c0e2efb08ae 100644 --- a/drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_common/host/input_system_local.h +++ b/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp2400_input_system_local.h diff --git a/drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_common/host/input_system_private.h b/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp2400_input_system_private.h index 0ce9cbc0063e..0ce9cbc0063e 100644 --- a/drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_common/host/input_system_private.h +++ b/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp2400_input_system_private.h diff --git a/drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_include/host/input_system_public.h b/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp2400_input_system_public.h index d0de27abb95a..d0de27abb95a 100644 --- a/drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_include/host/input_system_public.h +++ b/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp2400_input_system_public.h diff --git a/drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_common/system_global.h b/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp2400_system_global.h index 21938de974b7..21938de974b7 100644 --- a/drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_common/system_global.h +++ b/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp2400_system_global.h diff --git a/drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_common/host/system_local.h b/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp2400_system_local.h index ee38059d6ceb..ee38059d6ceb 100644 --- a/drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_common/host/system_local.h +++ b/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp2400_system_local.h diff --git a/drivers/staging/media/atomisp/pci/atomisp2/css2400/css_2401_csi2p_system/input_system_global.h b/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp2401_input_system_global.h index 9c882fe134f4..9c882fe134f4 100644 --- a/drivers/staging/media/atomisp/pci/atomisp2/css2400/css_2401_csi2p_system/input_system_global.h +++ b/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp2401_input_system_global.h diff --git a/drivers/staging/media/atomisp/pci/atomisp2/css2400/css_2401_csi2p_system/host/input_system_local.h b/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp2401_input_system_local.h index f199423e28da..f199423e28da 100644 --- a/drivers/staging/media/atomisp/pci/atomisp2/css2400/css_2401_csi2p_system/host/input_system_local.h +++ b/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp2401_input_system_local.h diff --git a/drivers/staging/media/atomisp/pci/atomisp2/css2400/css_2401_csi2p_system/host/input_system_private.h b/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp2401_input_system_private.h index 3f60f59ae51f..3f60f59ae51f 100644 --- a/drivers/staging/media/atomisp/pci/atomisp2/css2400/css_2401_csi2p_system/host/input_system_private.h +++ b/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp2401_input_system_private.h diff --git a/drivers/staging/media/atomisp/pci/atomisp2/css2400/css_2401_csi2p_system/system_global.h b/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp2401_system_global.h index 9c948cc175be..9c948cc175be 100644 --- a/drivers/staging/media/atomisp/pci/atomisp2/css2400/css_2401_csi2p_system/system_global.h +++ b/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp2401_system_global.h diff --git a/drivers/staging/media/atomisp/pci/atomisp2/css2400/css_2401_csi2p_system/host/system_local.h b/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp2401_system_local.h index 4bd95b818494..4bd95b818494 100644 --- a/drivers/staging/media/atomisp/pci/atomisp2/css2400/css_2401_csi2p_system/host/system_local.h +++ b/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp2401_system_local.h diff --git a/drivers/staging/media/atomisp/pci/atomisp2/css2400/system_global.h b/drivers/staging/media/atomisp/pci/atomisp2/css2400/system_global.h new file mode 100644 index 000000000000..7f833c15f3ce --- /dev/null +++ b/drivers/staging/media/atomisp/pci/atomisp2/css2400/system_global.h @@ -0,0 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/* + * (c) 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> + */ + +#ifdef ISP2401 +# include "isp2401_system_global.h" +#else +# include "isp2400_system_global.h" +#endif diff --git a/drivers/staging/media/atomisp/pci/atomisp2/css2400/system_local.h b/drivers/staging/media/atomisp/pci/atomisp2/css2400/system_local.h new file mode 100644 index 000000000000..fbb5daadac9f --- /dev/null +++ b/drivers/staging/media/atomisp/pci/atomisp2/css2400/system_local.h @@ -0,0 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/* + * (c) 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> + */ + +#ifdef ISP2401 +# include "isp2401_system_local.h" +#else +# include "isp2400_system_local.h" +#endif diff --git a/drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_common/input_system_global.h b/drivers/staging/media/atomisp/pci/atomisp2/isp2400_input_system_global.h index 759141c9310a..759141c9310a 100644 --- a/drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_common/input_system_global.h +++ b/drivers/staging/media/atomisp/pci/atomisp2/isp2400_input_system_global.h |