[PATCH 2/3] musb: populate board_data within musb structure

2010-05-27 Thread Ajay Kumar Gupta
Added board_data within musb as it would be required in musb_platform_exit() also to unregister the nop transceiver. Also changed the signature of musb_platform_init() as now board_data can be taken from musb itself. Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com ---

RE: [PATCH 2/3] musb: populate board_data within musb structure

2010-05-27 Thread Kalliguddi, Hema
; khil...@deeprootsystems.com; Gupta, Ajay Kumar Subject: [PATCH 2/3] musb: populate board_data within musb structure Added board_data within musb as it would be required in musb_platform_exit() also to unregister the nop transceiver. Also changed the signature of musb_platform_init() as now