Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp2059384ybv; Thu, 6 Feb 2020 15:09:38 -0800 (PST) X-Google-Smtp-Source: APXvYqy8+QOLc6IMqHPk2IgTnSRZ63E6ceMKqJWy20opUr/BnZ9RjMq7ZhBk7PIcE15uYZq+SvqY X-Received: by 2002:a9d:7498:: with SMTP id t24mr418182otk.290.1581030578333; Thu, 06 Feb 2020 15:09:38 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581030578; cv=none; d=google.com; s=arc-20160816; b=0t5Lp0rOIVWCIXwnGvSKxjTWqm4ms0WRf9sDNfLZv10yG+Ecrgr2Lyk/LGDtZ+4Hpm 0sJEbu+CXYz7eZEl2k4AI/y+FIBOMnv7G2dWdfAilAZLLwGRvijTtmOZz+WQuJIN8S5u tWODTCF4kKhdtshFyp1Yrk+mmmxj1e/XJZumL7Rrjztx+6iZY5y0M+CF3ovQ2d2ZqVA4 Jwjg+YAuJ1Wo0Kx4cIIRatCwNt2uj2UWFlBd5yeC48KTOQGhEdL7Ep1zOld5srj3NwJv wAN+K66l+9NZHfzP5uJNkajSncOCkKu1tFjD18dKZPzqMH7V8LDYl5JGYw9L1STkMDhp 2mrw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:cc:to:date:content-transfer-encoding :mime-version:subject:from:message-id; bh=I7CG5v1B5qF/jQyq4XYnjGqlr4BJf/uPoKUgeu/kxA0=; b=S3P4SzyTRA4a5lukl5XcFqgkgbrrY4YWiUFGCkhOaqMqEn7Sw/DODRKq2W2+8FsMrR Kf7f0BRPP5B25Z1YA+W/RRhDnyyDDbBZtODipsjmnGSoeHl15vGLRRF0p1WzRQAgnZ49 gRJ/jrVgqO9ZGo9WY6eTtShVwLhCMlXqAqaC+I84GY2d1/w5mbHq92iiz5z8lWLYe5uo 93Mu2zksF+hvf1wyubXTMRFDxrQFljmr7QjNMx+x/xZ5I/g0zEy2A82CFuIHjJ58HSQh 0RODhz8k+I6JkD8r+kpoKBK1GCR3His4HyiTEc2GFwt/2li+D+kYw7Bvmy8Z4c+aTIMH w7aA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h128si2833043oif.258.2020.02.06.15.09.25; Thu, 06 Feb 2020 15:09:38 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727162AbgBFXGy (ORCPT + 99 others); Thu, 6 Feb 2020 18:06:54 -0500 Received: from kvm5.telegraphics.com.au ([98.124.60.144]:45226 "EHLO kvm5.telegraphics.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726502AbgBFXGx (ORCPT ); Thu, 6 Feb 2020 18:06:53 -0500 Received: by kvm5.telegraphics.com.au (Postfix, from userid 502) id EB04229A99; Thu, 6 Feb 2020 18:06:52 -0500 (EST) Message-Id: From: Finn Thain Subject: [PATCH v2 0/3] Improve MIPS Magnum support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: Fri, 07 Feb 2020 10:01:13 +1100 To: Ralf Baechle , Paul Burton , James Hogan Cc: Thomas Bogendoerfer , =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, "Bartlomiej Zolnierkiewicz" , dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org A few minor patches are needed to more easily boot a MIPS Magnum build under QEMU. This series fixes a build failure in the g364fb driver and modifies jazz_defconfig for use with 'qemu-system-mips64el -M magnum'. 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 Changed since v1: - Added reviewed-by and tested-by tags from Philippe Mathieu-Daudé. - Rebased. 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(-) -- 2.24.1