From patchwork Thu Feb 28 22:07:53 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Cercueil X-Patchwork-Id: 10834657 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id CDEA51575 for ; Fri, 1 Mar 2019 08:32:14 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BFBBD2F729 for ; Fri, 1 Mar 2019 08:32:14 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BDE962F9BD; Fri, 1 Mar 2019 08:32:14 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 8DA772F729 for ; Fri, 1 Mar 2019 08:32:14 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5C4696E2B1; Fri, 1 Mar 2019 08:31:34 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from crapouillou.net (outils.crapouillou.net [89.234.176.41]) by gabe.freedesktop.org (Postfix) with ESMTPS id 30EB989F0B for ; Thu, 28 Feb 2019 22:08:10 +0000 (UTC) From: Paul Cercueil To: David Airlie , Daniel Vetter , Rob Herring , Mark Rutland , Maarten Lankhorst , Maxime Ripard , Sean Paul Subject: [5.2][PATCH 0/3] Ingenic JZ47xx KMS driver Date: Thu, 28 Feb 2019 19:07:53 -0300 Message-Id: <20190228220756.20262-1-paul@crapouillou.net> X-Mailman-Approved-At: Fri, 01 Mar 2019 08:31:26 +0000 X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1551391688; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=QnuOgZNbwA6He1rYJuXg6/GVJD9oOM28rbK7opqN15w=; b=xaEKgdb8f6dyhl+iE+o1tlPhbeUeVaMbqU+N1Jn2A4EIMocExBhKcyK8PkAKNZnG6FaHeR PXtDF8Lez2R9J3u9fGkRu4ID1M+bDReRRoZ5+1psE4xQ9DvmO9H3trbSnIWzF768MLqOx9 lqukxxPjQi1I4KiVFJJmj17OW+ZY1v8= X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, linux-mips@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Hi, This is a first attempt at a KMS driver for the JZ47xx MIPS SoCs by Ingenic. It is aimed to replace the aging jz4740-fb driver. The driver will later be updated with new features (overlays, TV-out etc.), that's why I didn't go with the simple/tiny DRM driver. The driver has been tested on the Ben Nanonote (JZ4740) and the RetroMini RS-90 (JZ4725B) handheld gaming console. Greetings, -Paul