Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) What:		/config/stp-policy
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) Date:		June 2015
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) KernelVersion:	4.3
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 		This group contains policies mandating Master/Channel allocation
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 		for software sources wishing to send trace data over an STM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 		device.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) What:		/config/stp-policy/<device>.<policy>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) Date:		June 2015
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) KernelVersion:	4.3
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 		This group is the root of a policy; its name is a concatenation
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 		of an stm device name to which this policy applies and an
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 		arbitrary string. If <device> part doesn't match an existing
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 		stm device, mkdir will fail with ENODEV; if that device already
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 		has a policy assigned to it, mkdir will fail with EBUSY.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) What:		/config/stp-policy/<device>.<policy>/device
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) Date:		June 2015
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) KernelVersion:	4.3
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 		STM device to which this policy applies, read only. Same as the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 		<device> component of its parent directory.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) What:		/config/stp-policy/<device>.<policy>/<node>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) Date:		June 2015
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) KernelVersion:	4.3
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) 		Policy node is a string identifier that software clients will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) 		use to request a master/channel to be allocated and assigned to
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) 		them.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) What:		/config/stp-policy/<device>.<policy>/<node>/masters
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) Date:		June 2015
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) KernelVersion:	4.3
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) 		Range of masters from which to allocate for users of this node.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) 		Write two numbers: the first master and the last master number.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) What:		/config/stp-policy/<device>.<policy>/<node>/channels
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) Date:		June 2015
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43) KernelVersion:	4.3
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) 		Range of channels from which to allocate for users of this node.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46) 		Write two numbers: the first channel and the last channel
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47) 		number.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48)