ChanServ changed the topic of #armlinux to: ARM kernel talk [Upstream kernel, find your vendor forums for questions about their kernels] | https://libera.irclog.whitequark.org/armlinux
apritzel has quit [Ping timeout: 248 seconds]
heat_ has quit [Ping timeout: 260 seconds]
jclsn has quit [Ping timeout: 240 seconds]
jclsn has joined #armlinux
alpernebbi has quit [Ping timeout: 248 seconds]
matthias_bgg has quit [Ping timeout: 255 seconds]
alpernebbi has joined #armlinux
prabhakarlad has quit [Ping timeout: 245 seconds]
xvmt has quit [Read error: Connection reset by peer]
headless has quit [Quit: Konversation terminated!]
gclement has quit [Ping timeout: 246 seconds]
monstr has quit [Ping timeout: 260 seconds]
amitk_ has joined #armlinux
gclement has joined #armlinux
<ukleinek>
mraynal: I guess you didn't apply "mtd: rawnand: txx9ndfmc: Mark driver struct with __refdata to prevent section mismatch warning" (20231008200143.196369-2-u.kleine-koenig@pengutronix.de) because you want it to be converted to module_platform_driver()?
<ukleinek>
(cc: arnd)
<ukleinek>
mraynal: note that $(git grep module_platform_driver_probe drivers/mtd) emits a few more drivers, should these be converted, too?
<ukleinek>
funny drivers/mtd/nand/raw/sh_flctl.c doesn't put flctl_probe into .init.text, so that's ridiculous.
* ukleinek
prepares a patch
<ukleinek>
drivers/mtd/devices/docg3.c can either benefit of putting docg3_release into .exit.text or conversion to module_platform_driver() ( + dropping __init from docg3_probe)
<ukleinek>
drivers/mtd/nand/raw/fsmc_nand.c is like docg3