From: Linus Torvalds Date: Tue, 4 Oct 2016 17:25:53 +0000 (-0700) Subject: Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski... X-Git-Tag: v4.9-rc1~144 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=f80fa1822d6ccca369578108dc70576cff6c67a0;p=cascardo%2Flinux.git Merge branch 'for-next' of git://git./linux/kernel/git/j.anaszewski/linux-leds Pull LED driver updates from Jacek Anaszewski: "Three new LED class drivers and some minor fixes and improvementes to the leds-gpio driver, LED Trigger core and documentation" * 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds: leds: triggers: Check return value of kobject_uevent_env() leds: triggers: Return from led_trigger_set() if there is nothing to do leds: gpio: fix and simplify error handling in gpio_leds_create leds: gpio: switch to managed version of led_classdev_register leds: gpio: fix and simplify reading property "label" leds: gpio: simplify gpio_leds_create leds: gpio: add helper cdev_to_gpio_led_data leds: gpio: fix an unhandled error case in create_gpio_led leds: gpio: introduce gpio_blink_set_t leds: add driver for Mellanox systems LEDs Documentation: move oneshot trigger attributes documentation to ABI leds: centralize definition of "default-state" property leds: add PM8058 LEDs driver leds: pm8058: add device tree bindings leds: do not overflow sysfs buffer in led_trigger_show leds: make triggers explicitly non-modular DT: leds: Add bindings for ISSI is31fl319x leds: is31fl319x: 1/3/6/9-channel light effect led driver --- f80fa1822d6ccca369578108dc70576cff6c67a0 diff --cc MAINTAINERS index d33c0383575b,f742e88ccf21..ac8f3cec03f9 --- a/MAINTAINERS +++ b/MAINTAINERS @@@ -7678,12 -7649,13 +7678,19 @@@ W: http://www.mellanox.co Q: http://patchwork.ozlabs.org/project/netdev/list/ F: drivers/net/ethernet/mellanox/mlxsw/ + MELLANOX MLXCPLD LED DRIVER + M: Vadim Pasternak + L: linux-leds@vger.kernel.org + S: Supported + F: drivers/leds/leds-mlxcpld.c + F: Documentation/leds/leds-mlxcpld.txt + +MELLANOX PLATFORM DRIVER +M: Vadim Pasternak +L: platform-driver-x86@vger.kernel.org +S: Supported +F: arch/x86/platform/mellanox/mlx-platform.c + SOFT-ROCE DRIVER (rxe) M: Moni Shoua L: linux-rdma@vger.kernel.org