Re: [alsa-devel] [PATCH V3] ASoC: fsl_ssi: refine ipg clock usage in this module

2014-09-12 Thread Michael Trimarchi
Hi Il 12/set/2014 14:18 "Shengjiu Wang" ha scritto: > > Check if ipg clock is in clock-names property, then we can move the > ipg clock enable and disable operation to startup and shutdown, that > is only enable ipg clock when ssi is working and keep clock is disabled > when ssi is in idle. > But

[RFC] Fix stuck on cpm-i2c driver

2009-06-19 Thread Michael Trimarchi
meout with wait_event_timeout, leaving the signals to be handled in other points on the upper layers. Signed-off-by: Bruno Morelli Signed-off-by: Michael Trimarchi --- diff --git a/drivers/i2c/busses/i2c-cpm.c b/drivers/i2c/busses/i2c-cpm.c index b5db8b8..9c2e100 100644 --- a/drivers/i2c/busses/i2c-cpm.c +++