forked from torvalds/linux
-
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 tag 'staging-4.15-rc1' into v4l_for_linus
There are some conflicts between staging and media trees, as reported by Stephen Rothwell <[email protected]>. So, merge from staging. * tag 'staging-4.15-rc1': (775 commits) staging: lustre: add SPDX identifiers to all lustre files staging: greybus: Remove redundant license text staging: greybus: add SPDX identifiers to all greybus driver files staging: ccree: simplify ioread/iowrite staging: ccree: simplify registers access staging: ccree: simplify error handling logic staging: ccree: remove dead code staging: ccree: handle limiting of DMA masks staging: ccree: copy IV to DMAable memory staging: fbtft: remove redundant initialization of buf staging: sm750fb: Fix parameter mistake in poke32 staging: wilc1000: Fix bssid buffer offset in Txq staging: fbtft: fb_ssd1331: fix mirrored display staging: android: Fix checkpatch.pl error staging: greybus: loopback: convert loopback to use generic async operations staging: greybus: operation: add private data with get/set accessors staging: greybus: loopback: Fix iteration count on async path staging: greybus: loopback: Hold per-connection mutex across operations staging: greybus/loopback: use ktime_get() for time intervals staging: fsl-dpaa2/eth: Extra headroom in RX buffers ... Signed-off-by: Mauro Carvalho Chehab <[email protected]>
- Loading branch information
Showing
1,302 changed files
with
12,056 additions
and
9,850 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 |
---|---|---|
|
@@ -522,6 +522,7 @@ Description: | |
Specifies the output powerdown mode. | ||
DAC output stage is disconnected from the amplifier and | ||
1kohm_to_gnd: connected to ground via an 1kOhm resistor, | ||
2.5kohm_to_gnd: connected to ground via a 2.5kOhm resistor, | ||
6kohm_to_gnd: connected to ground via a 6kOhm resistor, | ||
20kohm_to_gnd: connected to ground via a 20kOhm resistor, | ||
90kohm_to_gnd: connected to ground via a 90kOhm resistor, | ||
|
@@ -1242,9 +1243,9 @@ What: /sys/.../iio:deviceX/in_distance_raw | |
KernelVersion: 4.0 | ||
Contact: [email protected] | ||
Description: | ||
This attribute is used to read the distance covered by the user | ||
since the last reboot while activated. Units after application | ||
of scale are meters. | ||
This attribute is used to read the measured distance to an object | ||
or the distance covered by the user since the last reboot while | ||
activated. Units after application of scale are meters. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/store_eeprom | ||
KernelVersion: 3.4.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,13 @@ Description: | |
the motion sensor is placed. For example, in a laptop a motion | ||
sensor can be located on the base or on the lid. Current valid | ||
values are 'base' and 'lid'. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/id | ||
Date: Septembre 2017 | ||
KernelVersion: 4.14 | ||
Contact: [email protected] | ||
Description: | ||
This attribute is exposed by the CrOS EC legacy accelerometer | ||
driver and represents the sensor ID as exposed by the EC. This | ||
ID is used by the Android sensor service hardware abstraction | ||
layer (sensor HAL) through the Android container on ChromeOS. |
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 |
---|---|---|
|
@@ -14,3 +14,11 @@ Description: | |
Show or set the gain boost of the amp, from 0-31 range. | ||
18 = indoors (default) | ||
14 = outdoors | ||
|
||
What /sys/bus/iio/devices/iio:deviceX/noise_level_tripped | ||
Date: May 2017 | ||
KernelVersion: 4.13 | ||
Contact: Matt Ranostay <[email protected]> | ||
Description: | ||
When 1 the noise level is over the trip level and not reporting | ||
valid data |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Maxim Integrated DS4422/DS4424 7-bit Sink/Source Current DAC Device Driver | ||
|
||
Datasheet publicly available at: | ||
https://datasheets.maximintegrated.com/en/ds/DS4422-DS4424.pdf | ||
|
||
Required properties: | ||
- compatible: Should be one of | ||
maxim,ds4422 | ||
maxim,ds4424 | ||
- reg: Should contain the DAC I2C address | ||
|
||
Optional properties: | ||
- vcc-supply: Power supply is optional. If not defined, driver will ignore it. | ||
|
||
Example: | ||
ds4224@10 { | ||
compatible = "maxim,ds4424"; | ||
reg = <0x10>; /* When A0, A1 pins are ground */ | ||
vcc-supply = <&vcc_3v3>; | ||
}; |
34 changes: 34 additions & 0 deletions
34
Documentation/devicetree/bindings/iio/dac/ti-dac082s085.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,34 @@ | ||
Texas Instruments 8/10/12-bit 2/4-channel DAC driver | ||
|
||
Required properties: | ||
- compatible: Must be one of: | ||
"ti,dac082s085" | ||
"ti,dac102s085" | ||
"ti,dac122s085" | ||
"ti,dac084s085" | ||
"ti,dac104s085" | ||
"ti,dac124s085" | ||
- reg: Chip select number. | ||
- spi-cpha, spi-cpol: SPI mode (0,1) or (1,0) must be used, so specify | ||
either spi-cpha or spi-cpol (but not both). | ||
- vref-supply: Phandle to the external reference voltage supply. | ||
|
||
For other required and optional properties of SPI slave nodes please refer to | ||
../../spi/spi-bus.txt. | ||
|
||
Example: | ||
vref_2v5_reg: regulator-vref { | ||
compatible = "regulator-fixed"; | ||
regulator-name = "2v5"; | ||
regulator-min-microvolt = <2500000>; | ||
regulator-max-microvolt = <2500000>; | ||
regulator-always-on; | ||
}; | ||
|
||
dac@0 { | ||
compatible = "ti,dac082s085"; | ||
reg = <0>; | ||
spi-max-frequency = <40000000>; | ||
spi-cpol; | ||
vref-supply = <&vref_2v5_reg>; | ||
}; |
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
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
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.