All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
To: Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>,
	arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH] ARM: tegra: fix tegra_powergate_sequence_power_up() inline
Date: Tue, 14 Jan 2014 08:04:40 -0800	[thread overview]
Message-ID: <87k3e28s87.fsf@linaro.org> (raw)
In-Reply-To: <20140114134225.GC10936-AwZRO8vwLAwmlAP/+Wk3EA@public.gmane.org> (Thierry Reding's message of "Tue, 14 Jan 2014 14:42:26 +0100")

Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> On Mon, Jan 13, 2014 at 03:01:42PM -0700, Stephen Warren wrote:
>> From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
>> 
>> Remove an invalid semicolon from the inline dummy, thus solving:
>> In file included from drivers/gpu/drm/tegra/gr3d.c:15:0:
>> include/linux/tegra-powergate.h:119:1: error: expected identifier or '(' before '{' token
>> 
>> Fixes: 80b28791ff04 ("ARM: tegra: pass reset to tegra_powergate_sequence_power_up()")
>> Reported-by: Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
>> Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
>> ---
>>  include/linux/tegra-powergate.h | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> Reviewed-by: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

Applied to next/soc (where the offending patch was merged), merged into
for-next, and pushed out.

Kevin

WARNING: multiple messages have this Message-ID (diff)
From: khilman@linaro.org (Kevin Hilman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: tegra: fix tegra_powergate_sequence_power_up() inline
Date: Tue, 14 Jan 2014 08:04:40 -0800	[thread overview]
Message-ID: <87k3e28s87.fsf@linaro.org> (raw)
In-Reply-To: <20140114134225.GC10936@ulmo.nvidia.com> (Thierry Reding's message of "Tue, 14 Jan 2014 14:42:26 +0100")

Thierry Reding <thierry.reding@gmail.com> writes:

> On Mon, Jan 13, 2014 at 03:01:42PM -0700, Stephen Warren wrote:
>> From: Stephen Warren <swarren@nvidia.com>
>> 
>> Remove an invalid semicolon from the inline dummy, thus solving:
>> In file included from drivers/gpu/drm/tegra/gr3d.c:15:0:
>> include/linux/tegra-powergate.h:119:1: error: expected identifier or '(' before '{' token
>> 
>> Fixes: 80b28791ff04 ("ARM: tegra: pass reset to tegra_powergate_sequence_power_up()")
>> Reported-by: Russell King <linux@arm.linux.org.uk>
>> Signed-off-by: Stephen Warren <swarren@nvidia.com>
>> ---
>>  include/linux/tegra-powergate.h | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> Reviewed-by: Thierry Reding <treding@nvidia.com>

Applied to next/soc (where the offending patch was merged), merged into
for-next, and pushed out.

Kevin

  parent reply	other threads:[~2014-01-14 16:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-13 22:01 [PATCH] ARM: tegra: fix tegra_powergate_sequence_power_up() inline Stephen Warren
2014-01-13 22:01 ` Stephen Warren
     [not found] ` <1389650502-30017-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2014-01-14 13:42   ` Thierry Reding
2014-01-14 13:42     ` Thierry Reding
     [not found]     ` <20140114134225.GC10936-AwZRO8vwLAwmlAP/+Wk3EA@public.gmane.org>
2014-01-14 16:04       ` Kevin Hilman [this message]
2014-01-14 16:04         ` Kevin Hilman

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=87k3e28s87.fsf@linaro.org \
    --to=khilman-qsej5fyqhm4dnm+yrofe0a@public.gmane.org \
    --cc=arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org \
    --cc=swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
    --cc=thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.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.