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=-1.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, URIBL_BLOCKED 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 A9796C4360F for ; Tue, 2 Apr 2019 11:48:05 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 79C1920856 for ; Tue, 2 Apr 2019 11:48:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Dn9Tjvhv" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 79C1920856 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sntech.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=9mxJmPek+7Q0ELEJCGVg8q9kUh9I5qyk27Nv2GhOXRk=; b=Dn9TjvhvjMtfdh P/upzk5PdTyzh04i8m6poNZyndqjNqKX7p+XI4mEQqC+6FDfwxKO/byQcZig3QbXEtp/OtOPLjp6R P/ljinjaRtgzReNHXhV3ZGm68MKBn60v1t91zDZW1M8L7/a76voLkkXqvEZSBSDMbEnBS93CUhY6X OnLsCKM4ZPxV6YFGTr2isEdgz0r9W8MA4f8kKIiE0jStFyMLZeYurzJFIk2AxeL1HZKoLHJhTVdJH m5BOHomaYsdGeGEL7cnZlnnTZ0h4Yr9CgBjSHdTvMyC+aTDNc7bUE94D7s6Uq1CwUndYkLB01ZgOW xBrsye4zhyD4MkT4XITA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hBHtU-0006fa-R8; Tue, 02 Apr 2019 11:47:56 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hBHtR-0006bS-Md; Tue, 02 Apr 2019 11:47:55 +0000 Received: from we0289.dip.tu-dresden.de ([141.76.177.33] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hBHtL-0002Vj-Ee; Tue, 02 Apr 2019 13:47:47 +0200 From: Heiko Stuebner To: Johan Jonker Subject: Re: [PATCH] drm: rockchip: add shutdown function to poweroff VOP and HDMI TX Date: Tue, 02 Apr 2019 13:47:46 +0200 Message-ID: <81811367.CzZtJVt0pY@phil> In-Reply-To: References: <20190308183718.21409-1-jbx6244@gmail.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190402_044753_888323_936F9100 X-CRM114-Status: UNSURE ( 9.89 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: airlied@linux.ie, hjc@rock-chips.com, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, daniel@ffwll.ch, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Johan, Am Montag, 11. M=E4rz 2019, 19:14:27 CEST schrieb Johan Jonker: > Hi, > = > Just found out that this was patched and reverted before.(lol) > The revert was 3 months ago for RK3399 boards, but other processors > like RK3066 are left without shutdown now. > = > What's the status for a fix? > Keep using the old patch for now? I've just resurrected the patch from Vicente, calling the atomic_shutdown helper. Sadly I forgot to Cc you there, but you can for example find it at https://patchwork.freedesktop.org/patch/295946/ Heiko _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel