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 <Frank.Li@nxp.com>Link: https://lore.kernel.org/r/20240617170934.813321-1-Frank.Li@nxp.comSigned-off-by: Rob Herring (Arm) <robh@kernel.org>
show more ...
Documentation: networking: correct spellingCorrect spelling problems for Documentation/networking/ as reportedby codespell.Signed-off-by: Randy Dunlap <rdunlap@infradead.org>Cc: Jonathan Corbet
Documentation: networking: correct spellingCorrect spelling problems for Documentation/networking/ as reportedby codespell.Signed-off-by: Randy Dunlap <rdunlap@infradead.org>Cc: Jonathan Corbet <corbet@lwn.net>Cc: linux-doc@vger.kernel.orgCc: Jiri Pirko <jiri@nvidia.com>Cc: "David S. Miller" <davem@davemloft.net>Cc: Eric Dumazet <edumazet@google.com>Cc: Jakub Kicinski <kuba@kernel.org>Cc: Paolo Abeni <pabeni@redhat.com>Cc: netdev@vger.kernel.orgLink: https://lore.kernel.org/r/20230129231053.20863-5-rdunlap@infradead.orgSigned-off-by: Paolo Abeni <pabeni@redhat.com>
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 <vladimir.oltean@nxp.com>Reviewed-by: Andrew Lunn <andrew@lunn.ch>Reviewed-by: Ioana Ciornei <ioana.ciornei@nxp.com>Tested-by: Ioana Ciornei <ioana.ciornei@nxp.com>Signed-off-by: Paolo Abeni <pabeni@redhat.com>
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 <sean.anderson@seco.com>Signed-off-by: David S. Miller <davem@davemloft.net>
Merge tag 'docs-5.15' of git://git.lwn.net/linuxPull documentation updates from Jonathan Corbet: "Yet another set of documentation changes: - A reworking of PDF generation to yield better resu
Merge tag 'docs-5.15' of git://git.lwn.net/linuxPull documentation updates from Jonathan Corbet: "Yet another set of documentation changes: - A reworking of PDF generation to yield better results for documents using CJK fonts in particular. - A new set of translations into traditional Chinese, a dialect for which I am assured there is a community of interested readers. - A lot more regular Chinese translation work as well. ... plus the usual assortment of updates, fixes, typo tweaks, etc"* tag 'docs-5.15' of git://git.lwn.net/linux: (55 commits) docs: sphinx-requirements: Move sphinx_rtd_theme to top docs: pdfdocs: Enable language-specific font choice of zh_TW translations docs: pdfdocs: Teach xeCJK about character classes of quotation marks docs: pdfdocs: Permit AutoFakeSlant for CJK fonts docs: pdfdocs: One-half spacing for CJK translations docs: pdfdocs: Add conf.py local to translations for ascii-art alignment docs: pdfdocs: Preserve inter-phrase space in Korean translations docs: pdfdocs: Choose Serif font as CJK mainfont if possible docs: pdfdocs: Add CJK-language-specific font settings docs: pdfdocs: Refactor config for CJK document scripts/kernel-doc: Override -Werror from KCFLAGS with KDOC_WERROR docs/zh_CN: Add zh_CN/accounting/psi.rst doc: align Italian translation Documentation/features/vm: riscv supports THP now docs/zh_CN: add infiniband user_verbs translation docs/zh_CN: add infiniband user_mad translation docs/zh_CN: add infiniband tag_matching translation docs/zh_CN: add infiniband sysfs translation docs/zh_CN: add infiniband opa_vnic translation docs/zh_CN: add infiniband ipoib translation ...
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 <ioana.ciornei@nxp.com>Signed-off-by: David S. Miller <davem@davemloft.net>
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 <ioana.ciornei@nxp.com>Reviewed-by: Andrew Lunn <andrew@lunn.ch>Signed-off-by: David S. Miller <davem@davemloft.net>
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 <ioana.ciornei@nxp.com>Link: https://lore.kernel.org/r/20210722100356.635078-5-ciorneiioana@gmail.comSigned-off-by: Jonathan Corbet <corbet@lwn.net>
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 <kuba@kernel.org>Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>Acked-by: Shannon Nelson <snelson@pensando.io>Signed-off-by: David S. Miller <davem@davemloft.net>