All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: Eddie Huang <eddie.huang@mediatek.com>
Cc: Mark Rutland <mark.rutland@arm.com>,
	Wolfram Sang <wsa@the-dreams.de>,
	linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org,
	David Box <david.e.box@linux.intel.com>,
	Jean Delvare <jdelvare@suse.de>,
	Xudong Chen <xudong.chen@mediatek.com>,
	Boris BREZILLON <boris.brezillon@free-electrons.com>,
	Arnd Bergmann <arnd@arndb.de>,
	Liguo Zhang <liguo.zhang@mediatek.com>,
	Wei Yan <sledge.yanwei@huawei.com>,
	Neelesh Gupta <neelegup@linux.vnet.ibm.com>,
	Zhangfei Gao <zhangfei.gao@linaro.org>,
	devicetree@vger.kernel.org, Pawel Moll <pawel.moll@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Ray Jui <rjui@broadcom.com>,
	Beniamino Galvani <b.galvani@gmail.com>,
	Rob Herring <robh+dt@kernel.org>,
	linux-mediatek@lists.infradead.org,
	Matthias Brugger <matthias.bgg@gmail.com>,
	linux-arm-kernel@lists.infradead.org,
	srv_heupstream@mediatek.com, Anders Berg <anders.berg@avagote>
Subject: Re: [PATCH v7 0/3] ARM: mediatek: Add driver for Mediatek I2C
Date: Thu, 7 May 2015 09:27:00 +0100	[thread overview]
Message-ID: <20150507082700.GE12484@x1> (raw)
In-Reply-To: <1430985284.22615.3.camel@mtksdaap41>

On Thu, 07 May 2015, Eddie Huang wrote:
> On Thu, 2015-05-07 at 08:39 +0100, Lee Jones wrote:
> > On Wed, 06 May 2015, Eddie Huang wrote:
> > 
> > > 
> > > Eddie Huang (1):
> > >   I2C: mediatek: Add driver for MediaTek MT8173 I2C controller
> > > 
> > > Xudong Chen (2):
> > >   dt-bindings: Add I2C bindings for mt65xx/mt81xx.
> > >   I2C: mediatek: Add driver for MediaTek I2C controller
> > > 
> > >  .../devicetree/bindings/i2c/i2c-mt6577.txt         |  41 ++
> > >  drivers/i2c/busses/Kconfig                         |   9 +
> > >  drivers/i2c/busses/Makefile                        |   1 +
> > >  drivers/i2c/busses/i2c-mt65xx.c                    | 748 +++++++++++++++++++++
> > >  4 files changed, 799 insertions(+)
> > >  create mode 100644 Documentation/devicetree/bindings/i2c/i2c-mt6577.txt
> > >  create mode 100644 drivers/i2c/busses/i2c-mt65xx.c
> > 
> > Again, you've sent me a patch-set that has absolutely nothing to do
> > with me.  Can you please stop doing that, my inbox is full enough
> > already!
> > 
> 
> Sorry, I use "scripts/get_maintainer.pl" to get mail receiver, and you
> are on list.

Yes, the "Commit Signer" entry is the bane of my life.  It's best not
to Cc everyone who has every touched a file in a given subsystem.

> I will narrow down receiver next time.

Thanks.

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

WARNING: multiple messages have this Message-ID (diff)
From: lee.jones@linaro.org (Lee Jones)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v7 0/3] ARM: mediatek: Add driver for Mediatek I2C
Date: Thu, 7 May 2015 09:27:00 +0100	[thread overview]
Message-ID: <20150507082700.GE12484@x1> (raw)
In-Reply-To: <1430985284.22615.3.camel@mtksdaap41>

On Thu, 07 May 2015, Eddie Huang wrote:
> On Thu, 2015-05-07 at 08:39 +0100, Lee Jones wrote:
> > On Wed, 06 May 2015, Eddie Huang wrote:
> > 
> > > 
> > > Eddie Huang (1):
> > >   I2C: mediatek: Add driver for MediaTek MT8173 I2C controller
> > > 
> > > Xudong Chen (2):
> > >   dt-bindings: Add I2C bindings for mt65xx/mt81xx.
> > >   I2C: mediatek: Add driver for MediaTek I2C controller
> > > 
> > >  .../devicetree/bindings/i2c/i2c-mt6577.txt         |  41 ++
> > >  drivers/i2c/busses/Kconfig                         |   9 +
> > >  drivers/i2c/busses/Makefile                        |   1 +
> > >  drivers/i2c/busses/i2c-mt65xx.c                    | 748 +++++++++++++++++++++
> > >  4 files changed, 799 insertions(+)
> > >  create mode 100644 Documentation/devicetree/bindings/i2c/i2c-mt6577.txt
> > >  create mode 100644 drivers/i2c/busses/i2c-mt65xx.c
> > 
> > Again, you've sent me a patch-set that has absolutely nothing to do
> > with me.  Can you please stop doing that, my inbox is full enough
> > already!
> > 
> 
> Sorry, I use "scripts/get_maintainer.pl" to get mail receiver, and you
> are on list.

