Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1497165 > unrolled thread
| Started by | Pavel Machek <pavel@ucw.cz> |
|---|---|
| First post | 2016-10-07 15:50 +0200 |
| Last post | 2016-10-07 20:20 +0200 |
| Articles | 3 — 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.
Re: [patch 17/32] greybus: power supply driver Pavel Machek <pavel@ucw.cz> - 2016-10-07 15:50 +0200
Re: [patch 17/32] greybus: power supply driver Greg KH <gregkh@linuxfoundation.org> - 2016-10-07 16:20 +0200
Re: [patch 17/32] greybus: power supply driver Pavel Machek <pavel@ucw.cz> - 2016-10-07 20:20 +0200
| From | Pavel Machek <pavel@ucw.cz> |
|---|---|
| Date | 2016-10-07 15:50 +0200 |
| Subject | Re: [patch 17/32] greybus: power supply driver |
| Message-ID | <spDHc-161-21@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
On Fri 2016-09-16 16:10:58, Greg KH wrote:
>
> This driver implements the Greybus power supply class protocol.
Probably
POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
M: Sebastian Reichel <sre@kernel.org>
M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
M: David Woodhouse <dwmw2@infradead.org>
L: linux-pm@vger.kernel.org
should be cc-ed?
> +static int is_cache_valid(struct gb_power_supply *gbpsy)
> +{
...
> + if (gbpsy->last_update &&
> + time_is_after_jiffies(gbpsy->last_update +
> + msecs_to_jiffies(cache_time)))
> + return 1;
Are you sure?
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
[toc] | [next] | [standalone]
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2016-10-07 16:20 +0200 |
| Message-ID | <spEae-1y8-13@gated-at.bofh.it> |
| In reply to | #1497165 |
On Fri, Oct 07, 2016 at 03:49:02PM +0200, Pavel Machek wrote: > On Fri 2016-09-16 16:10:58, Greg KH wrote: > > > > This driver implements the Greybus power supply class protocol. > > Probably > > POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS > M: Sebastian Reichel <sre@kernel.org> > M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> > M: David Woodhouse <dwmw2@infradead.org> > L: linux-pm@vger.kernel.org > > should be cc-ed? You didn't read the 00 email, or anything else in this thread, did you? thanks, greg k-h
[toc] | [prev] | [next] | [standalone]
| From | Pavel Machek <pavel@ucw.cz> |
|---|---|
| Date | 2016-10-07 20:20 +0200 |
| Message-ID | <spHUu-4gr-15@gated-at.bofh.it> |
| In reply to | #1497179 |
[Multipart message — attachments visible in raw view] — view raw
On Fri 2016-10-07 16:12:58, Greg KH wrote: > On Fri, Oct 07, 2016 at 03:49:02PM +0200, Pavel Machek wrote: > > On Fri 2016-09-16 16:10:58, Greg KH wrote: > > > > > > This driver implements the Greybus power supply class protocol. > > > > Probably > > > > POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS > > M: Sebastian Reichel <sre@kernel.org> > > M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> > > M: David Woodhouse <dwmw2@infradead.org> > > L: linux-pm@vger.kernel.org > > > > should be cc-ed? > > You didn't read the 00 email, or anything else in this thread, did you? You mean this one? Pavel Subject: [patch 00/32] Greybus driver subsystem User-Agent: Mutt/1.7.0 (2016-08-17) This is a simple set of patches, adding the greybus core and drivers to the kernel tree. It breaks the larger git tree submission up into individual files to make it easier for reviewing. Any questions or comments, please let us know. -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web