Re: [PATCH] Input: Make ADS7846 independent on regulator
From: Marek Vasut <marek.vasut@gmail.com>
Date: 2010-07-31 07:04:14
Also in:
linux-arm-kernel, lkml
From: Marek Vasut <marek.vasut@gmail.com>
Date: 2010-07-31 07:04:14
Also in:
linux-arm-kernel, lkml
Dne So 31. července 2010 08:33:29 Dmitry Torokhov napsal(a):
Hi Marek, On Sat, Jul 31, 2010 at 07:45:08AM +0200, Marek Vasut wrote:quoted
In case regulator was not found, ADS7846 failed to probe. This fixes a problem on some Sharp Zaurus devices, where there is no regulator present and yet the touchscreen is used.Too many ifdefs to my taste... Can we have ads7846_regulator_enable() and friends stubbed out in case !CONFIG_REGULATOR?
Hi, I believe you should ask the regulator guys about these. We can certainly just remove the ifdefs (I was thinking about it, because it poluted the code quality quite a bit). Just removing the ifdefs shouldn't cause any harm. Cheers -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html