All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thierry Escande <thierry.escande@linux.intel.com>
To: backports@vger.kernel.org
Subject: [PATCH v2 2/5] backports: Add NFC core and drivers
Date: Fri,  5 Apr 2013 17:16:51 +0200	[thread overview]
Message-ID: <1365175014-6028-2-git-send-email-thierry.escande@linux.intel.com> (raw)

This grabs NFC core and drivers files from your linux tree.
NFC build is disabled for now.

Signed-off-by: Thierry Escande <thierry.escande@linux.intel.com>
---
 backport/Kconfig         |    2 ++
 backport/Makefile.kernel |    2 ++
 copy-list                |   16 ++++++++++++++++
 dependencies             |    4 ++++
 4 files changed, 24 insertions(+)

diff --git a/backport/Kconfig b/backport/Kconfig
index d0ae17f..87e3869 100644
--- a/backport/Kconfig
+++ b/backport/Kconfig
@@ -34,3 +34,5 @@ source drivers/net/ethernet/Kconfig
 
 source drivers/ssb/Kconfig
 source drivers/bcma/Kconfig
+
+# source net/nfc/Kconfig
diff --git a/backport/Makefile.kernel b/backport/Makefile.kernel
index a599ad7..ac58225 100644
--- a/backport/Makefile.kernel
+++ b/backport/Makefile.kernel
@@ -22,3 +22,5 @@ obj-$(CPTCFG_BT) += drivers/bluetooth/
 obj-$(CPTCFG_SSB) += drivers/ssb/
 obj-$(CPTCFG_BCMA) += drivers/bcma/
 obj-$(CPTCFG_ETHERNET) += drivers/net/ethernet/
+obj-$(CPTCFG_NFC) += net/nfc/
+obj-$(CPTCFG_NFC) += drivers/nfc/
diff --git a/copy-list b/copy-list
index 4243619..82e21b1 100644
--- a/copy-list
+++ b/copy-list
@@ -114,3 +114,19 @@ drivers/net/ethernet/broadcom/Kconfig
 drivers/net/ethernet/broadcom/Makefile
 drivers/net/ethernet/broadcom/b44.c
 drivers/net/ethernet/broadcom/b44.h
+
+# NFC
+net/nfc/
+net/nfc/hci/
+net/nfc/llcp/
+net/nfc/nci/
+include/net/nfc/
+include/linux/socket.h
+include/uapi/linux/nfc.h
+include/uapi/linux/socket.h
+
+# NFC drivers
+drivers/nfc/
+drivers/nfc/microread/
+drivers/nfc/pn544/
+include/linux/platform_data/pn544.h
diff --git a/dependencies b/dependencies
index 7c79449..e9aaa2e 100644
--- a/dependencies
+++ b/dependencies
@@ -83,3 +83,7 @@ BRCMDBG 2.6.30
 # backport it, but I can't test that and this is a
 # lot easier right now.
 BT_HIDP 2.6.33
+
+# NFC core needs PF_NFC defined in socket.h which was
+# only introduced in kernel 3.1
+NFC 3.1
-- 
1.7.10.4


             reply	other threads:[~2013-04-05 15:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-05 15:16 Thierry Escande [this message]
2013-04-05 15:35 ` [PATCH v2 2/5] backports: Add NFC core and drivers Johannes Berg
2013-04-05 17:21   ` Thierry Escande
2013-04-05 17:48     ` Johannes Berg
2013-04-05 15:38 ` Hauke Mehrtens
2013-04-05 17:53   ` Thierry Escande

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=1365175014-6028-2-git-send-email-thierry.escande@linux.intel.com \
    --to=thierry.escande@linux.intel.com \
    --cc=backports@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.