From patchwork Mon Jul 11 15:50:24 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 589894 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CBD96CCA483 for ; Mon, 11 Jul 2022 15:50:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230448AbiGKPun (ORCPT ); Mon, 11 Jul 2022 11:50:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43980 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229699AbiGKPul (ORCPT ); Mon, 11 Jul 2022 11:50:41 -0400 Received: from xavier.telenet-ops.be (xavier.telenet-ops.be [IPv6:2a02:1800:120:4::f00:14]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AB62D64E16 for ; Mon, 11 Jul 2022 08:50:39 -0700 (PDT) Received: from ramsan.of.borg ([84.195.186.194]) by xavier.telenet-ops.be with bizsmtp id trqd2700a4C55Sk01rqd49; Mon, 11 Jul 2022 17:50:38 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1oAvgD-0036ww-8s; Mon, 11 Jul 2022 17:50:37 +0200 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1oAvgC-006sh5-QN; Mon, 11 Jul 2022 17:50:36 +0200 From: Geert Uytterhoeven To: Helge Deller Cc: Michael Schmitz , Jonathan Corbet , linux-fbdev@vger.kernel.org, linux-doc@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-m68k@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 00/10] video: fbdev: atari: Miscellaneous fixes and cleanups Date: Mon, 11 Jul 2022 17:50:24 +0200 Message-Id: X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org Hi all, This patch series contains miscellaneous fixes and cleanups for the Atari frame buffer device driver, which were identified while working on the Atari DRM driver. Most of them have been tested on ARAnyM, and should be safe to apply, except perhaps for the last one, which is marked RFC. Thanks for your comments! Geert Uytterhoeven (10): video: fbdev: atari: Simplify atafb_pan_display() video: fbdev: atari: Remove bogus FB_VMODE_YWRAP flags video: fbdev: atari: Fix inverse handling video: fbdev: atari: Fix ext_setcolreg() video: fbdev: atari: Remove unneeded casts from void * video: fbdev: atari: Remove unneeded casts to void * video: fbdev: atari: Fix TT High video mode vertical refresh video: fbdev: atari: Fix VGA modes video: fbdev: atari: Remove unused definitions and variables [RFC] video: fbdev: atari: Remove backward bug-compatibility Documentation/m68k/kernel-options.rst | 4 +- drivers/video/fbdev/atafb.c | 101 +++++++------------------- 2 files changed, 29 insertions(+), 76 deletions(-) Tested-by: Michael Schmitz