Skip to content

Commit b1d2b0a

Browse files
author
Wolfram Sang
committed
Merge tag 'at24-4.19-updates-for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-4.19
at24: updates for v4.19 New property: 'address-width' which allows to specify the number of addressing bits. Up until now we only could choose one of the defined models and rely on the flags specified in its corresponding chip data structure.
2 parents 3b77001 + a2b3bf4 commit b1d2b0a

File tree

358 files changed

+3093
-1722
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

358 files changed

+3093
-1722
lines changed

Documentation/device-mapper/writecache.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Constructor parameters:
1515
size)
1616
5. the number of optional parameters (the parameters with an argument
1717
count as two)
18+
start_sector n (default: 0)
19+
offset from the start of cache device in 512-byte sectors
1820
high_watermark n (default: 50)
1921
start writeback when the number of used blocks reach this
2022
watermark

Documentation/devicetree/bindings/arm/samsung/samsung-boards.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Required root node properties:
6666
- "insignal,arndale-octa" - for Exynos5420-based Insignal Arndale
6767
Octa board.
6868
- "insignal,origen" - for Exynos4210-based Insignal Origen board.
69-
- "insignal,origen4412 - for Exynos4412-based Insignal Origen board.
69+
- "insignal,origen4412" - for Exynos4412-based Insignal Origen board.
7070

7171

7272
Optional nodes:

Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Optional nodes:
3636

3737
- port/ports: to describe a connection to an external encoder. The
3838
binding follows Documentation/devicetree/bindings/graph.txt and
39-
suppors a single port with a single endpoint.
39+
supports a single port with a single endpoint.
4040

4141
- See also Documentation/devicetree/bindings/display/tilcdc/panel.txt and
4242
Documentation/devicetree/bindings/display/tilcdc/tfp410.txt for connecting

Documentation/devicetree/bindings/eeprom/at24.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ Optional properties:
7272

7373
- wp-gpios: GPIO to which the write-protect pin of the chip is connected.
7474

75+
- address-width: number of address bits (one of 8, 16).
76+
7577
Example:
7678

7779
eeprom@52 {

Documentation/devicetree/bindings/gpio/nintendo,hollywood-gpio.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Nintendo Wii (Hollywood) GPIO controller
22

33
Required properties:
4-
- compatible: "nintendo,hollywood-gpio
4+
- compatible: "nintendo,hollywood-gpio"
55
- reg: Physical base address and length of the controller's registers.
66
- gpio-controller: Marks the device node as a GPIO controller.
77
- #gpio-cells: Should be <2>. The first cell is the pin number and the

Documentation/devicetree/bindings/input/touchscreen/hideep.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ i2c@00000000 {
3232
reg = <0x6c>;
3333
interrupt-parent = <&gpx1>;
3434
interrupts = <2 IRQ_TYPE_LEVEL_LOW>;
35-
vdd-supply = <&ldo15_reg>";
35+
vdd-supply = <&ldo15_reg>;
3636
vid-supply = <&ldo18_reg>;
3737
reset-gpios = <&gpx1 5 0>;
3838
touchscreen-size-x = <1080>;

Documentation/devicetree/bindings/interrupt-controller/nvidia,tegra20-ictlr.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Required properties:
1515
include "nvidia,tegra30-ictlr".
1616
- reg : Specifies base physical address and size of the registers.
1717
Each controller must be described separately (Tegra20 has 4 of them,
18-
whereas Tegra30 and later have 5"
18+
whereas Tegra30 and later have 5).
1919
- interrupt-controller : Identifies the node as an interrupt controller.
2020
- #interrupt-cells : Specifies the number of cells needed to encode an
2121
interrupt source. The value must be 3.

Documentation/devicetree/bindings/interrupt-controller/st,stm32-exti.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Required properties:
1212
specifier, shall be 2
1313
- interrupts: interrupts references to primary interrupt controller
1414
(only needed for exti controller with multiple exti under
15-
same parent interrupt: st,stm32-exti and st,stm32h7-exti")
15+
same parent interrupt: st,stm32-exti and st,stm32h7-exti)
1616

1717
Example:
1818

Documentation/devicetree/bindings/mips/brcm/soc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Required properties:
152152
- compatible : should contain one of:
153153
"brcm,bcm7425-timers"
154154
"brcm,bcm7429-timers"
155-
"brcm,bcm7435-timers and
155+
"brcm,bcm7435-timers" and
156156
"brcm,brcmstb-timers"
157157
- reg : the timers register range
158158
- interrupts : the interrupt line for this timer block

Documentation/devicetree/bindings/net/fsl-fman.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ PROPERTIES
238238
Must include one of the following:
239239
- "fsl,fman-dtsec" for dTSEC MAC
240240
- "fsl,fman-xgec" for XGEC MAC
241-
- "fsl,fman-memac for mEMAC MAC
241+
- "fsl,fman-memac" for mEMAC MAC
242242

243243
- cell-index
244244
Usage: required

0 commit comments

Comments
 (0)