All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <randy.dunlap@oracle.com>
To: David Brownell <david-b@pacbell.net>
Cc: Samuel Ortiz <sameo@openedhand.com>,
	lkml <linux-kernel@vger.kernel.org>,
	Tony Lindgren <tony@atomide.com>,
	Felipe Balbi <felipe.balbi@nokia.com>,
	linux-omap@vger.kernel.org
Subject: Re: [PATCH 2.6.27-rc8 1/2] drivers/mfd/twl4030-core.c
Date: Wed, 1 Oct 2008 12:44:07 -0700	[thread overview]
Message-ID: <20081001124407.aa090ccd.randy.dunlap@oracle.com> (raw)
In-Reply-To: <200810011144.20510.david-b@pacbell.net>

On Wed, 1 Oct 2008 11:44:19 -0700 David Brownell wrote:

>  drivers/mfd/Kconfig                |   14 
>  drivers/mfd/Makefile               |    2 
>  drivers/mfd/twl4030-core.c         | 1255 +++++++++++++++++++++++++++++++++++
>  include/linux/i2c/twl4030-gpio.h   |   76 ++
>  include/linux/i2c/twl4030-madc.h   |  134 +++
>  include/linux/i2c/twl4030-pwrirq.h |   37 +
>  include/linux/i2c/twl4030.h        |  191 +++++
>  7 files changed, 1709 insertions(+)
> 
> --- a/drivers/mfd/Kconfig
> +++ b/drivers/mfd/Kconfig
> @@ -50,6 +50,20 @@ config HTC_PASIC3
>  	  HTC Magician devices, respectively. Actual functionality is
>  	  handled by the leds-pasic3 and ds1wm drivers.
>  
> +config TWL4030_CORE
> +	bool "Texas Instruments TWL4030/TPS659x0 Support"
> +	depends on I2C=y && (ARCH_OMAP2 || ARCH_OMAP3)
> +	help
> +	  Say yes here if you have TWL4030 family chip on your board.
> +	  This core driver provides register access and IRQ handling
> +	  facilities, and registers devices for the various functions
> +	  so that function-specific drivers can bind to them.
> +
> +	  These multi-function chps are found on many OMAP2 and OMAP3

	                       chips

> +	  boards, providing power management, RTC, GPIO, keypad, a
> +	  high speed USB OTG transceiver, an audio codec (on most
> +	  versions) and many other features.
> +
>  config MFD_TMIO
>  	bool
>  	default n

> --- /dev/null
> +++ b/include/linux/i2c/twl4030-madc.h
> @@ -0,0 +1,134 @@
> +/*
> + * include/linux/i2c/twl4030-madc.h
> + *
> + * TWL4030 MADC module driver header
> + *
> + * Copyright (C) 2008 Nokia Corporation
> + * Mikko Ylinen <mikko.k.ylinen@nokia.com>


> +#define TWL4030_MADC_IOC_MAGIC '`'

Add that to Documentation/ioctl-number.txt (?)

---
~Randy

  reply	other threads:[~2008-10-01 19:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-01 18:44 [PATCH 2.6.27-rc8 1/2] drivers/mfd/twl4030-core.c David Brownell
2008-10-01 19:44 ` Randy Dunlap [this message]
2008-10-01 20:19   ` David Brownell
2008-10-01 21:53 ` David Brownell
2008-10-02  6:05   ` Tony Lindgren
2008-10-02  6:53     ` David Brownell
2008-10-02  7:27       ` Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081001124407.aa090ccd.randy.dunlap@oracle.com \
    --to=randy.dunlap@oracle.com \
    --cc=david-b@pacbell.net \
    --cc=felipe.balbi@nokia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=sameo@openedhand.com \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.