Re: [PATCH for 3.4] MFD: twl6040: Convert to i2c driver, and separate it from twl core

2012-04-16 Thread Samuel Ortiz
Hi Peter, On Tue, Apr 03, 2012 at 11:56:51AM +0300, Peter Ujfalusi wrote: Complete the separation of the twl6040 from the twl core since it is a separate chip, not part of the twl6030 PMIC. Make the needed Kconfig changes for the depending drivers at the same time to avoid breaking the

Re: [PATCH for 3.4] MFD: twl6040: Convert to i2c driver, and separate it from twl core

2012-04-16 Thread Peter Ujfalusi
Hi Samuel, On 04/16/2012 05:46 PM, Samuel Ortiz wrote: Applied to my for-linus branch. I'll send a pull request this week, so I expect it to make it to rc4. Thank you! -- Péter -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to

Re: [PATCH for 3.4] MFD: twl6040: Convert to i2c driver, and separate it from twl core

2012-04-12 Thread Peter Ujfalusi
Hi Samuel, Liam, Tony, Now rc2 is out, and the the OMAP4 audio is still broken. Can you please queue this patch for 3.4? The patch applies on top of mainline cleanly, and I also pushed a new branch just in case: The following changes since commit f549e088b806f44b6ab6eeef0cb71ced1d2488dd:

Re: [PATCH for 3.4] MFD: twl6040: Convert to i2c driver, and separate it from twl core

2012-04-12 Thread Samuel Ortiz
Hi Peter, On Thu, Apr 12, 2012 at 09:39:28AM +0300, Peter Ujfalusi wrote: Hi Samuel, Liam, Tony, Now rc2 is out, and the the OMAP4 audio is still broken. Can you please queue this patch for 3.4? I'm busy this week, but I'll queue this one up beginning of next week. I have several MFD fixes

[PATCH for 3.4] MFD: twl6040: Convert to i2c driver, and separate it from twl core

2012-04-03 Thread Peter Ujfalusi
Complete the separation of the twl6040 from the twl core since it is a separate chip, not part of the twl6030 PMIC. Make the needed Kconfig changes for the depending drivers at the same time to avoid breaking the kernel build (vibra, ASoC components). Signed-off-by: Peter Ujfalusi