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, 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 BE0C5C2BA83 for ; Thu, 13 Feb 2020 15:43:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 90D0F24684 for ; Thu, 13 Feb 2020 15:43:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581608611; bh=VB61Cnre32YZs17GqjOvsXq0m51tzpaI4sAI2/jxhPw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=vyD5RWDA8rGGMw1gERJ2zUTJo1387ksgdRyOn2GUWisls3/9JUaiStG2oUB362qR2 UQ0DEc/amvc0RUN+vk2TtVrf/gtDivjCvfAHPcPvWngqdIOV40XdS0+L2BlInlU4+4 ZvgJuLRyfARmM62UxoGH2Zax8XxT1UEdH0KmyB5E= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729312AbgBMPn0 (ORCPT ); Thu, 13 Feb 2020 10:43:26 -0500 Received: from mail-ed1-f67.google.com ([209.85.208.67]:44807 "EHLO mail-ed1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727707AbgBMPnU (ORCPT ); Thu, 13 Feb 2020 10:43:20 -0500 Received: by mail-ed1-f67.google.com with SMTP id g19so7309976eds.11; Thu, 13 Feb 2020 07:43:18 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=xWjlmZnVBt/ZlK8vapzAQmz9T3RLkyLlYRSHtgLmYd4=; b=CzVCjzh+FuyLd7kL9fHAM6HRWMCvbGLuy7tvQittfhNBsrvqkFhGl6KgQ5tZ/XHVRF HzNqMi5hUxJ933xS2w0oPK0P8yhpl+z4E9+4s17hzVt9HHHlux49i8ES/aaensIlKhs0 6jYGbOCkFjtIuUZiuXJLY5A7J3FNXm1kEcPPkI42XF99GfmyRLCKtmIBlrw3rdhCj0Pi 6OQIkDwFcJ33Jsx6EF4xAhKX6W3nNlmuVRSpYpxjuSFRnTengdFqMrncA9FrWDxITuBg 5kyS2mSAaT0qzZgX1eW/+I372xPPrJFiwVKoHULommFOlPsbNmC1VIP6tyNCoZH/wjiW wJtA== X-Gm-Message-State: APjAAAWEaGsk8ekv2+QI2i/4BWG9nbNEpROqM8sI0EKLSf2NcG3spr6E 63om7lV5GmPlYQhi0DdJDL4= X-Google-Smtp-Source: APXvYqxC6vfH1GEp1GXd5aDVxuhj2SoNdVlypepsj2HdRdhqBL5BWW5qSOnvNylv+AF9dT1OutTu0w== X-Received: by 2002:a50:9b03:: with SMTP id o3mr16345398edi.371.1581608597930; Thu, 13 Feb 2020 07:43:17 -0800 (PST) Received: from kozik-lap ([194.230.155.125]) by smtp.googlemail.com with ESMTPSA id w18sm293112eja.57.2020.02.13.07.43.16 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 13 Feb 2020 07:43:17 -0800 (PST) Date: Thu, 13 Feb 2020 16:43:14 +0100 From: Krzysztof Kozlowski To: Anand Moon Cc: Sylwester Nawrocki , devicetree , linux-arm-kernel , linux-samsung-soc@vger.kernel.org, Linux Kernel , "open list:COMMON CLK FRAMEWORK" , Rob Herring , Chanwoo Choi , Stephen Boyd , Marek Szyprowski Subject: Re: [PATCHv1 0/2] Add FSYS2 power domain for MMC driver Message-ID: <20200213154314.GA7215@kozik-lap> References: <20200212120237.1332-1-linux.amoon@gmail.com> <20200213101744.GA11087@kozik-lap> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On Thu, Feb 13, 2020 at 06:58:51PM +0530, Anand Moon wrote: > hi Krzysztof, > > On Thu, 13 Feb 2020 at 15:47, Krzysztof Kozlowski wrote: > > > > On Wed, Feb 12, 2020 at 12:02:35PM +0000, Anand Moon wrote: > > > This patches add the power domain for MMC driver, > > > but somehow the suspend/resume feature is broken > > > so any input on how to fix this. > > > > I think S2R was working on XU3-family after Marek's fixes, so you mean > > that these patches break it? > > > Yes I my testing mmc driver failed to come up after suspend. Patches breaking systems should be clearly marked as work in progress, e.g. by using RFC instead of PATCH in the title. This patchset cannot be applied. You probably have to figure out some missing dependencies, e.g. in clocks/power domains/pinctrl. Best regards, Krzysztof 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.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,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 D1778C3B189 for ; Thu, 13 Feb 2020 15:43:32 +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 A7A3620661 for ; Thu, 13 Feb 2020 15:43:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="WVWBnFvP" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A7A3620661 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org 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:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=QL9ovGmTuM2CpqLXrjthCTqYm/+eV60DYutlGlz9rcI=; b=WVWBnFvP1YvbuF zRHGWPfeHw32Yimk9kc0ee0Yjg9qvvAU/67lueSevKCO4EAZh9uO4D3b6UYZ0AvbEoP0AoA+LMLc4 MeFOaxVSXt3y5DSS9bLhC9ZQGsXId+ZHJO49JXCPwceJo2jhQ4v1AKmUHaiN6RWPivfQkSfI75aNP H0hYcCA4dcehcdLtJ/LqgxLFP+HyIQwU4Ow6JwOp13mOB8JjNB2suP3KSrePhGvKMJANBUCQmMlcf m/lsvek4UMxcN3GqsfZhFftHsd06U2fsKZedxbSkGfZTtuRxrx3FulR6KqGKWMU/NyzW8M7fli4eS VNY8KbkbHDHlaniXjRwQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1j2GeD-0004Gx-AZ; Thu, 13 Feb 2020 15:43:25 +0000 Received: from mail-ed1-f67.google.com ([209.85.208.67]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1j2Ge9-0004Fy-1q for linux-arm-kernel@lists.infradead.org; Thu, 13 Feb 2020 15:43:22 +0000 Received: by mail-ed1-f67.google.com with SMTP id j17so7358047edp.3 for ; Thu, 13 Feb 2020 07:43:19 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=xWjlmZnVBt/ZlK8vapzAQmz9T3RLkyLlYRSHtgLmYd4=; b=c0pLRh2YsnhldzJTrkX6s/e8OHy9xO2cAiUSUoEWx5MkKafkCYRCZI45J8+0p0vDRS AW88m/ljWyBy6d++5+f+2j9JmRjSx4VD/s/n2OrDULLVyWQkSw9pGSlta8PJrBZCuJvt bO6mSv7cork6bM007LHlWgk3YgXdahJvpehLnVYs90n4/RpsN2nL/J+8zSMoCxoEPKdE Om305adz7DKvNcLxwC/sBG8O04ZfYJYzlBxp+cJmWLhC5ix1bkM90WISZukvmc6L6Acu /QMbtOH533jHMTeXbojIP2gXbSCdATTnaOEUkPrnlNwKmpEBW+V8zDU9Kdg/rnpm90Yz kqZw== X-Gm-Message-State: APjAAAX0aT9pEwhXD35EyvBmXa4jMeqJ8TRmU+sbKwDipcvQoIgoY9mn ahp9JAhaTkxD1bLcI5730b4= X-Google-Smtp-Source: APXvYqxC6vfH1GEp1GXd5aDVxuhj2SoNdVlypepsj2HdRdhqBL5BWW5qSOnvNylv+AF9dT1OutTu0w== X-Received: by 2002:a50:9b03:: with SMTP id o3mr16345398edi.371.1581608597930; Thu, 13 Feb 2020 07:43:17 -0800 (PST) Received: from kozik-lap ([194.230.155.125]) by smtp.googlemail.com with ESMTPSA id w18sm293112eja.57.2020.02.13.07.43.16 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 13 Feb 2020 07:43:17 -0800 (PST) Date: Thu, 13 Feb 2020 16:43:14 +0100 From: Krzysztof Kozlowski To: Anand Moon Subject: Re: [PATCHv1 0/2] Add FSYS2 power domain for MMC driver Message-ID: <20200213154314.GA7215@kozik-lap> References: <20200212120237.1332-1-linux.amoon@gmail.com> <20200213101744.GA11087@kozik-lap> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200213_074321_093539_4361DD22 X-CRM114-Status: GOOD ( 16.44 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree , linux-samsung-soc@vger.kernel.org, Stephen Boyd , Linux Kernel , Chanwoo Choi , Rob Herring , Sylwester Nawrocki , "open list:COMMON CLK FRAMEWORK" , linux-arm-kernel , Marek Szyprowski Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Feb 13, 2020 at 06:58:51PM +0530, Anand Moon wrote: > hi Krzysztof, > > On Thu, 13 Feb 2020 at 15:47, Krzysztof Kozlowski wrote: > > > > On Wed, Feb 12, 2020 at 12:02:35PM +0000, Anand Moon wrote: > > > This patches add the power domain for MMC driver, > > > but somehow the suspend/resume feature is broken > > > so any input on how to fix this. > > > > I think S2R was working on XU3-family after Marek's fixes, so you mean > > that these patches break it? > > > Yes I my testing mmc driver failed to come up after suspend. Patches breaking systems should be clearly marked as work in progress, e.g. by using RFC instead of PATCH in the title. This patchset cannot be applied. You probably have to figure out some missing dependencies, e.g. in clocks/power domains/pinctrl. Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel