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=-6.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 ED614C433E0 for ; Tue, 4 Aug 2020 21:30:01 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 C1BE320842 for ; Tue, 4 Aug 2020 21:30:01 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="JgzKrtuZ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C1BE320842 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0E1376E09E; Tue, 4 Aug 2020 21:30:01 +0000 (UTC) Received: from mail-lj1-x242.google.com (mail-lj1-x242.google.com [IPv6:2a00:1450:4864:20::242]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7D1A46E09E for ; Tue, 4 Aug 2020 21:30:00 +0000 (UTC) Received: by mail-lj1-x242.google.com with SMTP id g6so32634987ljn.11 for ; Tue, 04 Aug 2020 14:30:00 -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=DXZ+l5boOmi4PfYvvJqTqjFXA6Wjq2O9F72nYWVPWOY=; b=JgzKrtuZH86WTBpgUOKRNKHsYU9F3PSBDnitOXiCk7R/4uPe5E7uvcnvdXz5VlKYlE y9Rm1zWqgdRt3/8kL5iqs5nMacuz1j/P9MSMwaWqWbxCoIdo6478ccNn3w0rBZ6gF5pu FBW7nrAtMH8PIBReo8yLGw+dJScaW5t/pgvkkuvii0CcqmGGKG5sZyF2T9Zu0nKQtur/ 5LSt74Qq/+k+18pQo56TscKReh5zTlsAJlCCSuiQ2Y8vS3Yi3wNyf3XETpK0SX1BC5fj hkL+Gbo3Vky9kdKiEd18iRWGAFnYj4rzdnavBS5dVBtxUrEt6Tbl06eBmyn2dwAPmrdg oO1w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=DXZ+l5boOmi4PfYvvJqTqjFXA6Wjq2O9F72nYWVPWOY=; b=Ug26YBy8CpqW6yAJgn6GWas6LddoGFl6GExPy8yzzsZGEEfPr206jIXo83ygSoeWYz FHJ4GyZczYQJUtr4Ls5zUftV+fmrw+dCZQSKC207dyMK69uUUaCQKYVAU83wuNShwkXm esItJBLnr2caCFCqXynmO4uV/JMkK++0/zBE4mKRtdJBR68r7cRe2Ywr1Wwm4yVeTrBF 3/ebqG1G0YQI/60WFIqkC+tkHamsFMX/gvUOeQnEeFdGZO4jiedKF3vwA7vdH7fxOHwN K0UTJSPWxeT+gsOYEnsY8FZhB330tFyTrtaRBWkg3kcr8qJPrzEWM2kV0dKpE66iSWZc B45w== X-Gm-Message-State: AOAM530p/VujHzPoCUJx1HD0bQseL1uyjXqz175eDeu4HYMPMjdCtass tMLdHBeZuYy2T5mfa26J7zd4ZlzCjD30E0CiD2/mMA== X-Google-Smtp-Source: ABdhPJy/O4Dp+A/qVOS3l/7+Ds5tP+PwL/M62Phh/0ID5XtPBYsLkNZTAY8xiJ8UTf4o4m6G4KhKuLmcu77FKkxYjI0= X-Received: by 2002:a2e:9dd0:: with SMTP id x16mr2740478ljj.144.1596576598756; Tue, 04 Aug 2020 14:29:58 -0700 (PDT) MIME-Version: 1.0 References: <20200802110636.1018743-1-sam@ravnborg.org> <20200802110636.1018743-9-sam@ravnborg.org> In-Reply-To: <20200802110636.1018743-9-sam@ravnborg.org> From: Linus Walleij Date: Tue, 4 Aug 2020 23:29:47 +0200 Message-ID: Subject: Re: [PATCH v1 08/22] drm/panel: novatek-nt35510: Backlight update To: Sam Ravnborg X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Daniel Thompson , Jingoo Han , "open list:DRM PANEL DRIVERS" , Thierry Reding , Daniel Vetter , Lee Jones Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Sun, Aug 2, 2020 at 1:07 PM Sam Ravnborg wrote: > - Replace direct access to backlight_properties with > backlight_get_brightness(). > - Drop debug printout > - Use macro for initialization > > Signed-off-by: Sam Ravnborg > Cc: Linus Walleij > Cc: Thierry Reding > Cc: Sam Ravnborg Acked-by: Linus Walleij Yours, Linus Walleij _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel