Re: [PATCH 2/2] ASoC: davinci-mcasp: Allow best effort in selecting BCLK divider

2014-06-21 Thread Mark Brown
On Fri, Jun 13, 2014 at 12:50:00PM +0300, Jyri Sarha wrote: Do not fail if the exact BLCK rate can not be produced, just print a warning. Check that sysclk frequency is set before implicitly setting the BCLK divider. I've appled this but not as a fix - it's kind of on the edge if we should be

Re: [PATCH 1/3] ASoC: simple-card: Make u32 DT parameter handling 64-bit proof

2014-06-21 Thread Mark Brown
On Fri, Jun 13, 2014 at 01:04:36PM +0300, Jyri Sarha wrote: Passing unsigned int pointers as u32 ponters may be dangerous on 64-bit system. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH 3/3] ASoC: simple-card: Add system-clock-id DT parameter to dai nodes

2014-06-21 Thread Mark Brown
On Fri, Jun 13, 2014 at 01:04:38PM +0300, Jyri Sarha wrote: Select clk_id parameters for set_sysclk calls in the card init phase. This is making the ID defined by the drivers into ABI. It's not clear that this is something we want to do, and we certainly don't want to do it without updating the

Re: [PATCH 1/2] ASoC: davinci-mcasp: Add dependecy to SND_DAVINCI_SOC or SND_OMAP_SOC

2014-06-21 Thread Mark Brown
On Fri, Jun 13, 2014 at 12:49:59PM +0300, Jyri Sarha wrote: Fixes build with SND_DAVINCI_SOC or SND_OMAP_SOC alone and adds build dependecy to SND_DAVINCI_SOC or SND_OMAP_SOC. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH] regulator: palmas: Fix SMPS enable/disable/is_enabled

2014-06-21 Thread Mark Brown
On Fri, Jun 20, 2014 at 12:26:23PM -0500, Nishanth Menon wrote: We use regmap regulator ops to enable/disable and check if regulator is enabled for various SMPS. However, these depend on valid enable_reg, enable_mask and enable_value in regulator descriptor. Applied, thanks. signature.asc

[PATCH 1/9] [arch/arm/omap2] replace strict_strto* with kstrto*

2014-06-21 Thread Daniel Walter
Replace obsolete strict_strto call with kstrto calls. Simplify copy_from_user/strict_strto by using kstrto_from_user Signed-off-by: Daniel Walter dwal...@google.com --- arch/arm/mach-omap2/board-omap3touchbook.c | 2 +- arch/arm/mach-omap2/mux.c | 22 ++ 2