Yes, the "Commit Signer" entry is the bane of my life.  It's best not
to Cc everyone who has every touched a file in a given subsystem.

> I will narrow down receiver next time.

Thanks.

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org ? Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: Eddie Huang <eddie.huang@mediatek.com>
Cc: Mark Rutland <mark.rutland@arm.com>,
	Wolfram Sang <wsa@the-dreams.de>,
	linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org,
	David Box <david.e.box@linux.intel.com>,
	Jean Delvare <jdelvare@suse.de>,
	Xudong Chen <xudong.chen@mediatek.com>,
	Boris BREZILLON <boris.brezillon@free-electrons.com>,
	Arnd Bergmann <arnd@arndb.de>,
	Liguo Zhang <liguo.zhang@mediatek.com>,
	Wei Yan <sledge.yanwei@huawei.com>,
	Neelesh Gupta <neelegup@linux.vnet.ibm.com>,
	Zhangfei Gao <zhangfei.gao@linaro.org>,
	devicetree@vger.kernel.org, Pawel Moll <pawel.moll@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Ray Jui <rjui@broadcom.com>,
	Beniamino Galvani <b.galvani@gmail.com>,
	Rob Herring <robh+dt@kernel.org>,
	linux-mediatek@lists.infradead.org,
	Matthias Brugger <matthias.bgg@gmail.com>,
	linux-arm-kernel@lists.infradead.org,
	srv_heupstream@mediatek.com,
	Anders Berg <anders.berg@avagotech.com>,
	Simon Glass <sjg@chromium.org>,
	Max Schwarz <max.schwarz@online.de>,
	Doug Anderson <dianders@chromium.org>,
	Sascha Hauer <kernel@pengutronix.de>,
	Kumar Gala <galak@codeaurora.org>
Subject: Re: [PATCH v7 0/3] ARM: mediatek: Add driver for Mediatek I2C
Date: Thu, 7 May 2015 09:27:00 +0100	[thread overview]
Message-ID: <20150507082700.GE12484@x1> (raw)
In-Reply-To: <1430985284.22615.3.camel@mtksdaap41>

On Thu, 07 May 2015, Eddie Huang wrote:
> On Thu, 2015-05-07 at 08:39 +0100, Lee Jones wrote:
> > On Wed, 06 May 2015, Eddie Huang wrote:
> > 
> > > 
> > > Eddie Huang (1):
> > >   I2C: mediatek: Add driver for MediaTek MT8173 I2C controller
> > > 
> > > Xudong Chen (2):
> > >   dt-bindings: Add I2C bindings for mt65xx/mt81xx.
> > >   I2C: mediatek: Add driver for MediaTek I2C controller
> > > 
> > >  .../devicetree/bindings/i2c/i2c-mt6577.txt         |  41 ++
> > >  drivers/i2c/busses/Kconfig                         |   9 +
> > >  drivers/i2c/busses/Makefile                        |   1 +
> > >  drivers/i2c/busses/i2c-mt65xx.c                    | 748 +++++++++++++++++++++
> > >  4 files changed, 799 insertions(+)
> > >  create mode 100644 Documentation/devicetree/bindings/i2c/i2c-mt6577.txt
> > >  create mode 100644 drivers/i2c/busses/i2c-mt65xx.c
> > 
> > Again, you've sent me a patch-set that has absolutely nothing to do
> > with me.  Can you please stop doing that, my inbox is full enough
> > already!
> > 
> 
> Sorry, I use "scripts/get_maintainer.pl" to get mail receiver, and you
> are on list.

Yes, the "Commit Signer" entry is the bane of my life.  It's best not
to Cc everyone who has every touched a file in a given subsystem.

> I will narrow down receiver next time.

