From: Grant Likely <grant.likely@secretlab.ca>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/4 v2] spi: sh-msiof: Remove unneeded clock name
Date: Wed, 19 Dec 2012 16:37:47 +0000 [thread overview]
Message-ID: <20121219163747.A98E93E0C08@localhost> (raw)
In-Reply-To: <1355313289-29769-1-git-send-email-hechtb+renesas@gmail.com>
On Wed, 12 Dec 2012 12:54:46 +0100, Bastian Hecht <hechtb@gmail.com> wrote:
> From: Bastian Hecht <hechtb@gmail.com>
>
> clk_get() no longer needs a character string for associating the right
> clock as this is done via the device struct now.
>
> Signed-off-by: Bastian Hecht <hechtb+renesas@gmail.com>
This change is already in mainline.
g.
WARNING: multiple messages have this Message-ID (diff)
From: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
To: Bastian Hecht <hechtb-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Cc: Magnus Damm <magnus.damm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
"linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
linux-sh-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 1/4 v2] spi: sh-msiof: Remove unneeded clock name
Date: Wed, 19 Dec 2012 16:37:47 +0000 [thread overview]
Message-ID: <20121219163747.A98E93E0C08@localhost> (raw)
In-Reply-To: <1355313289-29769-1-git-send-email-hechtb+renesas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
On Wed, 12 Dec 2012 12:54:46 +0100, Bastian Hecht <hechtb-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> From: Bastian Hecht <hechtb-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
>
> clk_get() no longer needs a character string for associating the right
> clock as this is done via the device struct now.
>
> Signed-off-by: Bastian Hecht <hechtb+renesas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
This change is already in mainline.
g.
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
WARNING: multiple messages have this Message-ID (diff)
From: grant.likely@secretlab.ca (Grant Likely)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/4 v2] spi: sh-msiof: Remove unneeded clock name
Date: Wed, 19 Dec 2012 16:37:47 +0000 [thread overview]
Message-ID: <20121219163747.A98E93E0C08@localhost> (raw)
In-Reply-To: <1355313289-29769-1-git-send-email-hechtb+renesas@gmail.com>
On Wed, 12 Dec 2012 12:54:46 +0100, Bastian Hecht <hechtb@gmail.com> wrote:
> From: Bastian Hecht <hechtb@gmail.com>
>
> clk_get() no longer needs a character string for associating the right
> clock as this is done via the device struct now.
>
> Signed-off-by: Bastian Hecht <hechtb+renesas@gmail.com>
This change is already in mainline.
g.
next prev parent reply other threads:[~2012-12-19 16:37 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-12 11:54 [PATCH 1/4 v2] spi: sh-msiof: Remove unneeded clock name Bastian Hecht
2012-12-12 11:54 ` Bastian Hecht
2012-12-12 11:54 ` Bastian Hecht
2012-12-12 11:54 ` [PATCH 2/4 v2] spi: Add SH Mobile series as dependency to MSIOF controller Bastian Hecht
2012-12-12 11:54 ` Bastian Hecht
2012-12-12 11:54 ` Bastian Hecht
2012-12-19 16:39 ` Grant Likely
2012-12-19 16:39 ` Grant Likely
2012-12-19 16:39 ` Grant Likely
2012-12-12 11:54 ` [PATCH 3/4 v2] spi: sh-msiof: Add device tree parsing to driver Bastian Hecht
2012-12-12 11:54 ` Bastian Hecht
2012-12-12 11:54 ` Bastian Hecht
2012-12-17 2:10 ` Nobuhiro Iwamatsu
2012-12-17 2:10 ` Nobuhiro Iwamatsu
2012-12-17 2:10 ` Nobuhiro Iwamatsu
2012-12-17 11:25 ` Bastian Hecht
2012-12-17 11:25 ` Bastian Hecht
2012-12-17 11:25 ` Bastian Hecht
2012-12-19 16:41 ` Grant Likely
2012-12-19 16:41 ` Grant Likely
2012-12-19 16:41 ` Grant Likely
2012-12-12 11:54 ` [PATCH 4/4 v2] devicetree: Add Renesas SH Mobile MSIOF spi controller binding doc Bastian Hecht
2012-12-12 11:54 ` Bastian Hecht
2012-12-12 11:54 ` Bastian Hecht
2012-12-19 16:41 ` Grant Likely
2012-12-19 16:41 ` Grant Likely
2012-12-19 16:41 ` Grant Likely
2012-12-19 16:37 ` Grant Likely [this message]
2012-12-19 16:37 ` [PATCH 1/4 v2] spi: sh-msiof: Remove unneeded clock name Grant Likely
2012-12-19 16:37 ` Grant Likely
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=20121219163747.A98E93E0C08@localhost \
--to=grant.likely@secretlab.ca \
--cc=linux-arm-kernel@lists.infradead.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.