-
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 branch 'akpm' (Andrew's patch-bomb)
Merge patches through Andrew Morton: "180 patches - err 181 - listed below: - most of MM. I held back the (large) "memcg: add hugetlb extension" series because a bunfight has recently broken out. - leds. After this, Bryan Wu will be handling drivers/leds/ - backlight - lib/ - rtc" * emailed from Andrew Morton <akpm@linux-foundation.org>: (181 patches) drivers/rtc/rtc-s3c.c: fix compiler warning drivers/rtc/rtc-tegra.c: clean up probe/remove routines drivers/rtc/rtc-pl031.c: remove RTC timer interrupt handling drivers/rtc/rtc-lpc32xx.c: add device tree support drivers/rtc/rtc-m41t93.c: don't let get_time() reset M41T93_FLAG_OF rtc: ds1307: add trickle charger support rtc: ds1307: remove superfluous initialization rtc: rename CONFIG_RTC_MXC to CONFIG_RTC_DRV_MXC drivers/rtc/Kconfig: place RTC_DRV_IMXDI and RTC_MXC under "on-CPU RTC drivers" drivers/rtc/rtc-pcf8563.c: add RTC_VL_READ/RTC_VL_CLR ioctl feature rtc: add ioctl to get/clear battery low voltage status drivers/rtc/rtc-ep93xx.c: convert to use module_platform_driver() rtc/spear: add Device Tree probing capability lib/vsprintf.c: "%#o",0 becomes '0' instead of '00' radix-tree: fix preload vector size spinlock_debug: print kallsyms name for lock vsprintf: fix %ps on non symbols when using kallsyms lib/bitmap.c: fix documentation for scnprintf() functions lib/string_helpers.c: make arrays static lib/test-kstrtox.c: mark const init data with __initconst instead of __initdata ...
- Loading branch information
Showing
161 changed files
with
4,693 additions
and
2,548 deletions.
There are no files selected for viewing
48 changes: 48 additions & 0 deletions
48
Documentation/ABI/testing/sysfs-class-backlight-driver-lm3533
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,48 @@ | ||
What: /sys/class/backlight/<backlight>/als_channel | ||
Date: May 2012 | ||
KernelVersion: 3.5 | ||
Contact: Johan Hovold <jhovold@gmail.com> | ||
Description: | ||
Get the ALS output channel used as input in | ||
ALS-current-control mode (0, 1), where | ||
|
||
0 - out_current0 (backlight 0) | ||
1 - out_current1 (backlight 1) | ||
|
||
What: /sys/class/backlight/<backlight>/als_en | ||
Date: May 2012 | ||
KernelVersion: 3.5 | ||
Contact: Johan Hovold <jhovold@gmail.com> | ||
Description: | ||
Enable ALS-current-control mode (0, 1). | ||
|
||
What: /sys/class/backlight/<backlight>/id | ||
Date: April 2012 | ||
KernelVersion: 3.5 | ||
Contact: Johan Hovold <jhovold@gmail.com> | ||
Description: | ||
Get the id of this backlight (0, 1). | ||
|
||
What: /sys/class/backlight/<backlight>/linear | ||
Date: April 2012 | ||
KernelVersion: 3.5 | ||
Contact: Johan Hovold <jhovold@gmail.com> | ||
Description: | ||
Set the brightness-mapping mode (0, 1), where | ||
|
||
0 - exponential mode | ||
1 - linear mode | ||
|
||
What: /sys/class/backlight/<backlight>/pwm | ||
Date: April 2012 | ||
KernelVersion: 3.5 | ||
Contact: Johan Hovold <jhovold@gmail.com> | ||
Description: | ||
Set the PWM-input control mask (5 bits), where | ||
|
||
bit 5 - PWM-input enabled in Zone 4 | ||
bit 4 - PWM-input enabled in Zone 3 | ||
bit 3 - PWM-input enabled in Zone 2 | ||
bit 2 - PWM-input enabled in Zone 1 | ||
bit 1 - PWM-input enabled in Zone 0 | ||
bit 0 - PWM-input enabled |
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,65 @@ | ||
What: /sys/class/leds/<led>/als_channel | ||
Date: May 2012 | ||
KernelVersion: 3.5 | ||
Contact: Johan Hovold <jhovold@gmail.com> | ||
Description: | ||
Set the ALS output channel to use as input in | ||
ALS-current-control mode (1, 2), where | ||
|
||
1 - out_current1 | ||
2 - out_current2 | ||
|
||
What: /sys/class/leds/<led>/als_en | ||
Date: May 2012 | ||
KernelVersion: 3.5 | ||
Contact: Johan Hovold <jhovold@gmail.com> | ||
Description: | ||
Enable ALS-current-control mode (0, 1). | ||
|
||
What: /sys/class/leds/<led>/falltime | ||
What: /sys/class/leds/<led>/risetime | ||
Date: April 2012 | ||
KernelVersion: 3.5 | ||
Contact: Johan Hovold <jhovold@gmail.com> | ||
Description: | ||
Set the pattern generator fall and rise times (0..7), where | ||
|
||
0 - 2048 us | ||
1 - 262 ms | ||
2 - 524 ms | ||
3 - 1.049 s | ||
4 - 2.097 s | ||
5 - 4.194 s | ||
6 - 8.389 s | ||
7 - 16.78 s | ||
|
||
What: /sys/class/leds/<led>/id | ||
Date: April 2012 | ||
KernelVersion: 3.5 | ||
Contact: Johan Hovold <jhovold@gmail.com> | ||
Description: | ||
Get the id of this led (0..3). | ||
|
||
What: /sys/class/leds/<led>/linear | ||
Date: April 2012 | ||
KernelVersion: 3.5 | ||
Contact: Johan Hovold <jhovold@gmail.com> | ||
Description: | ||
Set the brightness-mapping mode (0, 1), where | ||
|
||
0 - exponential mode | ||
1 - linear mode | ||
|
||
What: /sys/class/leds/<led>/pwm | ||
Date: April 2012 | ||
KernelVersion: 3.5 | ||
Contact: Johan Hovold <jhovold@gmail.com> | ||
Description: | ||
Set the PWM-input control mask (5 bits), where | ||
|
||
bit 5 - PWM-input enabled in Zone 4 | ||
bit 4 - PWM-input enabled in Zone 3 | ||
bit 3 - PWM-input enabled in Zone 2 | ||
bit 2 - PWM-input enabled in Zone 1 | ||
bit 1 - PWM-input enabled in Zone 0 | ||
bit 0 - PWM-input enabled |
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,15 @@ | ||
* NXP LPC32xx SoC Real Time Clock controller | ||
|
||
Required properties: | ||
- compatible: must be "nxp,lpc3220-rtc" | ||
- reg: physical base address of the controller and length of memory mapped | ||
region. | ||
- interrupts: The RTC interrupt | ||
|
||
Example: | ||
|
||
rtc@40024000 { | ||
compatible = "nxp,lpc3220-rtc"; | ||
reg = <0x40024000 0x1000>; | ||
interrupts = <52 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
* SPEAr RTC | ||
|
||
Required properties: | ||
- compatible : "st,spear600-rtc" | ||
- reg : Address range of the rtc registers | ||
- interrupt-parent: Should be the phandle for the interrupt controller | ||
that services interrupts for this device | ||
- interrupt: Should contain the rtc interrupt number | ||
|
||
Example: | ||
|
||
rtc@fc000000 { | ||
compatible = "st,spear600-rtc"; | ||
reg = <0xfc000000 0x1000>; | ||
interrupt-parent = <&vic1>; | ||
interrupts = <12>; | ||
}; |
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.