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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8F64BC433EF for ; Thu, 19 May 2022 17:39:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242876AbiESRj0 (ORCPT ); Thu, 19 May 2022 13:39:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59322 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229831AbiESRjY (ORCPT ); Thu, 19 May 2022 13:39:24 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7E442A30AD; Thu, 19 May 2022 10:39:23 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 2CE39B8277E; Thu, 19 May 2022 17:39:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 75F20C34100; Thu, 19 May 2022 17:39:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1652981960; bh=4oC2Fjl6asWJsOA0edIt/xDMqyQUr0GQlck6iJ6i24w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ly1UMnX5Vm3yP7zE3Pb0nT7Boi6ADPOO4MKUprVrLYAU80iLvpmiRODFUSAE5C+Bh rWdIxUiVO7bsslpW+lH5uxMy7g2GOxG8WJ5tQJDFABik987FR0sDJjPlTn8OrctNP8 08oDAyLH/Gq9/+1s+lye9pnMSSGnoGIKSqHpdvMw= Date: Thu, 19 May 2022 19:38:49 +0200 From: Greg KH To: Georgi Djakov Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] interconnect changes for 5.19 Message-ID: References: <20220519165839.28592-1-djakov@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220519165839.28592-1-djakov@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 19, 2022 at 07:58:39PM +0300, Georgi Djakov wrote: > Hello Greg, > > This is the pull request with interconnect changes for the 5.19-rc1 merge > window. It contains driver updates. The details are in the signed tag. > > All patches have been in linux-next during the last few days. No issues have > been reported so far. Please pull into char-misc-next. > > Thanks, > Georgi > > The following changes since commit 672c0c5173427e6b3e2a9bbb7be51ceeec78093a: > > Linux 5.18-rc5 (2022-05-01 13:57:58 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-5.19-rc1 Pulled and pushed out, thanks. greg k-h