From patchwork Tue Feb 26 11:19:44 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mikulas Patocka X-Patchwork-Id: 10829923 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 CB3971515 for ; Tue, 26 Feb 2019 11:29:55 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B69D22A6B3 for ; Tue, 26 Feb 2019 11:29:55 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A6A312A7BF; Tue, 26 Feb 2019 11:29:55 +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 652E22A6B3 for ; Tue, 26 Feb 2019 11:29:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726291AbfBZL3y (ORCPT ); Tue, 26 Feb 2019 06:29:54 -0500 Received: from smtp01.tmcz.cz ([93.153.104.112]:39970 "EHLO smtp01.tmcz.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725935AbfBZL3y (ORCPT ); Tue, 26 Feb 2019 06:29:54 -0500 Received: from smtp01.tmcz.cz (localhost [127.0.0.1]) by sagator.hkvnode045 (Postfix) with ESMTP id B0D61940606; Tue, 26 Feb 2019 12:21:32 +0100 (CET) X-Sagator-Scanner: 1.3.1-1 at hkvnode045; log(status(custom_action(quarantine(clamd()))), status(custom_action(quarantine(SpamAssassinD())))) X-Sagator-ID: 20190226-122132-0001-02509-AMnOX3@hkvnode045 Received: from leontynka.twibright.com (unknown [109.183.129.149]) by smtp01.tmcz.cz (Postfix) with ESMTPS; Tue, 26 Feb 2019 12:21:32 +0100 (CET) Received: from root by leontynka.twibright.com with local (Exim 4.89) (envelope-from ) id 1gyanZ-0002oz-Sh; Tue, 26 Feb 2019 12:21:21 +0100 Message-Id: <20190226111944.505404435@twibright.com> User-Agent: quilt/0.63-1 Date: Tue, 26 Feb 2019 12:19:44 +0100 From: Mikulas Patocka To: Mikulas Patocka , Bernie Thompson , Bartlomiej Zolnierkiewicz , Ladislav Michl Cc: linux-fbdev@vger.kernel.org Subject: [PATCH 0/3] fix a bug when udlfb is used as a system console 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 Here I'm sending patches that fix udlfb when it is used as a system console. You can queue them for the next merge window. Mikulas