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


Groups > linux.kernel > #1210004

Re: [PATCH/RFC v5 01/57] leds: Add brightness_set_nonblocking op

From Pavel Machek <pavel@ucw.cz>
Newsgroups linux.kernel
Subject Re: [PATCH/RFC v5 01/57] leds: Add brightness_set_nonblocking op
Date 2015-08-19 21:40 +0200
Message-ID <pZhnk-713-9@gated-at.bofh.it> (permalink)
References (1 earlier) <pWevF-1vq-27@gated-at.bofh.it> <pX1G2-5TR-13@gated-at.bofh.it> <pXi4b-4fw-25@gated-at.bofh.it> <pZcdY-88J-17@gated-at.bofh.it> <pZcnD-8k5-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


> > >There are around 60 drivers in the other kernel subsystems that register
> > >LED class devices. If we chose the way you proposed then we would have
> > >to adjust all of them to the LED core changes, which could complicate
> > >the situation during merge window if there were other modifications in
> > >the affected drivers.
> 
> You don't need to change anything, if the semantics of
> brightness_set() does not change. All current drivers don't
> sleep. They use a work queue if needed to ensure they don't
> sleep. Hence they are correct.

Exactly. As you explain above, there are 60 reasons not to change
existing semantics.

> By adding a new operation, brightness_set_blocking(), you can strip
> out this work queue and move to the new op member one driver at a
> time. And you can take as long as you want doing this. No flag day
> when an API suddenly means something totally different.

Yes please.

									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
--
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/

Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread


Thread

[PATCH/RFC v5 01/57] leds: Add brightness_set_nonblocking op Jacek Anaszewski <j.anaszewski@samsung.com> - 2015-08-11 12:00 +0200
  Re: [PATCH/RFC v5 01/57] leds: Add brightness_set_nonblocking op Pavel Machek <pavel@ucw.cz> - 2015-08-13 16:30 +0200
  Re: [PATCH/RFC v5 01/57] leds: Add brightness_set_nonblocking op Andrew Lunn <andrew@lunn.ch> - 2015-08-13 16:30 +0200
    Re: [PATCH/RFC v5 01/57] leds: Add brightness_set_nonblocking op Jacek Anaszewski <j.anaszewski@samsung.com> - 2015-08-14 10:00 +0200
      Re: [PATCH/RFC v5 01/57] leds: Add brightness_set_nonblocking op Jacek Anaszewski <j.anaszewski@samsung.com> - 2015-08-19 16:10 +0200
        Re: [PATCH/RFC v5 01/57] leds: Add brightness_set_nonblocking op Andrew Lunn <andrew@lunn.ch> - 2015-08-19 16:20 +0200
          Re: [PATCH/RFC v5 01/57] leds: Add brightness_set_nonblocking op Pavel Machek <pavel@ucw.cz> - 2015-08-19 21:40 +0200

csiph-web