Re: [PATCH V4 REPOST] mfd: add MAX8907 core driver

2012-09-15 Thread Samuel Ortiz
Hi Stephen, On Wed, Sep 12, 2012 at 10:29:04AM -0600, Stephen Warren wrote: > On 09/06/2012 05:10 PM, Stephen Warren wrote: > > From: Gyungoh Yoo > > > > The MAX8907 is an I2C-based power-management IC containing voltage > > regulators, a reset controller, a real-time clock, and a touch-screen >

Re: [PATCH V4 REPOST] mfd: add MAX8907 core driver

2012-09-12 Thread Stephen Warren
On 09/06/2012 05:10 PM, Stephen Warren wrote: > From: Gyungoh Yoo > > The MAX8907 is an I2C-based power-management IC containing voltage > regulators, a reset controller, a real-time clock, and a touch-screen > controller. Samuel, This patch as-is won't compile due to the mfd_add_devices() API

[PATCH V4 REPOST] mfd: add MAX8907 core driver

2012-09-06 Thread Stephen Warren
From: Gyungoh Yoo The MAX8907 is an I2C-based power-management IC containing voltage regulators, a reset controller, a real-time clock, and a touch-screen controller. The original driver was written by: * Gyungoh Yoo Various fixes and enhancements by: * Jin Park * Tom Cherry * Prashant Gaikw