[PATCH] ASoC: fsl_ssi: Fix mode setting when changing channel number

2018-04-07 Thread Nicolin Chen
This is a partial revert (in a cleaner way) of commit ebf08ae3bc90 ("ASoC: fsl_ssi: Keep ssi->i2s_net updated") to fix a regression at test cases when switching between mono and stereo audio. The problem is that ssi->i2s_net is initialized in set_dai_fmt() only, while this set_dai_fmt() is only

Re: [PATCH 1/5] powerpc/embedded6xx: Remove C2K board support

2018-04-07 Thread kbuild test robot
Hi Mark, I love your patch! Perhaps something to improve: [auto build test WARNING on powerpc/next] [cannot apply to v4.16 next-20180406] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[GIT PULL] Please pull powerpc/linux.git powerpc-4.17-1 tag

2018-04-07 Thread Michael Ellerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Linus, Please pull powerpc updates for 4.17. A bit late unfortunately, not due to anything terrible, but just a trickle of small fixes through the week. There's one minor merge conflict in the lib/raid6/test/Makefile, between our changes and

Re: [PATCH v3 3/4] doc/devicetree: Persistent memory region bindings

2018-04-07 Thread Michael Ellerman
Oliver O'Halloran writes: > Add device-tree binding documentation for the nvdimm region driver. > > Cc: devicet...@vger.kernel.org > Signed-off-by: Oliver O'Halloran > --- > v2: Changed name from nvdimm-region to pmem-region. > Cleaned up the example

Re: [PATCH v3 1/4] libnvdimm: Add of_node to region and bus descriptors

2018-04-07 Thread Balbir Singh
On Sat, Apr 7, 2018 at 4:28 AM, Dan Williams wrote: > On Thu, Apr 5, 2018 at 10:21 PM, Oliver O'Halloran wrote: >> We want to be able to cross reference the region and bus devices >> with the device tree node that they were spawned from. libNVDIMM >>