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 68D08CCA473 for ; Wed, 6 Jul 2022 16:54:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234102AbiGFQyR (ORCPT ); Wed, 6 Jul 2022 12:54:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48254 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231454AbiGFQyP (ORCPT ); Wed, 6 Jul 2022 12:54:15 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0BE58FFD; Wed, 6 Jul 2022 09:54:14 -0700 (PDT) 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 AD99AB81E32; Wed, 6 Jul 2022 16:54:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CA11CC3411C; Wed, 6 Jul 2022 16:54:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657126451; bh=9r5Y9Yn5s5SAzlP+sF4PprOxv81oeve51QeGRGMHl3w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DP/6QUw9yVcsXxyrI9IVW/i4PPosw0gBm+2nyH29CspyjWHF7iPLLrXINnbLamU2o oVyq0Znp9zaWZxjd9bSsNkqFJneCj3BYL02kUWWWkSb4klpnHljPlkC63E07HRhvxW 72321dZ7DBeTjIFMmZiYg1oQ6g7Gq8tEijYnAUu0cmU/SQvFfRrQjXaz17+OoT4y/y mkdN4Az1sZvKkvu8hyEuEFVbkbPA/hQroF1OxuUXILgYam70XyMLQmPLRxz+6qsRQD qxp9rnV78YSEoGGZpudfCCuRPvL90larrBIv7ri0hqvuUDuBHsVMskrSi5cdA9NVyr 5AyFTSk7xEeYg== Date: Wed, 6 Jul 2022 22:24:06 +0530 From: Vinod Koul To: Kuogee Hsieh Cc: dri-devel@lists.freedesktop.org, robdclark@gmail.com, sean@poorly.run, swboyd@chromium.org, dianders@chromium.org, daniel@ffwll.ch, airlied@linux.ie, agross@kernel.org, dmitry.baryshkov@linaro.org, bjorn.andersson@linaro.org, quic_abhinavk@quicinc.com, quic_aravindh@quicinc.com, quic_sbillaka@quicinc.com, freedreno@lists.freedesktop.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v16 0/3] eDP/DP Phy vdda realted function Message-ID: References: <1657038556-2231-1-git-send-email-quic_khsieh@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1657038556-2231-1-git-send-email-quic_khsieh@quicinc.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05-07-22, 09:29, Kuogee Hsieh wrote: > 0) rebase on https://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tree > 1) add regulator_set_load() to eDP phy > 2) add regulator_set_load() to DP phy > 3) remove vdda related function out of eDP/DP controller Applied, thanks -- ~Vinod