Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751382AbdGQOQl (ORCPT ); Mon, 17 Jul 2017 10:16:41 -0400 Received: from mail-yb0-f177.google.com ([209.85.213.177]:35202 "EHLO mail-yb0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751286AbdGQOQj (ORCPT ); Mon, 17 Jul 2017 10:16:39 -0400 MIME-Version: 1.0 In-Reply-To: <20170717141123.GA13295@kroah.com> References: <1499711882-12918-1-git-send-email-eajames@linux.vnet.ibm.com> <20170717141123.GA13295@kroah.com> From: Joel Stanley Date: Mon, 17 Jul 2017 23:46:18 +0930 X-Google-Sender-Auth: xp4gPO5B-17cezTLFDpA9hWxWTQ Message-ID: Subject: Re: [PATCH v2 0/6] drivers/i2c: Add FSI-attached I2C master algorithm To: Greg KH Cc: Eddie James , Linux Kernel Mailing List , linux-i2c@vger.kernel.org, devicetree , Wolfram Sang , Rob Herring , Jeremy Kerr , Andrew Jeffery , Christopher Bostic , "Edward A. James" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1054 Lines: 29 On Mon, Jul 17, 2017 at 11:41 PM, Greg KH wrote: > On Mon, Jul 10, 2017 at 01:37:56PM -0500, Eddie James wrote: >> From: "Edward A. James" >> >> This series adds an algorithm for an I2C master physically located on an FSI >> slave device. The I2C master has multiple ports, each of which may be connected >> to an I2C slave. Access to the I2C master registers is achieved over FSI bus. >> >> Due to the multi-port nature of the I2C master, the driver instantiates a new >> I2C adapter for each port connected to a slave. The connected ports should be >> defined in the device tree under the I2C master device. >> >> Changes since v1: > > I have 2 "v2" series in my inbox, and they are different :( > > Please resend a "v4" so I know exactly which ones to pick up... Hi Greg, This is a driver for the i2c bus master, so I would expect the patches to be reviewed and applied through Wolfram's i2c tree? Eddie, regardless can you please send a v4 so we know which version to be reviewing. Cheers, Joel