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 0B141C433F5 for ; Fri, 22 Oct 2021 00:52:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D64736136F for ; Fri, 22 Oct 2021 00:52:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231755AbhJVAzH (ORCPT ); Thu, 21 Oct 2021 20:55:07 -0400 Received: from mail.kernel.org ([198.145.29.99]:40870 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229512AbhJVAzH (ORCPT ); Thu, 21 Oct 2021 20:55:07 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 05DFC6135F; Fri, 22 Oct 2021 00:52:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1634863970; bh=3gGl+p/p7nrAAcGQCrBlZ0+ewM4YLxTwf4TWidy+7po=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=BovWNkfe3c08rlup31Cfgo839P5smFnYqAl19DbqRa7QJrqenf5HrSUb7igGdLEvu 6JmqIUTp48zkUi8ETtaxGb6rR+30U0bBKQlKdNAZ6hyJpG5BtBnzoLmIUdUyQBNinr al6E1G0wUl7SM3m5+rewC/eDk4fCD1RX7BdJ+wNXiuSmUKlUa6cLL3GhWd3zNDlEU7 4wjMZwguMzRyL8GSwXQOZ5ZoRHPBlBhe4PygNbtnKzWMy0fFlwhpnsqsZV6U/WoEZB hpvyAWxLlGjBvZtntNVmaC1PWlUwq6KyU3sS0vaz0zDay/J0JGhSNP1qz1hvkZCDvs QSQn3uq62hbQw== From: Mark Brown To: Alistair Francis , robh+dt@kernel.org, lgirdwood@gmail.com, kernel@pengutronix.de, lee.jones@linaro.org Cc: Mark Brown , linux-pm@vger.kernel.org, alistair23@gmail.com, linux-imx@nxp.com, linux-hwmon@vger.kernel.org, rui.zhang@intel.com, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, s.hauer@pengutronix.de, amitk@kernel.org, linux-kernel@vger.kernel.org, shawnguo@kernel.org Subject: Re: (subset) [PATCH v13 0/9] Add support for the silergy,sy7636a Date: Fri, 22 Oct 2021 01:52:44 +0100 Message-Id: <163486395940.2610269.12381320818786809684.b4-ty@kernel.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211015122551.38951-1-alistair@alistair23.me> References: <20211015122551.38951-1-alistair@alistair23.me> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-hwmon@vger.kernel.org On Fri, 15 Oct 2021 22:25:42 +1000, Alistair Francis wrote: > v13: > - Address comments on thermal driver > - Rebase on master (without other patches) > v12: > - Rebase > v11: > - Address comments on hwmon > - Improve "mfd: simple-mfd-i2c: Add a Kconfig name" commit message > v10: > - Use dev_get_regmap() instead of dev_get_drvdata() > v9: > - Convert to use the simple-mfd-i2c instead > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next Thanks! [4/9] regulator: sy7636a: Remove requirement on sy7636a mfd commit: cb17820ef71ed70f70ee1eed2b378664746b6fde 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 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 2228CC433EF for ; Fri, 22 Oct 2021 00:54:18 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E0E046136F for ; Fri, 22 Oct 2021 00:54:17 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org E0E046136F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=5xX3I6+ETybzLkUA3dxVtQRYegzf2JM0snJQMvz22Fc=; b=nxRqz/fKm1xP0U 3IwKUk5SY/aNVK/33ne/p6N5RCUoC7UGVWkbTKpoT7E+XYDKXnbENroatM4VSkTA3UsE4ceiyLbaM lQ+diqtgvMNHLI7tGdlSeXULieH7WE9Ypq0sJfxkv8KXbdBXosj2ZsE5Cooe6xAC/e+f9qB2gy29c U/EvGoQW3sbfaw9136dOsFTsMYkWhbHBlCG6TcMO6AsvH+f/z4HpOD0v+M7WJGZKR6j1TfGVTrjyy 8xDTjRY3Y0MNEwCWxKHtdR9ufQFrAOprSDnfnFpGeXjZfHQzQK0HMXK7LIc6sYNDim7tS94n7j1up bi77sKMFM0XYPSLXz8/A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mdinn-009NkF-O0; Fri, 22 Oct 2021 00:52:55 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mdini-009NjM-Vq for linux-arm-kernel@lists.infradead.org; Fri, 22 Oct 2021 00:52:52 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 05DFC6135F; Fri, 22 Oct 2021 00:52:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1634863970; bh=3gGl+p/p7nrAAcGQCrBlZ0+ewM4YLxTwf4TWidy+7po=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=BovWNkfe3c08rlup31Cfgo839P5smFnYqAl19DbqRa7QJrqenf5HrSUb7igGdLEvu 6JmqIUTp48zkUi8ETtaxGb6rR+30U0bBKQlKdNAZ6hyJpG5BtBnzoLmIUdUyQBNinr al6E1G0wUl7SM3m5+rewC/eDk4fCD1RX7BdJ+wNXiuSmUKlUa6cLL3GhWd3zNDlEU7 4wjMZwguMzRyL8GSwXQOZ5ZoRHPBlBhe4PygNbtnKzWMy0fFlwhpnsqsZV6U/WoEZB hpvyAWxLlGjBvZtntNVmaC1PWlUwq6KyU3sS0vaz0zDay/J0JGhSNP1qz1hvkZCDvs QSQn3uq62hbQw== From: Mark Brown To: Alistair Francis , robh+dt@kernel.org, lgirdwood@gmail.com, kernel@pengutronix.de, lee.jones@linaro.org Cc: Mark Brown , linux-pm@vger.kernel.org, alistair23@gmail.com, linux-imx@nxp.com, linux-hwmon@vger.kernel.org, rui.zhang@intel.com, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, s.hauer@pengutronix.de, amitk@kernel.org, linux-kernel@vger.kernel.org, shawnguo@kernel.org Subject: Re: (subset) [PATCH v13 0/9] Add support for the silergy,sy7636a Date: Fri, 22 Oct 2021 01:52:44 +0100 Message-Id: <163486395940.2610269.12381320818786809684.b4-ty@kernel.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211015122551.38951-1-alistair@alistair23.me> References: <20211015122551.38951-1-alistair@alistair23.me> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211021_175251_081588_E0E9BA1D X-CRM114-Status: GOOD ( 13.45 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 15 Oct 2021 22:25:42 +1000, Alistair Francis wrote: > v13: > - Address comments on thermal driver > - Rebase on master (without other patches) > v12: > - Rebase > v11: > - Address comments on hwmon > - Improve "mfd: simple-mfd-i2c: Add a Kconfig name" commit message > v10: > - Use dev_get_regmap() instead of dev_get_drvdata() > v9: > - Convert to use the simple-mfd-i2c instead > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next Thanks! [4/9] regulator: sy7636a: Remove requirement on sy7636a mfd commit: cb17820ef71ed70f70ee1eed2b378664746b6fde 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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel