diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2011-07-17 01:06:05 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-07-19 17:03:11 -0400 |
commit | 6f53912fc317ab130bd910c5c30420a21ea38115 (patch) | |
tree | 780ce23098e2cc10eb43eede985f1f64ae6bcda7 /include/linux | |
parent | 7424dd0d03502b9844b96bf6efd0716b79c36607 (diff) | |
download | linux-3.10-6f53912fc317ab130bd910c5c30420a21ea38115.tar.gz linux-3.10-6f53912fc317ab130bd910c5c30420a21ea38115.tar.bz2 linux-3.10-6f53912fc317ab130bd910c5c30420a21ea38115.zip |
bcma: allow enabling PLL
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/bcma/bcma.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/bcma/bcma.h b/include/linux/bcma/bcma.h index 37017c1cc6b..cc1582d24fb 100644 --- a/include/linux/bcma/bcma.h +++ b/include/linux/bcma/bcma.h @@ -260,5 +260,7 @@ extern void bcma_core_disable(struct bcma_device *core, u32 flags); extern int bcma_core_enable(struct bcma_device *core, u32 flags); extern void bcma_core_set_clockmode(struct bcma_device *core, enum bcma_clkmode clkmode); +extern void bcma_core_pll_ctl(struct bcma_device *core, u32 req, u32 status, + bool on); #endif /* LINUX_BCMA_H_ */ |