mbox series

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

Message ID 20240831075059.790861-1-liaochen4@huawei.com (mailing list archive)
Headers show
Series pwm: atmel-hlcdc: workaround | expand

Message

Liao Chen Aug. 31, 2024, 7:50 a.m. UTC
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(-)

Comments

Uwe Kleine-König Sept. 4, 2024, 10:25 a.m. UTC | #1
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