]> www.infradead.org Git - users/willy/xarray.git/commit
MAINTAINERS: exclude bluetooth and wireless DT bindings from netdev ML
authorJakub Kicinski <kuba@kernel.org>
Wed, 28 Aug 2024 17:58:21 +0000 (10:58 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 29 Aug 2024 19:51:44 +0000 (12:51 -0700)
commitb57d643a673ce54bc1437d1cca25e1909f553a7e
tree2803bdd2fb427fe0a252504a7e88c9d8413b41ee
parent0dd5dd63ba91d7bee9d0fbc2a6dc73e595391b4c
MAINTAINERS: exclude bluetooth and wireless DT bindings from netdev ML

We exclude wireless drivers from the netdev@ traffic, to delegate
it to linux-wireless@, and avoid overwhelming netdev@.
Bluetooth drivers are implicitly excluded because they live under
drivers/bluetooth, not drivers/net.

In both cases DT bindings sit under Documentation/devicetree/bindings/net/
and aren't excluded. So if a patch series touches DT bindings
netdev@ ends up getting CCed, and these are usually fairly boring
series.

Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20240828175821.2960423-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
MAINTAINERS