RE: [Regression?] Removed regulator support in ehci-omap

2011-04-24 Thread Keshava Munegowda
-Original Message- From: Alan Ott [mailto:a...@signal11.us] Sent: Friday, April 22, 2011 6:41 AM To: Keshava Munegowda Cc: Dmitry Artamonow; Steve Sakoman; Steve Calfee; Felipe Balbi; linux-...@vger.kernel.org; linux- o...@vger.kernel.org; linux-ker...@vger.kernel.org Subject: Re:

[PATCH v2 1/2] arm: omap: fix bug with multiple smsc911x devices

2011-04-24 Thread Igor Grinberg
kobject (c06a4250): tried to init an initialized object, something is seriously wrong. introduced by commit 66293989: (omap: convert boards that use SMSC911x to use gpmc-smsc911x) fixed by allocating struct platform_device dynamically. Signed-off-by: Igor Grinberg grinb...@compulab.co.il ---

[PATCH 1/4] omap: consolidate touch screen initialization among different boards

2011-04-24 Thread Mike Rapoport
Add common-board-devices.c that will contain the code for peripheral devices initializatoin shared between multiple boards. Start small with touchscreen initialization. Signed-off-by: Mike Rapoport m...@compulab.co.il --- arch/arm/mach-omap2/Makefile |2 +

[PATCH 3/4] omap: move detection of NAND CS to common-board-devices

2011-04-24 Thread Mike Rapoport
and reduce amount of copy/paste Signed-off-by: Mike Rapoport m...@compulab.co.il --- arch/arm/mach-omap2/board-devkit8000.c | 43 +- arch/arm/mach-omap2/board-omap3beagle.c| 45 +-- arch/arm/mach-omap2/board-omap3touchbook.c | 45

[PATCH 2/4] omap: use common initialization for PMIC i2c bus

2011-04-24 Thread Mike Rapoport
Introduce omap_pmic_init that registers i2c bus and PMIC device on that bus and add omap2/3/4 wrappers for common cases. Signed-off-by: Mike Rapoport m...@compulab.co.il --- arch/arm/mach-omap2/board-2430sdp.c | 13 ++--- arch/arm/mach-omap2/board-3430sdp.c | 12

[PATCH 4/4] omap: musb: introduce default baord config

2011-04-24 Thread Mike Rapoport
Most boards use exactly the same configuration for musb initialization. Create a default that can be shared amount different boards. Signed-off-by: Mike Rapoport m...@compulab.co.il --- arch/arm/mach-omap2/board-2430sdp.c |7 +-- arch/arm/mach-omap2/board-3430sdp.c |