sensorsd: new token for timestamp

2018-03-17 Thread Artturi Alm
Hi, honestly this is currently just for my lazyness:) in doubt i did choose the one below i know i want, but was thinking if maybe the timestamp should be set like this instead however to be more useful to all: limit->timestamp = sensor.tv.tv_sec ? sensor.tv.tv_sec : this_check; -Artturi

Re: onewire/owtemp: flags for no_detach+timestamp.

2018-03-17 Thread Artturi Alm
On Sun, Mar 18, 2018 at 02:13:14AM +0200, Artturi Alm wrote: > On Fri, Mar 09, 2018 at 11:51:20AM +0200, Artturi Alm wrote: > > On Wed, Mar 07, 2018 at 06:26:15AM +0200, Artturi Alm wrote: > > > Hi, > > > > > > i tested gpioow on beaglebone black a few days ago, and when i was lazy > > > to fix th

Re: onewire/owtemp: flags for no_detach+timestamp.

2018-03-17 Thread Artturi Alm
On Fri, Mar 09, 2018 at 11:51:20AM +0200, Artturi Alm wrote: > On Wed, Mar 07, 2018 at 06:26:15AM +0200, Artturi Alm wrote: > > Hi, > > > > i tested gpioow on beaglebone black a few days ago, and when i was lazy > > to fix the 'cables' my sensors were attached to, console was spammed > > over nigh

Re: [patch] 62.html

2018-03-17 Thread Ingo Schwarze
Hi, Thomas Alexander Frederiksen wrote on Fri, Mar 16, 2018 at 02:20:54PM +0100: > Same as the rejected patch for the temporary 63.html, but this time > for a relevant page. Committed, thanks. Ingo > --- 62.html.orig 2018-03-16 14:17:49.0 +0100 > +++ 62.html 2018-03-16 14:18:0

sdhc(4) base clock

2018-03-17 Thread Mark Kettenis
The SDHC controller found on the Marvell Armada 7K and 8K SoCs has all the base clock frequency bits in the capabilities register set to 0. The SDHC 3.0 spec says that this means that "the Host System has to get the information via another method". This diff provides that method. The sdhc(4) bus

simple-mfd devices

2018-03-17 Thread Mark Kettenis
Marvell Armada 8040 SoCs have some important device nodes as children of a generic syscon node. To allow us to attach drivers to these child nodes, the diff below makes syscon(4) walk the tree if the node has a "simple-mfd" compatible property. This indicates that the device is a multi-function d

add mixer-specific suspend/resume code to audio(4)

2018-03-17 Thread Alexandre Ratchov
Volume settings are supposed to be preserved during suspend/resume. Currently certain drivers (ex. azalia, cmpci) have their own mixer save/restore code, others (ex. envy) lack the save/restore code. Rather that trying to fix every single audio driver, add the mixer save/restore code to the audio(