-
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 'for-4.3-rc/ti-clk-fixes' of https://github.com/t-kristo…
…/linux-pm into clk-fixes Pull fixes from Tero Kristo: "A few TI clock driver fixes to pull against 4.3-rc" * 'for-4.3-rc/ti-clk-fixes' of https://github.com/t-kristo/linux-pm: (3 commits) clk: ti: dflt: fix enable_reg validity check clk: ti: fix dual-registration of uart4_ick clk: ti: clk-7xx: Remove hardwired ABE clock configuration
- Loading branch information
Showing
10,391 changed files
with
578,611 additions
and
267,615 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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 @@ | ||
Christoph Hellwig <hch@lst.de> |
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,29 @@ | ||
What: /sys/bus/vmbus/devices/vmbus_*/id | ||
Date: Jul 2009 | ||
KernelVersion: 2.6.31 | ||
Contact: K. Y. Srinivasan <kys@microsoft.com> | ||
Description: The VMBus child_relid of the device's primary channel | ||
Users: tools/hv/lsvmbus | ||
|
||
What: /sys/bus/vmbus/devices/vmbus_*/class_id | ||
Date: Jul 2009 | ||
KernelVersion: 2.6.31 | ||
Contact: K. Y. Srinivasan <kys@microsoft.com> | ||
Description: The VMBus interface type GUID of the device | ||
Users: tools/hv/lsvmbus | ||
|
||
What: /sys/bus/vmbus/devices/vmbus_*/device_id | ||
Date: Jul 2009 | ||
KernelVersion: 2.6.31 | ||
Contact: K. Y. Srinivasan <kys@microsoft.com> | ||
Description: The VMBus interface instance GUID of the device | ||
Users: tools/hv/lsvmbus | ||
|
||
What: /sys/bus/vmbus/devices/vmbus_*/channel_vp_mapping | ||
Date: Jul 2015 | ||
KernelVersion: 4.2.0 | ||
Contact: K. Y. Srinivasan <kys@microsoft.com> | ||
Description: The mapping of which primary/sub channels are bound to which | ||
Virtual Processors. | ||
Format: <channel's child_relid:the bound cpu's number> | ||
Users: tools/hv/lsvmbus |
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 |
---|---|---|
|
@@ -5,4 +5,4 @@ Description: | |
The attributes: | ||
|
||
qlen - depth of loopback queue | ||
bulk_buflen - buffer length | ||
buflen - buffer length |
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
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,45 @@ | ||
What: /sys/class/power_supply/twl4030_ac/max_current | ||
/sys/class/power_supply/twl4030_usb/max_current | ||
Description: | ||
Read/Write limit on current which may | ||
be drawn from the ac (Accessory Charger) or | ||
USB port. | ||
|
||
Value is in micro-Amps. | ||
|
||
Value is set automatically to an appropriate | ||
value when a cable is plugged or unplugged. | ||
|
||
Value can the set by writing to the attribute. | ||
The change will only persist until the next | ||
plug event. These event are reported via udev. | ||
|
||
|
||
What: /sys/class/power_supply/twl4030_usb/mode | ||
Description: | ||
Changing mode for USB port. | ||
Writing to this can disable charging. | ||
|
||
Possible values are: | ||
"auto" - draw power as appropriate for detected | ||
power source and battery status. | ||
"off" - do not draw any power. | ||
"continuous" | ||
- activate mode described as "linear" in | ||
TWL data sheets. This uses whatever | ||
current is available and doesn't switch off | ||
when voltage drops. | ||
|
||
This is useful for unstable power sources | ||
such as bicycle dynamo, but care should | ||
be taken that battery is not over-charged. | ||
|
||
What: /sys/class/power_supply/twl4030_ac/mode | ||
Description: | ||
Changing mode for 'ac' port. | ||
Writing to this can disable charging. | ||
|
||
Possible values are: | ||
"auto" - draw power as appropriate for detected | ||
power source and battery status. | ||
"off" - do not draw any power. |
This file was deleted.
Oops, something went wrong.
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,23 @@ | ||
What: /sys/hypervisor/pmu/pmu_mode | ||
Date: August 2015 | ||
KernelVersion: 4.3 | ||
Contact: Boris Ostrovsky <boris.ostrovsky@oracle.com> | ||
Description: | ||
Describes mode that Xen's performance-monitoring unit (PMU) | ||
uses. Accepted values are | ||
"off" -- PMU is disabled | ||
"self" -- The guest can profile itself | ||
"hv" -- The guest can profile itself and, if it is | ||
privileged (e.g. dom0), the hypervisor | ||
"all" -- The guest can profile itself, the hypervisor | ||
and all other guests. Only available to | ||
privileged guests. | ||
|
||
What: /sys/hypervisor/pmu/pmu_features | ||
Date: August 2015 | ||
KernelVersion: 4.3 | ||
Contact: Boris Ostrovsky <boris.ostrovsky@oracle.com> | ||
Description: | ||
Describes Xen PMU features (as an integer). A set bit indicates | ||
that the corresponding feature is enabled. See | ||
include/xen/interface/xenpmu.h for available features |
Oops, something went wrong.