Re: [patch 2.6.27-rc8-git] add drivers/mfd/twl4030-core.c
- From: Samuel Ortiz <sameo@xxxxxxxxxxxxxx>
- Date: Wed, 8 Oct 2008 19:18:15 +0200
Hi Dave,
On Mon, Oct 06, 2008 at 10:47:49AM -0700, David Brownell wrote:
From: David Brownell <dbrownell@xxxxxxxxxxxxxxxxxxxxx>Thanks, applied to my mfd tree.
This patch adds the core of the TWL4030 driver, which supports
chips including the TPS65950. These chips are multi-function; see
http://focus.ti.com/docs/prod/folders/print/tps65950.html
Public specs are in the works. For now, the block diagram on
the second page of the data*** is fairly informative.
There are some known issues with this core code. Most notably,
the IRQ dispatching needs simplification (to use more of genirq),
generalization (integrating support for secondary IRQ dispatch
as well as primary, and removing the build dependency on OMAP),
and then probably updating to leverage threaded IRQ support
(expected to arrive in mainline "soon").
Once the core is in mainline, drivers for other parts of this
chip can follow its lead and start swimming upstream too.
Signed-off-by: David Brownell <dbrownell@xxxxxxxxxxxxxxxxxxxxx>
+#if defined(CONFIG_TWL4030_BCI_BATTERY) || \minor typo, you probably meant: CONFIG_TWL4030_BCI_BATTERY_MODULE
+ defined(CONFIG_TWL4030_BCI_BATTERY_MODUEL)
Cheers,
Samuel.
--
Intel Open Source Technology Centre
http://oss.intel.com/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [patch 2.6.27-rc8-git] add drivers/mfd/twl4030-core.c
- From: David Brownell
- Re: [patch 2.6.27-rc8-git] add drivers/mfd/twl4030-core.c
- References:
- [patch 2.6.27-rc8-git] add drivers/mfd/twl4030-core.c
- From: David Brownell
- [patch 2.6.27-rc8-git] add drivers/mfd/twl4030-core.c
- Prev by Date: Re: Toggling GPIO at 38Khz
- Next by Date: Re: [RFC][PATCH 7/7] lockdep: spin_lock_nest_lock()
- Previous by thread: [patch 2.6.27-rc8-git] add drivers/mfd/twl4030-core.c
- Next by thread: Re: [patch 2.6.27-rc8-git] add drivers/mfd/twl4030-core.c
- Index(es):