Re: [alsa-devel][PATCH 1/3] ASoC: fsl_sai: add sai master mode support

2015-05-24 Thread Nicolin Chen
On Tue, May 12, 2015 at 03:07:39PM +0800, Zidan Wang wrote: > When sai works on master mode, set its bit clock and frame clock. > > SAI has 4 MCLK source, bus clock, MCLK1, MCLK2 and MCLK3. fsl_sai_set_bclk > will select proper MCLK source, then calculate and set the bit clock divider. > > After

[PATCH] ASoC: fsl_spdif: Don't try to round-up for clock divisor calculation

2015-05-24 Thread Nicolin Chen
As commit 6c8ca30eec7b ("ASoC: fsl_ssi: Don't try to round-up for PM divisor calculation") mentioned that there's no more need to use a round up work around to get a better divisor since the clk-divider driver has been refined a lot. So this patch applies the same modification to fsl_spdif driver.

Re: [PATCH 1/2] powerpc/configs: merge pseries_defconfig and pseries_le_defconfig

2015-05-24 Thread Denis Kirjanov
On 5/24/15, Anton Blanchard wrote: > Hi Cyril, > >> These two configs should be identical with the exception of big or >> little endian >> >> The big endian version has XMON_DEFAULT turned on while the little >> endian has XMON_DEFAULT not set. Enable XMON_DEFAULT for little >> endian. > > I disab

Re: [PATCH 1/2] powerpc/configs: merge pseries_defconfig and pseries_le_defconfig

2015-05-24 Thread Cyril Bur
On Sun, 2015-05-24 at 12:19 +0300, Denis Kirjanov wrote: > On 5/24/15, Anton Blanchard wrote: > > Hi Cyril, > > > >> These two configs should be identical with the exception of big or > >> little endian > >> > >> The big endian version has XMON_DEFAULT turned on while the little > >> endian has XM

Re: [PATCH 19/19] cxl: Add AFU virtual PHB and kernel API

2015-05-24 Thread Michael Neuling
On Thu, 2015-05-21 at 18:58 +1000, Ian Munsie wrote: > Hi Mikey, > > > +/* wrappers around afu_* file ops which are EXPORTED */ > > This is fine, though alternatively you could export the original > functions directly from file.c (feel free to rename them to your > versions if you do change it) -

[PATCH] crypto: nx - tweak Makefile dependencies

2015-05-24 Thread Cyril Bur
Selecting CRYPTO_DEV_NX causes a conditional include of nx/Kconfig but options within nx/Kconfig do not depend on it. The included options should depend on CRYPTO_DEV_NX since currently CRYPTO_DEV_NX cannot be built for little endian. While Kconfig appears to understand this convoluted dependency s