add initial 2.6.28 support for brcm47xx target

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 13909
This commit is contained in:
Felix Fietkau
2009-01-06 22:36:41 +00:00
parent 74429f0961
commit c2b878a384
24 changed files with 3221 additions and 0 deletions

View File

@@ -32,10 +32,12 @@ static inline u32 gpio_control(u32 mask, u32 value)
return ssb_gpio_control(&ssb, mask, value);
}
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,28)
static inline u32 gpio_intmask(u32 mask, u32 value)
{
return ssb_gpio_intmask(&ssb, mask, value);
}
#endif
static inline u32 gpio_intpolarity(u32 mask, u32 value)
{