Re: [RFC 2/7] capebus: Add beaglebone board support

2012-10-30 Thread Tony Lindgren
* Pantelis Antoniou [121030 13:18]: > On Oct 30, 2012, at 9:39 PM, Tony Lindgren wrote: > > > * Pantelis Antoniou [121030 12:00]: > >> + > >> + priv->lcdc_oh = omap_hwmod_lookup("lcdc"); > >> + if (priv->lcdc_oh == NULL) { > >> + dev_err(&pdev->dev, "Failed to lookup omap_hwmod lcdc\n

Re: [RFC 2/7] capebus: Add beaglebone board support

2012-10-30 Thread Pantelis Antoniou
On Oct 30, 2012, at 9:39 PM, Tony Lindgren wrote: > * Pantelis Antoniou [121030 12:00]: >> + >> +priv->lcdc_oh = omap_hwmod_lookup("lcdc"); >> +if (priv->lcdc_oh == NULL) { >> +dev_err(&pdev->dev, "Failed to lookup omap_hwmod lcdc\n"); >> +return -ENODEV; >> +}

Re: [RFC 2/7] capebus: Add beaglebone board support

2012-10-30 Thread Tony Lindgren
* Pantelis Antoniou [121030 12:00]: > + > + priv->lcdc_oh = omap_hwmod_lookup("lcdc"); > + if (priv->lcdc_oh == NULL) { > + dev_err(&pdev->dev, "Failed to lookup omap_hwmod lcdc\n"); > + return -ENODEV; > + } > + > + priv->lcdc_pdev = omap_device_build("da8x

Re: [RFC 2/7] capebus: Add beaglebone board support

2012-10-30 Thread Tony Lindgren
* Pantelis Antoniou [121030 12:00]: > +#include > +#include We already have queued patches to make omap_device.h private to arch/arm/mach-omap2. Then plat/clock.h will be gone with the common clock framework patches. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe l

[RFC 2/7] capebus: Add beaglebone board support

2012-10-30 Thread Pantelis Antoniou
Introduce beaglebone capebus board support. This patch creates the beaglebone's board cape bus controller. The board controller is responsible for the probing of capes at the well defined I2C address for capes, parsing the EEPROM info and matching them to specific cape drivers. On top of that, a