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 2B64FC4321E for ; Wed, 30 Nov 2022 17:42:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229575AbiK3Rma (ORCPT ); Wed, 30 Nov 2022 12:42:30 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38462 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229445AbiK3Rm2 (ORCPT ); Wed, 30 Nov 2022 12:42:28 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1A8C830558; Wed, 30 Nov 2022 09:42:28 -0800 (PST) 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 BA967B81C55; Wed, 30 Nov 2022 17:42:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0B12EC433D7; Wed, 30 Nov 2022 17:42:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1669830145; bh=CwIMUjt6n1wua+yFsHTbdTXaWgEtRlLz9+fBPZpDrzg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rsu7kpLJnu/YqbwkkzLgwspByZH1H3IDvF3Up+zb+ov5rZ51vYNMCc1kCOs+tFIGy CNSxiKnXbumL5RhBi6bWohbOhuUW2HGHAOLfes69bI1uZGPkRxRfT74zBncv48Vd5f Fuy7AnfhJ45KtOFYxRUskYiUBnQOjsc86N439mYA= Date: Wed, 30 Nov 2022 18:42:03 +0100 From: Greg KH To: Georgi Djakov Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] interconnect changes for 6.2 Message-ID: References: <20221130125508.4349-1-djakov@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221130125508.4349-1-djakov@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 30, 2022 at 02:55:08PM +0200, Georgi Djakov wrote: > Hello Greg, > > This is the pull request with interconnect changes for the 6.2-rc1 merge > window. It contains a new driver and misc fixes. The details are in the > signed tag. > > All patches have been in linux-next during the last two weeks. Please pull > into char-misc-next when possible. > > Thanks, > Georgi > > The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: > > Linux 6.1-rc1 (2022-10-16 15:36:24 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-6.2-rc1 Pulled and pushed out, thanks. greg k-h