[linux-yocto] [PATCH 00/11] Backport PWM patches from mainline kernel into linux-yocto-4.1

Bruce Ashfield bruce.ashfield at windriver.com
Tue Mar 29 14:28:40 PDT 2016


On 2016-03-28 3:43 AM, Tan Jui Nee wrote:
> Hi Bruce,
>
> The patches are PWM backport for Intel Broxton that are available in
> the mainline Linux kernel.
>
> The following patches are to enable PWM driver support for Intel Broxton.
> 	pwm: lpss: Add support for multiple PWMs
> 	pwm: lpss: Support all four PWMs on Intel Broxton
> 	pwm: lpss: Add more Intel Broxton IDs
> 	pwm: lpss: Add support for runtime PM
> 	pwm: lpss: Remove ->free() callback
> 	pwm: lpss: Update PWM setting for Broxton
> 	pwm: lpss: Select core part automatically
> 	pwm: lpss: Rework the sequence of programming PWM_SW_UPDATE
> 	pwm: Add the pwm_is_enabled() helper
>
> The rest of the patches are dependency patches, to ensure
> the above patches applied cleanly to the branch.
>
> The patches are targeted to merge into linux-yocto-4.1 on
> standard/base branch.
>
> Please review and provide feedback if any.

staged. I'll send SRCREV updates when my builds complete.

Bruce

>
> Thanks and best regards,
> Juinee
>
> Alexandre Belloni (2):
>    pwm: atmel: Fix incorrect CDTY value after enabling
>    pwm: atmel: Fix incorrect CDTY value after disabling
>
> Andy Shevchenko (1):
>    pwm: lpss: Select core part automatically
>
> Boris Brezillon (1):
>    pwm: Add the pwm_is_enabled() helper
>
> Mika Westerberg (5):
>    pwm: lpss: Add support for multiple PWMs
>    pwm: lpss: Support all four PWMs on Intel Broxton
>    pwm: lpss: Add more Intel Broxton IDs
>    pwm: lpss: Remove ->free() callback
>    pwm: lpss: Rework the sequence of programming PWM_SW_UPDATE
>
> Qipeng Zha (1):
>    pwm: lpss: Add support for runtime PM
>
> qipeng.zha (1):
>    pwm: lpss: Update PWM setting for Broxton
>
>   drivers/pwm/Kconfig             |  15 ++----
>   drivers/pwm/core.c              |   4 +-
>   drivers/pwm/pwm-atmel-tcb.c     |   2 +-
>   drivers/pwm/pwm-atmel.c         |  67 ++++++++++++++++-------
>   drivers/pwm/pwm-bcm-kona.c      |   4 +-
>   drivers/pwm/pwm-ep93xx.c        |   4 +-
>   drivers/pwm/pwm-imx.c           |   2 +-
>   drivers/pwm/pwm-lpss-pci.c      |  35 ++++++++++++
>   drivers/pwm/pwm-lpss-platform.c |   7 +++
>   drivers/pwm/pwm-lpss.c          | 117 +++++++++++++++++++++++++++-------------
>   drivers/pwm/pwm-lpss.h          |   3 ++
>   drivers/pwm/pwm-mxs.c           |   4 +-
>   drivers/pwm/pwm-renesas-tpu.c   |   2 +-
>   drivers/pwm/pwm-tegra.c         |   6 +--
>   drivers/pwm/pwm-tiecap.c        |  10 ++--
>   drivers/pwm/pwm-tiehrpwm.c      |   6 +--
>   drivers/pwm/sysfs.c             |   2 +-
>   include/linux/pwm.h             |   5 ++
>   18 files changed, 206 insertions(+), 89 deletions(-)
>



More information about the linux-yocto mailing list