From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752905AbdBJOVf (ORCPT ); Fri, 10 Feb 2017 09:21:35 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:58648 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751836AbdBJOVb (ORCPT ); Fri, 10 Feb 2017 09:21:31 -0500 Date: Fri, 10 Feb 2017 15:21:19 +0100 From: Greg KH To: Christopher Bostic Cc: robh+dt@kernel.org, mark.rutland@arm.com, linux@armlinux.org.uk, mturquette@baylibre.com, geert+renesas@glider.be, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, joel@jms.id.au, linux-kernel@vger.kernel.org, andrew@aj.id.au, alistair@popple.id.au, benh@kernel.crashing.org, Jeremy Kerr , Chris Bostic Subject: Re: [PATCH v3 04/18] drivers/fsi: Add fsi master definition Message-ID: <20170210142119.GA13386@kroah.com> References: <20170201165358.45415-1-cbostic@linux.vnet.ibm.com> <20170201165358.45415-5-cbostic@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170201165358.45415-5-cbostic@linux.vnet.ibm.com> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 01, 2017 at 10:53:44AM -0600, Christopher Bostic wrote: > From: Jeremy Kerr > > Signed-off-by: Jeremy Kerr > Signed-off-by: Chris Bostic > --- > drivers/fsi/fsi-core.c | 28 ++++++++++++++++++++++++++++ > drivers/fsi/fsi-master.h | 37 +++++++++++++++++++++++++++++++++++++ > 2 files changed, 65 insertions(+) > create mode 100644 drivers/fsi/fsi-master.h I can't take patches without any changelog text, so please fix up and resend the remaining patches in the series. thanks, greg k-h