From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Date: Wed, 19 Dec 2012 16:37:47 +0000 Subject: Re: [PATCH 1/4 v2] spi: sh-msiof: Remove unneeded clock name Message-Id: <20121219163747.A98E93E0C08@localhost> List-Id: References: <1355313289-29769-1-git-send-email-hechtb+renesas@gmail.com> In-Reply-To: <1355313289-29769-1-git-send-email-hechtb+renesas@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Wed, 12 Dec 2012 12:54:46 +0100, Bastian Hecht wrote: > From: Bastian Hecht > > 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 This change is already in mainline. g. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [PATCH 1/4 v2] spi: sh-msiof: Remove unneeded clock name Date: Wed, 19 Dec 2012 16:37:47 +0000 Message-ID: <20121219163747.A98E93E0C08@localhost> References: <1355313289-29769-1-git-send-email-hechtb+renesas@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Magnus Damm , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , linux-sh-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Bastian Hecht , spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Return-path: In-Reply-To: <1355313289-29769-1-git-send-email-hechtb+renesas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: spi-devel-general-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Id: linux-spi.vger.kernel.org On Wed, 12 Dec 2012 12:54:46 +0100, Bastian Hecht wrote: > From: Bastian Hecht > > 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 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: grant.likely@secretlab.ca (Grant Likely) Date: Wed, 19 Dec 2012 16:37:47 +0000 Subject: [PATCH 1/4 v2] spi: sh-msiof: Remove unneeded clock name In-Reply-To: <1355313289-29769-1-git-send-email-hechtb+renesas@gmail.com> References: <1355313289-29769-1-git-send-email-hechtb+renesas@gmail.com> Message-ID: <20121219163747.A98E93E0C08@localhost> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, 12 Dec 2012 12:54:46 +0100, Bastian Hecht wrote: > From: Bastian Hecht > > 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 This change is already in mainline. g.