Re: [PATCH] ARM: config: update multi_v7_defconfig

2014-07-17 Thread Javier Martinez Canillas
Hello, On Tue, Jul 15, 2014 at 5:59 PM, Doug Anderson diand...@chromium.org wrote: Is there a reason not to add more of the max77686 configs? +CONFIG_RTC_DRV_MAX77686=y +CONFIG_COMMON_CLK_MAX77686=y AFAIK for the multi-platform defconfig we should try to build as a module as many config

Re: [PATCH] ARM: config: update multi_v7_defconfig

2014-07-17 Thread Russell King - ARM Linux
On Fri, Jul 18, 2014 at 12:31:48AM +0200, Javier Martinez Canillas wrote: In the case of the MAX77686, the mfd, regulator and clock drivers use subsys_initcall() instead of module_init() but I wonder which of these really need to be initialized at subsys init call time and which one can just

Re: [PATCH] ARM: config: update multi_v7_defconfig

2014-07-17 Thread Javier Martinez Canillas
Hello Russell, On Fri, Jul 18, 2014 at 12:44 AM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Fri, Jul 18, 2014 at 12:31:48AM +0200, Javier Martinez Canillas wrote: In the case of the MAX77686, the mfd, regulator and clock drivers use subsys_initcall() instead of module_init() but

[PATCH] ARM: config: update multi_v7_defconfig

2014-07-15 Thread Naveen Krishna Chatradhi
Enabled S3C24XX I2C driver and MAX77686 PMIC MFD and Voltage regulator drivers used on Exynos5250 based Snow board. Signed-off-by: Naveen Krishna Chatradhi ch.nav...@samsung.com --- By enabling the symbols to compile S3C24XX I2C driver, MAX77686 PMIC under MFD and REGULATOR.

Re: [PATCH] ARM: config: update multi_v7_defconfig

2014-07-15 Thread Naveen Krishna Ch
Hello All, On 15 July 2014 13:32, Naveen Krishna Chatradhi ch.nav...@samsung.com wrote: Enabled S3C24XX I2C driver and MAX77686 PMIC MFD and Voltage regulator drivers used on Exynos5250 based Snow board. Signed-off-by: Naveen Krishna Chatradhi ch.nav...@samsung.com --- By enabling the

Re: [PATCH] ARM: config: update multi_v7_defconfig

2014-07-15 Thread Doug Anderson
Naveen, On Tue, Jul 15, 2014 at 1:02 AM, Naveen Krishna Chatradhi ch.nav...@samsung.com wrote: Enabled S3C24XX I2C driver and MAX77686 PMIC MFD and Voltage regulator drivers used on Exynos5250 based Snow board. Signed-off-by: Naveen Krishna Chatradhi ch.nav...@samsung.com --- By enabling

Re: [PATCH] ARM: config: update multi_v7_defconfig

2014-07-15 Thread Sachin Kamat
Hi Doug, On Tue, Jul 15, 2014 at 9:29 PM, Doug Anderson diand...@chromium.org wrote: Naveen, On Tue, Jul 15, 2014 at 1:02 AM, Naveen Krishna Chatradhi ch.nav...@samsung.com wrote: Enabled S3C24XX I2C driver and MAX77686 PMIC MFD and Voltage regulator drivers used on Exynos5250 based Snow

Re: [PATCH] ARM: config: update multi_v7_defconfig

2014-07-15 Thread Naveen Krishna Ch
Hello Doug On 15 July 2014 21:29, Doug Anderson diand...@chromium.org wrote: Naveen, On Tue, Jul 15, 2014 at 1:02 AM, Naveen Krishna Chatradhi ch.nav...@samsung.com wrote: Enabled S3C24XX I2C driver and MAX77686 PMIC MFD and Voltage regulator drivers used on Exynos5250 based Snow board.