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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id ABB83C433EF for ; Fri, 22 Oct 2021 07:46:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 967D86115B for ; Fri, 22 Oct 2021 07:46:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232234AbhJVHtD (ORCPT ); Fri, 22 Oct 2021 03:49:03 -0400 Received: from mail.kernel.org ([198.145.29.99]:52650 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231872AbhJVHs7 (ORCPT ); Fri, 22 Oct 2021 03:48:59 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id B5AAD610E7; Fri, 22 Oct 2021 07:46:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1634888802; bh=8AJ7qqRACbX9zQxbSl9FpCVeB9+19zqFrEQF9r/04pc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QTowj1X/Ygs1uWd1DGg05Pe4qLs1+HVtz3CNouwaF7EwXOHmiPNYQEG9McztOygAZ HC7Hl3AxM2K5+mR7xIKwdZVTUxg+Su1QLh5ceOTAm/ARj7+ciiTMegwVQVWk+D6Z7S PlgufyvEo8IFugRskR9W8MSSFnusayXBLVqfpBe0= Date: Fri, 22 Oct 2021 09:46:31 +0200 From: Greg KH To: Joel Stanley Cc: linux-fsi@lists.ozlabs.org, Linux Kernel Mailing List , Andrew Jeffery , Guenter Roeck , Eddie James Subject: Re: [GIT PULL] fsi changes for v5.16 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 22, 2021 at 12:10:58AM +0000, Joel Stanley wrote: > Hello Greg, > > Here are a set of FSI changes targeting the v5.16 merge window. They > have been through a few cycles of review on the list and appear ready > to be merged. > > There are some dependent hwmon changes that Guenter has acked and > indicated he is ok with them going through the fsi tree. > > The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f: > > Linux 5.15-rc1 (2021-09-12 16:28:37 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/joel/fsi.git tags/fsi-for-v5.16 Pulled and pushed out, thanks. greg k-h