Commit 3ef859a4 authored by Jonathan Corbet's avatar Jonathan Corbet
Browse files

Merge branch 'docs-mw' into docs-next

parents 5479d6d4 49beeea7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ Date: May 2011
KernelVersion:	3.0
Contact:	Rafał Miłecki <zajec5@gmail.com>
Description:
		Each BCMA core has it's manufacturer id. See
		Each BCMA core has its manufacturer id. See
		include/linux/bcma/bcma.h for possible values.

What:		/sys/bus/bcma/devices/.../id
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ Description: 'FCoE Controller' instances on the fcoe bus.
		1) Write interface name to ctlr_create 2) Configure the FCoE
		Controller (ctlr_X) 3) Enable the FCoE Controller to begin
		discovery and login. The FCoE Controller is destroyed by
		writing it's name, i.e. ctlr_X to the ctlr_delete file.
		writing its name, i.e. ctlr_X to the ctlr_delete file.

Attributes:

+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ Description:
		on the signal from which time of flight measurements are
		taken.
		The appropriate values to take is dependent on both the
		sensor and it's operating environment:
		sensor and its operating environment:
		* as3935 (0-31 range)
		18 = indoors (default)
		14 = outdoors
+1 −1
Original line number Diff line number Diff line
@@ -296,7 +296,7 @@ Description: Processor frequency boosting control

		This switch controls the boost setting for the whole system.
		Boosting allows the CPU and the firmware to run at a frequency
		beyond it's nominal limit.
		beyond its nominal limit.

		More details can be found in
		Documentation/admin-guide/pm/cpufreq.rst
+3 −3
Original line number Diff line number Diff line
@@ -2,8 +2,8 @@ What: /sys/bus/platform/devices/ci_hdrc.0/role
Date:		Mar 2017
Contact:	Peter Chen <peter.chen@nxp.com>
Description:
		It returns string "gadget" or "host" when read it, it indicates
		current controller role.
		When read, it returns string "gadget" or "host", indicating
		the current controller role.

		It will do role switch when write "gadget" or "host" to it.
		It will do role switch when "gadget" or "host" is written to it.
		Only controller at dual-role configuration supports writing.
Loading