From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8665820FD for ; Mon, 1 Jan 2024 12:09:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="e3tJgRsy" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1704110990; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Azch07lTg84aB2Rb6QjZFZSA7yP5wkRdozKvJbeWmDs=; b=e3tJgRsyIpXQQ0YNAvcKQHzMadYwzV3iRfSPu9Luara5I45ddbSPeZV5iSBUbdErslqGv/ GXaTg0+oJYlkCW8ie/f1wHGpfTBwzrF5lI+mEuOO61ZFhiJ7ITBO36eZpjZ6z5Oa7ctmic Yd1XynFbPExyTvcvPHbvGBpZgaDK2OU= 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.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-674-ATOs8xz4MiGcCtYt4IMXsg-1; Mon, 01 Jan 2024 07:09:48 -0500 X-MC-Unique: ATOs8xz4MiGcCtYt4IMXsg-1 Received: by mail-wr1-f72.google.com with SMTP id ffacd0b85a97d-3368c707b03so5748428f8f.3 for ; Mon, 01 Jan 2024 04:09:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704110987; x=1704715787; h=mime-version:message-id:date:references:in-reply-to:subject:cc:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=Azch07lTg84aB2Rb6QjZFZSA7yP5wkRdozKvJbeWmDs=; b=uNbxgktUQ8HDMjV0YOJ94uj1PZwkRE9cFajMf8BRUlKix0wlvak3E7Tj2dkMjdrsuz dhjOCKWT890zm2N8hdUW/eO4bEelMspQoFq1IZm9xJuFjmTtdyTsIAW4f1HY326kSH/a ohgof0l/Y5M6o6tvB0eT4BBNJmv2DSMVMzYZlD73oaVQf115s6WWiLxHR+fkCuXTEsx3 vA2yx4vNOAaSrlwQBrmTzjLlE4/5+HTLNWW4nzmSBSigLNxuqbhIt5y8BDeoWgyciwv0 W/eFIqzHMmGWhu+SuWa48N5M6HnHRkS+Se4gzNCtOzcmSN1QsOeYbLbZvLZxTFipd5gY +OHg== X-Gm-Message-State: AOJu0YwDPBg/umOyXnP78SkKuskbGw6M5DXn0mgLj4ZpId5L1r5PG7Gj Qtp9sOcN/uhhcjDMpHgSuKKGJ6bEYLNpbdnJNjt9BU3lNQBqXUId23zW1XOd39mukf3XVxQoBDK AiDBiJ/F0wx7SeDenFp/N0xfEf+v6Bg== X-Received: by 2002:a5d:4491:0:b0:336:9ec:683 with SMTP id j17-20020a5d4491000000b0033609ec0683mr7965571wrq.24.1704110987781; Mon, 01 Jan 2024 04:09:47 -0800 (PST) X-Google-Smtp-Source: AGHT+IGKWyLHJ5nrPlW/ehgVUQA9HtsiYksOgMjOeLi1VaymrGEKk3opJ5Q2oDMaXVlvjQ2jZaz94A== X-Received: by 2002:a5d:4491:0:b0:336:9ec:683 with SMTP id j17-20020a5d4491000000b0033609ec0683mr7965565wrq.24.1704110987518; Mon, 01 Jan 2024 04:09:47 -0800 (PST) Received: from localhost (205.pool92-176-231.dynamic.orange.es. [92.176.231.205]) by smtp.gmail.com with ESMTPSA id p7-20020adfe607000000b00336843ae919sm25513643wrm.49.2024.01.01.04.09.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 01 Jan 2024 04:09:47 -0800 (PST) From: Javier Martinez Canillas To: linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski , Rob Herring , Thomas Zimmermann , Maxime Ripard , Geert Uytterhoeven , Jocelyn Falempe , Conor Dooley , Peter Robinson , Conor Dooley , Daniel Vetter , David Airlie , Krzysztof Kozlowski , Maarten Lankhorst , Rob Herring , devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org Subject: Re: [PATCH v5 0/4] drm/solomon: Add support for the SSD133x controller family In-Reply-To: <20231229112026.2797483-1-javierm@redhat.com> References: <20231229112026.2797483-1-javierm@redhat.com> Date: Mon, 01 Jan 2024 13:09:46 +0100 Message-ID: <87ttnx45md.fsf@minerva.mail-host-address-is-not-set> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Javier Martinez Canillas writes: > Hello, > > This patch-set adds support for the family of SSD133x Solomon controllers, > such as the SSD1331. These are used for RGB Dot Matrix OLED/PLED panels. > > This is a v5 that is basically the same than the previous v4 but dropping > support for I2C since the ssd133x family does not support that interface. > > The patches were tested on a Waveshare SSD1331 display using glmark2-drm, > fbcon, fbtests and the retroarch emulator. The binding schema were tested > using the `make W=1 dt_binding_check` target. > > Patch #1 and #2 are fixes for the DT binding schema of the existing SSD130x > and SSD132x families. > > Patch #3 adds a DT binding schema for the SSD133x controllers and patch #4 > extends the ssd130x DRM driver to support the SSD133x controller family. > > Best regards, > Javier Pushed to drm-misc (drm-misc-next). Thanks! -- Best regards, Javier Martinez Canillas Core Platforms Red Hat