dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Helge Deller <deller@gmx.de>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: Ulf Hansson <ulf.hansson@linaro.org>,
	Stephen Kitt <steve@sk2.org>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Tony Lindgren <tony@atomide.com>,
	Daniel Vetter <daniel.vetter@ffwll.ch>,
	linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org,
	Javier Martinez Canillas <javierm@redhat.com>,
	Wang Qing <wangqing@vivo.com>,
	Wolfram Sang <wsa+renesas@sang-engineering.com>,
	Peter Jones <pjones@redhat.com>,
	Xuezhi Zhang <zhangxuezhi1@coolpad.com>,
	Robert Jarzmik <robert.jarzmik@free.fr>,
	Gaosheng Cui <cuigaosheng1@huawei.com>,
	Daniel Thompson <daniel.thompson@linaro.org>,
	Alexander Shiyan <shc_work@mail.ru>,
	Florian Tobias Schandinat <FlorianSchandinat@gmx.de>,
	Xu Panda <xu.panda@zte.com.cn>,
	Michal Simek <michal.simek@xilinx.com>,
	Christophe Leroy <christophe.leroy@csgroup.eu>,
	Dongliang Mu <dzm91@hust.edu.cn>,
	NXP Linux Team <linux-imx@nxp.com>,
	Yang Yingliang <yangyingliang@huawei.com>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	Arnd Bergmann <arnd@arndb.de>,
	Jiapeng Chong <jiapeng.chong@linux.alibaba.com>,
	Yu Zhe <yuzhe@nfschina.com>, ye xingchen <ye.xingchen@zte.com.cn>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Jiasheng Jiang <jiasheng@iscas.ac.cn>,
	Zeng Heng <zengheng4@huawei.com>,
	Hans de Goede <hdegoede@redhat.com>,
	Mark Brown <broonie@kernel.org>, Hyunwoo Kim <imv4bel@gmail.com>,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	Yihao Han <hanyihao@vivo.com>, Timur Tabi <timur@kernel.org>,
	Jingoo Han <jingoohan1@gmail.com>,
	Zhang Qilong <zhangqilong3@huawei.com>,
	Kristoffer Ericson <kristoffer.ericson@gmail.com>,
	kernel@pengutronix.de, Shawn Guo <shawnguo@kernel.org>
Subject: Re: [PATCH 00/51] video: fbdev: Convert to platform remove callback returning void
Date: Tue, 30 May 2023 18:34:40 +0200	[thread overview]
Message-ID: <7eed2e10-05af-1ebc-1285-eb17b3113183@gmx.de> (raw)
In-Reply-To: <20230530162728.sexlrqhkoflvuu7m@pengutronix.de>

On 5/30/23 18:27, Uwe Kleine-König wrote:
> Hello Helge,
>
> On Tue, May 30, 2023 at 06:12:09PM +0200, Helge Deller wrote:
>> Btw... I cleaned up some minor whitespace issues in patch 3 (au1100fb).
>
> We both did some different cleanup, on top of your
> 87be5a5d9a5c5b00505181eedbee62134f07d11d we could further cleanup doing
>
> diff --git a/drivers/video/fbdev/au1100fb.c b/drivers/video/fbdev/au1100fb.c
> index fb38557a9b63..648d6cac86e8 100644
> --- a/drivers/video/fbdev/au1100fb.c
> +++ b/drivers/video/fbdev/au1100fb.c
> @@ -590,7 +590,7 @@ static struct platform_driver au1100fb_driver = {
>   	.probe		= au1100fb_drv_probe,
>   	.remove_new	= au1100fb_drv_remove,
>   	.suspend	= au1100fb_drv_suspend,
> -        .resume		= au1100fb_drv_resume,
> +	.resume		= au1100fb_drv_resume,
>   };
>   module_platform_driver(au1100fb_driver);
>
> Feel free to squash this into 87be5a5d9a5c5b00505181eedbee62134f07d11d.
> If you want to apply it separately, either tell me to post a proper
> patch, or apply it under your name with my Suggested-by -- whatever
> suits you best.

I've squashed it into your patch.

