mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 13:41:51 +00:00
98913408c5
Several entries at the stable ABI files won't parse if we pass them directly to the ReST output. Adjust them, in order to allow adding their contents as-is at the stable ABI book. Acked-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Acked-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/467a0dfbcdf00db710a629d3fe4a2563750339d8.1604042072.git.mchehab+huawei@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
23 lines
614 B
Plaintext
23 lines
614 B
Plaintext
What: /sys/bus/nvmem/devices/.../nvmem
|
|
Date: July 2015
|
|
KernelVersion: 4.2
|
|
Contact: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
|
|
Description:
|
|
This file allows user to read/write the raw NVMEM contents.
|
|
Permissions for write to this file depends on the nvmem
|
|
provider configuration.
|
|
Note: This file is only present if CONFIG_NVMEM_SYSFS
|
|
is enabled
|
|
|
|
ex::
|
|
|
|
hexdump /sys/bus/nvmem/devices/qfprom0/nvmem
|
|
|
|
0000000 0000 0000 0000 0000 0000 0000 0000 0000
|
|
*
|
|
00000a0 db10 2240 0000 e000 0c00 0c00 0000 0c00
|
|
0000000 0000 0000 0000 0000 0000 0000 0000 0000
|
|
...
|
|
*
|
|
0001000
|