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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no 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 7D389C433DF for ; Tue, 23 Jun 2020 12:09:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5B14E2078A for ; Tue, 23 Jun 2020 12:09:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592914168; bh=haSQooFduqRyz9/+2LYejvi7M3QhqKKO0sIdFNibuWM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=jB7exvIpeylAko/SX6ouz/VnGwH9WGH64LWHndDh6oG13rvqfni1jbM+7ENOtCe7p pDpkyzkNZG3B7Ocz3lFz/TFEq/OpjuX9MHXYYM+iBShvW2rbYqW8F9qWH0MrD3wmKg +jF56J7Go+r9mqqauoxZ06KK9/e3W7GxCL2O47rs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732517AbgFWMJ1 (ORCPT ); Tue, 23 Jun 2020 08:09:27 -0400 Received: from mail.kernel.org ([198.145.29.99]:49620 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732333AbgFWMJ0 (ORCPT ); Tue, 23 Jun 2020 08:09:26 -0400 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1E5D42072E; Tue, 23 Jun 2020 12:09:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592914166; bh=haSQooFduqRyz9/+2LYejvi7M3QhqKKO0sIdFNibuWM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Rzq1klcmTchLWDMT0jwDWd2NktAnGleEVTa1toh+z6VhUqsTEQ5k8th3jeERJJ0+a Ilkz8SBUzXQhi2Fqa+cV4t/f5fyp9yyMiyvkZIEXxp7dw8XDZPuPl3TmQloDzaYguM IDYJRqWjS+HHLltHhOdG5tbddTOVPhjK5cdHqjNs= Date: Tue, 23 Jun 2020 20:09:20 +0800 From: Shawn Guo To: Markus Elfring Cc: kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org, linux-imx@nxp.com, Yu Kuai , Anson Huang , Fabio Estevam , Russell King , Sascha Hauer , Yi Zhang , kernel-janitors@vger.kernel.org, LKML Subject: Re: ARM: imx6: add missing put_device() call in imx6q_suspend_init() Message-ID: <20200623120919.GE30139@dragon> References: <2ab2cc9f-c720-75ca-e20c-0e4236ff45fd@huawei.com> <1542979d-f7f6-bcf1-53c3-22b7c076ddc7@web.de> <20200623073220.GV30139@dragon> <5300cb30-2243-9bfe-125c-96e720cd1f29@web.de> <20200623110222.GX30139@dragon> <9f429c51-0fa9-16dc-4d62-d456551c5376@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <9f429c51-0fa9-16dc-4d62-d456551c5376@web.de> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 23, 2020 at 02:00:09PM +0200, Markus Elfring wrote: > >>>>>> Do you find a previous update suggestion useful? > >>>>>> > >>>>>> ARM: imx6: Add missing put_device() call in imx6q_suspend_init() > >>>>>> https://lore.kernel.org/linux-arm-kernel/5acd7308-f6e1-4b1e-c744-bb2e5fdca1be@web.de/ > >>>>>> https://lore.kernel.org/patchwork/patch/1151158/ > >>>>>> https://lkml.org/lkml/2019/11/9/125 > … > >> You can get relevant information from the referenced message archive interfaces, > >> can't you? > > > > Well, I'm asking you to resend to make sure the following: > > > > - Use correct maintainer mailbox address. > > Were the selected message recipients appropriate at 2019-11-09? At least, my mailbox was not. > > > > - You still care about the patch. > > Partly, yes. > > > > - The patch applies to v5.8-rc. > > Would you like to try it out if my proposal is still valid? > > Does the change approach by Yu Kuai supersede it?