All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] spi: sh-hspi: Do not specifically request shyway_clk clock
@ 2014-04-14  1:41 ` Simon Horman
  0 siblings, 0 replies; 16+ messages in thread
From: Simon Horman @ 2014-04-14  1:41 UTC (permalink / raw)
  To: Mark Brown, linux-spi, linux-sh; +Cc: Magnus Damm, Simon Horman

Rather than requesting the shyway_clk call clk_get with
the device and a NULL con_id.

This is in keeping with the way that clk_get() is called
on other drivers used by Renesas Gen 1 SoCs. And I believe
it is compatible with supplying clocks via DT, unlike the current code.


This series supplies a fix for the r8a7778, a consumer of the driver,
so that the hspi clocks it supplies have the correct source.

And a fix for the sh-hspi driver to address the problem
described above.


Mark, as the first mach-shmobile patch is a run-time dependency for the
second SPI driver patch could you consider taking both of them?

I have checked and I do not expect any conflicts anywhere between
v3.14-rc1 and what I have queued up in the devel branch of my renesas tree.


Simon Horman (2):
  ARM: shmobile: r8a7778: Use clks as MSTP007 parent
  spi: sh-hspi: Do not specifically request shyway_clk clock

 arch/arm/mach-shmobile/clock-r8a7778.c | 2 +-
 drivers/spi/spi-sh-hspi.c              | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
1.8.5.2


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2014-04-14 20:15 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-14  1:41 [PATCH v3 0/2] spi: sh-hspi: Do not specifically request shyway_clk clock Simon Horman
2014-04-14  1:41 ` Simon Horman
     [not found] ` <1397439698-30123-1-git-send-email-horms+renesas-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>
2014-04-14  1:41   ` [PATCH v3 1/2] ARM: shmobile: r8a7778: Use clks as MSTP007 parent Simon Horman
2014-04-14  1:41     ` Simon Horman
2014-04-14  9:27     ` Laurent Pinchart
2014-04-14  9:27       ` Laurent Pinchart
2014-04-14 20:14     ` Mark Brown
2014-04-14 20:14       ` Mark Brown
2014-04-14  1:41   ` [PATCH v2 repost 1/2] ARM: shmobile: r8a7779: " Simon Horman
2014-04-14  1:41     ` Simon Horman
     [not found]     ` <1397439698-30123-3-git-send-email-horms+renesas-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>
2014-04-14  1:59       ` Simon Horman
2014-04-14  1:59         ` Simon Horman
2014-04-14  1:41 ` [PATCH v3 2/2] spi: sh-hspi: Do not specifically request shyway_clk clock Simon Horman
2014-04-14  1:41   ` Simon Horman
     [not found]   ` <1397439698-30123-4-git-send-email-horms+renesas-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>
2014-04-14 20:15     ` Mark Brown
2014-04-14 20:15       ` Mark Brown

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.