-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/gi…
…t/davem/net-next This merge resolves conflicts with 75aec9d ("bridge: Remove br_nf_push_frag_xmit_sk") as part of Eric Biederman's effort to improve netns support in the network stack that reached upstream via David's net-next tree. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> Conflicts: net/bridge/br_netfilter_hooks.c
- Loading branch information
Showing
620 changed files
with
23,881 additions
and
7,357 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
* Broadcom iProc MDIO bus controller | ||
|
||
Required properties: | ||
- compatible: should be "brcm,iproc-mdio" | ||
- reg: address and length of the register set for the MDIO interface | ||
- #size-cells: must be 1 | ||
- #address-cells: must be 0 | ||
|
||
Child nodes of this MDIO bus controller node are standard Ethernet PHY device | ||
nodes as described in Documentation/devicetree/bindings/net/phy.txt | ||
|
||
Example: | ||
|
||
mdio@18002000 { | ||
compatible = "brcm,iproc-mdio"; | ||
reg = <0x18002000 0x8>; | ||
#size-cells = <1>; | ||
#address-cells = <0>; | ||
|
||
enet-gphy@0 { | ||
reg = <0>; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
* MRF24J40 IEEE 802.15.4 * | ||
|
||
Required properties: | ||
- compatible: should be "microchip,mrf24j40", "microchip,mrf24j40ma", | ||
or "microchip,mrf24j40mc" depends on your transceiver | ||
board | ||
- spi-max-frequency: maximal bus speed, should be set something under or equal | ||
10000000 | ||
- reg: the chipselect index | ||
- interrupts: the interrupt generated by the device. | ||
|
||
Example: | ||
|
||
mrf24j40ma@0 { | ||
compatible = "microchip,mrf24j40ma"; | ||
spi-max-frequency = <8500000>; | ||
reg = <0>; | ||
interrupts = <19 8>; | ||
interrupt-parent = <&gpio3>; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.