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 09B5EC433F5 for ; Fri, 4 Feb 2022 13:44:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1359022AbiBDNoU (ORCPT ); Fri, 4 Feb 2022 08:44:20 -0500 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:41132 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1358961AbiBDNoC (ORCPT ); Fri, 4 Feb 2022 08:44:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1643982242; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=FGn+B4gE3kkARtCZwbp34WsdN+cmoVNQCk7A1PY1HEE=; b=V8sYz3kerk612RAAe34VV4DkgYeqoYk7ePM5K/vwxruz3Bg823HQOhjRpb8mE8k0dBlxHN f5dgmmUcYR4fg4VQ6BveJrSohIhH8p2TLBEauixF7ujDCZqPb0HowBWoazZYtvFb+gyeQF aldspePTdcqwc+k+1OToGOzmNiz4D5A= Received: from mail-wr1-f72.google.com (mail-wr1-f72.google.com [209.85.221.72]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-250-0_fXhTyhPlujrhldKq2Tsg-1; Fri, 04 Feb 2022 08:44:01 -0500 X-MC-Unique: 0_fXhTyhPlujrhldKq2Tsg-1 Received: by mail-wr1-f72.google.com with SMTP id q4-20020adfbb84000000b001dd3cfddb2dso2048760wrg.11 for ; Fri, 04 Feb 2022 05:44:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=FGn+B4gE3kkARtCZwbp34WsdN+cmoVNQCk7A1PY1HEE=; b=f/lBUuIeM4rIIMZtvxN+PWB/Z+v9479kPu916/zziEA5fU/Lz8eLhTcV5LGy4AIq1n DyWYauzWfHUdtubzQKKFK7yGbrRIL/UdDJH1vjCmzejGCFf7sSf3F0axC0CIA7f7Jqw1 KN6BLv6UTcfXzAkC6VQNtS5EijBXQxAIPvHrkPfClyM/csS0+ZZzyMUcQjp5po7f7+iV r3q8gQgGDver0//GJ+WpsAIhH9vCYMqvdjl6bgegdPYz7oILHpAsiwAk92UeV1YP/4BL KvsVY3x6aAlGaDXiK/+/wXpoztiBin+iBohtINWZAFMgVTwVe2cXKdztSyYKSOsYOUdp XZsQ== X-Gm-Message-State: AOAM533v5UsqPb4MT770/YGcO+y6kV2cV0+zs2ufsbBroyf/BSKYNUu9 xBTlHtkWmS03YpPjqpmtQfBbtHm1dN6vWorAFz/RY3DTFkFi10ykGfY6Tj0HzpgWh4L0TLrO1MX GNRnxDhrSfsqZdP7N/+8lCOv6feDLAsVLDujhXA4ontneWn00a0I6B92VfObaiWaztI0nZ4m8QV s= X-Received: by 2002:adf:db4d:: with SMTP id f13mr2526506wrj.329.1643982239916; Fri, 04 Feb 2022 05:43:59 -0800 (PST) X-Google-Smtp-Source: ABdhPJxIH15SYdGMCJPbF9406dm+rwJsqjp0GPK+4c7vxU052qmuPNJJZFqWRduDtlttxDXm3iBi5w== X-Received: by 2002:adf:db4d:: with SMTP id f13mr2526479wrj.329.1643982239695; Fri, 04 Feb 2022 05:43:59 -0800 (PST) Received: from minerva.home ([92.176.231.205]) by smtp.gmail.com with ESMTPSA id r3sm1871692wrt.102.2022.02.04.05.43.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Feb 2022 05:43:59 -0800 (PST) From: Javier Martinez Canillas To: linux-kernel@vger.kernel.org Cc: Andy Shevchenko , Daniel Vetter , Geert Uytterhoeven , linux-fbdev@vger.kernel.org, Sam Ravnborg , dri-devel@lists.freedesktop.org, =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= , Thomas Zimmermann , Maxime Ripard , Javier Martinez Canillas , Daniel Vetter , David Airlie , Maxime Ripard , Rob Herring , devicetree@vger.kernel.org Subject: [PATCH v2 4/4] dt-bindings: display: ssd1307fb: Add myself as binding co-maintainer Date: Fri, 4 Feb 2022 14:43:47 +0100 Message-Id: <20220204134347.1187749-5-javierm@redhat.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220204134347.1187749-1-javierm@redhat.com> References: <20220204134347.1187749-1-javierm@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The ssd130x DRM driver also makes use of this Device Tree binding to allow existing users of the fbdev driver to migrate without the need to change their Device Trees. Add myself as another maintainer of the binding, to make sure that I will be on Cc when patches are proposed for it. Suggested-by: Sam Ravnborg Signed-off-by: Javier Martinez Canillas --- (no changes since v1) Documentation/devicetree/bindings/display/solomon,ssd1307fb.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/display/solomon,ssd1307fb.yaml b/Documentation/devicetree/bindings/display/solomon,ssd1307fb.yaml index 2ed2a7d0ca2f..9baafd0c42dd 100644 --- a/Documentation/devicetree/bindings/display/solomon,ssd1307fb.yaml +++ b/Documentation/devicetree/bindings/display/solomon,ssd1307fb.yaml @@ -8,6 +8,7 @@ title: Solomon SSD1307 OLED Controller Framebuffer maintainers: - Maxime Ripard + - Javier Martinez Canillas properties: compatible: -- 2.34.1