Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OMAP2430/3xxx: clock: add modem clock autoidle support | Paul Walmsley | 2011-03-07 | 1 | -0/+9 |
| | | | | | | | | | | OMAP2430 and OMAP3xxx have modem autoidle bits that are actually attached to clocks with CM_FCLKEN bits; add the code and data to handle these. Signed-off-by: Paul Walmsley <paul@pwsan.com> Tested-by: Rajendra Nayak <rnayak@ti.com> Reviewed-by: Kevin Hilman <khilman@ti.com> | ||||
* | OMAP2+: clock: add interface clock type code with autoidle support | Paul Walmsley | 2011-03-07 | 1 | -0/+73 |
Add interface clock type code with autoidle enable/disable support. The clkops structures created in this file will be used for all OMAP2/3 interface clocks with autoidle support. They will enable the clock framework to control interface clock autoidle directly. Signed-off-by: Paul Walmsley <paul@pwsan.com> Tested-by: Rajendra Nayak <rnayak@ti.com> Reviewed-by: Kevin Hilman <khilman@ti.com> |