From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Authentication-Results: lists.ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=linuxfoundation.org (client-ip=140.211.169.12; helo=mail.linuxfoundation.org; envelope-from=gregkh@linuxfoundation.org; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 41ZTMk0fyrzDq6t for ; Tue, 24 Jul 2018 16:43:29 +1000 (AEST) Received: from localhost (LFbn-1-12238-233.w90-92.abo.wanadoo.fr [90.92.53.233]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id B010F40B; Tue, 24 Jul 2018 06:43:27 +0000 (UTC) Date: Tue, 24 Jul 2018 08:00:59 +0200 From: Greg Kroah-Hartman To: Benjamin Herrenschmidt Cc: "linux-kernel@vger.kernel.org" , openbmc@lists.ozlabs.org, Joel Stanley Subject: Re: [GIT PULL] FSI updates round 3 for 4.19 Message-ID: <20180724060059.GA15769@kroah.com> References: <9071d5c82539c93f4a6cc8a76a11b14c3f507f09.camel@kernel.crashing.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9071d5c82539c93f4a6cc8a76a11b14c3f507f09.camel@kernel.crashing.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jul 2018 06:43:30 -0000 On Tue, Jul 24, 2018 at 02:13:16PM +1000, Benjamin Herrenschmidt wrote: > Hi Greg ! > > This adds support for offloading the FSI low level bitbanging to the > ColdFire coprocessor of the Aspeed SoCs. All the pre-requisites have > already been merged, this is the final piece in the puzzle. > > This branch also pull gpio/ib-aspeed which is a topic branch already > in gpio/for-next (and thus in next) whic contains pre-requisites. > > Finally, there's also a bug fix to the sbefifo driver for some > inconsistent use of a mutex in the error handling code. > > Note: The oddball "origin" commit of that pull request comes from > the fact that Linus Walleij gpio/ib-aspeed tree is ahead of mine, > so pulling his branch pulled a bunch of already upstream other things > in. As such, i had to base this pull request off a local merge. This > shouldn't affect you at all, and allows the diffstat below to be > correct. > > The bindings updates have been acked by Rob and the corresponding > device-tree updates will be merged by Joel via the ARM SoC tree. > > Thanks ! > Ben. > > The following changes since commit d5e748ff2b996d83489ac76c072e8b99f9ecef13: > > Merge remote-tracking branch 'gpio/ib-aspeed' into upstream-ready (2018-07-23 15:21:39 +1000) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/benh/linux-fsi.git tags/fsi-updates-2018-07-24 Now pulled in and pushed out, thanks. greg k-h