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: 10833783 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 AD05B139A for ; Thu, 28 Feb 2019 22:08:12 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 994FE28843 for ; Thu, 28 Feb 2019 22:08:12 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 89D9C2FA8B; Thu, 28 Feb 2019 22:08:12 +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=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 05C7428843 for ; Thu, 28 Feb 2019 22:08:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731964AbfB1WIL (ORCPT ); Thu, 28 Feb 2019 17:08:11 -0500 Received: from outils.crapouillou.net ([89.234.176.41]:57094 "EHLO crapouillou.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725918AbfB1WIL (ORCPT ); Thu, 28 Feb 2019 17:08:11 -0500 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= From: Paul Cercueil To: David Airlie , Daniel Vetter , Rob Herring , Mark Rutland , Maarten Lankhorst , Maxime Ripard , Sean Paul Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org 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> Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org 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