On Tue, May 24, 2011 at 1:42 PM, Joachim Holst
<jocke@holstenhof.se> wrote:
Hi again!
Sorry if I answered questions You were already aware of. Was too quick to
answer.
:-(
/Jocke!
Thanks Jocke, for your reply. As you said in your example of board-msm7x30.c file which uses platform_add_devices, my board file board-icnova_adb4000.c uses platform_device_register for the registration of all peripherals initialized under function __init ek_board_init(void). I found that platform_add_device or platform_register_device can be used for device registration.