-
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-3.18-rc1' of git://git.kernel.org/pub/scm/linux/ke…
…rnel/git/gregkh/staging Pull staging updates from Greg KH: "Here is the big staging patch set for 3.18-rc1. Once again, we are deleting more code than we added, with something like 150000 lines deleted overall. Some of this is due to drivers being added to the networking tree, so the old versions are removed here, but even then, the overall difference is quite good. Other than driver deletions, lots and lots and lots of minor cleanups all over the place. Full details are in the changelog" * tag 'staging-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: (1481 commits) staging: et131x: Remove et131x driver from drivers/staging staging: emxx_udc: Use min_t instead of min staging: emxx_udc: Fix replace printk(KERN_DEBUG ..) with dev_dbg staging: media: Fixed else after return or break warning staging: media: omap4iss: Fixed else after return or break warning staging: rtl8712: Fixed else not required after return staging: rtl8712: Fix missing blank line warning staging: rtl8192e: rtl8192e: Remove spaces before the semicolons staging: rtl8192e: rtl8192e: Remove unnecessary return statements staging: rtl8192e: Remove unneeded void return staging: rtl8192e: Fix void function return statements style staging: rtl8712: Fix unnecessary parentheses style warning staging: rtl8192e: Fix unnecessary space before function pointer arguments staging: rtl8192e: Array was made static const char * const staging: ft1000: ft1000-usb: Removed unnecessary else statement. staging: ft1000: ft1000-usb: Removed unnecessary else statement. staging: ft1000: ft1000-usb: Removed unnecessary parentheses. staging: ft1000: ft1000-usb: Added new line after declarations. staging: vt6655: Fixed C99 // comment errors in wpactl.c staging: speakup: Fixed warning <linux/serial.h> instead of <asm/serial.h> ...
- Loading branch information
Showing
1,016 changed files
with
27,369 additions
and
173,726 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,7 @@ | ||
What: /sys/bus/iio/devices/triggerX/name = "bmc150_accel-any-motion-devX" | ||
KernelVersion: 3.17 | ||
Contact: linux-iio@vger.kernel.org | ||
Description: | ||
The BMC150 accelerometer kernel module provides an additional trigger, | ||
which sets driver in a mode, where data is pushed to the buffer | ||
only when there is any motion. |
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,7 @@ | ||
What: /sys/bus/iio/devices/triggerX/name = "bmg160-any-motion-devX" | ||
KernelVersion: 3.17 | ||
Contact: linux-iio@vger.kernel.org | ||
Description: | ||
The BMG160 gyro kernel module provides an additional trigger, | ||
which sets driver in a mode, where data is pushed to the buffer | ||
only when there is any motion. |
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
24 changes: 24 additions & 0 deletions
24
Documentation/devicetree/bindings/iio/adc/rockchip-saradc.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,24 @@ | ||
Rockchip Successive Approximation Register (SAR) A/D Converter bindings | ||
|
||
Required properties: | ||
- compatible: Should be "rockchip,saradc" | ||
- reg: physical base address of the controller and length of memory mapped | ||
region. | ||
- interrupts: The interrupt number to the cpu. The interrupt specifier format | ||
depends on the interrupt controller. | ||
- clocks: Must contain an entry for each entry in clock-names. | ||
- clock-names: Shall be "saradc" for the converter-clock, and "apb_pclk" for | ||
the peripheral clock. | ||
- vref-supply: The regulator supply ADC reference voltage. | ||
- #io-channel-cells: Should be 1, see ../iio-bindings.txt | ||
|
||
Example: | ||
saradc: saradc@2006c000 { | ||
compatible = "rockchip,saradc"; | ||
reg = <0x2006c000 0x100>; | ||
interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>; | ||
clocks = <&cru SCLK_SARADC>, <&cru PCLK_SARADC>; | ||
clock-names = "saradc", "apb_pclk"; | ||
#io-channel-cells = <1>; | ||
vref-supply = <&vcc18>; | ||
}; |
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,14 @@ | ||
Maxim max5821 DAC device driver | ||
|
||
Required properties: | ||
- compatible: Must be "maxim,max5821" | ||
- reg: Should contain the DAC I2C address | ||
- vref-supply: Phandle to the vref power supply | ||
|
||
Example: | ||
|
||
max5821@38 { | ||
compatible = "maxim,max5821"; | ||
reg = <0x38>; | ||
vref-supply = <®_max5821>; | ||
}; |
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
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.