Re: [PATCH v6 15/16] OMAP2+: UART: Enable back uart clocks with runtime API for early console

2011-10-12 Thread Govindraj
On Wed, Oct 12, 2011 at 2:36 AM, Kevin Hilman khil...@ti.com wrote: Govindraj.R govindraj.r...@ti.com writes: For the early console probing we had avoided hwmod reset and idling and uart was idled using hwmod API and enabled back using omap_device API after omap_device registration. Now

Re: [PATCH v6 15/16] OMAP2+: UART: Enable back uart clocks with runtime API for early console

2011-10-12 Thread Kevin Hilman
Govindraj govindraj...@gmail.com writes: On Wed, Oct 12, 2011 at 2:36 AM, Kevin Hilman khil...@ti.com wrote: Govindraj.R govindraj.r...@ti.com writes: For the early console probing we had avoided hwmod reset and idling and uart was idled using hwmod API and enabled back using omap_device API

Re: [PATCH v6 15/16] OMAP2+: UART: Enable back uart clocks with runtime API for early console

2011-10-12 Thread Govindraj
On Thu, Oct 13, 2011 at 5:30 AM, Kevin Hilman khil...@ti.com wrote: Govindraj govindraj...@gmail.com writes: On Wed, Oct 12, 2011 at 2:36 AM, Kevin Hilman khil...@ti.com wrote: Govindraj.R govindraj.r...@ti.com writes: For the early console probing we had avoided hwmod reset and idling and

Re: [PATCH v6 15/16] OMAP2+: UART: Enable back uart clocks with runtime API for early console

2011-10-11 Thread Kevin Hilman
Govindraj.R govindraj.r...@ti.com writes: For the early console probing we had avoided hwmod reset and idling and uart was idled using hwmod API and enabled back using omap_device API after omap_device registration. Now since we are using runtime API's to enable back uart, move hwmod idling

[PATCH v6 15/16] OMAP2+: UART: Enable back uart clocks with runtime API for early console

2011-09-30 Thread Govindraj.R
For the early console probing we had avoided hwmod reset and idling and uart was idled using hwmod API and enabled back using omap_device API after omap_device registration. Now since we are using runtime API's to enable back uart, move hwmod idling and use runtime API to enable back UART.