Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753117AbcLGNnf convert rfc822-to-8bit (ORCPT ); Wed, 7 Dec 2016 08:43:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58098 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752013AbcLGNnc (ORCPT ); Wed, 7 Dec 2016 08:43:32 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <627966ae-2071-e755-5506-6b98b97e0f8f@kernel.org> References: <627966ae-2071-e755-5506-6b98b97e0f8f@kernel.org> <148059537897.31612.9461043954611464597.stgit@warthog.procyon.org.uk> <148059545558.31612.1279403857733187213.stgit@warthog.procyon.org.uk> <20161201135025.GB30135@sophia> To: Jonathan Cameron Cc: dhowells@redhat.com, William Breathitt Gray , linux-kernel@vger.kernel.org, gnomes@lxorguk.ukuu.org.uk, minyard@acm.org, linux-iio@vger.kernel.org, linux-security-module@vger.kernel.org, keyrings@vger.kernel.org Subject: Re: [PATCH 10/39] Annotate hardware config module parameters in drivers/iio/ MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <24659.1481118209.1@warthog.procyon.org.uk> Content-Transfer-Encoding: 8BIT Date: Wed, 07 Dec 2016 13:43:29 +0000 Message-ID: <24660.1481118209@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Wed, 07 Dec 2016 13:43:32 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 436 Lines: 13 Jonathan Cameron wrote: > I'm on a train so can't check the original thread right now (and will probably > forget to do so later!). I am guessing the new functions are introduced > earlier in the series? Yeah, patch 1 is a prerequisite for all the subsequent patches. > Hence for now I'll assume you want to merge this lot in one go. I'll see if I can get patch 1 in and then distribute the other patches. David