From: Andrew Lunn <andrew@lunn•ch>
To: Lukasz Stelmach <l.stelmach@samsung•com>
Cc: devicetree@vger•kernel.org, linux-samsung-soc@vger•kernel.org,
b.zolnierkie@samsung•com, netdev@vger•kernel.org,
Russell King <linux@armlinux•org.uk>,
Krzysztof Kozlowski <krzk@kernel•org>,
linux-kernel@vger•kernel.org, Rob Herring <robh+dt@kernel•org>,
Kukjin Kim <kgene@kernel•org>, Jakub Kicinski <kuba@kernel•org>,
"David S. Miller" <davem@davemloft•net>,
linux-arm-kernel@lists•infradead.org, m.szyprowski@samsung•com
Subject: Re: [PATCH 1/3] net: ax88796c: ASIX AX88796C SPI Ethernet Adapter Driver
Date: Wed, 26 Aug 2020 18:02:26 +0200 [thread overview]
Message-ID: <20200826160226.GU2403519@lunn.ch> (raw)
In-Reply-To: <dleftja6yhv4g2.fsf%l.stelmach@samsung.com>
> >> +module_param(comp, int, 0);
> >> +MODULE_PARM_DESC(comp, "0=Non-Compression Mode, 1=Compression Mode");
> >> +
> >> +module_param(ps_level, int, 0);
> >> +MODULE_PARM_DESC(ps_level,
> >> + "Power Saving Level (0:disable 1:level 1 2:level 2)");
> >> +
> >> +module_param(msg_enable, int, 0);
> >> +MODULE_PARM_DESC(msg_enable, "Message mask (see linux/netdevice.h for bitmap)");
> >> +
> >> +static char *macaddr;
> >> +module_param(macaddr, charp, 0);
> >> +MODULE_PARM_DESC(macaddr, "MAC address");
> >
> > I think MAC address as param is not accepted in mainline...
> >
>
> $ git grep MODULE_PARM_DESC\(macaddr -- drivers/net | wc -l
> 6
Yes, they exist. But still it is considered back practice, don't do
it, use device tree for MAC addresses.
Andrew
_______________________________________________
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:[~2020-08-26 16:04 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20200825170322eucas1p2c6619aa3e02d2762e07da99640a2451c@eucas1p2.samsung.com>
2020-08-25 17:03 ` [PATCH 1/3] net: ax88796c: ASIX AX88796C SPI Ethernet Adapter Driver Łukasz Stelmach
2020-08-25 17:03 ` [PATCH 2/3] ARM: dts: Add ethernet Łukasz Stelmach
2020-08-25 18:03 ` Andrew Lunn
2020-08-25 18:49 ` Krzysztof Kozlowski
2020-08-25 17:03 ` [PATCH 3/3] ARM: defconfig: Enable ax88796c driver Łukasz Stelmach
2020-08-25 18:51 ` Krzysztof Kozlowski
2020-08-26 5:11 ` Lukasz Stelmach
2020-08-26 6:46 ` Krzysztof Kozlowski
2020-08-25 17:19 ` [PATCH 1/3] net: ax88796c: ASIX AX88796C SPI Ethernet Adapter Driver Randy Dunlap
2020-08-25 17:30 ` Lukasz Stelmach
2020-08-25 17:55 ` Randy Dunlap
2020-08-25 18:01 ` Andrew Lunn
2020-08-26 7:13 ` Geert Uytterhoeven
2020-09-07 17:47 ` Lukasz Stelmach
2020-09-07 17:39 ` Lukasz Stelmach
2020-09-07 18:18 ` Andrew Lunn
2020-09-08 17:49 ` Lukasz Stelmach
2020-09-08 18:22 ` Andrew Lunn
2020-09-14 22:29 ` jim.cromie
2020-08-25 18:44 ` Krzysztof Kozlowski
2020-08-26 14:59 ` Lukasz Stelmach
2020-08-26 15:06 ` David Laight
2020-08-26 16:07 ` Andrew Lunn
2020-09-07 18:06 ` Lukasz Stelmach
2020-08-26 16:02 ` Andrew Lunn [this message]
2020-08-26 16:45 ` Krzysztof Kozlowski
2020-08-26 16:52 ` Krzysztof Kozlowski
2020-08-25 20:49 ` kernel test robot
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=20200826160226.GU2403519@lunn.ch \
--to=andrew@lunn$(echo .)ch \
--cc=b.zolnierkie@samsung$(echo .)com \
--cc=davem@davemloft$(echo .)net \
--cc=devicetree@vger$(echo .)kernel.org \
--cc=kgene@kernel$(echo .)org \
--cc=krzk@kernel$(echo .)org \
--cc=kuba@kernel$(echo .)org \
--cc=l.stelmach@samsung$(echo .)com \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-samsung-soc@vger$(echo .)kernel.org \
--cc=linux@armlinux$(echo .)org.uk \
--cc=m.szyprowski@samsung$(echo .)com \
--cc=netdev@vger$(echo .)kernel.org \
--cc=robh+dt@kernel$(echo .)org \
/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