public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dejin Zheng <zhengdejin5@gmail.com>
To: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Cc: Hsin-Yi Wang <hsinyi@chromium.org>,
	thor.thayer@linux.intel.com, krzysztof.adamski@nokia.com,
	rjui@broadcom.com, sbranden@broadcom.com,
	bcm-kernel-feedback-list@broadcom.com,
	Florian Fainelli <f.fainelli@gmail.com>,
	nsekhar@ti.com, bgolaszewski@baylibre.com,
	andriy.shevchenko@linux.intel.com,
	mika.westerberg@linux.intel.com, baruch@tkos.co.il,
	Wolfram Sang <wsa+renesas@sang-engineering.com>,
	kgene@kernel.org, krzk@kernel.org, paul@crapouillou.net,
	vz@mleia.com, khilman@baylibre.com,
	Matthias Brugger <matthias.bgg@gmail.com>,
	gregory.clement@bootlin.com, rrichter@marvell.com,
	afaerber@suse.de, manivannan.sadhasivam@linaro.org,
	agross@kernel.org, bjorn.andersson@linaro.org, heiko@sntech.de,
	baohua@kernel.org, linus.walleij@linaro.org, mripard@kernel.org,
	wens@csie.org, ardb@kernel.org, michal.simek@xilinx.com,
	gcherian@marvell.com, jun.nie@linaro.org, shawnguo@kernel.org,
	rayagonda.kokatanur@broadcom.com, lori.hikichi@broadcom.com,
	nishkadg.linux@gmail.com,
	Kate Stewart <kstewart@linuxfoundation.org>,
	allison@lohutok.net,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	bigeasy@linutronix.de, info@metux.net, hslester96@gmail.com,
	Neil Armstrong <narmstrong@baylibre.com>,
	martin.blumenstingl@googlemail.com,
	Qii Wang <qii.wang@mediatek.com>,
	Nicolas Boichat <drinkcat@chromium.org>,
	Fabien Parent <fparent@baylibre.com>,
	opensource@jilayne.com, swinslow@gmail.com,
	linux-i2c@vger.kernel.org, lkml <linux-kernel@vger.kernel.org>,
	"moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" 
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v1 00/28] convert to devm_platform_ioremap_resource
Date: Thu, 9 Apr 2020 01:34:17 +0800	[thread overview]
Message-ID: <20200408173417.GA25852@nuc8i5> (raw)
In-Reply-To: <6db77bf6-e1b1-b3fd-8539-7b083b38e7b2@linux.intel.com>

On Wed, Apr 08, 2020 at 02:29:46PM +0300, Jarkko Nikula wrote:
> On 4/8/20 6:54 AM, Hsin-Yi Wang wrote:
> > On Wed, Apr 8, 2020 at 12:37 AM Dejin Zheng <zhengdejin5@gmail.com> wrote:
> > > 
> > > this patch sets use devm_platform_ioremap_resource() to simplify code,
> > > which contains platform_get_resource() and devm_ioremap_resource(). so
> > > use it to replace the platform_get_resource() and
> > > devm_ioremap_resource().
> > > 
> > > Dejin Zheng (28):
> > >    i2c: img-scb: convert to devm_platform_ioremap_resource
> > >    i2c: mv64xxx: convert to devm_platform_ioremap_resource
> > >    i2c: owl: convert to devm_platform_ioremap_resource
> > >    i2c: exynos5: convert to devm_platform_ioremap_resource
> > >    i2c: mt65xx: convert to devm_platform_ioremap_resource
> > 
> > mt65xx seems not in the series.
> > 
> Looks like patches 5, 6, 9 and 19 are missing.
>
Hi Jarkko and Hsin-Yi:

you're right and thanks very much for your reminding. the gmail
server told me that "550 5.4.5 Daily user sending quota exceeded."
in the past 24 hours, so I can not sent any email by this account.

and the gmail server also prevent me send this 4 patches and I
found the patch can be sent by delete some codes. maybe some
keywords in the intact patch triggered the gmail filtering system.

I'm trying to send out these patches. I'm so sorry for that.

BR,
Dejin

