Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754517AbcDIVpR (ORCPT ); Sat, 9 Apr 2016 17:45:17 -0400 Received: from mga09.intel.com ([134.134.136.24]:28529 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751141AbcDIVpQ (ORCPT ); Sat, 9 Apr 2016 17:45:16 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,460,1455004800"; d="scan'208";a="951645803" Date: Sat, 9 Apr 2016 23:45:10 +0200 From: Samuel Ortiz To: Michael Thalmeier Cc: Lauro Ramos Venancio , Aloisio Almeida Jr , linux-kernel@vger.kernel.org, linux-nfc@ml01.01.org, michael@thalmeier.at Subject: Re: [RFC 0/4] NFC: pn533: support for pn532 via I2C Message-ID: <20160409214510.GA30734@zurbaran.home> References: <1458917214-10693-1-git-send-email-michael.thalmeier@hale.at> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1458917214-10693-1-git-send-email-michael.thalmeier@hale.at> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 594 Lines: 18 Hi Michael, On Fri, Mar 25, 2016 at 03:46:50PM +0100, Michael Thalmeier wrote: > Michael Thalmeier (4): > NFC: pn533: Send ATR_REQ only if NFC_PROTO_NFC_DEP bit is set in > poll_protocols > NFC: pn533: fix deadlock when socket is closed while processing > command > NFC: pn533: Separate pn533 driver in HW dependant and independant > parts > NFC: pn533: add I2C phy driver This looks very clean, thanks a lot. I applied and pushed all 4 patches, after cleaning the checkpatch warnings. I'd like you to address one comment on patch #4 as a follow up patch. Cheers, Samuel.