Re: [PATCH 4/8] mfd: twl6040: Add initial support

2011-06-03 Thread Peter Ujfalusi
On Wednesday 01 June 2011 16:47:21 Krishnamoorthy, Balaji T wrote: +int twl6040_reg_read(struct twl6040 *twl6040, unsigned int reg) +{ + int ret; + u8 val = 0; + + mutex_lock(twl6040-io_mutex); + ret = twl_i2c_read_u8(TWL_MODULE_AUDIO_VOICE, val, reg); Can

[PATCH 4/8] mfd: twl6040: Add initial support

2011-06-01 Thread Peter Ujfalusi
From: Misael Lopez Cruz misael.lo...@ti.com TWL6040 IC provides analog high-end audio codec functions for handset applications. It contains several audio analog inputs and outputs as well as vibrator support. It's connected to the host processor via PDM interface for audio data communication. The

Re: [PATCH 4/8] mfd: twl6040: Add initial support

2011-06-01 Thread T Krishnamoorthy, Balaji
On Wed, Jun 1, 2011 at 4:47 PM, Peter Ujfalusi peter.ujfal...@ti.com wrote: From: Misael Lopez Cruz misael.lo...@ti.com TWL6040 IC provides analog high-end audio codec functions for handset applications. It contains several audio analog inputs and outputs as well as vibrator support. It's