All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] Follow up patches and several new fixes
@ 2014-09-12 19:49 Christophe Ricard
       [not found] ` <1410551381-7565-1-git-send-email-christophe-h.ricard-qxv4g6HH51o@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Christophe Ricard @ 2014-09-12 19:49 UTC (permalink / raw)
  To: sameo-VuQAYsv1563Yd54FQh9/CA
  Cc: linux-nfc-hn68Rpc1hR1g9hUCZPvPmw,
	christophe.ricard-Re5JQEeQqe8AvxtiuMwx3w,
	christophe-h.ricard-qxv4g6HH51o,
	devicetree-u79uwXL29TY76Z2rM5mHXA

Hi,

Please find in those patches a set of followup items according to
previous submissions feedback:
- NFC: st21nfca: Fix few coding style issue
- NFC: st21nfca: Fix potential skb leaks in NFC-DEP code
- NFC: st21nfca: Fix potential double kfree_skb error
are patches related to previous patch:
[PATCH 2/8] NFC: st21nfca: Fix potential skb leaks in NFC-DEP code

NFC: st21nfca: Replace all remaining IS_ERR(skb) with !skb is related
with [PATCH 4/5] NFC: st21nfca: Remove all remaining IS_ERR(skb) for 
simple !skb condition.
I have tried to review again and add some more explanation. Hope that
will be acceptable.

Other patches are new they:
- fix recursive fault in p2p target mode with st21nfca
- fix bad behavior on st21nfcb
- add ISO15693 technology for st21nfcb with a specific prioprietary
RF protocol value.
- fix st21nfcb dts documentation

Best Regards
Christophe

Christophe Ricard (11):
  NFC: st21nfca: Fix few coding style issue
  NFC: st21nfca: Fix potential skb leaks in NFC-DEP code
  NFC: st21nfca: Fix recursive fault when doing p2p in target mode.
  NFC: dts: st21nfcb_i2c: Fix invalid interrupts polarity.
  NFC: st21nfcb: Fix improper management of -EREMOTEIO error code.
  NFC: st21nfcb: Fix improper ndlc T2 management
  NFC: nci: Add support for proprietary RF Protocols
  NFC: st21nfcb: Add ISO15693 Reader/Writer support
  NFC: st21nfcb: remove error output
  NFC: st21nfca: Replace all remaining IS_ERR(skb) with !skb
  NFC: st21nfca: Fix potential double kfree_skb error

 .../devicetree/bindings/net/nfc/st21nfcb.txt       |  2 +-
 drivers/nfc/st21nfca/st21nfca.c                    |  5 ++---
 drivers/nfc/st21nfca/st21nfca_dep.c                | 25 ++++++++++++----------
 drivers/nfc/st21nfcb/i2c.c                         | 23 +++++---------------
 drivers/nfc/st21nfcb/ndlc.c                        |  6 +++++-
 drivers/nfc/st21nfcb/ndlc.h                        |  4 ++++
 drivers/nfc/st21nfcb/st21nfcb.c                    | 11 ++++++++++
 include/net/nfc/nci_core.h                         |  9 ++++----
 net/nfc/nci/ntf.c                                  |  9 +++++++-
 9 files changed, 55 insertions(+), 39 deletions(-)

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2014-09-12 19:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-12 19:49 [PATCH 00/11] Follow up patches and several new fixes Christophe Ricard
     [not found] ` <1410551381-7565-1-git-send-email-christophe-h.ricard-qxv4g6HH51o@public.gmane.org>
2014-09-12 19:49   ` [PATCH 01/11] NFC: st21nfca: Fix few coding style issue Christophe Ricard
2014-09-12 19:49   ` [PATCH 02/11] NFC: st21nfca: Fix potential skb leaks in NFC-DEP code Christophe Ricard
2014-09-12 19:49   ` [PATCH 03/11] NFC: st21nfca: Fix recursive fault when doing p2p in target mode Christophe Ricard
2014-09-12 19:49   ` [PATCH 04/11] NFC: dts: st21nfcb_i2c: Fix invalid interrupts polarity Christophe Ricard
2014-09-12 19:49   ` [PATCH 05/11] NFC: st21nfcb: Fix improper management of -EREMOTEIO error code Christophe Ricard
2014-09-12 19:49   ` [PATCH 06/11] NFC: st21nfcb: Fix improper ndlc T2 management Christophe Ricard
2014-09-12 19:49   ` [PATCH 07/11] NFC: nci: Add support for proprietary RF Protocols Christophe Ricard
2014-09-12 19:49   ` [PATCH 08/11] NFC: st21nfcb: Add ISO15693 Reader/Writer support Christophe Ricard
2014-09-12 19:49   ` [PATCH 09/11] NFC: st21nfcb: remove error output Christophe Ricard
2014-09-12 19:49   ` [PATCH 10/11] NFC: st21nfca: Replace all remaining IS_ERR(skb) with !skb Christophe Ricard
2014-09-12 19:49   ` [PATCH 11/11] NFC: st21nfca: Fix potential double kfree_skb error Christophe Ricard

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.