Re: [PATCH v4 0/3] mfd: viperboard: fix cache line sharing and cleanups

2014-10-09 Thread Octavian Purdila
On Thu, Sep 25, 2014 at 6:41 PM, Octavian Purdila wrote: > Changes since v3: > > * undo a whitespace change > > * one more error path cleanup > > * add commit body to the last patch > > Changes since v2: > > * switch to using devm_ allocation > > * remove unused platform_device > > Changes si

[PATCH v4 0/3] mfd: viperboard: fix cache line sharing and cleanups

2014-09-25 Thread Octavian Purdila
Changes since v3: * undo a whitespace change * one more error path cleanup * add commit body to the last patch Changes since v2: * switch to using devm_ allocation * remove unused platform_device Changes since v1: * split cache sharing fix and cleanups into separate patches Octavia