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 X-Spam-Level: X-Spam-Status: No, score=-9.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A22D2C55ABD for ; Fri, 13 Nov 2020 17:14:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 541AF21D7F for ; Fri, 13 Nov 2020 17:14:44 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="0YHriKY/" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726112AbgKMRO3 (ORCPT ); Fri, 13 Nov 2020 12:14:29 -0500 Received: from mail.kernel.org ([198.145.29.99]:53540 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725966AbgKMRO1 (ORCPT ); Fri, 13 Nov 2020 12:14:27 -0500 Received: from localhost (fw-tnat.cambridge.arm.com [217.140.96.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 56ED320759; Fri, 13 Nov 2020 17:14:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1605287680; bh=05NwquX4tysFX1vEoWGhJ2DEyQ3PDWUEhSnn9l6x3PI=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=0YHriKY/Jo1dOsHUTV5XqDltlX2UszHDxOSqbqZFmQzh2UQ7WchfTqr46EnI1Ki8v FWGZLifHjBr4L9N6fNjzX8z1YtiNHSTrhMtkzqk/pYPI7HBxLRIHa70Auqfgc9kl0d 2ctez9QVpTEPATSwEEVy86TJVT2FK7SUFqx2JN28= Date: Fri, 13 Nov 2020 17:14:24 +0000 From: Mark Brown To: Claudiu Beznea , lgirdwood@gmail.com Cc: axel.lin@ingics.com, linus.walleij@linaro.org, ttynkkynen@nvidia.com, linux-kernel@vger.kernel.org, s.hauer@pengutronix.de, linux-arm-kernel@lists.infradead.org In-Reply-To: <1605085578-6783-1-git-send-email-claudiu.beznea@microchip.com> References: <1605085578-6783-1-git-send-email-claudiu.beznea@microchip.com> Subject: Re: [PATCH v2 0/6] regulator: mcp16502: add support for ramp delay Message-Id: <160528765435.56661.4517753341786366604.b4-ty@kernel.org> 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 Wed, 11 Nov 2020 11:06:12 +0200, Claudiu Beznea wrote: > This series adds support for ramp delay on mcp16502. It also adds > some cleanup on mcp16502. > > Apart from that patches 1/6 fixes the selector validation in case > the regulator::desc::linear_min_sel is not zero. > > Thank you, > Claudiu Beznea > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next Thanks! [1/6] regulator: core: validate selector against linear_min_sel commit: bdcd1177578cd5556f7494da86d5038db8203a16 [2/6] regulator: core: do not continue if selector match (no commit info) [3/6] regulator: mcp16502: add linear_min_sel commit: 478f8089161e9a8f487ef3f560e59d1423b81c05 [4/6] regulator: mcp16502: adapt for get/set on other registers commit: 3e5532a011b09861abc2da3aa518b9aafc250570 [5/6] regulator: mcp16502: add support for ramp delay commit: 322eb8666d2f50556e89d73b54cf2dad8703c4e0 [6/6] regulator: mcp16502: remove void documentation of struct mcp16502 commit: 842f44806efaddfae5ecff8f143c2607a4fa65d7 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 X-Spam-Level: X-Spam-Status: No, score=-9.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 95753C63697 for ; Fri, 13 Nov 2020 17:15:08 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 3152D20759 for ; Fri, 13 Nov 2020 17:15:08 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="tJghPb9j"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="0YHriKY/" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3152D20759 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Subject:References: In-Reply-To:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=FIQ8BJx0pGNEDWUpaPHHz8pjzSEjhg6jCC9eDSgxlnI=; b=tJghPb9jXX1n4np7VcDi2TCBD yZXTu/czfm7LNT7axbj//21cn05uPNet8qQcEtkiW4+d7RIqgUXDjj7UkmASixJUgx9dwR4CbMqy7 d+uXQhsJgQMTF8L6WucEuFBnhXgbFs+cLjCVxIOb2wmsKWcnSxEYOd/vm7whncLFHtQ90QYnkztVS zzwKfDIc+uaENr0a8Rc8mvp2+lP06UBR5HKx3A20xXvWFosekVGLMizmENmyLM4tpNog4/tffp9MH jg6mnHtCEle2C6zEt7jPoAmVsqQg2pZO9CSbStrDkZBd9rGqtht0djDnVdx4HIC0dZiiSJd2oQiRE n/ID4BClw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kdcer-0001o1-5L; Fri, 13 Nov 2020 17:14:45 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kdcen-0001nN-J9 for linux-arm-kernel@lists.infradead.org; Fri, 13 Nov 2020 17:14:42 +0000 Received: from localhost (fw-tnat.cambridge.arm.com [217.140.96.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 56ED320759; Fri, 13 Nov 2020 17:14:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1605287680; bh=05NwquX4tysFX1vEoWGhJ2DEyQ3PDWUEhSnn9l6x3PI=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=0YHriKY/Jo1dOsHUTV5XqDltlX2UszHDxOSqbqZFmQzh2UQ7WchfTqr46EnI1Ki8v FWGZLifHjBr4L9N6fNjzX8z1YtiNHSTrhMtkzqk/pYPI7HBxLRIHa70Auqfgc9kl0d 2ctez9QVpTEPATSwEEVy86TJVT2FK7SUFqx2JN28= Date: Fri, 13 Nov 2020 17:14:24 +0000 From: Mark Brown To: Claudiu Beznea , lgirdwood@gmail.com In-Reply-To: <1605085578-6783-1-git-send-email-claudiu.beznea@microchip.com> References: <1605085578-6783-1-git-send-email-claudiu.beznea@microchip.com> Subject: Re: [PATCH v2 0/6] regulator: mcp16502: add support for ramp delay Message-Id: <160528765435.56661.4517753341786366604.b4-ty@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201113_121441_780666_D547D940 X-CRM114-Status: GOOD ( 16.57 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: axel.lin@ingics.com, linus.walleij@linaro.org, linux-kernel@vger.kernel.org, ttynkkynen@nvidia.com, s.hauer@pengutronix.de, linux-arm-kernel@lists.infradead.org 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 Wed, 11 Nov 2020 11:06:12 +0200, Claudiu Beznea wrote: > This series adds support for ramp delay on mcp16502. It also adds > some cleanup on mcp16502. > > Apart from that patches 1/6 fixes the selector validation in case > the regulator::desc::linear_min_sel is not zero. > > Thank you, > Claudiu Beznea > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next Thanks! [1/6] regulator: core: validate selector against linear_min_sel commit: bdcd1177578cd5556f7494da86d5038db8203a16 [2/6] regulator: core: do not continue if selector match (no commit info) [3/6] regulator: mcp16502: add linear_min_sel commit: 478f8089161e9a8f487ef3f560e59d1423b81c05 [4/6] regulator: mcp16502: adapt for get/set on other registers commit: 3e5532a011b09861abc2da3aa518b9aafc250570 [5/6] regulator: mcp16502: add support for ramp delay commit: 322eb8666d2f50556e89d73b54cf2dad8703c4e0 [6/6] regulator: mcp16502: remove void documentation of struct mcp16502 commit: 842f44806efaddfae5ecff8f143c2607a4fa65d7 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