Linux-RTC Archive mirror
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: "Alessandro Zummo" <a.zummo@towertech.it>,
	"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: linux-rtc@vger.kernel.org, kernel@pengutronix.de,
	Nicolas Ferre <nicolas.ferre@microchip.com>,
	Claudiu Beznea <claudiu.beznea@tuxon.dev>,
	linux-arm-kernel@lists.infradead.org,
	Shawn Guo <shawnguo@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Fabio Estevam <festevam@gmail.com>,
	NXP Linux Team <linux-imx@nxp.com>
Subject: Re: [PATCH 00/12] rtc: various improvements
Date: Fri, 13 Oct 2023 12:30:30 +0200	[thread overview]
Message-ID: <169719297092.17762.4738618306519344563.b4-ty@bootlin.com> (raw)
In-Reply-To: <20231002080529.2535610-1-u.kleine-koenig@pengutronix.de>


On Mon, 02 Oct 2023 10:05:17 +0200, Uwe Kleine-König wrote:
> the section mismatch check will get more strict soon. See
> https://lore.kernel.org/linux-kbuild/20230930165204.2478282-1-u.kleine-koenig@pengutronix.de
> for the details.
> 
> Several rtc drivers that use module_platform_driver_probe() trigger a
> warning with the above patch applied. Here they are marked with
> __refdata to prevent this warning from triggering.
> 
> [...]

Applied, thanks!

[01/12] rtc: imxdi: Soften dependencies for improved compile coverage
        commit: 2e2ad6393b430b643e607d49190e0b2628d5f035
[02/12] rtc: at91rm9200: Mark driver struct with __refdata to prevent section mismatch warning
        commit: 5dbde0727a515df85b1773a1f6dd301194c763f4
[03/12] rtc: imxdi: Mark driver struct with __refdata to prevent section mismatch warning
        commit: e6d44306e4fb476835fa7b818f0440c707b12844
[04/12] rtc: mv: Mark driver struct with __refdata to prevent section mismatch warning
        commit: 5621f28b0122861231057e3f452573a6e8d6a4c1
[05/12] rtc: pxa: Mark driver struct with __refdata to prevent section mismatch warning
        commit: 47712bc29401240cce89e631e04ba83891c976ee
[06/12] rtc: sh: Mark driver struct with __refdata to prevent section mismatch warning
        commit: 141626dbc2e69150fbd5bf241eba85790d7e95ab
[07/12] rtc: pcap: Drop no-op remove function
        commit: 94a2da3e6b681a970b248927bfb5d7d519bd3924
[08/12] rtc: at91rm9200: Convert to platform remove callback returning void
        commit: 48bc8830fbed98dff905fdbcaa424d59bb312043
[09/12] rtc: imxdi: Convert to platform remove callback returning void
        commit: 482ca730a4fc5fe766fb7d86c46c75b171d6efdf
[10/12] rtc: mv: Convert to platform remove callback returning void
        commit: ede66fb37f12737f96b2c1cbccae9c5ccf7be074
[11/12] rtc: pxa: Convert to platform remove callback returning void
        commit: e288cfe8f25f547a5359a72940e55b3e9a173bb1
[12/12] rtc: sh: Convert to platform remove callback returning void
        commit: f4d571b31b83127c2263fdf46eebf86f4d9991a2

Best regards,

-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

      parent reply	other threads:[~2023-10-13 10:30 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-02  8:05 [PATCH 00/12] rtc: various improvements Uwe Kleine-König
2023-10-02  8:05 ` [PATCH 01/12] rtc: imxdi: Soften dependencies for improved compile coverage Uwe Kleine-König
2023-10-02  8:05 ` [PATCH 02/12] rtc: at91rm9200: Mark driver struct with __refdata to prevent section mismatch warning Uwe Kleine-König
2023-10-02  8:05 ` [PATCH 03/12] rtc: imxdi: " Uwe Kleine-König
2023-10-02  8:05 ` [PATCH 04/12] rtc: mv: " Uwe Kleine-König
2023-10-02  8:05 ` [PATCH 05/12] rtc: pxa: " Uwe Kleine-König
2023-10-02  8:05 ` [PATCH 06/12] rtc: sh: " Uwe Kleine-König
2023-10-02  8:05 ` [PATCH 07/12] rtc: pcap: Drop no-op remove function Uwe Kleine-König
2023-10-02  8:05 ` [PATCH 08/12] rtc: at91rm9200: Convert to platform remove callback returning void Uwe Kleine-König
2023-10-02  8:05 ` [PATCH 09/12] rtc: imxdi: " Uwe Kleine-König
2023-10-02  8:05 ` [PATCH 10/12] rtc: mv: " Uwe Kleine-König
2023-10-02  8:05 ` [PATCH 11/12] rtc: pxa: " Uwe Kleine-König
2023-10-02  8:05 ` [PATCH 12/12] rtc: sh: " Uwe Kleine-König
2023-10-13 10:30 ` Alexandre Belloni [this message]

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=169719297092.17762.4738618306519344563.b4-ty@bootlin.com \
    --to=alexandre.belloni@bootlin.com \
    --cc=a.zummo@towertech.it \
    --cc=claudiu.beznea@tuxon.dev \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-rtc@vger.kernel.org \
    --cc=nicolas.ferre@microchip.com \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=u.kleine-koenig@pengutronix.de \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).