On Sat, May 21, 2022 at 01:02:03PM +0200, Uwe Kleine-König wrote: > There are no drivers left providing the legacy callbacks. So drop > support for these. > > If this commit breaks your out-of-tree pwm driver, look at e.g. commit > ec00cd5e63f0 ("pwm: renesas-tpu: Implement .apply() callback") for an > example of the needed conversion for your driver. > > Signed-off-by: Uwe Kleine-König > --- > Hello, > > on top of current Thierry's for-next branch this compiles just fine > an allmodconfig on arm64, m68k, powerpc, riscv, s390, sparc64 and x86_64 > after cherry-picking 357ad4d89828 ("sound/oss/dmasound: fix > 'dmasound_setup' defined but not used") to fix an unrelated problem. > > Still I think it would be nice to have this cooking in next for some > time after the next merge window closes. > > Best regards > Uwe > > drivers/pwm/core.c | 82 +-------------------------------------------- > include/linux/pwm.h | 12 ------- > 2 files changed, 1 insertion(+), 93 deletions(-) Applied, thanks. Thierry