Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp2879489pxv; Mon, 12 Jul 2021 04:15:37 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwrkHjWm6Ix9Q1H1WKcnONOEOLSQxWBmEM7e6C8MfxeOxdPI2U2LKM1yVJMW9Rsz+XkbwWU X-Received: by 2002:a05:6402:2228:: with SMTP id cr8mr10500719edb.309.1626088537345; Mon, 12 Jul 2021 04:15:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1626088537; cv=none; d=google.com; s=arc-20160816; b=f1kIhS/CMpXTGRT3YImnKaijf+T+tJhR0KZpULNQ5+adjwYErqGZ8akM178ut57NkD RwQPPU4WJlXSJfg3jyDi/dGGjQuT1iPwkD7k/ft0snuMm4Gn4N7b9S+o6l/E3XjRxcUL L7Ok57TQRJysFRJkrCJ/Rli4tYJZmq9r9QXi6w1I7QtnyGC9izgbn/3EAx/8mV1T1BtY iH7L3w6LrqKOf2j3ASTGn3d/HuqbpDEk8Zsg3kZx9DNVUICMLFqu6Pej5j8572NxrD9Q bosUOR+x+rHIS7vTCTcq/7Iza0qlLx/FTu4i39wEGn62qDoCl4K6EtI7khDV1pIak91S KJ1Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from :dkim-signature; bh=hwsGwaddAZ6h5Haq6BPLTQSsq1chcvXZaLzwMAAnOa4=; b=qMo2p5KPq0q3bRW7ACS6vWnkuXpBIImjXkTw497SZbyZ+l3luuUNATyu3U/74YEr90 0hM8tP0BhB3XIMM2XgZqnY0fbrDAIjCF0FP+WdsqaU/28Hn4G9Nhzzc+AtrN03ZcjDY4 XDCtv3V0rnhVgwNra9D7f/+M1+291NDLXUbnYqmU5rbAMtKlm5jvSuJ8+5WK69ZVWPw4 Q3TW9lH+R+1prqk+iDfocfFgv7ykKzXlK08ZWugT2+cskwnJubfepbe8QYwurRyyxiJL D1V8i2cUswl8TpX5LLYVkNvv4U0bhqGvZkJRejTu59Iuuba6zpanPex83+mBETenXZ1s UYEA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=jP6RSSuG; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i2si907285edc.560.2021.07.12.04.15.14; Mon, 12 Jul 2021 04:15:37 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=jP6RSSuG; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234599AbhGLKur (ORCPT + 99 others); Mon, 12 Jul 2021 06:50:47 -0400 Received: from mail.kernel.org ([198.145.29.99]:35226 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234375AbhGLKuM (ORCPT ); Mon, 12 Jul 2021 06:50:12 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8B5C0610FA; Mon, 12 Jul 2021 10:47:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1626086841; bh=RuKPHx+O+4BOwlwrD0zTvZ708pFfJgwaXqEb7eKGqpo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=jP6RSSuG/vZ7Kl2OdVKRlGJd4WgtkSUsefsR4D4IHXiYfel2iRansJgeEiIOi94xY QAAxZjF1Z+DMGQr7w3cA9rU2EWvTZLYKhKXH8XBCRKSBfSnBS1tc4nbBvyCqCWESUZ kZBNNW30MUCdJ/Y04iqh0m/kx7/q35tqjx0Yzb6n/eHF6+rsod93l7dEERVcZSkNgh c1l3pWk3pVJDCyZ1XC0lzU+nnBpcGgAo9w0XowJErGObfJtO6bIhfA+27FDWwZzcZX j0bj2aAdA0+YufNmNBGnD56GFlWTPr1GFEeiH+BjoumcKytyzOAYN9h8jgXeNe3Prc hP7mV6HGYoQsw== From: Mark Brown To: Mauro Carvalho Chehab , Greg Kroah-Hartman Cc: Mark Brown , Rob Herring , Dragan Cvetic , devicetree@vger.kernel.org, linuxarm@huawei.com, linux-arm-kernel@lists.infradead.org, mauro.chehab@huawei.com, linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev, Derek Kiernan , Lee Jones , Axel Lin Subject: Re: (subset) [PATCH v11 0/8] Move Hisilicon 6421v600 SPMI and USB drivers out of staging Date: Mon, 12 Jul 2021 11:45:50 +0100 Message-Id: <162608654078.4419.5201416551567371403.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2 Jul 2021 09:37:15 +0200, Mauro Carvalho Chehab wrote: > As promised, that's the version 11, meant to be applied after -rc1. > > It depends on a regression fix patch merged via the regulator's tree: > > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git/commit/?h=for-5.14&id=5db5dd5be70eaf808d9fd90174b957fc5c2912cb > > (the dependence is just because of a trivial merge conflict) > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next Thanks! [2/8] regulator: hi6421v600-regulator: add a missing dot at copyright commit: e8608f8956ff4015a206f75631a266d93e84bb2d All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark