Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183191
b: refs/heads/master
c: e2da3aa
h: refs/heads/master
i:
  183189: b338a26
  183187: c659566
  183183: 80cedfc
v: v3
  • Loading branch information
Sekhar Nori authored and Kevin Hilman committed Feb 4, 2010
1 parent 94ba40d commit 6b360fa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c94fa15ba2d736af786ac1e56686d41987b1aba0
refs/heads/master: e2da3aaa4254d9e79d9524190fc7e5f0cbdc3c33
10 changes: 7 additions & 3 deletions trunk/arch/arm/mach-davinci/clock.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
#ifndef __ARCH_ARM_DAVINCI_CLOCK_H
#define __ARCH_ARM_DAVINCI_CLOCK_H

#include <linux/list.h>
#include <asm/clkdev.h>

#define DAVINCI_PLL1_BASE 0x01c40800
#define DAVINCI_PLL2_BASE 0x01c40c00
#define MAX_PLL 2
Expand Down Expand Up @@ -68,6 +65,11 @@
*/
#define PLL_LOCK_TIME 20

#ifndef __ASSEMBLER__

#include <linux/list.h>
#include <asm/clkdev.h>

struct pll_data {
u32 phys_base;
void __iomem *base;
Expand Down Expand Up @@ -124,3 +126,5 @@ int davinci_set_pllrate(struct pll_data *pll, unsigned int prediv,
extern struct platform_device davinci_wdt_device;

#endif

#endif
4 changes: 4 additions & 0 deletions trunk/arch/arm/mach-davinci/include/mach/psc.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,12 @@

#define MDSTAT_STATE_MASK 0x1f

#ifndef __ASSEMBLER__

extern int davinci_psc_is_clk_active(unsigned int ctlr, unsigned int id);
extern void davinci_psc_config(unsigned int domain, unsigned int ctlr,
unsigned int id, char enable);

#endif

#endif /* __ASM_ARCH_PSC_H */

0 comments on commit 6b360fa

Please sign in to comment.