From patchwork Fri Feb 15 08:58:57 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 10814385 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 0B64A17E9 for ; Fri, 15 Feb 2019 08:59:32 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A2A842DBB3 for ; Fri, 15 Feb 2019 08:59:29 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 970512DBE0; Fri, 15 Feb 2019 08:59:29 +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.9 required=2.0 tests=BAYES_00,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 7361A2DBB3 for ; Fri, 15 Feb 2019 08:59:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391844AbfBOI72 (ORCPT ); Fri, 15 Feb 2019 03:59:28 -0500 Received: from baptiste.telenet-ops.be ([195.130.132.51]:32816 "EHLO baptiste.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391863AbfBOI71 (ORCPT ); Fri, 15 Feb 2019 03:59:27 -0500 Received: from ramsan ([84.194.111.163]) by baptiste.telenet-ops.be with bizsmtp id cwzP1z0043XaVaC01wzPQg; Fri, 15 Feb 2019 09:59:25 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1guZL8-0004hQ-1W; Fri, 15 Feb 2019 09:59:22 +0100 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1guZKo-0005bE-QT; Fri, 15 Feb 2019 09:59:02 +0100 From: Geert Uytterhoeven To: Bartlomiej Zolnierkiewicz , Michael Schmitz Cc: Paul Gortmaker , dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, linux-m68k@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 0/4] fbdev: atafb: Fix after kexec, misc. cleanups Date: Fri, 15 Feb 2019 09:58:57 +0100 Message-Id: <20190215085901.21479-1-geert@linux-m68k.org> X-Mailer: git-send-email 2.17.1 Sender: linux-fbdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi all, This patch series fixes the frame buffer on Atari Falcon when using kexec while blanked, and does some miscellaneous cleanups. This has been tested on ARAnyM. Thanks! Geert Uytterhoeven (4): fbdev: atafb: Stop printing virtual screen_base fbdev: atafb: Remove obsolete module support fbdev: atafb: Fix broken frame buffer after kexec fbdev: atafb: Modernize printing of kernel messages drivers/video/fbdev/atafb.c | 67 +++++++++++++++++----------- drivers/video/fbdev/atafb_iplan2p2.c | 23 ---------- drivers/video/fbdev/atafb_iplan2p4.c | 23 ---------- drivers/video/fbdev/atafb_iplan2p8.c | 23 ---------- drivers/video/fbdev/atafb_mfb.c | 23 ---------- 5 files changed, 40 insertions(+), 119 deletions(-)