Merge tag 'davinci-for-v3.8/soc' of git://gitorious.org/linux-davinci/linux-davinci into next/soc
From Sekhar Nori: SoC updates for DaVinci. Changes include: 1) Support for PRUSS UIO driver for DA850 SoC and related SRAM support updates. 2) Prepration for common clock migration 3) Serial support related changes for DA850 DT boot * tag 'davinci-for-v3.8/soc' of git://gitorious.org/linux-davinci/linux-davinci: ARM: davinci: da8xx: add DA850 PRUSS support ARM: davinci: add platform hook to fetch the SRAM pool ARM: davinci: da850: changed SRAM allocator to shared ram. ARM: davinci: sram: switch from iotable to ioremapped regions uio: uio_pruss: replace private SRAM API with genalloc ARM: davinci: serial: provide API to initialze UART clocks ARM: davinci: convert platform code to use clk_prepare/clk_unprepare Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
|
||||
/* To configure the PRUSS INTC base offset for UIO driver */
|
||||
struct uio_pruss_pdata {
|
||||
u32 pintc_base;
|
||||
u32 pintc_base;
|
||||
struct gen_pool *sram_pool;
|
||||
};
|
||||
#endif /* _UIO_PRUSS_H_ */
|
||||
|
||||
Reference in New Issue
Block a user