On Wed, Sep 12, 2012 at 05:03:29PM +0530, Sachin Kamat wrote:
> This series adds support for generic PWM framework which requires
> that the board setup code register a static mapping that can be
> used to match PWM consumers to providers.
> 
> This series is based on for-next branch of Kukjin's tree.
> 
> Sachin Kamat (2):
>   ARM: EXYNOS: Add generic PWM lookup support for SMDK4X12
>   ARM: EXYNOS: Add generic PWM lookup support for SMDKV310
> 
> Tushar Behera (1):
>   ARM: EXYNOS: Use generic pwm driver in Origen board
> 
>  arch/arm/mach-exynos/Kconfig         |    3 +++
>  arch/arm/mach-exynos/mach-origen.c   |    6 ++++++
>  arch/arm/mach-exynos/mach-smdk4x12.c |    6 ++++++
>  arch/arm/mach-exynos/mach-smdkv310.c |    7 +++++++
>  4 files changed, 22 insertions(+), 0 deletions(-)

These look great. I'm glad somebody's starting to convert boards to use
the lookup tables. Eventually when every board has been converted we can
transition to the new API by getting rid of pwm_request() and pwm_free()
in the user drivers and using only the counterparts from the new API.

All three patches: Reviewed-by: <thierry.red...@avionic-design.de>

Attachment: pgpVPFCDl13En.pgp
Description: PGP signature

Reply via email to