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 Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 5598AC00528 for ; Tue, 1 Aug 2023 12:53:00 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 22FCB86AC6; Tue, 1 Aug 2023 14:52:58 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1690894378; bh=2YgI7qqav6tieowwxvGiCCsQS62qsJu07CGKykrEDSc=; h=Date:From:To:Cc:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=BeiOUHsAajq1eoAv6PQwclVav6eBzUUvJ8NP6HoGPTyImwGSrbrwJi8h6uYlVX2xt yXxsLTk0tOtfx9mqbuuduGdCDMU1ZV2kPYkEXTXW9QusmqQ+8CqCByx8Zp4jQ9OghY hNx1fM9/7YGCvVi5weFBTum5IqnYluEmjC/kIFyR+Ay4PmhPY/Zf7AJjI5rQIFXQtT ZZ01MoVTe/TdZ4a/YkbSsifY06tGFux+AspFqUUvR7tTBekRRgpNHvACyIgG/zEl4H mk51WYV2Et0OwnuztCywfQvOzE6AIERjCTmDmEiL2860ZjHb28m/QielONMZUs9x8z fgmo7OAwGkpyA== Received: from crub (pd95f1a1c.dip0.t-ipconnect.de [217.95.26.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: agust@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id B2CD586ABF; Tue, 1 Aug 2023 14:52:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1690894376; bh=2YgI7qqav6tieowwxvGiCCsQS62qsJu07CGKykrEDSc=; h=Date:From:To:Cc:Subject:From; b=tugAV7keefzBtjPpUS+O1AG2MzfPMxZxC/bkm+63Ny1YUancToBHgXp6F/8fVd4V2 fjoJukV7B/WaxyE9rh3MX1aSaxcZz9Om2DFPgRK+CQ/fwkxaKVqFkRXUqjbc0ZuSSl lYnDHlcMpeBJ1DIAcXdNOJpcwlqs9X9KD42eaN5RRWX1YwHRN+6KAFnOkbeUSkECG3 qnAcMcS4G9zFz5zfkmPdqV7DB0Jiqt6AI/d3x/a3jaDb+2KhLttmn0Nh/qsAuFJNLr pKtgru+4eA/AU6rk+PuhLt3RAE4B86GJbD1kCsc0JrTdPZUNr0z9r3e/j+S13sEfU4 3wF05lkhmvaUg== Date: Tue, 1 Aug 2023 14:52:55 +0200 From: Anatolij Gustschin To: Tom Rini Cc: u-boot Subject: Please pull u-boot-video Message-ID: <20230801145255.52a1679b@crub> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean Hi Tom, please pull new video patches for v2023.10. CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/17167 Thanks, Anatolij The following changes since commit 4e619e8d4fd68095bc665a78f2651d8e478a4534: Merge tag 'u-boot-rockchip-20230731' of https://source.denx.de/u-boot/custodians/u-boot-rockchip (2023-07-31 11:33:51 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-20230801 for you to fetch changes up to b8d3a6c7d12fc6101f99cde0acedb4a799fdb5f3: drivers: video: tidss: tidss_drv: Use kconfig VIDEO_REMOVE to remove video (2023-08-01 13:41:02 +0200) ---------------------------------------------------------------- - dm video cosmetic style fix - bochs: remove the x86 limitation - correct kconfig text for PCI default FB size - kconfig: drop the superfluous PCI dependency - set up default FB size for Bochs ---------------------------------------------------------------- Bin Meng (9): dm: video: Cosmetic style fix video: bochs: Drop inclusion of video: bochs: Drop the useless argument of bochs_vga_write() video: bochs: Avoid using IO instructions to access VGA IO port video: bochs: Remove the x86 dependency video: kconfig: Fix wrong text for the PCI default FB size video: kconfig: Drop the superfluous dependency video: kconfig: Set default FB size for Bochs video: bochs: Set the frame buffer size per configuration Nikhil M Jain (2): drivers: video: tidss: tidss_drv: Change remove method drivers: video: tidss: tidss_drv: Use kconfig VIDEO_REMOVE to remove video drivers/video/Kconfig | 15 ++++++++------- drivers/video/bochs.c | 12 ++++++------ drivers/video/bochs.h | 7 ++++--- drivers/video/tidss/tidss_drv.c | 18 +++++++----------- drivers/video/video-uclass.c | 6 ++++-- 5 files changed, 29 insertions(+), 29 deletions(-)