Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933718AbaFQRh4 (ORCPT ); Tue, 17 Jun 2014 13:37:56 -0400 Received: from avon.wwwdotorg.org ([70.85.31.133]:38234 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933325AbaFQRhx (ORCPT ); Tue, 17 Jun 2014 13:37:53 -0400 Message-ID: <53A07CED.7010503@wwwdotorg.org> Date: Tue, 17 Jun 2014 11:37:49 -0600 From: Stephen Warren User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Mikko Perttunen , Bartlomiej Zolnierkiewicz CC: Mikko Perttunen , thierry.reding@gmail.com, tj@kernel.org, pdeschrijver@nvidia.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org, linux-ide@vger.kernel.org Subject: Re: [PATCH 8/9] ata: Add support for the Tegra124 SATA controller References: <1401881559-18469-1-git-send-email-mperttunen@nvidia.com> <1470404.13mIFv0Hnj@amdc1032> <53A0686F.4000303@wwwdotorg.org> <6652229.bPNq3Yp8If@amdc1032> <53A07CA4.7080206@kapsi.fi> In-Reply-To: <53A07CA4.7080206@kapsi.fi> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/17/2014 11:36 AM, Mikko Perttunen wrote: > On 06/17/2014 08:04 PM, Bartlomiej Zolnierkiewicz wrote: >> >> Hi, >> >> On Tuesday, June 17, 2014 10:10:23 AM Stephen Warren wrote: >>> On 06/17/2014 06:14 AM, Bartlomiej Zolnierkiewicz wrote: >> >> [...] >> >>>>> +static struct platform_driver tegra_ahci_driver = { >>>>> + .probe = tegra_ahci_probe, >>>>> + .remove = ata_platform_remove_one, >>>>> + .driver = { >>>>> + .name = "tegra-ahci", >>>>> + .owner = THIS_MODULE, >>>>> + .of_match_table = tegra_ahci_of_match, >>>>> + }, >>>> >>>> This driver lacks PM suspend/resume support. I assume that >>>> the Tegra124 platform also doesn't support suspend/resume yet >>>> (if so a comment in the driver code about this would be useful), >>>> otherwise the driver should be fixed. >>> >>> We do have basic system suspend/resume support. However, I don't think >>> missing suspend/resume in an individual driver should stop it from being >>> merged. It can certainly be added later. >> >> There should be at least FIXME in the driver explaining the situation and >> I would really prefer to have PM support added when the driver is still >> "hot" (meaning there are people actively working on it) instead of >> possibly >> having to chase people months/years later when they have already moved on >> and are working on something else. Please also note that adding PM >> support >> should be quite simple if the driver is designed correctly. > > AFAIK, the deepest level of suspend currently supported on upstream is > LP1, for which the driver doesn't need to do anything. Only when we go > to LP0 the driver will need to save/reload registers and stuff. Yes, it's generally true that no SoC register state is lost during suspend, only CPU state. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/