Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'led-fixes-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds

Pull LED fixes from Jacek Anaszewski:

- fix a leftover from earlier stage of development in the documentation
of recently added led_compose_name() and fix old mistake in the
documentation of led_set_brightness_sync() parameter name.

- MAINTAINERS: add pointer to Pavel Machek's linux-leds.git tree.
Pavel is going to take over LED tree maintainership from myself.

* tag 'led-fixes-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds:
Add my linux-leds branch to MAINTAINERS
leds: core: Fix leds.h structure documentation

+3 -3
+1
MAINTAINERS
··· 9187 9187 R: Dan Murphy <dmurphy@ti.com> 9188 9188 L: linux-leds@vger.kernel.org 9189 9189 T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git 9190 + T: git git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds.git 9190 9191 S: Maintained 9191 9192 F: Documentation/devicetree/bindings/leds/ 9192 9193 F: drivers/leds/
+2 -3
include/linux/leds.h
··· 247 247 /** 248 248 * led_set_brightness_sync - set LED brightness synchronously 249 249 * @led_cdev: the LED to set 250 - * @brightness: the brightness to set it to 250 + * @value: the brightness to set it to 251 251 * 252 252 * Set an LED's brightness immediately. This function will block 253 253 * the caller for the time required for accessing device registers, ··· 301 301 /** 302 302 * led_compose_name - compose LED class device name 303 303 * @dev: LED controller device object 304 - * @child: child fwnode_handle describing a LED or a group of synchronized LEDs; 305 - * it must be provided only for fwnode based LEDs 304 + * @init_data: the LED class device initialization data 306 305 * @led_classdev_name: composed LED class device name 307 306 * 308 307 * Create LED class device name basing on the provided init_data argument.