Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp398948ybi; Tue, 2 Jul 2019 22:33:56 -0700 (PDT) X-Google-Smtp-Source: APXvYqzfLgRKrCos1ioYQinV/pAFPxBLcPTP8zKPBgWG6mPGsRQgZu3H4QqMza6obUOpRvjruM4P X-Received: by 2002:a63:b46:: with SMTP id a6mr8771899pgl.235.1562132036054; Tue, 02 Jul 2019 22:33:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562132036; cv=none; d=google.com; s=arc-20160816; b=Oh8cjpkVL9CXSB06NbLprXng6lG8JhtBj5RoN5MOTYrDCfd2IpQieiUr/cbQ0PuOvk +8o4jpmBPmHYE/1BVJPu/BDyQNGIoYHgQ3O+feCwRpoytQKy5zwMn9HikFJ2ySSl+xXH Smp/Kbrz+Dt7ZsCLwmAwc6UnzP8sAALk4yoMKjbVjUVhotRoSZQh9KgAX6j2NvYqS3wU lylTdslB8EMiPfRWp5etsktY/gyaZsLtqDmyYt8s4joZ47XInAk27OzZXqJLOUOKrmOK IP2UGD6SQGmv6aufboCWyAoagZOZb/06D2deULnESeoawBOfYB0XlZTWgE4dTQaDzMqL rQeg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:date:cc:to:from:subject:message-id; bh=S8Jsc4V2KLh2ZLE2OVKbBJrLv+26aBESOTRvhq8kJ/s=; b=zzu4DSwEr2mgGO362Q85Tc87xArPt2KbI1/gNjOhRRIbZc+B6NB4YXYzr1dWTpNIsh GqOn6x+5bR7POkXzN7UZdjzonVBrQF9xaJGcxGl+KtOXMEjowj4x266/fhgGQ32Lz8dL KLcjmkH8R/xbjx8ts0Bv2bTSPO7TREu+/Iub8Far3+zvbaxORRJ/KxJ/g8DUEPUTjF8m jjOD9wgfs0KXm435VcVrpMl1eGA9YPS/M6yI6R9s94PYh97m0fs+NG9kIRWaldKcGh1y uI4YFW/Ab2ZOkMUI5aQRVm0Zw1DnzdRwtza53jLtJaNf2v3RdXF+Nqq/ADYJ7hPPV7/F poUw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e21si1178959pgh.571.2019.07.02.22.33.32; Tue, 02 Jul 2019 22:33:56 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726684AbfGCFce (ORCPT + 99 others); Wed, 3 Jul 2019 01:32:34 -0400 Received: from gate.crashing.org ([63.228.1.57]:60537 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725848AbfGCFce (ORCPT ); Wed, 3 Jul 2019 01:32:34 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id x635WGkN025368; Wed, 3 Jul 2019 00:32:17 -0500 Message-ID: <041ce2ab04d0594accdbf51078906ac116cc0253.camel@kernel.crashing.org> Subject: Re: [GIT PULL] FSI changes for 5.3 From: Benjamin Herrenschmidt To: Joel Stanley , Greg KH Cc: Jeremy Kerr , Alistair Popple , Eddie James , linux-fsi@lists.ozlabs.org, Linux Kernel Mailing List Date: Wed, 03 Jul 2019 15:32:15 +1000 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2019-07-03 at 03:39 +0000, Joel Stanley wrote: > Hello Greg, > > We've not had a MAINAINERS entry for drivers/fsi, so this fixes that. It names > Jeremy and I as maintainers, so if it works for you we will send pull requests > to you each cycle. Ack. I no longer work for IBM and thus cannot handle that subsystem anymore. > I realise this one is a bit late, but please consider including so we have a > clear path for future submissions from 5.3 on. > > This pull request contains two code changes. One touches hwmon and has an ack > from Guenter as the hwmon maintainer. > > The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9: > > Linux 5.2-rc1 (2019-05-19 15:47:09 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/joel/fsi.git tags/fsi-for-5.3 > > for you to fetch changes up to 371975b0b07520c85098652d561639837a60a905: > > fsi/core: Fix error paths on CFAM init (2019-07-03 10:42:53 +0930) > > ---------------------------------------------------------------- > FSI changes for 5.3 > > - Add MAINTAINERS entry. There is now a git tree and a mailing > list/patchwork for collecting FSI patches > > - Bug fix for error driver registration error paths > > - Correction for the OCC hwmon driver to meet the spec > > ---------------------------------------------------------------- > Eddie James (1): > OCC: FSI and hwmon: Add sequence numbering > > Jeremy Kerr (1): > fsi/core: Fix error paths on CFAM init > > Joel Stanley (1): > MAINTAINERS: Add FSI subsystem > > MAINTAINERS | 13 +++++++++++++ > drivers/fsi/fsi-core.c | 32 ++++++++++++++++++++------------ > drivers/fsi/fsi-occ.c | 15 ++++++++++++--- > drivers/hwmon/occ/common.c | 4 ++-- > drivers/hwmon/occ/common.h | 1 + > 5 files changed, 48 insertions(+), 17 deletions(-)