[PATCH v2 0/4] ARM: pxa: palmtreo: a few treo fixes
From: haojian.zhuang@linaro.org (Haojian Zhuang)
Date: 2012-12-28 02:02:25
On 28 December 2012 08:18, Tomas Cech [off-list ref] wrote:
Hi, On Thu, Dec 27, 2012 at 10:02:16AM -0800, Mike Dunn wrote:quoted
Some miscellaneous fixes to the treo code. Change log: v2: patch 1: gpio initialization separated out from lcd initialization, per Marek's suggestion (lcd still initializes correctly this way). patch 2: Removed #ifdef CONFIG_MACH_TREO680 from around defines in both palmtreo.h and leds-gpio device data in palmtreo.c, per Marek's suggestion, and let compiler optimize out unused data (verified). patch 3: Use IS_EMABLED macro, per Sergei's suggestion patch 4: new patch for v2: use IS_ENABLED elsewhere in file Mike Dunn (4): ARM: palmtreo: fix lcd initilialization on treo680 ARM: palmtreo: fix #ifdefs for leds-gpio device ARM: palmtreo: add docg4 device initialization ARM: palmtreo: replace #if defined with IF_ENABLED arch/arm/mach-pxa/include/mach/palmtreo.h | 5 +- arch/arm/mach-pxa/palmtreo.c | 101 ++++++++++++++++++++++++++--- 2 files changed, 94 insertions(+), 12 deletions(-) -- 1.7.8.6for all the patches Acked-by: Tomas Cech <redacted> Thanks for these fixes! Best regards, Tomas Cech
Applied all.