Documentation: dpaa2 ethernet switch driver: Fix spellingCorrected spelling mistakeSigned-off-by: Ritvik Gupta <[email protected]>Link: https://patch.msgid.link/20250212021311.13257-1-ritvikf
Documentation: dpaa2 ethernet switch driver: Fix spellingCorrected spelling mistakeSigned-off-by: Ritvik Gupta <[email protected]>Link: https://patch.msgid.link/[email protected]Signed-off-by: Paolo Abeni <[email protected]>
show more ...
dt-bindings: misc: fsl,qoriq-mc: convert to yaml formatConvert fsl,qoriq-mc from txt to yaml format.Addition changes:- Child node name allow 'ethernet'.- Use 32bit address in example.- Fixed m
dt-bindings: misc: fsl,qoriq-mc: convert to yaml formatConvert fsl,qoriq-mc from txt to yaml format.Addition changes:- Child node name allow 'ethernet'.- Use 32bit address in example.- Fixed missed ';' in example.- Allow dma-coherent.- Remove smmu, its part in example.- Change child node name as 'ethernet'Signed-off-by: Frank Li <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Rob Herring (Arm) <[email protected]>
Documentation: networking: correct spellingCorrect spelling problems for Documentation/networking/ as reportedby codespell.Signed-off-by: Randy Dunlap <[email protected]>Cc: Jonathan Corbet
Documentation: networking: correct spellingCorrect spelling problems for Documentation/networking/ as reportedby codespell.Signed-off-by: Randy Dunlap <[email protected]>Cc: Jonathan Corbet <[email protected]>Cc: [email protected]Cc: Jiri Pirko <[email protected]>Cc: "David S. Miller" <[email protected]>Cc: Eric Dumazet <[email protected]>Cc: Jakub Kicinski <[email protected]>Cc: Paolo Abeni <[email protected]>Cc: [email protected]Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Paolo Abeni <[email protected]>
net: dpaa2: replace dpaa2_mac_is_type_fixed() with dpaa2_mac_is_type_phy()dpaa2_mac_is_type_fixed() is a header with no implementation and nocallers, which is referenced from the documentation tho
net: dpaa2: replace dpaa2_mac_is_type_fixed() with dpaa2_mac_is_type_phy()dpaa2_mac_is_type_fixed() is a header with no implementation and nocallers, which is referenced from the documentation though. It can bedeleted.On the other hand, it would be useful to reuse the code betweendpaa2_eth_is_type_phy() and dpaa2_switch_port_is_type_phy(). That commoncode should be called dpaa2_mac_is_type_phy(), so let's create that.The removal and the addition are merged into the same patch because,in fact, is_type_phy() is the logical opposite of is_type_fixed().Signed-off-by: Vladimir Oltean <[email protected]>Reviewed-by: Andrew Lunn <[email protected]>Reviewed-by: Ioana Ciornei <[email protected]>Tested-by: Ioana Ciornei <[email protected]>Signed-off-by: Paolo Abeni <[email protected]>
docs: networking: dpaa2: Fix DPNI headerThe DPNI object should get its own header, like the rest of the objects.Fixes: 60b91319a349 ("staging: fsl-mc: Convert documentation to rst format")Signed
docs: networking: dpaa2: Fix DPNI headerThe DPNI object should get its own header, like the rest of the objects.Fixes: 60b91319a349 ("staging: fsl-mc: Convert documentation to rst format")Signed-off-by: Sean Anderson <[email protected]>Signed-off-by: David S. Miller <[email protected]>
docs: networking: dpaa2: document mirroring support on the switchDocument the mirroring capabilities of the dpaa2-switch driver,any restrictions that are imposed and some example commands.Signed
docs: networking: dpaa2: document mirroring support on the switchDocument the mirroring capabilities of the dpaa2-switch driver,any restrictions that are imposed and some example commands.Signed-off-by: Ioana Ciornei <[email protected]>Signed-off-by: David S. Miller <[email protected]>
docs: networking: dpaa2: add documentation for the switch driverAdd a documentation entry for the DPAA2 switch listing itsrequirements, features and some examples to go along them.Signed-off-by:
docs: networking: dpaa2: add documentation for the switch driverAdd a documentation entry for the DPAA2 switch listing itsrequirements, features and some examples to go along them.Signed-off-by: Ioana Ciornei <[email protected]>Reviewed-by: Andrew Lunn <[email protected]>Signed-off-by: David S. Miller <[email protected]>
docs: networking: dpaa2: fix chapter title formatFix the DPAA2 DPIO driver chapter title by adding the necessaryoverline. Without this, the index page of the DPAA2 documentationdoesn't display pr
docs: networking: dpaa2: fix chapter title formatFix the DPAA2 DPIO driver chapter title by adding the necessaryoverline. Without this, the index page of the DPAA2 documentationdoesn't display properly.Fixes: d8e516bac73f ("soc: fsl: dpio: Convert DPIO documentation to .rst")Signed-off-by: Ioana Ciornei <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Jonathan Corbet <[email protected]>
docs: networking: reorganize driver documentation againOrganize driver documentation by device type. Most documentshave fairly verbose yet uninformative names, so let usersfirst select a well def
docs: networking: reorganize driver documentation againOrganize driver documentation by device type. Most documentshave fairly verbose yet uninformative names, so let usersfirst select a well defined device type, and then search fora particular driver.While at it rename the section from Vendor drivers toHardware drivers. This seems more accurate, besides peoplesometimes refer to out-of-tree drivers as vendor drivers.Signed-off-by: Jakub Kicinski <[email protected]>Acked-by: Jeff Kirsher <[email protected]>Acked-by: Shannon Nelson <[email protected]>Signed-off-by: David S. Miller <[email protected]>