Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp1313972pxu; Sat, 12 Dec 2020 08:41:14 -0800 (PST) X-Google-Smtp-Source: ABdhPJx6Nz38KRqlRpFZIPVJSat6GWl+K8Q0n2Qb5b4wLhPUE9rqi0ovZUsSyVDHittpDAtgS/vE X-Received: by 2002:a17:906:4994:: with SMTP id p20mr15648811eju.391.1607791274305; Sat, 12 Dec 2020 08:41:14 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607791274; cv=none; d=google.com; s=arc-20160816; b=mgsQFLyTw/0+3TlfMxbFwmFm27LEunMixhGUIhPCJVpxJ09JRlj9eg7qoN6eaLjQC9 nk55vunWn7BFHGGxVuF70ga8WU3MrvlOsqkAoGh2fQDqvp5zUo8EBq3BOpAX3XnU9YdG 078IAa6yZ0lSSRKzO7t8LBtMJAzyBQ5J5AnvG2A57gTCwAQWUrIOzEngEstnTcbmwP1p mgZevr5IduqdVN9jOxFphUS5SZCCeK6lIULj1mIUw9rp9hVykYZCTNqrForpQsjGogOY Zyj3WrzVR1A4I1/m6sBsrgJQr3C4ptGDK3FLTWL5Jep7LN04/aneoB+1AopNFah2zfZe 9mhw== 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:date :message-id:subject:references:in-reply-to:cc:to:from; bh=QsjWmaXubQxtrlcvdROb3UEmO6DnW0AM2ZEXdq3t3nI=; b=fDxCIKmgzwHpPoxzkpWhqQgQ+5ibhKbqZBPjRdCRZzc8fwZcVRlTryGluZSzMPqrvg wP9w0ryFMoit03ho9aCw1QGXVZLmVnwFZ6PeSg57KGZFUy10OVzV2qkFmC3onFCHq0jG cbvBhEZzoNWDPuX/b1QxXxfXK6XSMDmP2aAseoaFJXh4BS8q1/IKUsv7qpbNmCdOc3Rq U5tlGdI90azu0cRKkm0+AuJNHNE6VZLB7p9U68x7UiUt49uh84hEQETo6jUsYQY19AB3 tvFIoFzPfljAXgoHdr5lvyN0c+Z3nGpghUivQ9sy3zM2NH+19TbmuvsbPyNDc4rG3Thi Ah8g== ARC-Authentication-Results: i=1; mx.google.com; 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 d27si6788335ejc.384.2020.12.12.08.40.51; Sat, 12 Dec 2020 08:41:14 -0800 (PST) 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; 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 S2436601AbgLKRwd (ORCPT + 99 others); Fri, 11 Dec 2020 12:52:33 -0500 Received: from mail.kernel.org ([198.145.29.99]:60544 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2436596AbgLKRvp (ORCPT ); Fri, 11 Dec 2020 12:51:45 -0500 From: Mark Brown Authentication-Results: mail.kernel.org; dkim=permerror (bad message/signature format) To: Fabio Estevam Cc: linux-kernel@vger.kernel.org, yibin.gong@nxp.com In-Reply-To: <20201210212748.5849-1-festevam@gmail.com> References: <20201210212748.5849-1-festevam@gmail.com> Subject: Re: [PATCH] regulator: pfuze100: Convert the driver to DT-only Message-Id: <160770905319.26551.10102759259179036024.b4-ty@kernel.org> Date: Fri, 11 Dec 2020 17:50:53 +0000 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 Thu, 10 Dec 2020 18:27:48 -0300, Fabio Estevam wrote: > Since 5.10-rc1 i.MX is a devicetree-only platform, so simplify the code > by removing the unused non-DT support. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next Thanks! [1/1] regulator: pfuze100: Convert the driver to DT-only commit: 6a6939d5f588b40db32b82ebcec20ee5189c8376 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