Communication protocol through PCI between host and target

2009-01-03 Thread arun c
Hi all, I am a newbie here please bear with me. In my custom board the communication between host and target should happen through PCI interface. The target processor runs u-boot, and host processor is running linux. The target devices will be accessed from the host by /dev nodes. To reduce

RE: Communication protocol through PCI between host and target

2009-01-03 Thread Dasgupta, Romit
PCI defines its own communication protocol. Your target firmware should implement the mandatory PCI Config space protocol and what you want to do on accessing the PCI I/O space. At this point of time I think you should ask what type of device is your target going to look like. If your target

omap mmc: remove duplicated #include's

2009-01-03 Thread Huang Weiyi
Removed duplicated #include's in arch/arm/mach-omap1/board-voiceblue.c Signed-off-by: Huang Weiyi weiyi.hu...@gmail.com diff --git a/arch/arm/mach-omap1/board-voiceblue.c b/arch/arm/mach-omap1/board-voiceblue.c index c224f3c..a765354 100644 --- a/arch/arm/mach-omap1/board-voiceblue.c +++