linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] SUNIX SDC PCIe multi-function card support
@ 2021-06-25  9:05 Moriis Ku
  2021-06-28 10:53 ` Lee Jones
  0 siblings, 1 reply; 2+ messages in thread
From: Moriis Ku @ 2021-06-25  9:05 UTC (permalink / raw)
  To: lee.jones
  Cc: linux-kernel, jason_lee, taian.chen, morris_ku, edward.lee,
	Morris Ku, Edward Lee

From: Morris Ku <saumah@gmail.com>

Add support for SUNIX SDC PCIe multi-function card

Cc: Jason Lee <jason_lee@sunix.com>
Cc: Taian Chen <taian.chen@sunix.com>
Cc: Morris Ku <morris_ku@sunix.com>
Cc: Edward Lee <Edward.lee@sunix.com>
Signed-off-by: Morris Ku <saumah@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] SUNIX SDC PCIe multi-function card support
  2021-06-25  9:05 [PATCH] SUNIX SDC PCIe multi-function card support Moriis Ku
@ 2021-06-28 10:53 ` Lee Jones
  0 siblings, 0 replies; 2+ messages in thread
From: Lee Jones @ 2021-06-28 10:53 UTC (permalink / raw)
  To: Moriis Ku; +Cc: linux-kernel, jason_lee, taian.chen, morris_ku, edward.lee

On Fri, 25 Jun 2021, Moriis Ku wrote:

> From: Morris Ku <saumah@gmail.com>
> 
> 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 <jason_lee@sunix.com>
> Cc: Taian Chen <taian.chen@sunix.com>
> Cc: Morris Ku <morris_ku@sunix.com>
> Cc: Edward Lee <Edward.lee@sunix.com>

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

> Signed-off-by: Morris Ku <saumah@gmail.com>
> ---
>  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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-28 10:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-25  9:05 [PATCH] SUNIX SDC PCIe multi-function card support Moriis Ku
2021-06-28 10:53 ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).