Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752745AbbHTTy4 (ORCPT ); Thu, 20 Aug 2015 15:54:56 -0400 Received: from mga09.intel.com ([134.134.136.24]:22981 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752190AbbHTTyy (ORCPT ); Thu, 20 Aug 2015 15:54:54 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,716,1432623600"; d="scan'208";a="752423885" Date: Thu, 20 Aug 2015 21:54:24 +0200 From: Samuel Ortiz To: Robert Baldyga Cc: lauro.venancio@openbossa.org, aloisio.almeida@openbossa.org, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, linux-wireless@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-nfc@ml01.01.org, m.szyprowski@samsung.com, pebolle@tiscali.nl Subject: Re: [PATCH v3 0/3] nfc: Add driver for Samsung S3FWRN5 NFC Chip Message-ID: <20150820195424.GA3102@zurbaran.home> References: <1440084362-27909-1-git-send-email-r.baldyga@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1440084362-27909-1-git-send-email-r.baldyga@samsung.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1601 Lines: 47 Hi Robert, On Thu, Aug 20, 2015 at 05:25:59PM +0200, Robert Baldyga wrote: > Hello, > > This patchset adds driver for NFC chip Samsung S3FWRN5. First two patches > are touching NCI core due to some non-standard chip behaviour. > > The first one adds post_setup() handler, which is called after NCI_CORE_INIT > request. It's because we need to read current firmware version from > ndev->manufact_specific_info. > > The second one adds nci_core_reset() and nci_core_init() functions which > are needed to reinit NCI core after updating firmware in pose_setup() > callback. > > Best regards, > Robert Baldyga > > Changelog: > > v3: > - Addressed comments from Samuel Ortiz: > - Used nci_prop_cmd and nci_prop_ops to handle proprietary requests > - Refactorized s3fwrn5_i2c_nci_read and s3fwrn5_i2c_fw_read > - Miscellaneous minor fixes > - Added patch "NFC: nci: Add post_setup handler" > - Added patch "NFC: nci: export nci_core_reset and nci_core_init" > > v2: http://www.spinics.net/lists/linux-wireless/msg139241.html > - Addressed comments from Paul Bolle > > v1: http://www.spinics.net/lists/kernel/msg2044290.html > > Robert Baldyga (3): > NFC: nci: Add post_setup handler > NFC: nci: export nci_core_reset and nci_core_init > nfc: s3fwrn5: Add driver for Samsung S3FWRN5 NFC Chip All 3 patches applied, thanks. Cheers, Samuel. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/