disable dsp freq use for vlynq bus clock init, disable external clocking (it locks up on c54apra2+) and revert to internal clocking trying various clock divisors. cleanup: * remove volative and use readl & writel accessors instead * use set_irq_chip & friends for irq setup * use kzalloc instead of kmalloc * secure VINT_VECTOR macro argument * remove unused vlynq_local_id function

SVN-Revision: 8750
This commit is contained in:
Nicolas Thill
2007-09-11 14:50:43 +00:00
parent a6cda9c4bc
commit 2ef23a0fd9
2 changed files with 79 additions and 80 deletions

View File

@@ -76,7 +76,6 @@ static inline int vlynq_register_driver(struct vlynq_driver *driver)
extern void vlynq_unregister_driver(struct vlynq_driver *driver);
extern int vlynq_device_enable(struct vlynq_device *dev);
extern void vlynq_device_disable(struct vlynq_device *dev);
extern u32 vlynq_local_id(struct vlynq_device *dev);
extern u32 vlynq_remote_id(struct vlynq_device *dev);
extern void vlynq_set_local_mapping(struct vlynq_device *dev,
u32 tx_offset,