From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.0 required=3.0 tests=MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5AE7FC34056 for ; Wed, 19 Feb 2020 19:04:00 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 36C8324654 for ; Wed, 19 Feb 2020 19:04:00 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 36C8324654 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id AFB9C6EC7C; Wed, 19 Feb 2020 19:03:59 +0000 (UTC) Received: from mail-pg1-f194.google.com (mail-pg1-f194.google.com [209.85.215.194]) by gabe.freedesktop.org (Postfix) with ESMTPS id 69F8E6EC7C for ; Wed, 19 Feb 2020 19:03:59 +0000 (UTC) Received: by mail-pg1-f194.google.com with SMTP id 6so572408pgk.0 for ; Wed, 19 Feb 2020 11:03:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:to:cc:cc:cc:subject :references:in-reply-to; bh=DiJoVOfQs//1PaWZFtx2QcGxz7nAwr47TsQFS3rNJQE=; b=obOPZzdKumckIWGETvQYqaGO6MiKSIH0i5KbKI9YDtHLd+4BnYJkuR6v01JG4bcjtY jElwzC4SsRi4mVCKUUXx6M/BkOYQ0fLCG7RD0Za5aY1bIrZGH3os5T3cGvSCI6iHyfjD HgOU4hNJsStaeFfy8xDswaAVtAcZNBJG/E5GSiJQzuCYk8O32P39/WWIYtbEMUfzHnfJ xWTnU9ZlcgPWfzmEcUWWR7YcViRhElL4lxuWike5A/O2WRBhusA7+GTf8yFoDV7MHF+Q 2etV+JufSkhklbfe40czfNfie+H6QtS+V/q5EXRqYApE2tXd89O/Q/JykADrOpejvLIt Bthw== X-Gm-Message-State: APjAAAWw/6Gqawn6P/AITitdYY4DornHKMcwSJEzZEchHRe/5du5rfAj Re3B9hpDuQDfQi6rxNH1yQE= X-Google-Smtp-Source: APXvYqx7/YKjuAjwK+VacNMDKFITTSWWqrTmLtv3O6oHG+s4MiEScrKPPtXEjw473ZTHkP0IX51N7Q== X-Received: by 2002:a63:ec07:: with SMTP id j7mr28908332pgh.187.1582139038703; Wed, 19 Feb 2020 11:03:58 -0800 (PST) Received: from localhost ([2601:646:8a00:9810:5af3:56d9:f882:39d4]) by smtp.gmail.com with ESMTPSA id p23sm428286pgn.92.2020.02.19.11.03.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 19 Feb 2020 11:03:57 -0800 (PST) Message-ID: <5e4d869d.1c69fb81.aa02.151b@mx.google.com> Date: Wed, 19 Feb 2020 11:03:52 -0800 From: Paul Burton To: Finn Thain Subject: Re: [PATCH v2 0/3] Improve MIPS Magnum support References: In-Reply-To: X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-fbdev@vger.kernel.org, Thomas Bogendoerfer , Paul Burton , Bartlomiej Zolnierkiewicz , James Hogan , linux-mips@vger.kernel.org, Ralf Baechle , =?utf-8?q?Philippe_Math?= =?utf-8?q?ieu-Daud=C3=A9?= , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0775271792==" Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" --===============0775271792== Content-Type: text/plain Hello, Finn Thain wrote: > 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 Series applied to mips-next. > fbdev/g364fb: Fix build failure > commit c584f9532115 > https://git.kernel.org/mips/c/c584f9532115 > > Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2") > Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Finn Thain > Acked-by: Bartlomiej Zolnierkiewicz > Tested-by: Philippe Mathieu-Daudé > Signed-off-by: Paul Burton > > mips/jazz: Remove redundant settings and shrink jazz_defconfig > commit a7047b8dd098 > https://git.kernel.org/mips/c/a7047b8dd098 > > Tested-by: Philippe Mathieu-Daudé > Signed-off-by: Finn Thain > Signed-off-by: Paul Burton > > mips/jazz: Update jazz_defconfig for MIPS Magnum > commit 91f40e896444 > https://git.kernel.org/mips/c/91f40e896444 > > Reviewed-by: Philippe Mathieu-Daudé > Tested-by: Philippe Mathieu-Daudé > Signed-off-by: Finn Thain > Signed-off-by: Paul Burton Thanks, Paul [ This message was auto-generated; if you believe anything is incorrect then please email paulburton@kernel.org to report it. ] --===============0775271792== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel --===============0775271792==--