Tags: 7Ji/linux
Tags
auxdisplay: openvfd: adapt openvfd_driver_remove return type to new k… …ernel standard platform_driver.remove now should be a funcptr returning void
drivers: auxdisplay: openvfd: follow upstream gpio_device_find change arg2 should be const void * instead of void *
net: phy: jlsemi: replace strlcpy() with strscpy() strlcpy() was removed after commit d262700 ("string: Remove strlcpy()") since no one checks for the return value, a simple replacement is enough Signed-off-by: Guoxin Pu <pugokushin@gmail.com>
drivers: auxdisplay: openvfd: replace gpiochip_find with gpio_device_… …find
Merge tag 'v6.5.8' into amlogic This is the 6.5.8 stable release Signed-off-by: 7Ji <pugokushin@gmail.com>
Merge tag 'v6.4.14' into amlogic This is the 6.4.14 stable release