diff options
81 files changed, 5802 insertions, 1228 deletions
diff --git a/Documentation/ABI/testing/configfs-usb-gadget-eem b/Documentation/ABI/testing/configfs-usb-gadget-eem new file mode 100644 index 000000000000..10e87d67fa2e --- /dev/null +++ b/Documentation/ABI/testing/configfs-usb-gadget-eem | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | What: /config/usb-gadget/gadget/functions/eem.name | ||
| 2 | Date: May 2013 | ||
| 3 | KenelVersion: 3.11 | ||
| 4 | Description: | ||
| 5 | The attributes: | ||
| 6 | |||
| 7 | ifname - network device interface name associated with | ||
| 8 | this function instance | ||
| 9 | qmult - queue length multiplier for high and | ||
| 10 | super speed | ||
| 11 | host_addr - MAC address of host's end of this | ||
| 12 | Ethernet over USB link | ||
| 13 | dev_addr - MAC address of device's end of this | ||
| 14 | Ethernet over USB link | ||
diff --git a/Documentation/ABI/testing/configfs-usb-gadget-phonet b/Documentation/ABI/testing/configfs-usb-gadget-phonet new file mode 100644 index 000000000000..19b67d3eab94 --- /dev/null +++ b/Documentation/ABI/testing/configfs-usb-gadget-phonet | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | What: /config/usb-gadget/gadget/functions/phonet.name | ||
| 2 | Date: May 2013 | ||
| 3 | KenelVersion: 3.11 | ||
| 4 | Description: | ||
| 5 | |||
| 6 | This item contains just one readonly attribute: ifname. | ||
| 7 | It contains the network interface name assigned during | ||
| 8 | network device registration. | ||
diff --git a/Documentation/ABI/testing/configfs-usb-gadget-rndis b/Documentation/ABI/testing/configfs-usb-gadget-rndis new file mode 100644 index 000000000000..ff127ddb807c --- /dev/null +++ b/Documentation/ABI/testing/configfs-usb-gadget-rndis | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | What: /config/usb-gadget/gadget/functions/rndis.name | ||
| 2 | Date: May 2013 | ||
| 3 | KenelVersion: 3.11 | ||
| 4 | Description: | ||
| 5 | The attributes: | ||
| 6 | |||
| 7 | ifname - network device interface name associated with | ||
| 8 | this function instance | ||
| 9 | qmult - queue length multiplier for high and | ||
| 10 | super speed | ||
| 11 | host_addr - MAC address of host's end of this | ||
| 12 | Ethernet over USB link | ||
| 13 | dev_addr - MAC address of device's end of this | ||
| 14 | Ethernet over USB link | ||
diff --git a/Documentation/ABI/testing/configfs-usb-gadget-subset b/Documentation/ABI/testing/configfs-usb-gadget-subset new file mode 100644 index 000000000000..f47170a2f7dc --- /dev/null +++ b/Documentation/ABI/testing/configfs-usb-gadget-subset | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | What: /config/usb-gadget/gadget/functions/geth.name | ||
| 2 | Date: May 2013 | ||
| 3 | KenelVersion: 3.11 | ||
| 4 | Description: | ||
| 5 | The attributes: | ||
| 6 | |||
| 7 | ifname - network device interface name associated with | ||
| 8 | this function instance | ||
| 9 | qmult - queue length multiplier for high and | ||
| 10 | super speed | ||
| 11 | host_addr - MAC address of host's end of this | ||
| 12 | Ethernet over USB link | ||
| 13 | dev_addr - MAC address of device's end of this | ||
| 14 | Ethernet over USB link | ||
diff --git a/Documentation/devicetree/bindings/usb/nvidia,tegra20-ehci.txt b/Documentation/devicetree/bindings/usb/nvidia,tegra20-ehci.txt index 34c952883276..df0933043a5b 100644 --- a/Documentation/devicetree/bindings/usb/nvidia,tegra20-ehci.txt +++ b/Documentation/devicetree/bindings/usb/nvidia,tegra20-ehci.txt | |||
| @@ -6,27 +6,10 @@ Practice : Universal Serial Bus" with the following modifications | |||
| 6 | and additions : | 6 | and additions : |
| 7 | |||
