Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753255AbdIDGze (ORCPT ); Mon, 4 Sep 2017 02:55:34 -0400 Received: from mail-lf0-f65.google.com ([209.85.215.65]:36187 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752134AbdIDGzb (ORCPT ); Mon, 4 Sep 2017 02:55:31 -0400 X-Google-Smtp-Source: ADKCNb7pROR4z+QASKfATkJNbfnfhxuIq8p2j9/X/QAPsuoT6hnvS3Pa7h76HRLNT+eiWA+VUtSlsuK34IzuMAGSpuQ= MIME-Version: 1.0 In-Reply-To: <1497864405-26990-1-git-send-email-jk@ozlabs.org> References: <1497864405-26990-1-git-send-email-jk@ozlabs.org> From: Joel Stanley Date: Mon, 4 Sep 2017 16:25:09 +0930 X-Google-Sender-Auth: Rvve6UEpIDPLUXDitVBABSEsdCc Message-ID: Subject: Re: [PATCH 0/3] Add 'external mode' for GPIO-based FSI master To: Jeremy Kerr Cc: Linux Kernel Mailing List , Christopher Bostic 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: 1320 Lines: 39 Hi Jeremy, On Mon, Jun 19, 2017 at 6:56 PM, Jeremy Kerr wrote: > This series (on top of current char-misc-next) implements "external > mode" (ie, support for FSI debug devices) for the GPIO-based FSI master > driver. > > We implement this control in the GPIO master driver, as it has the > mapping of raw GPIO pins to fsi control signals, and provides a > mechanism for the kernel to retain exclusive access to those GPIOs. I just noticed that this didn't get applied. I assume it's because we forgot to cc Greg. I have a v2 of some of the patches in my inbox; we should re-send that v2. It may make sense to merge in some of the latter changes we have in the openbmc tree first. Cheers, Joel > --- > Jeremy Kerr (3): > fsi: Add fsi_master_rescan() > fsi/master-gpio: Add locking around gpio operations during break & > link enable > fsi/master-gpio: Add external mode > > .../ABI/testing/sysfs-driver-fsi-master-gpio | 10 +++ > drivers/fsi/fsi-core.c | 9 ++- > drivers/fsi/fsi-master-gpio.c | 85 +++++++++++++++++++++- > drivers/fsi/fsi-master.h | 2 + > 4 files changed, 102 insertions(+), 4 deletions(-) > create mode 100644 Documentation/ABI/testing/sysfs-driver-fsi-master-gpio > > -- > 2.7.4 >