2021-06-25 09:08:11

by Moriis Ku

[permalink] [raw]
Subject: [PATCH] SUNIX SDC PCIe multi-function card support

From: Morris Ku <[email protected]>

Add support for SUNIX SDC PCIe multi-function card

Cc: Jason Lee <[email protected]>
Cc: Taian Chen <[email protected]>
Cc: Morris Ku <[email protected]>
Cc: Edward Lee <[email protected]>
Signed-off-by: Morris Ku <[email protected]>
---
Kconfig | 14 ++++++++++++++
1 file changed, 14 insertions(+)

diff --git a/Kconfig b/Kconfig
index b74efa4..0bab573 100644
--- a/Kconfig
+++ b/Kconfig
@@ -2156,5 +2156,19 @@ config MFD_INTEL_M10_BMC
additional drivers must be enabled in order to use the functionality
of the device.

+config MFD_SUNIX_SDC
+ tristate
+ select MFD_CORE
+ select SERIAL_8250_SDC
+ select CAN_SX2010
+
+config MFD_SUNIX_SDC_PCI
+ tristate "SUNIX SDC PCIe multi-function card support"
+ select MFD_SUNIX_SDC
+ depends on X86 && PCI
+ help
+ Selecting this option will add support for SUNIX SDC PCIe
+ multi-function card.
+
endmenu
endif
--
2.20.1


2021-06-28 10:55:03

by Lee Jones

[permalink] [raw]
Subject: Re: [PATCH] SUNIX SDC PCIe multi-function card support

On Fri, 25 Jun 2021, Moriis Ku wrote:

> From: Morris Ku <[email protected]>
>
> Add support for SUNIX SDC PCIe multi-function card

All of these patches should be merged into a single patch.

Please re-submit before a conduct a full review.

> Cc: Jason Lee <[email protected]>
> Cc: Taian Chen <[email protected]>
> Cc: Morris Ku <[email protected]>
> Cc: Edward Lee <[email protected]>

Cc: Should not be used to mail internal personalities who are not
authors, maintainers or reviewers (listed in MAINTAINERS).

> Signed-off-by: Morris Ku <[email protected]>
> ---
> Kconfig | 14 ++++++++++++++

Diffs should be taken from the top directory:

drivers/mfd/Kconfig

> 1 file changed, 14 insertions(+)
> diff --git a/Kconfig b/Kconfig
> index b74efa4..0bab573 100644
> --- a/Kconfig
> +++ b/Kconfig
> @@ -2156,5 +2156,19 @@ config MFD_INTEL_M10_BMC
> additional drivers must be enabled in order to use the functionality
> of the device.
>
> +config MFD_SUNIX_SDC
> + tristate
> + select MFD_CORE
> + select SERIAL_8250_SDC
> + select CAN_SX2010
> +
> +config MFD_SUNIX_SDC_PCI
> + tristate "SUNIX SDC PCIe multi-function card support"
> + select MFD_SUNIX_SDC
> + depends on X86 && PCI
> + help
> + Selecting this option will add support for SUNIX SDC PCIe
> + multi-function card.
> +
> endmenu
> endif

--
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog