Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1204936 > unrolled thread

[PATCH/RFC v5 45/57] leds: versatile: Use brightness_set_nonblocking op

Started byJacek Anaszewski <j.anaszewski@samsung.com>
First post2015-08-11 11:50 +0200
Last post2015-08-11 15:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH/RFC v5 45/57] leds: versatile: Use brightness_set_nonblocking op Jacek Anaszewski <j.anaszewski@samsung.com> - 2015-08-11 11:50 +0200
    Re: [PATCH/RFC v5 45/57] leds: versatile: Use brightness_set_nonblocking  op Linus Walleij <linus.walleij@linaro.org> - 2015-08-11 15:00 +0200

#1204936 — [PATCH/RFC v5 45/57] leds: versatile: Use brightness_set_nonblocking op

FromJacek Anaszewski <j.anaszewski@samsung.com>
Date2015-08-11 11:50 +0200
Subject[PATCH/RFC v5 45/57] leds: versatile: Use brightness_set_nonblocking op
Message-ID<pWelY-1jK-9@gated-at.bofh.it>
The driver neither sleeps nor uses delays in its brightness_set op.
Use a new brightness_set_nonblocking op instead of brightness_set for
setting brightness then.

Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
---
 drivers/leds/leds-versatile.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/leds/leds-versatile.c b/drivers/leds/leds-versatile.c
index 8055302..49b3339 100644
--- a/drivers/leds/leds-versatile.c
+++ b/drivers/leds/leds-versatile.c
@@ -82,7 +82,7 @@ static int versatile_leds_probe(struct platform_device *dev)
 
 		led->base = base;
 		led->cdev.name = versatile_leds[i].name;
-		led->cdev.brightness_set = versatile_led_set;
+		led->cdev.brightness_set_nonblocking = versatile_led_set;
 		led->cdev.brightness_get = versatile_led_get;
 		led->cdev.default_trigger = versatile_leds[i].trigger;
 		led->mask = BIT(i);
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1205116 — Re: [PATCH/RFC v5 45/57] leds: versatile: Use brightness_set_nonblocking op

FromLinus Walleij <linus.walleij@linaro.org>
Date2015-08-11 15:00 +0200
SubjectRe: [PATCH/RFC v5 45/57] leds: versatile: Use brightness_set_nonblocking op
Message-ID<pWhjQ-5z8-15@gated-at.bofh.it>
In reply to#1204936
On Tue, Aug 11, 2015 at 11:37 AM, Jacek Anaszewski
<j.anaszewski@samsung.com> wrote:

> The driver neither sleeps nor uses delays in its brightness_set op.
> Use a new brightness_set_nonblocking op instead of brightness_set for
> setting brightness then.
>
> Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
> Cc: Linus Walleij <linus.walleij@linaro.org>

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web