2009-06-03 15:10:14

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [PATCH v3] MFD: PCAP driver

On Wed, May 27, 2009 at 06:42, Daniel Ribeiro <[email protected]> wrote:
> --- a/drivers/mfd/Kconfig
> +++ b/drivers/mfd/Kconfig
> @@ -241,6 +241,13 @@ config PCF50633_GPIO
>         Say yes here if you want to include support GPIO for pins on
>         the PCF50633 chip.
>
> +config EZX_PCAP
> +       bool "PCAP Support"
> +       depends on SPI_MASTER

It also has to depend on GENERIC_HARDIRQS, as it needs set_irq_type():

> +       set_irq_type(spi->irq, IRQ_TYPE_EDGE_RISING);

Cfr. the m68k allmodconfig build failure on linux-next
http://kisskb.ellerman.id.au/kisskb/buildresult/595604/:

drivers/mfd/ezx-pcap.c:123: error: implicit declaration of function
'get_irq_chip_data'
drivers/mfd/ezx-pcap.c:179: error: implicit declaration of function
'note_interrupt'
drivers/mfd/ezx-pcap.c:189: error: implicit declaration of function
'get_irq_data'
drivers/mfd/ezx-pcap.c:370: error: implicit declaration of function
'set_irq_chip_and_handler'
drivers/mfd/ezx-pcap.c:426: error: 'handle_simple_irq' undeclared
(first use in this function)
drivers/mfd/ezx-pcap.c:426: error: (Each undeclared identifier is
reported only once
drivers/mfd/ezx-pcap.c:426: error: for each function it appears in.)
drivers/mfd/ezx-pcap.c:427: error: implicit declaration of function
'set_irq_chip_data'
drivers/mfd/ezx-pcap.c:431: error: implicit declaration of function
'set_irq_noprobe'
drivers/mfd/ezx-pcap.c:440: error: implicit declaration of function
'set_irq_type'
drivers/mfd/ezx-pcap.c:441: error: implicit declaration of function
'set_irq_data'
drivers/mfd/ezx-pcap.c:442: error: implicit declaration of function
'set_irq_chained_handler'
drivers/mfd/ezx-pcap.c:443: error: implicit declaration of function
'set_irq_wake'

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds


2009-06-04 00:21:16

by Daniel Ribeiro

[permalink] [raw]
Subject: Re: [PATCH v3] MFD: PCAP driver

Em Qua, 2009-06-03 às 16:38 +0200, Geert Uytterhoeven escreveu:
> > +config EZX_PCAP
> > + bool "PCAP Support"
> > + depends on SPI_MASTER
>
> It also has to depend on GENERIC_HARDIRQS, as it needs set_irq_type():

Hi Geert, sorry for this. :)



Fix EZX_PCAP dependency

Signed-off-by: Daniel Ribeiro <[email protected]>

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 060ee14..6557d60 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -243,7 +243,7 @@ config PCF50633_GPIO

config EZX_PCAP
bool "PCAP Support"
- depends on SPI_MASTER
+ depends on GENERIC_HARDIRQS && SPI_MASTER
help
This enables the PCAP ASIC present on EZX Phones. This is
needed for MMC, TouchScreen, Sound, USB, etc..

--
Daniel Ribeiro

2009-06-04 22:52:48

by Samuel Ortiz

[permalink] [raw]
Subject: Re: [PATCH v3] MFD: PCAP driver

Hi Daniel,

On Wed, Jun 03, 2009 at 09:20:56PM -0300, Daniel Ribeiro wrote:
> Em Qua, 2009-06-03 ?s 16:38 +0200, Geert Uytterhoeven escreveu:
> > > +config EZX_PCAP
> > > + bool "PCAP Support"
> > > + depends on SPI_MASTER
> >
> > It also has to depend on GENERIC_HARDIRQS, as it needs set_irq_type():
>
> Hi Geert, sorry for this. :)
>
>
>
> Fix EZX_PCAP dependency
>
> Signed-off-by: Daniel Ribeiro <[email protected]>
Thanks. Pushed to my for-next branch.
I fixed it on the original patch, to avoid having 2 commits.

Cheers,
Samuel.


> diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
> index 060ee14..6557d60 100644
> --- a/drivers/mfd/Kconfig
> +++ b/drivers/mfd/Kconfig
> @@ -243,7 +243,7 @@ config PCF50633_GPIO
>
> config EZX_PCAP
> bool "PCAP Support"
> - depends on SPI_MASTER
> + depends on GENERIC_HARDIRQS && SPI_MASTER
> help
> This enables the PCAP ASIC present on EZX Phones. This is
> needed for MMC, TouchScreen, Sound, USB, etc..
>
> --
> Daniel Ribeiro
>

--
Intel Open Source Technology Centre
http://oss.intel.com/