> -- 
> Jarkko

  reply	other threads:[~2020-04-08 17:34 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-07 16:37 [PATCH v1 00/28] convert to devm_platform_ioremap_resource Dejin Zheng
2020-04-07 16:37 ` [PATCH v1 01/28] i2c: img-scb: " Dejin Zheng
2020-04-07 16:37 ` [PATCH v1 02/28] i2c: mv64xxx: " Dejin Zheng
2020-04-07 16:37 ` [PATCH v1 03/28] i2c: owl: " Dejin Zheng
2020-04-09  6:06   ` Manivannan Sadhasivam
2020-04-07 16:37 ` [PATCH v1 04/28] i2c: exynos5: " Dejin Zheng
2020-04-07 16:37 ` [PATCH v1 07/28] i2c: zx2967: " Dejin Zheng
2020-04-07 16:37 ` [PATCH v1 08/28] i2c: xlp9xx: " Dejin Zheng
2020-04-07 19:59   ` Robert Richter
2020-04-07 16:37 ` [PATCH v1 10/28] i2c: synquacer: " Dejin Zheng
2020-04-07 16:37 ` [PATCH v1 11/28] i2c: rk3x: " Dejin Zheng
2020-04-07 16:37 ` [PATCH v1 12/28] i2c: qup: " Dejin Zheng
2020-04-07 16:37 ` [PATCH v1 13/28] i2c: meson: " Dejin Zheng
2020-04-07 16:37 ` [PATCH v1 14/28] i2c: hix5hd2: " Dejin Zheng
2020-04-07 16:37 ` [PATCH v1 15/28] i2c: emev2: " Dejin Zheng
2020-04-07 16:37 ` [PATCH v1 16/28] i2c: jz4780: " Dejin Zheng
2020-04-07 16:37 ` [PATCH v1 17/28] i2c: altera: " Dejin Zheng
2020-04-08 13:43   ` Thor Thayer
2020-04-07 16:37 ` [PATCH v1 18/28] i2c: axxia: " Dejin Zheng
2020-04-07 16:37 ` [PATCH v1 20/28] i2c: davinci: " Dejin Zheng
2020-04-07 16:37 ` [PATCH v1 21/28] i2c: digicolor: " Dejin Zheng
2020-04-07 16:37 ` [PATCH v1 22/28] i2c: lpc2k: " Dejin Zheng
2020-04-07 16:37 ` [PATCH v1 23/28] i2c: sirf: " Dejin Zheng
2020-04-09  0:02   ` Barry Song
2020-04-07 16:37 ` [PATCH v1 24/28] i2c: stu300: " Dejin Zheng
2020-04-07 16:37 ` [PATCH v1 25/28] i2c: sun6i-p2wi: " Dejin Zheng
2020-04-07 16:37 ` [PATCH v1 26/28] i2c: xlr: " Dejin Zheng
2020-04-07 16:37 ` [PATCH v1 27/28] i2c: bcm-kona: " Dejin Zheng
2020-04-07 16:37 ` [PATCH v1 28/28] i2c: octeon-platdrv: " Dejin Zheng
2020-04-07 20:00   ` Robert Richter
2020-04-07 16:55 ` [PATCH v1 00/28] " Andy Shevchenko
2020-04-08  3:54 ` Hsin-Yi Wang
2020-04-08 11:29   ` Jarkko Nikula
2020-04-08 17:34     ` Dejin Zheng [this message]
2020-04-08 14:16 ` Wolfram Sang

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=20200408173417.GA25852@nuc8i5 \
    --to=zhengdejin5@gmail.com \
    --cc=afaerber@suse.de \
    --cc=agross@kernel.org \
    --cc=allison@lohutok.net \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=ardb@kernel.org \
    --cc=baohua@kernel.org \
    --cc=baruch@tkos.co.il \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=bgolaszewski@baylibre.com \
    --cc=bigeasy@linutronix.de \
    --cc=bjorn.andersson@linaro.org \
    --cc=drinkcat@chromium.org \
    --cc=f.fainelli@gmail.com \
    --cc=fparent@baylibre.com \
    --cc=gcherian@marvell.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=gregory.clement@bootlin.com \
    --cc=heiko@sntech.de \
    --cc=hsinyi@chromium.org \
    --cc=hslester96@gmail.com \
    --cc=info@metux.net \
    --cc=jarkko.nikula@linux.intel.com \
    --cc=jun.nie@linaro.org \
    --cc=kgene@kernel.org \
    --cc=khilman@baylibre.com \
    --cc=krzk@kernel.org \
    --cc=krzysztof.adamski@nokia.com \
    --cc=kstewart@linuxfoundation.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lori.hikichi@broadcom.com \
    --cc=manivannan.sadhasivam@linaro.org \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=matthias.bgg@gmail.com \
    --cc=michal.simek@xilinx.com \
    --cc=mika.westerberg@linux.intel.com \
    --cc=mripard@kernel.org \
    --cc=narmstrong@baylibre.com \
    --cc=nishkadg.linux@gmail.com \
    --cc=nsekhar@ti.com \
    --cc=opensource@jilayne.com \
    --cc=paul@crapouillou.net \
    --cc=qii.wang@mediatek.com \
    --cc=rayagonda.kokatanur@broadcom.com \
    --cc=rjui@broadcom.com \
    --cc=rrichter@marvell.com \
    --cc=sbranden@broadcom.com \
    --cc=shawnguo@kernel.org \
    --cc=swinslow@gmail.com \
    --cc=tglx@linutronix.de \
    --cc=thor.thayer@linux.intel.com \
    --cc=vz@mleia.com \
    --cc=wens@csie.org \
    --cc=wsa+renesas@sang-engineering.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox