Hi Uwe, > -----Original Message----- > From: Uwe Kleine-König <[email protected]> > Sent: Friday, August 4, 2023 11:27 PM > To: Thierry Reding <[email protected]>; Laurent Pinchart > <[email protected]> > Cc: Linus Walleij <[email protected]>; Bartosz Golaszewski > <[email protected]>; Andy Shevchenko <[email protected]>; Douglas Anderson > <[email protected]>; Andrzej Hajda <[email protected]>; Neil > Armstrong <[email protected]>; Robert Foss <[email protected]>; > Jonas Karlman <[email protected]>; Jernej Skrabec > <[email protected]>; David Airlie <[email protected]>; Daniel Vetter > <[email protected]>; Pavel Machek <[email protected]>; Lee Jones > <[email protected]>; Hector Martin <[email protected]>; Sven Peter > <[email protected]>; Alyssa Rosenzweig <[email protected]>; Nicolas > Ferre <[email protected]>; Alexandre Belloni > <[email protected]>; Claudiu Beznea > <[email protected]>; Ray Jui <[email protected]>; Scott > Branden <[email protected]>; Broadcom internal kernel review list > <[email protected]>; Florian Fainelli > <[email protected]>; Alexander Shiyan <[email protected]>; > Benson Leung <[email protected]>; Guenter Roeck > <[email protected]>; Shawn Guo <[email protected]>; Sascha > Hauer <[email protected]>; Pengutronix Kernel Team > <[email protected]>; Fabio Estevam <[email protected]>; NXP > Linux Team <[email protected]>; Paul Cercueil <[email protected]>; > Vladimir Zapolskiy <[email protected]>; Kevin Hilman <[email protected]>; > Jerome Brunet <[email protected]>; Martin Blumenstingl > <[email protected]>; Conor Dooley > <[email protected]>; Daire McNamara > <[email protected]>; Matthias Brugger > <[email protected]>; AngeloGioacchino Del Regno > <[email protected]>; Jonathan Neuschäfer > <[email protected]>; Heiko Stuebner <[email protected]>; Krzysztof > Kozlowski <[email protected]>; Alim Akhtar > <[email protected]>; Palmer Dabbelt <[email protected]>; Paul > Walmsley <[email protected]>; Michael Walle <[email protected]>; > Orson Zhai <[email protected]>; Baolin Wang > <[email protected]>; Chunyan Zhang > <[email protected]>; Fabrice Gasnier <[email protected]>; > Maxime Coquelin <[email protected]>; Alexandre Torgue > <[email protected]>; Chen-Yu Tsai <[email protected]>; Samuel > Holland <[email protected]>; Hammer Hsieh > <[email protected]>; Jonathan Hunter <[email protected]>; > iwamatsu nobuhiro(岩松 信洋 ○DITC□DIT○OST) > <[email protected]>; Sean Anderson > <[email protected]>; Michal Simek <[email protected]>; > Johan Hovold <[email protected]>; Alex Elder <[email protected]>; Greg > Kroah-Hartman <[email protected]>; Anjelique Melendez > <[email protected]>; Dmitry Baryshkov > <[email protected]>; Luca Weiss <[email protected]>; Bjorn > Andersson <[email protected]>; [email protected]; > [email protected]; [email protected]; > [email protected]; [email protected]; > [email protected]; [email protected]; > [email protected]; [email protected]; > [email protected]; [email protected]; > [email protected]; [email protected]; > [email protected]; > [email protected]; [email protected]; > [email protected]; [email protected]; > [email protected] > Subject: [PATCH v2 1/2] pwm: Manage owner assignment implicitly for drivers > > Instead of requiring each driver to care for assigning the owner member of > struct pwm_ops, handle that implicitly using a macro. Note that the owner > member has to be moved to struct pwm_chip, as the ops structure usually lives > in read-only memory and so cannot be modified. > > The upside is that new lowlevel drivers cannot forget the assignment and save > one line each. The pwm-crc driver didn't assign .owner, that's not a problem > in > practise though as the driver cannot be compiled as a module. > > Signed-off-by: Uwe Kleine-König <[email protected]> > --- > drivers/gpio/gpio-mvebu.c | 1 - > drivers/gpu/drm/bridge/ti-sn65dsi86.c | 1 - > drivers/leds/rgb/leds-qcom-lpg.c | 1 - > drivers/pwm/core.c | 24 > ++++++++++++++---------- > drivers/pwm/pwm-ab8500.c | 1 - > drivers/pwm/pwm-apple.c | 1 - > drivers/pwm/pwm-atmel-hlcdc.c | 1 - > drivers/pwm/pwm-atmel-tcb.c | 1 - > drivers/pwm/pwm-atmel.c | 1 - > drivers/pwm/pwm-bcm-iproc.c | 1 - > drivers/pwm/pwm-bcm-kona.c | 1 - > drivers/pwm/pwm-bcm2835.c | 1 - > drivers/pwm/pwm-berlin.c | 1 - > drivers/pwm/pwm-brcmstb.c | 1 - > drivers/pwm/pwm-clk.c | 1 - > drivers/pwm/pwm-clps711x.c | 1 - > drivers/pwm/pwm-cros-ec.c | 1 - > drivers/pwm/pwm-dwc.c | 1 - > drivers/pwm/pwm-ep93xx.c | 1 - > drivers/pwm/pwm-fsl-ftm.c | 1 - > drivers/pwm/pwm-hibvt.c | 1 - > drivers/pwm/pwm-img.c | 1 - > drivers/pwm/pwm-imx-tpm.c | 1 - > drivers/pwm/pwm-imx1.c | 1 - > drivers/pwm/pwm-imx27.c | 1 - > drivers/pwm/pwm-intel-lgm.c | 1 - > drivers/pwm/pwm-iqs620a.c | 1 - > drivers/pwm/pwm-jz4740.c | 1 - > drivers/pwm/pwm-keembay.c | 1 - > drivers/pwm/pwm-lp3943.c | 1 - > drivers/pwm/pwm-lpc18xx-sct.c | 1 - > drivers/pwm/pwm-lpc32xx.c | 1 - > drivers/pwm/pwm-lpss.c | 1 - > drivers/pwm/pwm-mediatek.c | 1 - > drivers/pwm/pwm-meson.c | 1 - > drivers/pwm/pwm-microchip-core.c | 1 - > drivers/pwm/pwm-mtk-disp.c | 1 - > drivers/pwm/pwm-mxs.c | 1 - > drivers/pwm/pwm-ntxec.c | 1 - > drivers/pwm/pwm-omap-dmtimer.c | 1 - > drivers/pwm/pwm-pca9685.c | 1 - > drivers/pwm/pwm-pxa.c | 1 - > drivers/pwm/pwm-raspberrypi-poe.c | 1 - > drivers/pwm/pwm-rcar.c | 1 - > drivers/pwm/pwm-renesas-tpu.c | 1 - > drivers/pwm/pwm-rockchip.c | 1 - > drivers/pwm/pwm-rz-mtu3.c | 1 - > drivers/pwm/pwm-samsung.c | 1 - > drivers/pwm/pwm-sifive.c | 1 - > drivers/pwm/pwm-sl28cpld.c | 1 - > drivers/pwm/pwm-spear.c | 1 - > drivers/pwm/pwm-sprd.c | 1 - > drivers/pwm/pwm-sti.c | 1 - > drivers/pwm/pwm-stm32-lp.c | 1 - > drivers/pwm/pwm-stm32.c | 1 - > drivers/pwm/pwm-stmpe.c | 1 - > drivers/pwm/pwm-sun4i.c | 1 - > drivers/pwm/pwm-sunplus.c | 1 - > drivers/pwm/pwm-tegra.c | 1 - > drivers/pwm/pwm-tiecap.c | 1 - > drivers/pwm/pwm-tiehrpwm.c | 1 - > drivers/pwm/pwm-twl-led.c | 2 -- > drivers/pwm/pwm-twl.c | 2 -- > drivers/pwm/pwm-visconti.c | 1 -
For Visconti: Acked-by: Nobuhiro Iwamatsu <[email protected] > Best regards, Nobuhiro
