* [PATCH 00/09] SuperH clkdev rework round 2
@ 2010-05-11 4:59 Magnus Damm
2010-05-11 7:05 ` [PATCH 00/09] SuperH clkdev rework round 3 Magnus Damm
2010-05-13 8:49 ` [PATCH 00/09] SuperH clkdev rework round 2 Paul Mundt
0 siblings, 2 replies; 3+ messages in thread
From: Magnus Damm @ 2010-05-11 4:59 UTC (permalink / raw)
To: linux-sh
SuperH clkdev rework round 2
[PATCH 01/09] sh: sh7343 mstp32 index rework
[PATCH 02/09] sh: sh7343 mstp32 clkdev lookup
[PATCH 03/09] sh: sh7366 mstp32 index rework
[PATCH 04/09] sh: sh7366 mstp32 clkdev lookup
[PATCH 05/09] sh: sh7785 mstp32 index rework
[PATCH 06/09] sh: sh7785 mstp32 clkdev lookup
[PATCH 07/09] sh: sh7786 mstp32 index rework
[PATCH 08/09] sh: sh7786 mstp32 clkdev lookup
[PATCH 09/09] sh: get rid of mstp32 clock name and id
These patches contain the second part of the clkdev rework
for SH. In this round mstp32 clocks are converted. The first
8 patches are broken as two patches per processor. The final
patch changes a header file and modifies code for all cpus.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
arch/sh/include/asm/clock.h | 15 -
arch/sh/kernel/cpu/sh4a/clock-sh7343.c | 257 ++++++++++++++++++++------------
arch/sh/kernel/cpu/sh4a/clock-sh7366.c | 226 +++++++++++++++++-----------
arch/sh/kernel/cpu/sh4a/clock-sh7785.c | 153 ++++++++++++-------
arch/sh/kernel/cpu/sh4a/clock-sh7786.c | 207 ++++++++++++++++---------
5 files changed, 550 insertions(+), 308 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 00/09] SuperH clkdev rework round 3
2010-05-11 4:59 [PATCH 00/09] SuperH clkdev rework round 2 Magnus Damm
@ 2010-05-11 7:05 ` Magnus Damm
2010-05-13 8:49 ` [PATCH 00/09] SuperH clkdev rework round 2 Paul Mundt
1 sibling, 0 replies; 3+ messages in thread
From: Magnus Damm @ 2010-05-11 7:05 UTC (permalink / raw)
To: linux-sh
SuperH clkdev rework round 3
[PATCH 01/09] sh: div4 reparent workaround
[PATCH 02/09] sh: sh7722 div4 clkdev lookup
[PATCH 03/09] sh: sh7723 div4 clkdev lookup
[PATCH 04/09] sh: sh7724 div4 clkdev lookup
[PATCH 05/09] sh: sh7343 div4 clkdev lookup
[PATCH 06/09] sh: sh7366 div4 clkdev lookup
[PATCH 07/09] sh: sh7785 div4 clkdev lookup
[PATCH 08/09] sh: sh7786 div4 clkdev lookup
[PATCH 09/09] sh: get rid of div4 clock name
These patches contain the third part of the clkdev rework
for SH. In this round div4 clocks are converted.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
arch/sh/include/asm/clock.h | 15 ++++++--------
arch/sh/kernel/cpu/clock-cpg.c | 7 +++++-
arch/sh/kernel/cpu/sh4a/clock-sh7343.c | 30 +++++++++++++++++++----------
arch/sh/kernel/cpu/sh4a/clock-sh7366.c | 30 +++++++++++++++++++----------
arch/sh/kernel/cpu/sh4a/clock-sh7722.c | 33 +++++++++++++++++++++-----------
arch/sh/kernel/cpu/sh4a/clock-sh7723.c | 33 +++++++++++++++++++++-----------
arch/sh/kernel/cpu/sh4a/clock-sh7724.c | 21 +++++++++++++-------
arch/sh/kernel/cpu/sh4a/clock-sh7785.c | 30 +++++++++++++++++++----------
arch/sh/kernel/cpu/sh4a/clock-sh7786.c | 24 +++++++++++++++--------
9 files changed, 147 insertions(+), 76 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 00/09] SuperH clkdev rework round 2
2010-05-11 4:59 [PATCH 00/09] SuperH clkdev rework round 2 Magnus Damm
2010-05-11 7:05 ` [PATCH 00/09] SuperH clkdev rework round 3 Magnus Damm
@ 2010-05-13 8:49 ` Paul Mundt
1 sibling, 0 replies; 3+ messages in thread
From: Paul Mundt @ 2010-05-13 8:49 UTC (permalink / raw)
To: linux-sh
On Tue, May 11, 2010 at 01:59:33PM +0900, Magnus Damm wrote:
> [PATCH 01/09] sh: sh7343 mstp32 index rework
> [PATCH 02/09] sh: sh7343 mstp32 clkdev lookup
> [PATCH 03/09] sh: sh7366 mstp32 index rework
> [PATCH 04/09] sh: sh7366 mstp32 clkdev lookup
> [PATCH 05/09] sh: sh7785 mstp32 index rework
> [PATCH 06/09] sh: sh7785 mstp32 clkdev lookup
> [PATCH 07/09] sh: sh7786 mstp32 index rework
> [PATCH 08/09] sh: sh7786 mstp32 clkdev lookup
> [PATCH 09/09] sh: get rid of mstp32 clock name and id
On Tue, May 11, 2010 at 04:05:01PM +0900, Magnus Damm wrote:
> [PATCH 01/09] sh: div4 reparent workaround
> [PATCH 02/09] sh: sh7722 div4 clkdev lookup
> [PATCH 03/09] sh: sh7723 div4 clkdev lookup
> [PATCH 04/09] sh: sh7724 div4 clkdev lookup
> [PATCH 05/09] sh: sh7343 div4 clkdev lookup
> [PATCH 06/09] sh: sh7366 div4 clkdev lookup
> [PATCH 07/09] sh: sh7785 div4 clkdev lookup
> [PATCH 08/09] sh: sh7786 div4 clkdev lookup
> [PATCH 09/09] sh: get rid of div4 clock name
On Tue, May 11, 2010 at 06:35:04PM +0900, Magnus Damm wrote:
> [PATCH 01/15] sh: switch legacy clocks to clkdev
> [PATCH 02/15] sh: switch sh7724 to clkdev
> [PATCH 03/15] sh: switch sh7723 to clkdev
> [PATCH 04/15] sh: switch sh7722 to clkdev
> [PATCH 05/15] sh: switch sh7343 to clkdev
> [PATCH 06/15] sh: switch sh7366 to clkdev
> [PATCH 07/15] sh: switch sh7785 to clkdev
> [PATCH 08/15] sh: switch sh7786 to clkdev
> [PATCH 09/15] sh: switch sh7780 to clkdev
> [PATCH 10/15] sh: switch sh7763 to clkdev
> [PATCH 11/15] sh: switch sh7757 to clkdev
> [PATCH 12/15] sh: switch shx3 to clkdev
> [PATCH 13/15] sh: switch sh4-202 to clkdev
> [PATCH 14/15] sh: switch boards to clkdev
> [PATCH 15/15] sh: remove unused clock lookup
On Tue, May 11, 2010 at 10:29:09PM +0900, Magnus Damm wrote:
> [PATCH 01/03] sh: move sh asm/clock.h contents to linux/sh_clk.h V2
> [PATCH 02/03] sh: move sh clock.c contents to drivers/sh/clk.
> [PATCH 03/03] sh: move sh clock-cpg.c contents to drivers/sh/clk-cpg.c
All applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-05-13 8:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-11 4:59 [PATCH 00/09] SuperH clkdev rework round 2 Magnus Damm
2010-05-11 7:05 ` [PATCH 00/09] SuperH clkdev rework round 3 Magnus Damm
2010-05-13 8:49 ` [PATCH 00/09] SuperH clkdev rework round 2 Paul Mundt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).