[PATCH -next 0/2] pwm: atmel-hlcdc: workaround

Liao Chen posted 2 patches 1 year, 5 months ago
drivers/pwm/pwm-atmel-hlcdc.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
[PATCH -next 0/2] pwm: atmel-hlcdc: workaround
Posted by Liao Chen 1 year, 5 months ago
Hi all, 

This patch enables the autoloading feature of atmel-hlcdc module. By 
registering MDT, the kernel is allowed to automatically bind modules to 
devices that match the specified compatible strings. This patch also
drops trailing comma from definitions of device table arrays, which
makes the code robust against misrebases.

Liao Chen (2):
  pwm: atmel-hlcdc: Enable module autoloading
  pwm: atmel-hlcdc: Drop trailing comma

 drivers/pwm/pwm-atmel-hlcdc.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

-- 
2.34.1
Re: [PATCH -next 0/2] pwm: atmel-hlcdc: workaround
Posted by Uwe Kleine-König 1 year, 5 months ago
Hello,

On Sat, Aug 31, 2024 at 07:50:57AM +0000, Liao Chen wrote:
> This patch enables the autoloading feature of atmel-hlcdc module. By 
> registering MDT, the kernel is allowed to automatically bind modules to 
> devices that match the specified compatible strings. This patch also
> drops trailing comma from definitions of device table arrays, which
> makes the code robust against misrebases.

Applied this series to
https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux.git pwm/for-next

Best regards and thanks for your contribution,
Uwe