3
0
Fork 0
forked from mirrors/linux
kernel/drivers/misc/lis3lv02d
Greg Kroah-Hartman 3b18ccb547 misc: lis3lv02d: convert to use faux_device
The lis3lv02d driver does not need to create a platform device, it only
did so because it was simple to do that in order to get a place in sysfs
to hang some device-specific attributes.  Change it over to use the faux
device instead as this is NOT a real platform device, and it makes the
code even smaller than before.

Cc: Eric Piel <eric.piel@tremplin-utc.net>
Cc: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/2025021028-shortcake-stained-b0a8@gregkh
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-03-14 09:10:34 +01:00
..
Kconfig
lis3lv02d.c misc: lis3lv02d: convert to use faux_device 2025-03-14 09:10:34 +01:00
lis3lv02d.h misc: lis3lv02d: convert to use faux_device 2025-03-14 09:10:34 +01:00
lis3lv02d_i2c.c misc: lis3lv02d_i2c: Fix regulators getting en-/dis-abled twice on suspend/resume 2024-03-04 07:59:43 +01:00
lis3lv02d_spi.c
Makefile