Thanks.

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

  reply	other threads:[~2015-05-07  8:27 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-06  8:37 [PATCH v7 0/3] ARM: mediatek: Add driver for Mediatek I2C Eddie Huang
2015-05-06  8:37 ` Eddie Huang
2015-05-06  8:37 ` Eddie Huang
     [not found] ` <1430901427-65146-1-git-send-email-eddie.huang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2015-05-06  8:37   ` [PATCH v7 1/3] dt-bindings: Add I2C bindings for mt65xx/mt81xx Eddie Huang
2015-05-06  8:37     ` Eddie Huang
2015-05-06  8:37     ` Eddie Huang
     [not found]     ` <1430901427-65146-2-git-send-email-eddie.huang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2015-05-12 12:37       ` wsa-z923LK4zBo2bacvFa/9K2g
2015-05-12 12:37         ` wsa
2015-05-12 12:37         ` wsa at the-dreams.de
     [not found]         ` <20150512123709.GA4447-oo5tB6JMkjKRinMKxDlMNPwbnWRJjS81@public.gmane.org>
2015-05-12 12:45           ` Sascha Hauer
2015-05-12 12:45             ` Sascha Hauer
2015-05-12 12:45             ` Sascha Hauer
2015-05-06  8:37   ` [PATCH v7 2/3] I2C: mediatek: Add driver for MediaTek I2C controller Eddie Huang
2015-05-06  8:37     ` Eddie Huang
2015-05-06  8:37     ` Eddie Huang
     [not found]     ` <1430901427-65146-3-git-send-email-eddie.huang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2015-05-12 12:58       ` wsa-z923LK4zBo2bacvFa/9K2g
2015-05-12 12:58         ` wsa
2015-05-12 12:58         ` wsa at the-dreams.de
     [not found]         ` <20150512125832.GB4447-oo5tB6JMkjKRinMKxDlMNPwbnWRJjS81@public.gmane.org>
2015-05-18  5:58           ` Eddie Huang
2015-05-18  5:58             ` Eddie Huang
2015-05-18  5:58             ` Eddie Huang
2015-05-18  6:37             ` Wolfram Sang
2015-05-18  6:37               ` Wolfram Sang
2015-05-18  6:37               ` Wolfram Sang
2015-05-18  7:42               ` Eddie Huang
2015-05-18  7:42                 ` Eddie Huang
2015-05-18  7:42                 ` Eddie Huang
2015-05-18  9:05                 ` Wolfram Sang
2015-05-18  9:05                   ` Wolfram Sang
2015-05-18  9:05                   ` Wolfram Sang
2015-05-06  8:37   ` [PATCH v7 3/3] I2C: mediatek: Add driver for MediaTek MT8173 " Eddie Huang
2015-05-06  8:37     ` Eddie Huang
2015-05-06  8:37     ` Eddie Huang
     [not found]     ` <1430901427-65146-4-git-send-email-eddie.huang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2015-05-12 13:00       ` wsa-z923LK4zBo2bacvFa/9K2g
2015-05-12 13:00         ` wsa
2015-05-12 13:00         ` wsa at the-dreams.de
2015-05-07  7:39   ` [PATCH v7 0/3] ARM: mediatek: Add driver for Mediatek I2C Lee Jones
2015-05-07  7:39     ` Lee Jones
2015-05-07  7:39     ` Lee Jones
2015-05-07  7:54     ` Eddie Huang
2015-05-07  7:54       ` Eddie Huang
2015-05-07  7:54       ` Eddie Huang
2015-05-07  8:27       ` Lee Jones [this message]
2015-05-07  8:27         ` Lee Jones
2015-05-07  8:27         ` Lee Jones
2015-05-12 12:45   ` Sascha Hauer
2015-05-12 12:45     ` Sascha Hauer
2015-05-12 12:45     ` 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=20150507082700.GE12484@x1 \
    --to=lee.jones@linaro.org \
    --cc=anders.berg@avagote \
    --cc=arnd@arndb.de \
    --cc=b.galvani@gmail.com \
    --cc=boris.brezillon@free-electrons.com \
    --cc=david.e.box@linux.intel.com \
    --cc=devicetree@vger.kernel.org \
    --cc=eddie.huang@mediatek.com \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=jdelvare@suse.de \
    --cc=liguo.zhang@mediatek.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=mark.rutland@arm.com \
    --cc=matthias.bgg@gmail.com \
    --cc=neelegup@linux.vnet.ibm.com \
    --cc=pawel.moll@arm.com \
    --cc=rjui@broadcom.com \
    --cc=robh+dt@kernel.org \
    --cc=sledge.yanwei@huawei.com \
    --cc=srv_heupstream@mediatek.com \
    --cc=wsa@the-dreams.de \
    --cc=xudong.chen@mediatek.com \
    --cc=zhangfei.gao@linaro.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 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.