From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 719CFC5B578 for ; Wed, 3 Jul 2019 05:32:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 50D9121880 for ; Wed, 3 Jul 2019 05:32:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726870AbfGCFce (ORCPT ); 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(-)