From patchwork Sun Feb 2 02:33:32 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Finn Thain X-Patchwork-Id: 11361511 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 7DB62188B for ; Sun, 2 Feb 2020 02:38:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 667D1206E6 for ; Sun, 2 Feb 2020 02:38:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726836AbgBBCiT (ORCPT ); Sat, 1 Feb 2020 21:38:19 -0500 Received: from kvm5.telegraphics.com.au ([98.124.60.144]:40180 "EHLO kvm5.telegraphics.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726789AbgBBCiT (ORCPT ); Sat, 1 Feb 2020 21:38:19 -0500 Received: by kvm5.telegraphics.com.au (Postfix, from userid 502) id C87F129AFA; Sat, 1 Feb 2020 21:38:15 -0500 (EST) Message-Id: From: Finn Thain Subject: [PATCH 0/3] Improve MIPS Magnum support Date: Sun, 02 Feb 2020 13:33:32 +1100 To: Ralf Baechle , Paul Burton , James Hogan Cc: Thomas Bogendoerfer , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, "Bartlomiej Zolnierkiewicz" , dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org Sender: linux-fbdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org A few minor patches are needed to more easily boot a MIPS Magnum build under 'qemu-system-mips64el -M magnum'. This series fixes a build failure in the g364fb driver and modifies jazz_defconfig for use with QEMU. Note that QEMU's dp8393x implementation has bugs, one of which prevents the Linux jazzsonic driver from probing the chip. I have fixed the bugs that I know of in a series of patches at, https://github.com/fthain/qemu/commits/sonic Finn Thain (3): fbdev/g364fb: Fix build failure mips/jazz: Remove redundant settings and shrink jazz_defconfig mips/jazz: Update jazz_defconfig for MIPS Magnum arch/mips/configs/jazz_defconfig | 267 ++----------------------------- drivers/video/fbdev/g364fb.c | 29 +--- 2 files changed, 15 insertions(+), 281 deletions(-)