From: Sylwester Nawrocki <s.nawrocki@samsung•com>
To: YueHaibing <yuehaibing@huawei•com>,
broonie@kernel•org, f.fainelli@gmail•com, rjui@broadcom•com,
sbranden@broadcom•com, eric@anholt•net, wahrenst@gmx•net,
shc_work@mail•ru, agross@kernel•org, khilman@baylibre•com,
matthias.bgg@gmail•com, shawnguo@kernel•org,
s.hauer@pengutronix•de, kernel@pengutronix•de,
festevam@gmail•com, linux-imx@nxp•com, avifishman70@gmail•com,
tmaimon77@gmail•com, tali.perry1@gmail•com, venture@google•com,
yuenn@google•com, benjaminfair@google•com, kgene@kernel•org,
krzk@kernel•org, andi@etezian•org, palmer@sifive•com,
paul.walmsley@sifive•com, baohua@kernel•org, mripard@kernel•org,
wens@csie•org, ldewangan@nvidia•com, thierry.reding@gmail•com,
jonathanh@nvidia•com, yamada.masahiro@socionext•com,
michal.simek@xilinx•com
Cc: linux-samsung-soc@vger•kernel.org, linux-arm-msm@vger•kernel.org,
openbmc@lists•ozlabs.org, linux-mediatek@lists•infradead.org,
linux-kernel@vger•kernel.org, linux-spi@vger•kernel.org,
bcm-kernel-feedback-list@broadcom•com,
linux-rpi-kernel@lists•infradead.org,
linux-tegra@vger•kernel.org, linux-amlogic@lists•infradead.org,
linux-riscv@lists•infradead.org,
linux-arm-kernel@lists•infradead.org
Subject: Re: [PATCH -next 25/36] spi: s3c24xx: use devm_platform_ioremap_resource() to simplify code
Date: Thu, 5 Sep 2019 12:08:58 +0200 [thread overview]
Message-ID: <d3803e7b-4d5a-8260-e999-12465744c2a7@samsung.com> (raw)
In-Reply-To: <20190904135918.25352-26-yuehaibing@huawei.com>
On 9/4/19 15:59, YueHaibing wrote:
> Use devm_platform_ioremap_resource() to simplify the code a bit.
> This is detected by coccinelle.
>
> Reported-by: Hulk Robot <hulkci@huawei•com>
> Signed-off-by: YueHaibing <yuehaibing@huawei•com>
Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung•com>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2019-09-05 10:09 UTC|newest]
Thread overview: 54+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-04 13:58 [PATCH -next 00/36] use devm_platform_ioremap_resource() to simplify code YueHaibing
2019-09-04 13:58 ` [PATCH -next 01/36] spi: altera: " YueHaibing
2019-09-04 13:58 ` [PATCH -next 02/36] spi: a3700: " YueHaibing
2019-09-04 13:58 ` [PATCH -next 03/36] spi: ath79: " YueHaibing
2019-09-04 13:58 ` [PATCH -next 04/36] spi: spi-axi: " YueHaibing
2019-09-04 13:58 ` [PATCH -next 05/36] spi: bcm2835aux: " YueHaibing
2019-09-05 18:38 ` Stefan Wahren
2019-09-04 13:58 ` [PATCH -next 06/36] spi: bcm2835: " YueHaibing
2019-09-05 18:39 ` Stefan Wahren
2019-09-04 13:58 ` [PATCH -next 07/36] spi: bcm63xx-hsspi: " YueHaibing
2019-09-04 22:10 ` Florian Fainelli
2019-09-04 13:58 ` [PATCH -next 08/36] spi: cadence: " YueHaibing
2019-09-04 13:58 ` [PATCH -next 09/36] spi: octeon: " YueHaibing
2019-09-04 13:58 ` [PATCH -next 10/36] spi: clps711x: " YueHaibing
2019-09-04 13:58 ` [PATCH -next 11/36] spi: coldfire-qspi: " YueHaibing
2019-09-04 13:58 ` [PATCH -next 12/36] spi: dw-mmio: " YueHaibing
2019-09-04 13:58 ` [PATCH -next 13/36] spi: spi-geni-qcom: " YueHaibing
2019-09-04 20:44 ` Bjorn Andersson
2019-09-04 13:58 ` [PATCH -next 14/36] spi: lp-8841: " YueHaibing
2019-09-04 13:58 ` [PATCH -next 15/36] spi: meson-spicc: " YueHaibing
2019-09-04 14:13 ` Neil Armstrong
2019-09-04 13:58 ` [PATCH -next 16/36] spi: spi-meson-spifc: " YueHaibing
2019-09-04 14:14 ` Neil Armstrong
2019-09-04 13:58 ` [PATCH -next 17/36] spi: mt7621: " YueHaibing
2019-09-04 13:59 ` [PATCH -next 18/36] spi: mxs: " YueHaibing
2019-09-04 13:59 ` [PATCH -next 19/36] spi: npcm: " YueHaibing
2019-09-04 13:59 ` [PATCH -next 20/36] spi: nuc900: " YueHaibing
2019-09-04 13:59 ` [PATCH -next 21/36] spi: oc-tiny: " YueHaibing
2019-09-04 13:59 ` [PATCH -next 22/36] spi: pic32-sqi: " YueHaibing
2019-09-04 13:59 ` [PATCH -next 23/36] spi: spi-qcom-qspi: " YueHaibing
2019-09-04 20:46 ` Bjorn Andersson
2019-09-04 13:59 ` [PATCH -next 24/36] spi: rb4xx: " YueHaibing
2019-09-04 13:59 ` [PATCH -next 25/36] spi: s3c24xx: " YueHaibing
2019-09-04 14:28 ` Krzysztof Kozlowski
2019-09-04 14:39 ` Mark Brown
2019-09-04 15:09 ` Krzysztof Kozlowski
2019-09-04 16:13 ` Mark Brown
2019-09-04 14:42 ` Yuehaibing
2019-09-07 23:38 ` Andi Shyti
2019-09-05 10:08 ` Sylwester Nawrocki [this message]
2019-09-04 13:59 ` [PATCH -next 26/36] spi: sifive: " YueHaibing
2019-09-04 22:20 ` Paul Walmsley
2019-09-04 13:59 ` [PATCH -next 27/36] spi: sirf: " YueHaibing
2019-09-04 13:59 ` [PATCH -next 28/36] spi: st-ssc4: " YueHaibing
2019-09-04 13:59 ` [PATCH -next 29/36] spi: sun4i: " YueHaibing
2019-09-04 13:59 ` [PATCH -next 30/36] spi: sun6i: " YueHaibing
2019-09-04 13:59 ` [PATCH -next 31/36] spi: tegra: " YueHaibing
2019-09-04 13:59 ` [PATCH -next 32/36] spi: uniphier: " YueHaibing
2019-09-04 13:59 ` [PATCH -next 33/36] spi: xlp: " YueHaibing
2019-09-04 13:59 ` [PATCH -next 34/36] spi: zynqmp: " YueHaibing
2019-09-05 5:19 ` Michal Simek
2019-09-04 13:59 ` [PATCH -next 35/36] spi: zynq-qspi: " YueHaibing
2019-09-05 5:19 ` Michal Simek
2019-09-04 13:59 ` [PATCH -next 36/36] spi: fsl-spi: " YueHaibing
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=d3803e7b-4d5a-8260-e999-12465744c2a7@samsung.com \
--to=s.nawrocki@samsung$(echo .)com \
--cc=agross@kernel$(echo .)org \
--cc=andi@etezian$(echo .)org \
--cc=avifishman70@gmail$(echo .)com \
--cc=baohua@kernel$(echo .)org \
--cc=bcm-kernel-feedback-list@broadcom$(echo .)com \
--cc=benjaminfair@google$(echo .)com \
--cc=broonie@kernel$(echo .)org \
--cc=eric@anholt$(echo .)net \
--cc=f.fainelli@gmail$(echo .)com \
--cc=festevam@gmail$(echo .)com \
--cc=jonathanh@nvidia$(echo .)com \
--cc=kernel@pengutronix$(echo .)de \
--cc=kgene@kernel$(echo .)org \
--cc=khilman@baylibre$(echo .)com \
--cc=krzk@kernel$(echo .)org \
--cc=ldewangan@nvidia$(echo .)com \
--cc=linux-amlogic@lists$(echo .)infradead.org \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-arm-msm@vger$(echo .)kernel.org \
--cc=linux-imx@nxp$(echo .)com \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-mediatek@lists$(echo .)infradead.org \
--cc=linux-riscv@lists$(echo .)infradead.org \
--cc=linux-rpi-kernel@lists$(echo .)infradead.org \
--cc=linux-samsung-soc@vger$(echo .)kernel.org \
--cc=linux-spi@vger$(echo .)kernel.org \
--cc=linux-tegra@vger$(echo .)kernel.org \
--cc=matthias.bgg@gmail$(echo .)com \
--cc=michal.simek@xilinx$(echo .)com \
--cc=mripard@kernel$(echo .)org \
--cc=openbmc@lists$(echo .)ozlabs.org \
--cc=palmer@sifive$(echo .)com \
--cc=paul.walmsley@sifive$(echo .)com \
--cc=rjui@broadcom$(echo .)com \
--cc=s.hauer@pengutronix$(echo .)de \
--cc=sbranden@broadcom$(echo .)com \
--cc=shawnguo@kernel$(echo .)org \
--cc=shc_work@mail$(echo .)ru \
--cc=tali.perry1@gmail$(echo .)com \
--cc=thierry.reding@gmail$(echo .)com \
--cc=tmaimon77@gmail$(echo .)com \
--cc=venture@google$(echo .)com \
--cc=wahrenst@gmx$(echo .)net \
--cc=wens@csie$(echo .)org \
--cc=yamada.masahiro@socionext$(echo .)com \
--cc=yuehaibing@huawei$(echo .)com \
--cc=yuenn@google$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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