summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2016-03-08 12:34:12 -0500
committerDavid S. Miller <davem@davemloft.net>2016-03-08 12:34:12 -0500
commit810813c47a564416f6306ae214e2661366c987a7 (patch)
treef0d1f856d4b0024324f642fe519963248828b83f /Documentation
parentd66ab51442211158b677c2f12310c314d9587f74 (diff)
parente2857b8f11a289ed2b61d18d0665e05c1053c446 (diff)
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Several cases of overlapping changes, as well as one instance (vxlan) of a bug fix in 'net' overlapping with code movement in 'net-next'. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/DocBook/media/v4l/media-types.xml4
-rw-r--r--Documentation/devicetree/bindings/regulator/tps65217.txt10
-rw-r--r--Documentation/watchdog/watchdog-parameters.txt4
3 files changed, 4 insertions, 14 deletions
diff --git a/Documentation/DocBook/media/v4l/media-types.xml b/Documentation/DocBook/media/v4l/media-types.xml
index 1af384250910..0ee0f3386cdf 100644
--- a/Documentation/DocBook/media/v4l/media-types.xml
+++ b/Documentation/DocBook/media/v4l/media-types.xml
@@ -57,10 +57,6 @@
57 <entry>Connector for a RGB composite signal.</entry> 57 <entry>Connector for a RGB composite signal.</entry>
58 </row> 58 </row>
59 <row> 59 <row>
60 <entry><constant>MEDIA_ENT_F_CONN_TEST</constant></entry>
61 <entry>Connector for a test generator.</entry>
62 </row>
63 <row>
64 <entry><constant>MEDIA_ENT_F_CAM_SENSOR</constant></entry> 60 <entry><constant>MEDIA_ENT_F_CAM_SENSOR</constant></entry>
65 <entry>Camera video sensor entity.</entry> 61 <entry>Camera video sensor entity.</entry>
66 </row> 62 </row>
diff --git a/Documentation/devicetree/bindings/regulator/tps65217.txt b/Documentation/devicetree/bindings/regulator/tps65217.txt
index d18109657da6..4f05d208c95c 100644
--- a/Documentation/devicetree/bindings/regulator/tps65217.txt
+++ b/Documentation/devicetree/bindings/regulator/tps65217.txt
@@ -26,11 +26,7 @@ Example:
26 ti,pmic-shutdown-controller; 26 ti,pmic-shutdown-controller;
27 27
28 regulators { 28 regulators {
29 #address-cells = <1>;
30 #size-cells = <0>;
31
32 dcdc1_reg: dcdc1 { 29 dcdc1_reg: dcdc1 {
33 reg = <0>;
34 regulator-min-microvolt = <900000>; 30 regulator-min-microvolt = <900000>;
35 regulator-max-microvolt = <1800000>; 31 regulator-max-microvolt = <1800000>;
36 regulator-boot-on; 32 regulator-boot-on;
@@ -38,7 +34,6 @@ Example:
38 }; 34 };
39 35
40 dcdc2_reg: dcdc2 { 36 dcdc2_reg: dcdc2 {
41 reg = <1>;
42 regulator-min-microvolt = <900000>; 37 regulator-min-microvolt = <900000>;
43 regulator-max-microvolt = <3300000>; 38 regulator-max-microvolt = <3300000>;
44 regulator-boot-on; 39 regulator-boot-on;
@@ -46,7 +41,6 @@ Example:
46 }; 41 };
47 42
48 dcdc3_reg: dcc3 { 43 dcdc3_reg: dcc3 {
49 reg = <2>;
50 regulator-min-microvolt = <900000>; 44 regulator-min-microvolt = <900000>;
51 regulator-max-microvolt = <1500000>; 45 regulator-max-microvolt = <1500000>;
52 regulator-boot-on; 46 regulator-boot-on;
@@ -54,7 +48,6 @@ Example:
54 }; 48 };
55 49
56 ldo1_reg: ldo1 { 50 ldo1_reg: ldo1 {
57 reg = <3>;
58 regulator-min-microvolt = <1000000>; 51 regulator-min-microvolt = <1000000>;
59 regulator-max-microvolt = <3300000>; 52 regulator-max-microvolt = <3300000>;
60 regulator-boot-on; 53 regulator-boot-on;
@@ -62,7 +55,6 @@ Example:
62 }; 55 };
63 56
64 ldo2_reg: ldo2 { 57 ldo2_reg: ldo2 {
65 reg = <4>;
66 regulator-min-microvolt = <900000>; 58 regulator-min-microvolt = <900000>;
67 regulator-max-microvolt = <3300000>; 59 regulator-max-microvolt = <3300000>;
68 regulator-boot-on; 60 regulator-boot-on;
@@ -70,7 +62,6 @@ Example:
70 }; 62 };
71 63
72 ldo3_reg: ldo3 { 64 ldo3_reg: ldo3 {
73 reg = <5>;
74 regulator-min-microvolt = <1800000>; 65 regulator-min-microvolt = <1800000>;
75 regulator-max-microvolt = <3300000>; 66 regulator-max-microvolt = <3300000>;
76 regulator-boot-on; 67 regulator-boot-on;
@@ -78,7 +69,6 @@ Example:
78 }; 69 };
79 70
80 ldo4_reg: ldo4 { 71 ldo4_reg: ldo4 {
81 reg = <6>;
82 regulator-min-microvolt = <1800000>; 72 regulator-min-microvolt = <1800000>;
83 regulator-max-microvolt = <3300000>; 73 regulator-max-microvolt = <3300000>;
84 regulator-boot-on; 74 regulator-boot-on;
diff --git a/Documentation/watchdog/watchdog-parameters.txt b/Documentation/watchdog/watchdog-parameters.txt
index 9f9ec9f76039..4e4b6f10d841 100644
--- a/Documentation/watchdog/watchdog-parameters.txt
+++ b/Documentation/watchdog/watchdog-parameters.txt
@@ -400,3 +400,7 @@ wm8350_wdt:
400nowayout: Watchdog cannot be stopped once started 400nowayout: Watchdog cannot be stopped once started
401 (default=kernel config parameter) 401 (default=kernel config parameter)
402------------------------------------------------- 402-------------------------------------------------
403sun4v_wdt:
404timeout_ms: Watchdog timeout in milliseconds 1..180000, default=60000)
405nowayout: Watchdog cannot be stopped once started
406-------------------------------------------------