Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mfd: Fix aat2870 build failure for x86_64 | Jin Park | 2011-10-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | Without this fix, we get: error: call to ‘copy_from_user_overflow’ declared with attribute error: copy_from_user() buffer size is not provably correct make[3]: *** [drivers/mfd/aat2870-core.o] Error 1 And this was triggered by commit da417bacc9143b934f1a480a25d0fb2bb648a820 Signed-off-by: Jin Park <jinyoungp@nvidia.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> | ||||
* | mfd: Add AAT2870 mfd driver | Jin Park | 2011-07-31 | 1 | -0/+535 |
Add mfd core driver for AnalogicTech AAT2870. The AAT2870 is communication through I2C and contains backlight and regulator components. Signed-off-by: Jin Park <jinyoungp@nvidia.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> |