linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: u.kleine-koenig@pengutronix.de (Uwe Kleine-König)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2 RESEND#2] i2c/pxa: remove unused macro
Date: Tue, 12 Jan 2010 11:58:46 +0100	[thread overview]
Message-ID: <20100112105846.GA31145@pengutronix.de> (raw)
In-Reply-To: <20091209091146.78e8d7bb@hyperion.delvare>

Hey Ben,

On Wed, Dec 09, 2009 at 09:11:46AM +0100, Jean Delvare wrote:
> On Tue, 8 Dec 2009 23:07:24 +0100, Uwe Kleine-K?nig wrote:
> > Hi Jean,
> > 
> > On Tue, Dec 08, 2009 at 10:44:56PM +0100, Jean Delvare wrote:
> > > On Tue, 8 Dec 2009 22:18:10 +0100, Uwe Kleine-K?nig wrote:
> > > > Hi Jean,
> > > > 
> > > > On Thu, Nov 19, 2009 at 08:15:40PM +0100, Uwe Kleine-K?nig wrote:
> > > > > Commit
> > > > > 
> > > > > 	beea494 ([ARM] Remove EEPROM slave emulation from i2c-pxa driver.)
> > > > > 
> > > > > removed all uses of eedbg, so the definition can go, too.
> > > > do you have comments to my patches?  I think they should go in via your
> > > > tree.
> > > 
> > > I think you should read MAINTAINERS again.
> > Ah, so the maintainer is Ben Dooks, but the tree seems to be your's.
> >
> > So I assume you take it when Ben give's his S-o-b or Ben has write
> > access to the tree?
> 
> No. I have my tree, Ben has its own. Ben's isn't listed in MAINTAINERS,
> thus the confusion.
> 
> Ben, can you please add your tree to MAINTAINERS to make things clearer
> for contributors?
In the meantime I have three i2c patches without any feedback by you.
As Jean is convinced that you are responsible to take them can you
please have a look and comment?

My patches are also available via git at

	git://git.pengutronix.de/git/ukl/linux-2.6.git next/i2c

Shortlog and diffstat can be found below.

Best regards
Uwe

Uwe Kleine-K?nig (2):
      i2c/pxa: remove unused macro
      i2c-imx: call ioremap only after request_mem_region

Wolfram Sang (1):
      i2c/pxa: only define 'blue_murder'-function if DEBUG is #defined

 drivers/i2c/busses/i2c-imx.c |   21 +++++++++++----------
 drivers/i2c/busses/i2c-pxa.c |   26 ++++++++++++++------------
 2 files changed, 25 insertions(+), 22 deletions(-)

-- 
Pengutronix e.K.                              | Uwe Kleine-K?nig            |
Industrial Linux Solutions                    | http://www.pengutronix.de/  |

  parent reply	other threads:[~2010-01-12 10:58 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-03 19:03 [PATCH 1/2] [ARM] i2c/pxa: remove unused macro Uwe Kleine-König
2009-11-03 19:03 ` [PATCH 2/2] [ARM] i2c/pxa: only define 'blue_murder'-function if DEBUG is #defined Uwe Kleine-König
2009-11-03 19:06 ` [PATCH 1/2] [ARM] i2c/pxa: remove unused macro Pavel Machek
2009-11-03 20:00 ` Uwe Kleine-König
2009-11-03 21:01 ` Russell King
2009-11-03 22:12   ` Ben Dooks
2009-11-04 19:06     ` Russell King - ARM Linux
2009-11-04  9:00   ` Uwe Kleine-König
2009-11-03 22:13 ` Ben Dooks
2009-11-09  8:18 ` [PATCH 1/2 RESENT] " Uwe Kleine-König
2009-11-09  8:18   ` [PATCH 2/2 RESENT] [ARM] i2c/pxa: only define 'blue_murder'-function if DEBUG is #defined Uwe Kleine-König
2009-11-09  8:58     ` Eric Miao
2009-11-19 19:15   ` [PATCH 1/2 RESEND#2] i2c/pxa: remove unused macro Uwe Kleine-König
2009-11-19 19:15     ` [PATCH 2/2 RESEND#2] i2c/pxa: only define 'blue_murder'-function if DEBUG is #defined Uwe Kleine-König
2010-02-24 11:00       ` my i2c-patches for 2.6.34 Uwe Kleine-König
2010-02-24 11:01         ` [PATCH 1/3] i2c/pxa: remove unused macro Uwe Kleine-König
2010-03-22 21:04           ` Uwe Kleine-König
2010-03-22 21:54             ` Roel Kluin
2010-02-24 11:01         ` [PATCH 2/3] i2c/pxa: only define 'blue_murder'-function if DEBUG is #defined Uwe Kleine-König
2010-02-28 15:55           ` Russell King - ARM Linux
2010-03-22 21:02             ` Uwe Kleine-König
2010-04-18 13:22             ` Wolfram Sang
2010-04-18 13:45               ` Russell King - ARM Linux
2010-04-18 14:05                 ` Wolfram Sang
2010-04-18 14:11                   ` Pavel Machek
2010-02-24 11:01         ` [PATCH 3/3] MAINTAINERS: add i2c tree for embedded platforms Uwe Kleine-König
2010-02-28 15:57           ` Russell King - ARM Linux
2010-03-01  9:07             ` Uwe Kleine-König
2010-03-01 10:38               ` Jean Delvare
2010-03-01 11:12                 ` [PATCH] " Uwe Kleine-König
2010-03-22 21:03                   ` Uwe Kleine-König
2009-11-26 10:44     ` [PATCH 1/2 RESEND#2] i2c/pxa: remove unused macro Uwe Kleine-König
2009-12-08 21:18     ` Uwe Kleine-König
2009-12-08 21:44       ` Jean Delvare
2009-12-08 22:07         ` Uwe Kleine-König
2009-12-09  8:11           ` Jean Delvare
2009-12-16 13:46             ` Uwe Kleine-König
2010-01-12 10:58             ` Uwe Kleine-König [this message]
2010-01-25  9:28               ` Uwe Kleine-König

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=20100112105846.GA31145@pengutronix.de \
    --to=u.kleine-koenig@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).