[linux-yocto] [PATCH 00/10] pwm related fixes for standard/intel/* branches

Bruce Ashfield bruce.ashfield at windriver.com
Thu Jul 21 20:03:59 PDT 2016


On 2016-07-21 7:47 PM, California Sullivan wrote:
> The drm forklift brought in some changes to structs and enums used by
> PWM drivers. These drivers didn't get updated, causing them to fail
> compilation. This set of backports updates the drivers to use the new
> structs and methods and fixes compilation.

merged to standard/intel/base and standard/intel/bxt-rebase.

Bruce

>
> This set of patches is also available at
> ssh://git@git.yoctoproject.org/linux-yocto-contrib -b clsulliv/pwm-fix
>
> Boris BREZILLON (3):
>   UPSTREAM: backlight: pwm_bl: Remove useless call to pwm_set_period()
>   UPSTREAM: backlight: lm3630a_bl: Stop messing with the pwm->period
>     field
>   UPSTREAM: pwm: rcar: Make use of pwm_is_enabled()
>
> Boris Brezillon (4):
>   UPSTREAM: backlight: pwm_bl: Use pwm_get_args() where appropriate
>   UPSTREAM: clk: pwm: Use pwm_get_args() where appropriate
>   UPSTREAM: pwm: Use pwm_get/set_xxx() helpers where appropriate
>   UPSTREAM: hwmon: pwm-fan: Use pwm_get_args() where appropriate
>
> Philipp Zabel (2):
>   UPSTREAM: backlight: pwm_bl: Avoid backlight flicker when probed from
>     DT
>   UPSTREAM: backlight: pwm_bl: Fix broken PWM backlight for non-dt
>     platforms
>
> Vladimir Zapolskiy (1):
>   UPSTREAM: backlight: pwm_bl: Free PWM requested by legacy API on error
>     path
>
>  drivers/clk/clk-pwm.c                | 17 ++++++++++-----
>  drivers/hwmon/pwm-fan.c              | 26 ++++++++++++++++------
>  drivers/pwm/pwm-crc.c                |  2 +-
>  drivers/pwm/pwm-lpc18xx-sct.c        |  2 +-
>  drivers/pwm/pwm-rcar.c               |  2 +-
>  drivers/pwm/pwm-sun4i.c              |  3 ++-
>  drivers/video/backlight/lm3630a_bl.c |  3 +--
>  drivers/video/backlight/pwm_bl.c     | 42 ++++++++++++++++++++++++++++++------
>  8 files changed, 73 insertions(+), 24 deletions(-)
>



More information about the linux-yocto mailing list