From patchwork Wed Jan 20 12:51:15 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 12032229 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=-18.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, INCLUDES_PULL_REQUEST,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 4D1B1C433E0 for ; Wed, 20 Jan 2021 12:51:21 +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 CBEE523340 for ; Wed, 20 Jan 2021 12:51:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CBEE523340 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 1F95C6E090; Wed, 20 Jan 2021 12:51:20 +0000 (UTC) Received: from mail-wr1-x42e.google.com (mail-wr1-x42e.google.com [IPv6:2a00:1450:4864:20::42e]) by gabe.freedesktop.org (Postfix) with ESMTPS id 713D06E090 for ; Wed, 20 Jan 2021 12:51:19 +0000 (UTC) Received: by mail-wr1-x42e.google.com with SMTP id v15so19343192wrx.4 for ; Wed, 20 Jan 2021 04:51:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to; bh=3RgS1hVIn/K2Y7RwcI+RKj6NyrqDqEjtXwVYHmx/p5o=; b=zafINneliVQnZeNIYJgjDBJE4N8QckFZ/IoatozlPl7lx6dkRlznUx3s+HSxkPD/S0 BoOUtcOpwDJZMP1fbWpLx2Qy30vpoFkKOOwItEUe2KyuZvrwATti0mbSvTm1Lh/TZ2Tb JIOXtGqD7Sil7efwHMwjKRydd1FL5NZVFLrAVrH5mOB9ndsbZ9Rpk3jfyo6wSUBZIcKO 2SGmrk583YPiLDqWLWBLPKGeuXiJij5s79PAXKefo38QM5WREtoZRZ+wlYgP7tzOkpb2 xfjYHJ70oaHd/xFTDPck7wQlQtDV4GZwuJz3Qkl6ATHlsKTLc0fqiJTrHhZ5QkfTy8nw IIzg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=3RgS1hVIn/K2Y7RwcI+RKj6NyrqDqEjtXwVYHmx/p5o=; b=eyEk+M5Q5KbRjNaio0w2sy3tVFHbIcx4tqBqRwNKvu0xexhR0pLJzCcS2xBfFO8YhW X16Tl/KO4MXRS0zsdMgHHNCLvhDTLjn74G6MCnZa2JKeKghmdp+ZxPNaf34urjRVC+3Z i1+6gBsBtw0/l+6aDdU7RHIONzMttl7KrrqeOh7tgkG32xFJMdRVGuu1Mf67dxbB664I HcUuzFDLsd2q6Ag+I9ArEZRvu9cJETNj7eHf/RUwdMKAZl0ThPFyQzZx/aVsbNv36CzP Se9ft+kr9P1Sh3xCkl+sR0VdhkumFywi/Uq9vLcFbrnLhBJIr7bIgUXQWhS5GnwZMuhS u8mw== X-Gm-Message-State: AOAM531EBDacYN5Q937jdvY+LAQ8i/84NTOC8+oDR1KEwuREVJ9b8nYg aqIqS1iUqs9WLMx87VuwEaiYJw== X-Google-Smtp-Source: ABdhPJy82V5OequyxrC6dVDVybzT6ls4DFqZ0hcfzj1nXxHK5thGX2HuxZvC2amcEpcLtCt7IVK7ZA== X-Received: by 2002:adf:ef8b:: with SMTP id d11mr9338055wro.156.1611147078169; Wed, 20 Jan 2021 04:51:18 -0800 (PST) Received: from dell ([91.110.221.158]) by smtp.gmail.com with ESMTPSA id g14sm4271743wru.45.2021.01.20.04.51.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 20 Jan 2021 04:51:17 -0800 (PST) Date: Wed, 20 Jan 2021 12:51:15 +0000 From: Lee Jones To: Linus Walleij Subject: [GIT PULL] Immutable branch between Backlight Arm and SPI due for the v5.12 merge window Message-ID: <20210120125115.GT4903@dell> References: <20210118132322.7282-1-linus.walleij@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210118132322.7282-1-linus.walleij@linaro.org> 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: Marek Vasut , Daniel Thompson , Jingoo Han , Haojian Zhuang , Mark Brown , dri-devel@lists.freedesktop.org, Robert Jarzmik , Daniel Mack Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Enjoy! The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e: Linux 5.11-rc1 (2020-12-27 15:30:22 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git ib-backlight-arm-spi-v5.12 for you to fetch changes up to 93cc26fa8f37fbd320f36525bfedd4b3e2b3e2ba: backlight: lms283gf05: Convert to GPIO descriptors (2021-01-20 12:47:11 +0000) ---------------------------------------------------------------- Immutable branch between Backlight Arm and SPI due for the v5.12 merge window ---------------------------------------------------------------- Linus Walleij (1): backlight: lms283gf05: Convert to GPIO descriptors arch/arm/mach-pxa/z2.c | 12 ++++++---- drivers/video/backlight/lms283gf05.c | 43 ++++++++++++++---------------------- include/linux/spi/lms283gf05.h | 16 -------------- 3 files changed, 25 insertions(+), 46 deletions(-) delete mode 100644 include/linux/spi/lms283gf05.h