All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Samuel Ortiz <sameo@linux.intel.com>
Cc: linux-kernel@vger.kernel.org, Jean Delvare <khali@linux-fr.org>,
	linux-i2c@vger.kernel.org, linux-watchdog@vger.kernel.org,
	Ben Dooks <ben-linux@fluff.org>,
	kernel@pengutronix.de
Subject: Re: [PATCH 1/3] mfd: Add basic support for the Congatec CGEB BIOS interface
Date: Mon, 20 Feb 2012 19:07:52 +0100	[thread overview]
Message-ID: <20120220180752.GV3852@pengutronix.de> (raw)
In-Reply-To: <20120220163927.GY5387@sortiz-mobl>

Hi Samuel,

On Mon, Feb 20, 2012 at 05:39:27PM +0100, Samuel Ortiz wrote:
> Hi Sascha,
> 
> On Wed, Feb 01, 2012 at 02:26:31PM +0100, Sascha Hauer wrote:
> > The Congatec CGEB is a BIOS interface found on some Congatec x86
> > modules. It provides access to on board peripherals like I2C busses
> > and watchdogs. This driver contains the basic support for accessing
> > the CGEB interface and registers the child devices.
> After looking at the code, I'm not entirely sure this one belongs to
> drivers/mfd/. Have you thought about putting it under arch/x86/platform/ ?
> There are similar examples there, like uv or olpc.

I don't mind putting it in arch/x86/platform instead. I'm an ARM guy and
on ARM there currently is a rush to move everything looking remotely
like a driver out of arch/arm/ to drivers/, so putting it under
drivers/mfd/ seemed logical to me.

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

  reply	other threads:[~2012-02-20 18:07 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-01 13:26 [RESEND] Congatec CGEB base, i2c and watchdog driver support Sascha Hauer
2012-02-01 13:26 ` [PATCH 1/3] mfd: Add basic support for the Congatec CGEB BIOS interface Sascha Hauer
     [not found]   ` <1328102793-4313-2-git-send-email-s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2012-02-06 19:07     ` Christian Gmeiner
2012-02-06 19:07       ` Christian Gmeiner
2012-02-06 19:07       ` Christian Gmeiner
2012-02-20 16:39     ` Samuel Ortiz
2012-02-20 16:39       ` Samuel Ortiz
2012-02-20 18:07       ` Sascha Hauer [this message]
     [not found]         ` <20120220180752.GV3852-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2012-02-27 13:58           ` Samuel Ortiz
2012-02-27 13:58             ` Samuel Ortiz
2012-02-27 17:24             ` Sascha Hauer
     [not found]               ` <20120227172443.GD3852-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2012-02-28 14:32                 ` Mark Brown
2012-02-28 14:32                   ` Mark Brown
2012-02-01 13:26 ` [PATCH 2/3] i2c: Add Congatec CGEB I2C driver Sascha Hauer
2012-02-07  8:38   ` Christian Gmeiner
2012-02-07  8:38     ` Christian Gmeiner
     [not found]   ` <1328102793-4313-3-git-send-email-s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2012-02-07 10:10     ` Wolfram Sang
2012-02-07 10:10       ` Wolfram Sang
     [not found]       ` <20120207101016.GB2539-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2012-02-15 13:54         ` Sascha Hauer
2012-02-15 13:54           ` Sascha Hauer
2012-02-13 23:22     ` Ben Dooks
2012-02-13 23:22       ` Ben Dooks
     [not found] ` <1328102793-4313-1-git-send-email-s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2012-02-01 13:26   ` [PATCH 3/3] watchdog: Add Congatec CGEB watchdog driver Sascha Hauer
2012-02-01 13:26     ` Sascha Hauer
     [not found]     ` <1328102793-4313-4-git-send-email-s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2012-02-07 15:08       ` Wolfram Sang
2012-02-07 15:08         ` Wolfram Sang
     [not found]         ` <20120207150856.GI2539-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2012-02-15 13:41           ` Sascha Hauer
2012-02-15 13:41             ` Sascha Hauer
2012-02-06 10:58   ` [RESEND] Congatec CGEB base, i2c and watchdog driver support Christian Gmeiner
2012-02-06 10:58     ` Christian Gmeiner
  -- strict thread matches above, loose matches on Subject: below --
2012-01-16 15:32 [RFC] " Sascha Hauer
2012-01-16 15:32 ` [PATCH 1/3] mfd: Add basic support for the Congatec CGEB BIOS interface Sascha Hauer

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=20120220180752.GV3852@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=ben-linux@fluff.org \
    --cc=kernel@pengutronix.de \
    --cc=khali@linux-fr.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=sameo@linux.intel.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.