Joel Stanley

Results 83 comments of Joel Stanley

Have not seen this for some time. We have moved away from this tree.

I'm a bit confused by this one. Reset drivers in Linux thus far are for turning off and on IP blocks. Resetting the SoC is usually done by the watchdog....

The reset and clock enable is closely tied together. In order to enable a piece of IP the aspeed datasheet specifies this sequence: 1. Disable clock 2. Release reset line...

``` [ 13.450000] adm1275 4-0010: using r_sense from dt 500 [ 13.520000] adm1275 5-0010: using r_sense from dt 500 [ 13.580000] adm1275 6-0010: using r_sense from dt 500 ``` ```...

@adamliyi I added the three to the device tree that you mentioned in your patches. The output is pasted in the comment above. Are the numbers correct?

I have sent the device tree change upstream: http://article.gmane.org/gmane.linux.kernel.hwmon/24 I disagree with upstream; in the case of the device tree we have a well suited mechanism to do scaling in...

The change is backed out as of https://github.com/openbmc/linux/commit/c2f2e9f1fbeead3f670eb4aa9f142bbbcd20267c and https://github.com/openbmc/linux/releases/tag/openbmc-20160329-2

@adamliyi Could you add support to the existing upstream driver for these extra readings?

``` unreferenced object 0xdd6a2300 (size 192): comm "softirq", pid 0, jiffies 36737 (age 732.540s) hex dump (first 32 bytes): 00 00 00 00 00 00 00 00 00 00 00...

The first issue I saw twice in a row when performing a pflash operation. This is a long running userspace task that does not involve the kernel all that much,...