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=-21.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS 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 7C86FC433E0 for ; Tue, 16 Feb 2021 09:22:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4021364DCF for ; Tue, 16 Feb 2021 09:22:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229896AbhBPJWU (ORCPT ); Tue, 16 Feb 2021 04:22:20 -0500 Received: from mail.kernel.org ([198.145.29.99]:49748 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229803AbhBPJVx (ORCPT ); Tue, 16 Feb 2021 04:21:53 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 77B4264DE0; Tue, 16 Feb 2021 09:21:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1613467272; bh=U4osS8wZTMUrGl9xKZvhX0IFnXwXNpHmG5H+9aLkdPA=; h=Date:From:To:Cc:Subject:From; b=Irl0jWyGRfU1T68vw/CG5DVzqZWHxOI4++thINnZ+XfZhhcl601spLwNPnQ1bRfYM hFBj31i3jwG6qW88PIcetJe4vlthyD3s7HR3YjjsCUXeIGQ0Y9Bg0WmJnNhKDm8QEr zK955kGuNGXQIl2DUhthIf6A1RYVNeNu6OxFO5nDU8XekMH8IROLMWkrQnSuBMNhrB cOYr5M3q75oCAnc1sKkFNujQpceLemhNVYNrRv7wcVQ6DU6W7GzzpMLOoHpfNzPAlB m/WfomTzEqOTyUU/qzQf59oK71hJITRbmZRBAhxwSRPN5Ajhb8UXuSq90yriy7PwZA S/xviH27uycJw== Date: Tue, 16 Feb 2021 10:20:47 +0100 From: Miguel Ojeda To: Linus Torvalds Cc: Geert Uytterhoeven , Robin van der Gracht , Miguel Ojeda , linux-kernel@vger.kernel.org Subject: [GIT PULL] auxdisplay for v5.12 Message-ID: <20210216092047.GA27288@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: elm/2 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, A few bits for auxdisplay. Please pull. Cheers, Miguel The following changes since commit 6ee1d745b7c9fd573fba142a2efdad76a9f1cb04: Linux 5.11-rc5 (2021-01-24 16:47:14 -0800) are available in the Git repository at: https://github.com/ojeda/linux.git tags/auxdisplay-for-linus-v5.12 for you to fetch changes up to b45616445a6e346daf8a173a0c51413aec067ebb: auxdisplay: Fix duplicate CHARLCD config symbol (2021-01-25 22:14:19 +0100) ---------------------------------------------------------------- A set of auxdisplay fixes and improvements from Geert Uytterhoeven. Includes one from Robin van der Gracht that got lost a long time ago. ---------------------------------------------------------------- Geert Uytterhoeven (4): dt-bindings: auxdisplay: ht16k33: Fix default-brightness-level range dt-bindings: auxdisplay: ht16k33: Convert to json-schema auxdisplay: ht16k33: Fix refresh rate handling auxdisplay: Fix duplicate CHARLCD config symbol Robin van der Gracht (1): dt-bindings: auxdisplay: ht16k33: Keyscan function should be optional .../bindings/auxdisplay/holtek,ht16k33.yaml | 77 ++++++++++++++++++++++ .../devicetree/bindings/display/ht16k33.txt | 40 ----------- MAINTAINERS | 2 +- drivers/auxdisplay/Kconfig | 3 - drivers/auxdisplay/ht16k33.c | 17 ++--- 5 files changed, 85 insertions(+), 54 deletions(-) create mode 100644 Documentation/devicetree/bindings/auxdisplay/holtek,ht16k33.yaml delete mode 100644 Documentation/devicetree/bindings/display/ht16k33.txt