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 56D4EC433F5 for ; Fri, 8 Oct 2021 15:46:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3A82C60EB6 for ; Fri, 8 Oct 2021 15:46:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243085AbhJHPsn (ORCPT ); Fri, 8 Oct 2021 11:48:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36814 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243076AbhJHPsj (ORCPT ); Fri, 8 Oct 2021 11:48:39 -0400 Received: from mail-pf1-x436.google.com (mail-pf1-x436.google.com [IPv6:2607:f8b0:4864:20::436]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8BE98C061755 for ; Fri, 8 Oct 2021 08:46:44 -0700 (PDT) Received: by mail-pf1-x436.google.com with SMTP id i65so5628065pfe.12 for ; Fri, 08 Oct 2021 08:46:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=5ctiMOgcKNZbwO+I+bqoe2efiKehJePIhv+cYstntJA=; b=wV8L3vXA4wnMlHP7d3ZvnoXIXRXMZHy83oyPI01WT63WO4HeMg59TXqtqkMjJ8Cq5f +ykidzi9ffxYunMNLRGqPC4miH6GYlkaGrEpgdF7V1RwvaxIjdOeCX+Qt1X7N1dKlBkg uRrLa8DMbtQ4uiAGXXGqM4aEynitnk4bVHeZokSjKJg63i8W4t7OOGwvtwWMGRUPudbE YfT+I3P9KPIZ2/rVaRgyhzwAB0M23xNbsaUzDbPcgHFlq0vWkZc01Db6SindT0urkgD6 GInkOuzUuLk5G2Lc7Mv9KRcsUKtSVQbtVKX3GUMQ8Hpyu4OYLSQsIu3bgjJ1+VdYH2hL /4Nw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=5ctiMOgcKNZbwO+I+bqoe2efiKehJePIhv+cYstntJA=; b=uVfRPCWE+aE0PnahHs3barykI72woKmB237JoOoVz3huWGhzRIuAmxIN2ha1cOI/wp dQzSziQ6tdXmFpDimTuBM57eT82BXgNO72w7Ad0/Rsyge+xPlQhWD+Od2nEeLw59yzBT qAZcXmk8xirYSHvef3LtBYvJvGYFdBPbjh7kT/DBwqq1dx0y4Kc5HVvMbHcddPc5w9BY J1s4vbgvt850X6Qqi0VnNyznYXrIIC7T5Gi7YO60rsLH7VTBrdWpEN7LZPlS7U67GUNK aQhUQWVi4dTlOGwETJOPoCNn9V/BMmnQ1/WhQapstwGByqskpkzNaJrfsps513cSFuzA 5Dig== X-Gm-Message-State: AOAM530704NY211UXhvUdcJw7Y0VFcSTRuQYseXnq/htNBhpGw9EmLOh XaExEmgf6tGjbinAAJnxbO6INcd7+Kv+t8uLbE7KgQ== X-Google-Smtp-Source: ABdhPJxCIs63N1AEVoE9JLiVqD8Rt3LAnvm0WoiU5xo+0y+SBYvO324mUTInFk7lVWtwvrA/Z8x2JuqxPbscKJasGn8= X-Received: by 2002:a63:3643:: with SMTP id d64mr5395570pga.110.1633708004080; Fri, 08 Oct 2021 08:46:44 -0700 (PDT) MIME-Version: 1.0 References: <20210930030557.1426-1-bjorn.andersson@linaro.org> <20210930030557.1426-3-bjorn.andersson@linaro.org> In-Reply-To: From: Robert Foss Date: Fri, 8 Oct 2021 17:46:33 +0200 Message-ID: Subject: Re: [PATCH v6 3/3] drm/bridge: ti-sn65dsi86: Implement the pwm_chip To: Bjorn Andersson , "Uwe Kleine-K?nig" Cc: Andrzej Hajda , Neil Armstrong , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , David Airlie , Daniel Vetter , Thierry Reding , Lee Jones , dri-devel , linux-kernel , linux-pwm@vger.kernel.org, MSM , Doug Anderson Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Thu, 7 Oct 2021 at 05:51, Bjorn Andersson wrote: > > On Wed 29 Sep 20:05 PDT 2021, Bjorn Andersson wrote: > > > The SN65DSI86 provides the ability to supply a PWM signal on GPIO 4, > > with the primary purpose of controlling the backlight of the attached > > panel. Add an implementation that exposes this using the standard PWM > > framework, to allow e.g. pwm-backlight to expose this to the user. > > > > Signed-off-by: Bjorn Andersson > > Any feedback on this? I think this series looks good, and passes all of the normal sanity checks. So I'd like to merge it. Uwe: Can I have your ack on patch 1? Rob.