All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marc Reilly <marc@cpdesign.com.au>
To: Grant Likely <grant.likely@secretlab.ca>, sameo@linux.intel.com
Cc: spi-devel-general@lists.sourceforge.net,
	linux-i2c@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	u.kleine-koenig@pengutronix.de
Subject: Re: mc13xxx-core, support for i2c, V4
Date: Sat, 12 Feb 2011 21:11:30 +1100	[thread overview]
Message-ID: <201102122111.30525.marc@cpdesign.com.au> (raw)
In-Reply-To: <20110212084035.GB17755@angua.secretlab.ca>

Hi Grant, 

Thanks for your comments,

On Saturday, February 12, 2011 07:40:35 pm Grant Likely wrote:
> On Tue, Jan 04, 2011 at 04:34:55PM +1100, Marc Reilly wrote:
> > Hi,
> > 
> > These patches add i2c support for the mc13xxx-core drive. For v4 I've
> > tried to take in all previous comments, hopefully making it better to
> > follow, and bisectable.
> 
> This series looks okay to me.  Since this is audio drivers, I expect
> that it would best be taken via the ASoC tree?  Have you sent it to
> Mark Brown and the ALSA list for review?
> 
> g.

Actually only the mc13873 has audio support. I think these IC's really fit 
better under the MFD tree, but silly me didn't add Samuel Ortiz (MFD 
maintainer) to this series... so included him now.

Samuel, are you the most appropriate to take this series in and would you like 
me to resend these patches to you? The thread archive is at [1]. 

Cheers
Marc

[1] 
http://lists.arm.linux.org.uk/lurker/message/20110104.053455.45bc5880.en.html

WARNING: multiple messages have this Message-ID (diff)
From: marc@cpdesign.com.au (Marc Reilly)
To: linux-arm-kernel@lists.infradead.org
Subject: mc13xxx-core, support for i2c, V4
Date: Sat, 12 Feb 2011 21:11:30 +1100	[thread overview]
Message-ID: <201102122111.30525.marc@cpdesign.com.au> (raw)
In-Reply-To: <20110212084035.GB17755@angua.secretlab.ca>

Hi Grant, 

Thanks for your comments,

On Saturday, February 12, 2011 07:40:35 pm Grant Likely wrote:
> On Tue, Jan 04, 2011 at 04:34:55PM +1100, Marc Reilly wrote:
> > Hi,
> > 
> > These patches add i2c support for the mc13xxx-core drive. For v4 I've
> > tried to take in all previous comments, hopefully making it better to
> > follow, and bisectable.
> 
> This series looks okay to me.  Since this is audio drivers, I expect
> that it would best be taken via the ASoC tree?  Have you sent it to
> Mark Brown and the ALSA list for review?
> 
> g.

Actually only the mc13873 has audio support. I think these IC's really fit 
better under the MFD tree, but silly me didn't add Samuel Ortiz (MFD 
maintainer) to this series... so included him now.

Samuel, are you the most appropriate to take this series in and would you like 
me to resend these patches to you? The thread archive is at [1]. 

Cheers
Marc

[1] 
http://lists.arm.linux.org.uk/lurker/message/20110104.053455.45bc5880.en.html

  reply	other threads:[~2011-02-12 10:11 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-04  5:34 mc13xxx-core, support for i2c, V4 Marc Reilly
2011-01-04  5:34 ` Marc Reilly
     [not found] ` <1294119299-18352-1-git-send-email-marc-DtE7ei5U7Kg0n/F98K4Iww@public.gmane.org>
2011-01-04  5:34   ` [PATCH v4 1/4] mc13xxx-core: Prepare for separate spi and i2c backends Marc Reilly
2011-01-04  5:34     ` Marc Reilly
2011-01-04  5:34   ` [PATCH v4 2/4] mc13xxx-core: Kconfig: Config menu driven by specific IC type Marc Reilly
2011-01-04  5:34     ` Marc Reilly
     [not found]     ` <1294119299-18352-3-git-send-email-marc-DtE7ei5U7Kg0n/F98K4Iww@public.gmane.org>
2011-02-22 10:37       ` Uwe Kleine-König
2011-02-22 10:37         ` Uwe Kleine-König
2011-01-04  5:34   ` [PATCH v4 3/4] mc13xxx-core: Move spi specific code into separate module Marc Reilly
2011-01-04  5:34     ` Marc Reilly
2011-01-04  5:34   ` [PATCH v4 4/4] mc13xxx-core: Add i2c driver Marc Reilly
2011-01-04  5:34     ` Marc Reilly
2011-02-12  8:40   ` mc13xxx-core, support for i2c, V4 Grant Likely
2011-02-12  8:40     ` Grant Likely
2011-02-12 10:11     ` Marc Reilly [this message]
2011-02-12 10:11       ` Marc Reilly
     [not found]       ` <201102122111.30525.marc-DtE7ei5U7Kg0n/F98K4Iww@public.gmane.org>
2011-02-21 16:33         ` Samuel Ortiz
2011-02-21 16:33           ` Samuel Ortiz
2011-02-22  3:23           ` Marc Reilly
2011-02-22  3:23             ` Marc Reilly
2011-02-14 10:21     ` Philippe Rétornaz
2011-02-14 10:21       ` Philippe Rétornaz
     [not found]       ` <201102141121.34676.philippe.retornaz-p8DiymsW2f8@public.gmane.org>
2011-02-14 14:39         ` Mark Brown
2011-02-14 14:39           ` Mark Brown

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=201102122111.30525.marc@cpdesign.com.au \
    --to=marc@cpdesign.com.au \
    --cc=grant.likely@secretlab.ca \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=sameo@linux.intel.com \
    --cc=spi-devel-general@lists.sourceforge.net \
    --cc=u.kleine-koenig@pengutronix.de \
    /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.