From: Felipe Balbi <balbi@ti.com>
To: Shubhrajyoti D <shubhrajyoti@ti.com>
Cc: spi-devel-general@lists.sourceforge.net,
linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 3/3] spi: omap2-mcspi: At remove dont use the runtime_autosuspend calls
Date: Tue, 21 Aug 2012 12:06:12 +0300 [thread overview]
Message-ID: <20120821090611.GD10347@arwen.pp.htv.fi> (raw)
In-Reply-To: <1345529864-7937-4-git-send-email-shubhrajyoti@ti.com>
[-- Attachment #1: Type: text/plain, Size: 1291 bytes --]
On Tue, Aug 21, 2012 at 11:47:44AM +0530, Shubhrajyoti D wrote:
> At remove we shouldnt be using the autosuspend timeout as we are
> calling pm_runtime_disable immediately after.
>
> Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com>
Makes sense to me:
Acked-by: Felipe Balbi <balbi@ti.com>
> ---
> drivers/spi/spi-omap2-mcspi.c | 3 +--
> 1 files changed, 1 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/spi/spi-omap2-mcspi.c b/drivers/spi/spi-omap2-mcspi.c
> index 5642111..f5bf628 100644
> --- a/drivers/spi/spi-omap2-mcspi.c
> +++ b/drivers/spi/spi-omap2-mcspi.c
> @@ -1243,8 +1243,7 @@ static int __devexit omap2_mcspi_remove(struct platform_device *pdev)
> mcspi = spi_master_get_devdata(master);
> dma_channels = mcspi->dma_channels;
>
> - pm_runtime_mark_last_busy(mcspi->dev);
> - pm_runtime_put_autosuspend(mcspi->dev);
> + pm_runtime_put_sync(mcspi->dev);
> pm_runtime_disable(&pdev->dev);
>
> spi_unregister_master(master);
> --
> 1.7.5.4
>
> --
> 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/
--
balbi
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
prev parent reply other threads:[~2012-08-21 9:06 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-21 6:17 [PATCH 0/3] spi: omap2-mcspi: spi cleanups Shubhrajyoti D
2012-08-21 6:17 ` Shubhrajyoti D
2012-08-21 6:17 ` Shubhrajyoti D
[not found] ` <1345529864-7937-1-git-send-email-shubhrajyoti-l0cyMroinI0@public.gmane.org>
2012-08-21 6:17 ` [PATCH 1/3] spi: omap2-mcspi: Call pm_runtime_* functions directly Shubhrajyoti D
2012-08-21 6:17 ` Shubhrajyoti D
2012-08-21 6:17 ` Shubhrajyoti D
2012-08-21 9:04 ` Felipe Balbi
2012-08-21 6:17 ` [PATCH 2/3] spi: omap2-mcspi: Remove the macro MOD_REG_BIT Shubhrajyoti D
2012-08-21 6:17 ` Shubhrajyoti D
2012-08-21 6:17 ` Shubhrajyoti D
2012-08-21 9:05 ` Felipe Balbi
2012-08-22 5:52 ` Shubhrajyoti
2012-08-21 6:17 ` [PATCH 3/3] spi: omap2-mcspi: At remove dont use the runtime_autosuspend calls Shubhrajyoti D
2012-08-21 6:17 ` Shubhrajyoti D
2012-08-21 6:17 ` Shubhrajyoti D
2012-08-21 9:06 ` Felipe Balbi [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120821090611.GD10347@arwen.pp.htv.fi \
--to=balbi@ti.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=shubhrajyoti@ti.com \
--cc=spi-devel-general@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.