Comment # 26 on bug 1043231 from
(In reply to Matwey Kornilov from comment #22)
> 0010-pwm-rcar-Make-use-of-pwm_is_enabled.patch:
> 
> is needed to fix:
> 
> /home/matwey/lab/linux/drivers/pwm/pwm-rcar.c: In function 'rcar_pwm_config':
> /home/matwey/lab/linux/drivers/pwm/pwm-rcar.c:160:16: error: 'PWMF_ENABLED'
> undeclared (first use in this function)
>   if (!test_bit(PWMF_ENABLED, &pwm->flags) && !duty_ns)
> 
> It is
> rk3399-pwm-0009-pwm-Move-the-enabled-disabled-info-into-pwm_state.patch who
> stole PWMF_ENABLED macro definition.
> Aarch64 team could found it by itself since pwm-rcar is required for Renesas
> R8A7795-based 64-bit boards (but CONFIG_PWM_RCAR is not enabled in arch64
> default config).
> Since pwm-rcar is useless for armv7l I think there is also option to drop
> CONFIG_PWM_RCAR from armv7l config. What would you prefer?

Dirk had disabled all Renesas ARMv7 drivers on master at one point, so please
just disable any R-Car drivers in Leap. (-> Tumbleweed for new stuff)


You are receiving this mail because: