From: Daniel Lezcano <daniel.lezcano@linaro.org>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH v2] clocksource: sh_tmu: Fix channel IRQ retrieval in legacy case
Date: Mon, 19 May 2014 14:16:47 +0000 [thread overview]
Message-ID: <537A124F.80005@linaro.org> (raw)
In-Reply-To: <1400244263-14832-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com>
On 05/16/2014 02:44 PM, Laurent Pinchart wrote:
> In the legacy platform data case each TMU platform device handles a
> single channel with a single IRQ for the platform device. Retrieve the
> IRQ using the logical channel number instead of the hardware channel
> number.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> ---
> drivers/clocksource/sh_tmu.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> This patch applies on top of the clockevents/cmt-mtu2-tmu-cleanups branch of
> the git://git.linaro.org/people/daniel.lezcano/linux.git tree. It avoids
> breaking bisection of the TMU-related platform cleanup patches, the issue it
> fixes will disappear in a later driver cleanup patch. Daniel, could you please
> apply up to clockevents/cmt-mtu2-tmu-cleanups for v3.16 ?
>
> Changes since v1:
>
> - Replace CMT by TMU in the commit message.
>
> diff --git a/drivers/clocksource/sh_tmu.c b/drivers/clocksource/sh_tmu.c
> index 4ba2c0f..ec34095 100644
> --- a/drivers/clocksource/sh_tmu.c
> +++ b/drivers/clocksource/sh_tmu.c
> @@ -498,7 +498,7 @@ static int sh_tmu_channel_setup(struct sh_tmu_channel *ch, unsigned int index,
> ch->base = tmu->mapbase + 8 + ch->index * 12;
> }
>
> - ch->irq = platform_get_irq(tmu->pdev, ch->index);
> + ch->irq = platform_get_irq(tmu->pdev, index);
> if (ch->irq < 0) {
> dev_err(&tmu->pdev->dev, "ch%u: failed to get irq\n",
> ch->index);
Applied to my tree for 3.16
Thanks
-- Daniel
--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
prev parent reply other threads:[~2014-05-19 14:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-16 12:44 [PATCH v2] clocksource: sh_tmu: Fix channel IRQ retrieval in legacy case Laurent Pinchart
2014-05-19 14:16 ` Daniel Lezcano [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=537A124F.80005@linaro.org \
--to=daniel.lezcano@linaro.org \
--cc=linux-sh@vger.kernel.org \
/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.