Thanks!
Helge


  reply	other threads:[~2023-05-30 16:36 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-18 23:53 [PATCH 00/51] video: fbdev: Convert to platform remove callback returning void Uwe Kleine-König
2023-03-18 23:53 ` [PATCH 01/51] video: fbdev: au1100fb: Drop if with an always false condition Uwe Kleine-König
2023-03-18 23:53 ` [PATCH 02/51] video: fbdev: arcfb: Convert to platform remove callback returning void Uwe Kleine-König
2023-03-18 23:53 ` [PATCH 03/51] video: fbdev: au1100fb: " Uwe Kleine-König
2023-03-18 23:53 ` [PATCH 04/51] video: fbdev: au1200fb: " Uwe Kleine-König
2023-03-18 23:53 ` [PATCH 05/51] video: fbdev: broadsheetfb: " Uwe Kleine-König
2023-03-18 23:53 ` [PATCH 06/51] video: fbdev: bw2: " Uwe Kleine-König
2023-03-18 23:53 ` [PATCH 07/51] video: fbdev: cg14: " Uwe Kleine-König
2023-03-18 23:53 ` [PATCH 08/51] video: fbdev: cg3: " Uwe Kleine-König
2023-03-18 23:53 ` [PATCH 09/51] video: fbdev: cg6: " Uwe Kleine-König
2023-03-18 23:53 ` [PATCH 10/51] video: fbdev: clps711x-fb: " Uwe Kleine-König
2023-03-18 23:53 ` [PATCH 11/51] video: fbdev: cobalt_lcdfb: " Uwe Kleine-König
2023-03-18 23:53 ` [PATCH 12/51] video: fbdev: da8xx-fb: " Uwe Kleine-König
2023-03-18 23:53 ` [PATCH 13/51] video: fbdev: efifb: " Uwe Kleine-König
2023-03-18 23:53 ` [PATCH 14/51] video: fbdev: ep93xx-fb: " Uwe Kleine-König
2023-03-18 23:53 ` [PATCH 15/51] video: fbdev: ffb: " Uwe Kleine-König
2023-03-18 23:53 ` [PATCH 16/51] video: fbdev: fsl-diu-fb: " Uwe Kleine-König
2023-03-18 23:53 ` [PATCH 17/51] video: fbdev: gbefb: " Uwe Kleine-König
2023-03-18 23:53 ` [PATCH 18/51] video: fbdev: goldfishfb: " Uwe Kleine-König
2023-03-18 23:53 ` [PATCH 19/51] video: fbdev: grvga: " Uwe Kleine-König
2023-03-18 23:53 ` [PATCH 20/51] video: fbdev: hecubafb: " Uwe Kleine-König
2023-03-18 23:53 ` [PATCH 21/51] video: fbdev: hgafb: " Uwe Kleine-König
2023-03-18 23:53 ` [PATCH 22/51] video: fbdev: hitfb: " Uwe Kleine-König
2023-03-18 23:54 ` [PATCH 23/51] video: fbdev: imxfb: " Uwe Kleine-König
2023-03-18 23:54 ` [PATCH 24/51] video: fbdev: leo: " Uwe Kleine-König
2023-03-18 23:54 ` [PATCH 25/51] video: fbdev: mb862xx: " Uwe Kleine-König
2023-03-18 23:54 ` [PATCH 26/51] video: fbdev: metronomefb: " Uwe Kleine-König
2023-03-18 23:54 ` [PATCH 27/51] video: fbdev: mx3fb: " Uwe Kleine-König
2023-03-18 23:54 ` [PATCH 28/51] video: fbdev: ocfb: " Uwe Kleine-König
2023-03-18 23:54 ` [PATCH 29/51] video: fbdev: offb: " Uwe Kleine-König
2023-03-18 23:54 ` [PATCH 30/51] video: fbdev: omapfb: " Uwe Kleine-König
2023-03-18 23:54 ` [PATCH 31/51] video: fbdev: p9100: " Uwe Kleine-König
2023-03-18 23:54 ` [PATCH 32/51] video: fbdev: platinumfb: " Uwe Kleine-König
2023-03-18 23:54 ` [PATCH 33/51] video: fbdev: pxa168fb: " Uwe Kleine-König
2023-03-18 23:54 ` [PATCH 34/51] video: fbdev: pxa3xx-gcu: " Uwe Kleine-König
2023-03-18 23:54 ` [PATCH 35/51] video: fbdev: pxafb: " Uwe Kleine-König
2023-03-18 23:54 ` [PATCH 36/51] video: fbdev: s1d13xxxfb: " Uwe Kleine-König
2023-03-18 23:54 ` [PATCH 37/51] video: fbdev: s3c-fb: " Uwe Kleine-König
2023-03-18 23:54 ` [PATCH 38/51] video: fbdev: sh7760fb: " Uwe Kleine-König
2023-03-18 23:54 ` [PATCH 39/51] video: fbdev: sh_mobile_lcdcfb: " Uwe Kleine-König
2023-03-19  9:16   ` Geert Uytterhoeven
2023-03-18 23:54 ` [PATCH 40/51] video: fbdev: simplefb: " Uwe Kleine-König
2023-03-18 23:54 ` [PATCH 41/51] video: fbdev: sm501fb: " Uwe Kleine-König
2023-03-18 23:54 ` [PATCH 42/51] video: fbdev: tcx: " Uwe Kleine-König
2023-03-18 23:54 ` [PATCH 43/51] video: fbdev: uvesafb: " Uwe Kleine-König
2023-03-18 23:54 ` [PATCH 44/51] video: fbdev: vesafb: " Uwe Kleine-König
2023-03-18 23:54 ` [PATCH 45/51] video: fbdev: vfb: " Uwe Kleine-König
2023-03-18 23:54 ` [PATCH 46/51] video: fbdev: vga16fb: " Uwe Kleine-König
2023-03-18 23:54 ` [PATCH 47/51] video: fbdev: via: " Uwe Kleine-König
2023-03-18 23:54 ` [PATCH 48/51] video: fbdev: vt8500lcdfb: " Uwe Kleine-König
2023-03-18 23:54 ` [PATCH 49/51] video: fbdev: wm8505fb: " Uwe Kleine-König
2023-03-18 23:54 ` [PATCH 50/51] video: fbdev: wmt_ge_rops: " Uwe Kleine-König
2023-03-18 23:54 ` [PATCH 51/51] video: fbdev: xilinxfb: " Uwe Kleine-König
2023-03-19 18:04 ` [PATCH 00/51] video: fbdev: " Helge Deller
2023-03-19 21:08   ` Uwe Kleine-König
2023-03-19 21:41     ` Helge Deller
2023-05-30 14:02   ` Uwe Kleine-König
2023-05-30 16:12     ` Helge Deller
2023-05-30 16:27       ` Uwe Kleine-König
2023-05-30 16:34         ` Helge Deller [this message]
2023-03-20 10:03 ` Thomas Zimmermann

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=7eed2e10-05af-1ebc-1285-eb17b3113183@gmx.de \
    --to=deller@gmx.de \
    --cc=FlorianSchandinat@gmx.de \
    --cc=arnd@arndb.de \
    --cc=broonie@kernel.org \
    --cc=christophe.leroy@csgroup.eu \
    --cc=cuigaosheng1@huawei.com \
    --cc=daniel.thompson@linaro.org \
    --cc=daniel.vetter@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=dzm91@hust.edu.cn \
    --cc=geert+renesas@glider.be \
    --cc=hanyihao@vivo.com \
    --cc=hdegoede@redhat.com \
    --cc=imv4bel@gmail.com \
    --cc=javierm@redhat.com \
    --cc=jiapeng.chong@linux.alibaba.com \
    --cc=jiasheng@iscas.ac.cn \
    --cc=jingoohan1@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=kristoffer.ericson@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=michal.simek@xilinx.com \
    --cc=pjones@redhat.com \
    --cc=robert.jarzmik@free.fr \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=shc_work@mail.ru \
    --cc=steve@sk2.org \
    --cc=timur@kernel.org \
    --cc=tony@atomide.com \
    --cc=tzimmermann@suse.de \
    --cc=u.kleine-koenig@pengutronix.de \
    --cc=ulf.hansson@linaro.org \
    --cc=wangqing@vivo.com \
    --cc=wsa+renesas@sang-engineering.com \
    --cc=xu.panda@zte.com.cn \
    --cc=yangyingliang@huawei.com \
    --cc=ye.xingchen@zte.com.cn \
    --cc=yuzhe@nfschina.com \
    --cc=zengheng4@huawei.com \
    --cc=zhangqilong3@huawei.com \
    --cc=zhangxuezhi1@coolpad.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;
as well as URLs for NNTP newsgroup(s).