* Re: [PATCH v2 2/2] power: bq27xxx_battery: add poll interval property query [not found] ` <CAKzfze9uvMvrF=gWph_HKFk_cH0qzRz6Wa2VJafK+H+wdnP0rg@mail.gmail.com> @ 2016-10-24 20:14 ` Pavel Machek 2016-10-25 18:47 ` Matt Ranostay 0 siblings, 1 reply; 13+ messages in thread From: Pavel Machek @ 2016-10-24 20:14 UTC (permalink / raw) To: Matt Ranostay Cc: pali.rohar, sre, kernel list, linux-arm-kernel, linux-omap, tony, khilman, aaro.koskinen, ivo.g.dimitrov.75, patrikbachan, serge, abcloriens [-- Attachment #1: Type: text/plain, Size: 586 bytes --] On Mon 2016-10-24 12:58:25, Matt Ranostay wrote: > Pavel + Sebastian this is the patchset that need I some input on :) Better then previous one. But my version of bq27xxx_battery.c already contains this: static const struct kernel_param_ops param_ops_poll_interval = { .get = param_get_uint, .set = poll_interval_param_set, }; ...so it should be possible to set poll interval already. Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 181 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH v2 2/2] power: bq27xxx_battery: add poll interval property query 2016-10-24 20:14 ` [PATCH v2 2/2] power: bq27xxx_battery: add poll interval property query Pavel Machek @ 2016-10-25 18:47 ` Matt Ranostay 2016-10-31 20:22 ` Matt Ranostay 0 siblings, 1 reply; 13+ messages in thread From: Matt Ranostay @ 2016-10-25 18:47 UTC (permalink / raw) To: Pavel Machek Cc: pali.rohar, Sebastian Reichel, kernel list, linux-arm-kernel, Linux OMAP List, Tony Lindgren, khilman, aaro.koskinen, ivo.g.dimitrov.75, patrikbachan, serge, abcloriens On Mon, Oct 24, 2016 at 1:14 PM, Pavel Machek <pavel@ucw.cz> wrote: > On Mon 2016-10-24 12:58:25, Matt Ranostay wrote: >> Pavel + Sebastian this is the patchset that need I some input on :) > > Better then previous one. > > But my version of bq27xxx_battery.c already contains this: This is for allowing udev rule to set the properties as well. otherwise a kinda crude RUN = " echo value > /sys/module/bq27xxx_battery/parameters/poll_interval" is required. > > static const struct kernel_param_ops param_ops_poll_interval = { > .get = param_get_uint, > .set = poll_interval_param_set, > }; > > ...so it should be possible to set poll interval already. > > Pavel > > -- > (english) http://www.livejournal.com/~pavelmachek > (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH v2 2/2] power: bq27xxx_battery: add poll interval property query 2016-10-25 18:47 ` Matt Ranostay @ 2016-10-31 20:22 ` Matt Ranostay 2016-10-31 20:30 ` Pali Rohár 2016-10-31 21:38 ` Pavel Machek 0 siblings, 2 replies; 13+ messages in thread From: Matt Ranostay @ 2016-10-31 20:22 UTC (permalink / raw) To: Matt Ranostay Cc: Pavel Machek, pali.rohar, Sebastian Reichel, kernel list, linux-arm-kernel, Linux OMAP List, Tony Lindgren, khilman, aaro.koskinen, ivo.g.dimitrov.75, patrikbachan, serge, abcloriens On Tue, Oct 25, 2016 at 11:47 AM, Matt Ranostay <mranostay@gmail.com> wrote: > On Mon, Oct 24, 2016 at 1:14 PM, Pavel Machek <pavel@ucw.cz> wrote: >> On Mon 2016-10-24 12:58:25, Matt Ranostay wrote: >>> Pavel + Sebastian this is the patchset that need I some input on :) >> >> Better then previous one. >> >> But my version of bq27xxx_battery.c already contains this: > > This is for allowing udev rule to set the properties as well. > otherwise a kinda crude RUN = " echo value > > /sys/module/bq27xxx_battery/parameters/poll_interval" is required. Any thoughts on this? Thanks, Matt > >> >> static const struct kernel_param_ops param_ops_poll_interval = { >> .get = param_get_uint, >> .set = poll_interval_param_set, >> }; >> >> ...so it should be possible to set poll interval already. >> >> Pavel >> >> -- >> (english) http://www.livejournal.com/~pavelmachek >> (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH v2 2/2] power: bq27xxx_battery: add poll interval property query 2016-10-31 20:22 ` Matt Ranostay @ 2016-10-31 20:30 ` Pali Rohár 2016-10-31 21:38 ` Pavel Machek 1 sibling, 0 replies; 13+ messages in thread From: Pali Rohár @ 2016-10-31 20:30 UTC (permalink / raw) To: Matt Ranostay Cc: Matt Ranostay, Pavel Machek, Sebastian Reichel, kernel list, linux-arm-kernel, Linux OMAP List, Tony Lindgren, khilman, aaro.koskinen, ivo.g.dimitrov.75, patrikbachan, serge, abcloriens [-- Attachment #1: Type: Text/Plain, Size: 870 bytes --] On Monday 31 October 2016 21:22:18 Matt Ranostay wrote: > On Tue, Oct 25, 2016 at 11:47 AM, Matt Ranostay <mranostay@gmail.com> > wrote: > > On Mon, Oct 24, 2016 at 1:14 PM, Pavel Machek <pavel@ucw.cz> wrote: > >> On Mon 2016-10-24 12:58:25, Matt Ranostay wrote: > >>> Pavel + Sebastian this is the patchset that need I some input on > >>> :) > >> > >> Better then previous one. > > > >> But my version of bq27xxx_battery.c already contains this: > > This is for allowing udev rule to set the properties as well. > > otherwise a kinda crude RUN = " echo value > > > /sys/module/bq27xxx_battery/parameters/poll_interval" is required. > > Any thoughts on this? Isn't sysfs /sys/module/bq27xxx_battery/parameters/poll_interval attribute what should be used to change module parameters like poll_interval? -- Pali Rohár pali.rohar@gmail.com [-- Attachment #2: This is a digitally signed message part. --] [-- Type: application/pgp-signature, Size: 198 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH v2 2/2] power: bq27xxx_battery: add poll interval property query 2016-10-31 20:22 ` Matt Ranostay 2016-10-31 20:30 ` Pali Rohár @ 2016-10-31 21:38 ` Pavel Machek 2016-11-01 19:58 ` Matt Ranostay 1 sibling, 1 reply; 13+ messages in thread From: Pavel Machek @ 2016-10-31 21:38 UTC (permalink / raw) To: Matt Ranostay Cc: Matt Ranostay, pali.rohar, Sebastian Reichel, kernel list, linux-arm-kernel, Linux OMAP List, Tony Lindgren, khilman, aaro.koskinen, ivo.g.dimitrov.75, patrikbachan, serge, abcloriens [-- Attachment #1: Type: text/plain, Size: 1108 bytes --] On Mon 2016-10-31 13:22:18, Matt Ranostay wrote: > On Tue, Oct 25, 2016 at 11:47 AM, Matt Ranostay <mranostay@gmail.com> wrote: > > On Mon, Oct 24, 2016 at 1:14 PM, Pavel Machek <pavel@ucw.cz> wrote: > >> On Mon 2016-10-24 12:58:25, Matt Ranostay wrote: > >>> Pavel + Sebastian this is the patchset that need I some input on :) > >> > >> Better then previous one. > >> > >> But my version of bq27xxx_battery.c already contains this: > > > > This is for allowing udev rule to set the properties as well. > > otherwise a kinda crude RUN = " echo value > > > /sys/module/bq27xxx_battery/parameters/poll_interval" is required. > > Any thoughts on this? I'd say echo value > /sys/module/bq27xxx_battery/parameters/poll_interval .. is quite adequate solution...? Alternatively, convince us that something else is useful for everyone, and we can do the right thing (poll more often when battery is nearly empty), automatically... Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 181 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH v2 2/2] power: bq27xxx_battery: add poll interval property query 2016-10-31 21:38 ` Pavel Machek @ 2016-11-01 19:58 ` Matt Ranostay 2016-11-02 8:22 ` Pavel Machek 0 siblings, 1 reply; 13+ messages in thread From: Matt Ranostay @ 2016-11-01 19:58 UTC (permalink / raw) To: Pavel Machek Cc: Matt Ranostay, pali.rohar, Sebastian Reichel, kernel list, linux-arm-kernel, Linux OMAP List, Tony Lindgren, khilman, aaro.koskinen, ivo.g.dimitrov.75, Patrik Bachan, serge, Mickuláš Qwertz On Mon, Oct 31, 2016 at 2:38 PM, Pavel Machek <pavel@ucw.cz> wrote: > On Mon 2016-10-31 13:22:18, Matt Ranostay wrote: >> On Tue, Oct 25, 2016 at 11:47 AM, Matt Ranostay <mranostay@gmail.com> wrote: >> > On Mon, Oct 24, 2016 at 1:14 PM, Pavel Machek <pavel@ucw.cz> wrote: >> >> On Mon 2016-10-24 12:58:25, Matt Ranostay wrote: >> >>> Pavel + Sebastian this is the patchset that need I some input on :) >> >> >> >> Better then previous one. >> >> >> >> But my version of bq27xxx_battery.c already contains this: >> > >> > This is for allowing udev rule to set the properties as well. >> > otherwise a kinda crude RUN = " echo value > >> > /sys/module/bq27xxx_battery/parameters/poll_interval" is required. >> >> Any thoughts on this? > > I'd say echo value > > /sys/module/bq27xxx_battery/parameters/poll_interval .. is quite > adequate solution...? > > Alternatively, convince us that something else is useful for everyone, > and we can do the right thing (poll more often when battery is nearly > empty), automatically... Ok should have had the patchset set it per device, and not use the global poll_interval. Of need to add some logic to see if uses the global poll_interval or it's own setting. There are times where you could have multiple batteries connected to multiple fuel gauges, and want to up the polling interval on certain ones that are discharging at different rates. But of course I'll let you guys let me know if this seems useful at all. > > Pavel > -- > (english) http://www.livejournal.com/~pavelmachek > (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH v2 2/2] power: bq27xxx_battery: add poll interval property query 2016-11-01 19:58 ` Matt Ranostay @ 2016-11-02 8:22 ` Pavel Machek 2016-11-04 5:00 ` Matt Ranostay 0 siblings, 1 reply; 13+ messages in thread From: Pavel Machek @ 2016-11-02 8:22 UTC (permalink / raw) To: Matt Ranostay Cc: Matt Ranostay, pali.rohar, Sebastian Reichel, kernel list, linux-arm-kernel, Linux OMAP List, Tony Lindgren, khilman, aaro.koskinen, ivo.g.dimitrov.75, Patrik Bachan, serge, Mickuláš Qwertz [-- Attachment #1: Type: text/plain, Size: 1553 bytes --] Hi! > >> >> Better then previous one. > >> >> > >> >> But my version of bq27xxx_battery.c already contains this: > >> > > >> > This is for allowing udev rule to set the properties as well. > >> > otherwise a kinda crude RUN = " echo value > > >> > /sys/module/bq27xxx_battery/parameters/poll_interval" is required. > >> > >> Any thoughts on this? > > > > I'd say echo value > > > /sys/module/bq27xxx_battery/parameters/poll_interval .. is quite > > adequate solution...? > > > > Alternatively, convince us that something else is useful for everyone, > > and we can do the right thing (poll more often when battery is nearly > > empty), automatically... > > Ok should have had the patchset set it per device, and not use the > global poll_interval. Of need to add some logic to see if uses the > global poll_interval or it's own setting. > > There are times where you could have multiple batteries connected to > multiple fuel gauges, and want to up the polling interval on certain > ones that are discharging at different rates. > > But of course I'll let you guys let me know if this seems useful at all. I agree per-device polling would be cleaner. But unless you have hardware with more than one bq27xxx, I'd avoid the work... Now... its also possible that poll_interval should change itself (within kernel) to do the right thing. Best regards, Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 181 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH v2 2/2] power: bq27xxx_battery: add poll interval property query 2016-11-02 8:22 ` Pavel Machek @ 2016-11-04 5:00 ` Matt Ranostay 2016-11-04 7:09 ` Pavel Machek 0 siblings, 1 reply; 13+ messages in thread From: Matt Ranostay @ 2016-11-04 5:00 UTC (permalink / raw) To: Pavel Machek Cc: Matt Ranostay, pali.rohar, Sebastian Reichel, kernel list, linux-arm-kernel, Linux OMAP List, Tony Lindgren, khilman, aaro.koskinen, ivo.g.dimitrov.75, Patrik Bachan, serge, Mickuláš Qwertz On Wed, Nov 2, 2016 at 1:22 AM, Pavel Machek <pavel@ucw.cz> wrote: > Hi! > >> >> >> Better then previous one. >> >> >> >> >> >> But my version of bq27xxx_battery.c already contains this: >> >> > >> >> > This is for allowing udev rule to set the properties as well. >> >> > otherwise a kinda crude RUN = " echo value > >> >> > /sys/module/bq27xxx_battery/parameters/poll_interval" is required. >> >> >> >> Any thoughts on this? >> > >> > I'd say echo value > >> > /sys/module/bq27xxx_battery/parameters/poll_interval .. is quite >> > adequate solution...? >> > >> > Alternatively, convince us that something else is useful for everyone, >> > and we can do the right thing (poll more often when battery is nearly >> > empty), automatically... >> >> Ok should have had the patchset set it per device, and not use the >> global poll_interval. Of need to add some logic to see if uses the >> global poll_interval or it's own setting. >> >> There are times where you could have multiple batteries connected to >> multiple fuel gauges, and want to up the polling interval on certain >> ones that are discharging at different rates. >> >> But of course I'll let you guys let me know if this seems useful at all. > > I agree per-device polling would be cleaner. > Ok I'll work something up for RFC. > But unless you have hardware with more than one bq27xxx, I'd avoid the > work... > > Now... its also possible that poll_interval should change itself > (within kernel) to do the right thing. > True but that is state machine territory, but I'll worry about that later... > Best regards, > > Pavel > -- > (english) http://www.livejournal.com/~pavelmachek > (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH v2 2/2] power: bq27xxx_battery: add poll interval property query 2016-11-04 5:00 ` Matt Ranostay @ 2016-11-04 7:09 ` Pavel Machek 2016-11-04 14:58 ` Tony Lindgren 0 siblings, 1 reply; 13+ messages in thread From: Pavel Machek @ 2016-11-04 7:09 UTC (permalink / raw) To: Matt Ranostay Cc: Matt Ranostay, pali.rohar, Sebastian Reichel, kernel list, linux-arm-kernel, Linux OMAP List, Tony Lindgren, khilman, aaro.koskinen, ivo.g.dimitrov.75, Patrik Bachan, serge, Mickuláš Qwertz [-- Attachment #1: Type: text/plain, Size: 1983 bytes --] On Thu 2016-11-03 22:00:56, Matt Ranostay wrote: > On Wed, Nov 2, 2016 at 1:22 AM, Pavel Machek <pavel@ucw.cz> wrote: > > Hi! > > > >> >> >> Better then previous one. > >> >> >> > >> >> >> But my version of bq27xxx_battery.c already contains this: > >> >> > > >> >> > This is for allowing udev rule to set the properties as well. > >> >> > otherwise a kinda crude RUN = " echo value > > >> >> > /sys/module/bq27xxx_battery/parameters/poll_interval" is required. > >> >> > >> >> Any thoughts on this? > >> > > >> > I'd say echo value > > >> > /sys/module/bq27xxx_battery/parameters/poll_interval .. is quite > >> > adequate solution...? > >> > > >> > Alternatively, convince us that something else is useful for everyone, > >> > and we can do the right thing (poll more often when battery is nearly > >> > empty), automatically... > >> > >> Ok should have had the patchset set it per device, and not use the > >> global poll_interval. Of need to add some logic to see if uses the > >> global poll_interval or it's own setting. > >> > >> There are times where you could have multiple batteries connected to > >> multiple fuel gauges, and want to up the polling interval on certain > >> ones that are discharging at different rates. > >> > >> But of course I'll let you guys let me know if this seems useful at all. > > > > I agree per-device polling would be cleaner. > > > > Ok I'll work something up for RFC. > > > But unless you have hardware with more than one bq27xxx, I'd avoid the > > work... > > > > Now... its also possible that poll_interval should change itself > > (within kernel) to do the right thing. > > > > True but that is state machine territory, but I'll worry about that later... Do you actually have hardware with more than one bq27xxx? Best regards, Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 181 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH v2 2/2] power: bq27xxx_battery: add poll interval property query 2016-11-04 7:09 ` Pavel Machek @ 2016-11-04 14:58 ` Tony Lindgren 2016-11-04 20:29 ` Pavel Machek 0 siblings, 1 reply; 13+ messages in thread From: Tony Lindgren @ 2016-11-04 14:58 UTC (permalink / raw) To: Pavel Machek Cc: Matt Ranostay, Matt Ranostay, pali.rohar, Sebastian Reichel, kernel list, linux-arm-kernel, Linux OMAP List, khilman, aaro.koskinen, ivo.g.dimitrov.75, Patrik Bachan, serge, Mickuláš Qwertz * Pavel Machek <pavel@ucw.cz> [161104 00:10]: > On Thu 2016-11-03 22:00:56, Matt Ranostay wrote: > Do you actually have hardware with more than one bq27xxx? I can at least see the twl4030 battery/charger features being used together with some bq device to monitor the battery state. Not sure if that counts as multiple instances here though :) Regards, Tony ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH v2 2/2] power: bq27xxx_battery: add poll interval property query 2016-11-04 14:58 ` Tony Lindgren @ 2016-11-04 20:29 ` Pavel Machek 2016-11-04 20:39 ` Matt Ranostay 0 siblings, 1 reply; 13+ messages in thread From: Pavel Machek @ 2016-11-04 20:29 UTC (permalink / raw) To: Tony Lindgren Cc: Matt Ranostay, Matt Ranostay, pali.rohar, Sebastian Reichel, kernel list, linux-arm-kernel, Linux OMAP List, khilman, aaro.koskinen, ivo.g.dimitrov.75, Patrik Bachan, serge, Mickuláš Qwertz [-- Attachment #1: Type: text/plain, Size: 813 bytes --] On Fri 2016-11-04 07:58:55, Tony Lindgren wrote: > * Pavel Machek <pavel@ucw.cz> [161104 00:10]: > > On Thu 2016-11-03 22:00:56, Matt Ranostay wrote: > > Do you actually have hardware with more than one bq27xxx? > > I can at least see the twl4030 battery/charger features > being used together with some bq device to monitor the > battery state. Not sure if that counts as multiple > instances here though :) I have that, too, but that was not what i was asking. Matt wanted support for different polling intervals on different bq27xxx chips. I'd like to know know if he actually has more than one bq27xxx in his device... Best regards, Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 181 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH v2 2/2] power: bq27xxx_battery: add poll interval property query 2016-11-04 20:29 ` Pavel Machek @ 2016-11-04 20:39 ` Matt Ranostay 2016-11-04 21:43 ` Pavel Machek 0 siblings, 1 reply; 13+ messages in thread From: Matt Ranostay @ 2016-11-04 20:39 UTC (permalink / raw) To: Pavel Machek Cc: Tony Lindgren, Matt Ranostay, pali.rohar, Sebastian Reichel, kernel list, linux-arm-kernel, Linux OMAP List, khilman, aaro.koskinen, ivo.g.dimitrov.75, Patrik Bachan, serge, Mickuláš Qwertz On Fri, Nov 4, 2016 at 1:29 PM, Pavel Machek <pavel@ucw.cz> wrote: > On Fri 2016-11-04 07:58:55, Tony Lindgren wrote: >> * Pavel Machek <pavel@ucw.cz> [161104 00:10]: >> > On Thu 2016-11-03 22:00:56, Matt Ranostay wrote: >> > Do you actually have hardware with more than one bq27xxx? >> >> I can at least see the twl4030 battery/charger features >> being used together with some bq device to monitor the >> battery state. Not sure if that counts as multiple >> instances here though :) > > I have that, too, but that was not what i was asking. > > Matt wanted support for different polling intervals on different > bq27xxx chips. I'd like to know know if he actually has more than one > bq27xxx in his device... > Actually only one bq27xxx chip but in theory we could have more. > Best regards, > Pavel > -- > (english) http://www.livejournal.com/~pavelmachek > (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH v2 2/2] power: bq27xxx_battery: add poll interval property query 2016-11-04 20:39 ` Matt Ranostay @ 2016-11-04 21:43 ` Pavel Machek 0 siblings, 0 replies; 13+ messages in thread From: Pavel Machek @ 2016-11-04 21:43 UTC (permalink / raw) To: Matt Ranostay Cc: Tony Lindgren, Matt Ranostay, pali.rohar, Sebastian Reichel, kernel list, linux-arm-kernel, Linux OMAP List, khilman, aaro.koskinen, ivo.g.dimitrov.75, Patrik Bachan, serge, Mickuláš Qwertz [-- Attachment #1: Type: text/plain, Size: 1223 bytes --] On Fri 2016-11-04 13:39:19, Matt Ranostay wrote: > On Fri, Nov 4, 2016 at 1:29 PM, Pavel Machek <pavel@ucw.cz> wrote: > > On Fri 2016-11-04 07:58:55, Tony Lindgren wrote: > >> * Pavel Machek <pavel@ucw.cz> [161104 00:10]: > >> > On Thu 2016-11-03 22:00:56, Matt Ranostay wrote: > >> > Do you actually have hardware with more than one bq27xxx? > >> > >> I can at least see the twl4030 battery/charger features > >> being used together with some bq device to monitor the > >> battery state. Not sure if that counts as multiple > >> instances here though :) > > > > I have that, too, but that was not what i was asking. > > > > Matt wanted support for different polling intervals on different > > bq27xxx chips. I'd like to know know if he actually has more than one > > bq27xxx in his device... > > > > Actually only one bq27xxx chip but in theory we could have more. Hmm. As we'd have to keep both old and new interfaces to change the polling interfaces. Lets not due that unless we really need to, ok? Thanks, Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 181 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2016-11-04 21:43 UTC | newest] Thread overview: 13+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <1475092512-30555-1-git-send-email-matt@ranostay.consulting> [not found] ` <1475092512-30555-3-git-send-email-matt@ranostay.consulting> [not found] ` <CAKzfze9uvMvrF=gWph_HKFk_cH0qzRz6Wa2VJafK+H+wdnP0rg@mail.gmail.com> 2016-10-24 20:14 ` [PATCH v2 2/2] power: bq27xxx_battery: add poll interval property query Pavel Machek 2016-10-25 18:47 ` Matt Ranostay 2016-10-31 20:22 ` Matt Ranostay 2016-10-31 20:30 ` Pali Rohár 2016-10-31 21:38 ` Pavel Machek 2016-11-01 19:58 ` Matt Ranostay 2016-11-02 8:22 ` Pavel Machek 2016-11-04 5:00 ` Matt Ranostay 2016-11-04 7:09 ` Pavel Machek 2016-11-04 14:58 ` Tony Lindgren 2016-11-04 20:29 ` Pavel Machek 2016-11-04 20:39 ` Matt Ranostay 2016-11-04 21:43 ` Pavel Machek
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).