[APPLIED] [PATCH 3/3] [ARM] omap850: Use ck_ref clock for omap850.

2009-09-22 Thread Tony Lindgren
This patch has been applied to the linux-omap
by youw fwiendly patch wobot.

Branch in linux-omap: omap-fixes

Initial commit ID (Likely to change): 16f038289768a16888e0131471f7c7eb841d36bf

PatchWorks
http://patchwork.kernel.org/patch/45810/

Git (Likely to change, and takes a while to get mirrored)
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=16f038289768a16888e0131471f7c7eb841d36bf


--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [APPLIED] [PATCH 3/3] [ARM] omap850: Use ck_ref clock for omap850.

2009-09-22 Thread Angelo Arrifano
Tony Lindgren wrote:
 This patch has been applied to the linux-omap
 by youw fwiendly patch wobot.
 
 Branch in linux-omap: omap-fixes
 
 Initial commit ID (Likely to change): 16f038289768a16888e0131471f7c7eb841d36bf

Just a notice, this patch *as-is* will probably break the tree.

Current linux-omap still doesn't have a CK_7XX definition, which is
introduced by [RFC] OMAP1: Massive clean up of omap730/omap850 code

Sorry,
- Angelo
 
 PatchWorks
 http://patchwork.kernel.org/patch/45810/
 
 Git (Likely to change, and takes a while to get mirrored)
 http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=16f038289768a16888e0131471f7c7eb841d36bf
 
 
 --
 To unsubscribe from this list: send the line unsubscribe linux-omap in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [APPLIED] [PATCH 3/3] [ARM] omap850: Use ck_ref clock for omap850.

2009-09-22 Thread Tony Lindgren
* Angelo Arrifano mik...@gmail.com [090922 15:33]:
 Tony Lindgren wrote:
  This patch has been applied to the linux-omap
  by youw fwiendly patch wobot.
  
  Branch in linux-omap: omap-fixes
  
  Initial commit ID (Likely to change): 
  16f038289768a16888e0131471f7c7eb841d36bf
 
 Just a notice, this patch *as-is* will probably break the tree.
 
 Current linux-omap still doesn't have a CK_7XX definition, which is
 introduced by [RFC] OMAP1: Massive clean up of omap730/omap850 code

OK, let's drop it for now then and then do the massive clean up after
-rc1.

Tony

 
 Sorry,
 - Angelo
  
  PatchWorks
  http://patchwork.kernel.org/patch/45810/
  
  Git (Likely to change, and takes a while to get mirrored)
  http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=16f038289768a16888e0131471f7c7eb841d36bf
  
  
  --
  To unsubscribe from this list: send the line unsubscribe linux-omap in
  the body of a message to majord...@vger.kernel.org
  More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 3/3] [ARM] omap850: Use ck_ref clock for omap850.

2009-09-04 Thread Angelo Arrifano
This clock is required for booting.

Signed-off-by: Angelo Arrifano mik...@gmail.com
---
 arch/arm/mach-omap1/clock.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-omap1/clock.c b/arch/arm/mach-omap1/clock.c
index 436eed2..d2d5ece 100644
--- a/arch/arm/mach-omap1/clock.c
+++ b/arch/arm/mach-omap1/clock.c
@@ -75,7 +75,7 @@ struct omap_clk {

 static struct omap_clk omap_clks[] = {
/* non-ULPD clocks */
-   CLK(NULL,   ck_ref,   ck_ref,CK_16XX | CK_1510 | 
CK_310),
+   CLK(NULL,   ck_ref,   ck_ref,CK_16XX | CK_1510 | 
CK_7XX | CK_310),
CLK(NULL,   ck_dpll1, ck_dpll1,  CK_16XX | CK_1510 | 
CK_310),
/* CK_GEN1 clocks */
CLK(NULL,   ck_dpll1out,  ck_dpll1out.clk, CK_16XX),
-- 
1.6.3.3

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html