Re: [PATCH 1/2] input: samsung-keypad: Add HAVE_SAMSUNG_KEYPAD config option
From: Dmitry Torokhov <hidden>
Date: 2011-09-08 16:33:22
Also in:
linux-arm-kernel, linux-devicetree, linux-samsung-soc
On Thu, Sep 08, 2011 at 09:16:46AM +0530, Thomas Abraham wrote:
Hi Dmitry, On 7 September 2011 23:52, Dmitry Torokhov [off-list ref] wrote:quoted
Hi Thomas, On Tue, Sep 06, 2011 at 07:25:16PM +0530, Thomas Abraham wrote:quoted
Samsung keyboard driver could be used with platforms using device tree. So the inclusion of samsung keyboard driver cannot be based on SAMSUNG_DEV_KEYPAD. A new config option HAVE_SAMSUNG_KEYPAD is added which device tree based platforms should use to include samsung keyboard driver.I am sorry, I do not follow... What is the difference between SAMSUNG_DEV_KEYPAD and HAVE_SAMSUNG_KEYPAD? They look exactly the same.The inclusion of platform device instance for keypad (in arch/arm/plat-samsung/dev-keypad.c) in the build depends on SAMSUNG_DEV_KEYPAD. The samsung-keypad driver is also dependent on SAMSUNG_DEV_KEYPAD. In case of device tree based instantiation of keypad, compilation of dev-keypad.c file is not required. So SAMSUNG_DEV_KEYPAD config option will not be selected.In that case, the compilation of the keypad driver cannot be dependent on SAMSUNG_DEV_KEYPAD. There should be another option to select the keypad driver and so HAVE_SAMSUNG_KEYPAD was introduced. HAVE_SAMSUNG_KEYPAD can be selected on platforms that need the samsung-keypad driver but do no need the keypad platform device.
I still think that it is an extra option... What about the following dependencies: depends on SAMSUNG_DEV_KEYPAD || OF depends on HAVE_CLK although I think we should relax dependencies like I did in my other patch. This will extend compile coverage of the driver and lessen the chances that API changes will cause unintended breakage because noone but Samsung platform users compile it. Thanks. -- Dmitry