All of lore.kernel.org
 help / color / mirror / Atom feed
From: Moriis Ku <saumah@gmail.com>
To: lee.jones@linaro.org
Cc: linux-kernel@vger.kernel.org, Morris Ku <saumah@gmail.com>
Subject: [PATCH 2/2] mfd:Add SUNIX SDC series mfd driver
Date: Fri, 14 May 2021 19:03:13 +0800	[thread overview]
Message-ID: <20210514110313.4072-1-saumah@gmail.com> (raw)

From: Morris Ku <saumah@gmail.com>

This patch add support for SUNIX SDC series board.

Signed-off-by: Morris Ku <saumah@gmail.com>
---
 mfd/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/mfd/Makefile b/mfd/Makefile
index c1067ea..0a59187 100644
--- a/mfd/Makefile
+++ b/mfd/Makefile
@@ -256,3 +256,6 @@ obj-$(CONFIG_MFD_ROHM_BD70528)	+= rohm-bd70528.o
 obj-$(CONFIG_MFD_ROHM_BD718XX)	+= rohm-bd718x7.o
 obj-$(CONFIG_MFD_STMFX) 	+= stmfx.o
 
+obj-$(CONFIG_MFD_SUNIX_SDC)	+= sdc_mfd.o
+obj-$(CONFIG_MFD_SUNIX_SDC_PCI)	+= sdc_pci.o
+
-- 
2.20.1


                 reply	other threads:[~2021-05-14 11:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210514110313.4072-1-saumah@gmail.com \
    --to=saumah@gmail.com \
    --cc=lee.jones@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.