[PATCH 2/4] MFD/PCAP: irq_to_pcap()

2009-06-23 Thread Daniel Ribeiro
Export an irq_to_pcap function to get pcap irq number, for the keypad driver. Signed-off-by: Daniel Ribeiro drw...@gmail.com --- drivers/mfd/ezx-pcap.c |9 + include/linux/mfd/ezx-pcap.h |1 + 2 files changed, 6 insertions(+), 4 deletions(-) diff --git

[PATCH 3/4] MFD/PCAP: set_ts_bits()

2009-06-23 Thread Daniel Ribeiro
Some TS controller bits are on the same register as the ADC control, save TS specific bits and export a set_ts_bits function so the TS driver can set it with the adc_mutex lock held. Signed-off-by: Daniel Ribeiro drw...@gmail.com --- drivers/mfd/ezx-pcap.c | 22 ++

[PATCH] PXA/EZX: set IRQ_BOARD_END for EZX

2009-06-23 Thread Daniel Ribeiro
Signed-off-by: Daniel Ribeiro drw...@gmail.com --- arch/arm/mach-pxa/Kconfig |1 + arch/arm/mach-pxa/include/mach/irqs.h |2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index f4533f8..73a08e3 100644