Re: [PATCH 1/4] spi: sh-msiof: Remove unneeded clock name

2012-12-06 Thread Grant Likely
On Wed, 7 Nov 2012 12:40:04 +0100, Bastian Hecht hec...@gmail.com wrote: 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 hec...@gmail.com Applied, thanks. g. ---

[PATCH 1/4] spi: sh-msiof: Remove unneeded clock name

2012-11-07 Thread 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 hec...@gmail.com --- drivers/spi/spi-sh-msiof.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git

[PATCH 1/4] spi: sh-msiof: Remove unneeded clock name

2012-09-21 Thread 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 hec...@gmail.com --- drivers/spi/spi-sh-msiof.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git