Loading .gitignore +6 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ modules.builtin Module.symvers *.dwo *.su # # Top-level generic files Loading @@ -44,6 +45,7 @@ Module.symvers /TAGS /linux /vmlinux /vmlinux.32 /vmlinux-gdb.py /vmlinuz /System.map Loading Loading @@ -89,6 +91,9 @@ GRTAGS GSYMS GTAGS # id-utils files ID *.orig *~ \#*# Loading @@ -97,6 +102,7 @@ GTAGS # Leavings from module signing # extra_certificates signing_key.pem signing_key.priv signing_key.x509 x509.genkey Loading CREDITS +13 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,10 @@ D: One of assisting postmasters for vger.kernel.org's lists S: (ask for current address) S: Finland N: Thomas Abraham E: thomas.ab@samsung.com D: Samsung pin controller driver N: Dragos Acostachioaie E: dragos@iname.com W: http://www.arbornet.org/~dragos Loading Loading @@ -2988,6 +2992,10 @@ S: 2200 Mission College Blvd S: Santa Clara, CA 95052 S: USA N: Anil Ravindranath E: anil_ravindranath@pmc-sierra.com D: PMC-Sierra MaxRAID driver N: Eric S. Raymond E: esr@thyrsus.com W: http://www.tuxedo.org/~esr/ Loading Loading @@ -3219,6 +3227,11 @@ S: 69 rue Dunois S: 75013 Paris S: France N: Aleksa Sarai E: cyphar@cyphar.com W: https://www.cyphar.com/ D: `pids` cgroup subsystem N: Dipankar Sarma E: dipankar@in.ibm.com D: RCU Loading Documentation/ABI/testing/sysfs-class-cxl +10 −0 Original line number Diff line number Diff line Loading @@ -223,3 +223,13 @@ Description: write only Writing 1 will issue a PERST to card which may cause the card to reload the FPGA depending on load_image_on_perst. Users: https://github.com/ibm-capi/libcxl What: /sys/class/cxl/<card>/perst_reloads_same_image Date: July 2015 Contact: linuxppc-dev@lists.ozlabs.org Description: read/write Trust that when an image is reloaded via PERST, it will not have changed. 0 = don't trust, the image may be different (default) 1 = trust that the image will not change. Users: https://github.com/ibm-capi/libcxl Documentation/ABI/testing/sysfs-driver-wacom +19 −0 Original line number Diff line number Diff line Loading @@ -77,3 +77,22 @@ Description: The format is also scrambled, like in the USB mode, and it can be summarized by converting 76543210 into GECA6420. HGFEDCBA HFDB7531 What: /sys/bus/hid/devices/<bus>:<vid>:<pid>.<n>/wacom_remote/unpair_remote Date: July 2015 Contact: linux-input@vger.kernel.org Description: Writing the character sequence '*' followed by a newline to this file will delete all of the current pairings on the device. Other character sequences are reserved. This file is write only. What: /sys/bus/hid/devices/<bus>:<vid>:<pid>.<n>/wacom_remote/<serial_number>/remote_mode Date: July 2015 Contact: linux-input@vger.kernel.org Description: Reading from this file reports the mode status of the remote as indicated by the LED lights on the device. If no reports have been received from the paired device, reading from this file will report '-1'. The mode is read-only and cannot be set through the driver. Documentation/ABI/testing/sysfs-gpio +2 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,8 @@ Description: /sys/class/gpio /export ... asks the kernel to export a GPIO to userspace /unexport ... to return a GPIO to the kernel /gpioN ... for each exported GPIO #N /gpioN ... for each exported GPIO #N OR /<LINE-NAME> ... for a properly named GPIO line /value ... always readable, writes fail for input GPIOs /direction ... r/w as: in, out (default low); write: high, low /edge ... r/w as: none, falling, rising, both Loading Loading
.gitignore +6 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ modules.builtin Module.symvers *.dwo *.su # # Top-level generic files Loading @@ -44,6 +45,7 @@ Module.symvers /TAGS /linux /vmlinux /vmlinux.32 /vmlinux-gdb.py /vmlinuz /System.map Loading Loading @@ -89,6 +91,9 @@ GRTAGS GSYMS GTAGS # id-utils files ID *.orig *~ \#*# Loading @@ -97,6 +102,7 @@ GTAGS # Leavings from module signing # extra_certificates signing_key.pem signing_key.priv signing_key.x509 x509.genkey Loading
CREDITS +13 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,10 @@ D: One of assisting postmasters for vger.kernel.org's lists S: (ask for current address) S: Finland N: Thomas Abraham E: thomas.ab@samsung.com D: Samsung pin controller driver N: Dragos Acostachioaie E: dragos@iname.com W: http://www.arbornet.org/~dragos Loading Loading @@ -2988,6 +2992,10 @@ S: 2200 Mission College Blvd S: Santa Clara, CA 95052 S: USA N: Anil Ravindranath E: anil_ravindranath@pmc-sierra.com D: PMC-Sierra MaxRAID driver N: Eric S. Raymond E: esr@thyrsus.com W: http://www.tuxedo.org/~esr/ Loading Loading @@ -3219,6 +3227,11 @@ S: 69 rue Dunois S: 75013 Paris S: France N: Aleksa Sarai E: cyphar@cyphar.com W: https://www.cyphar.com/ D: `pids` cgroup subsystem N: Dipankar Sarma E: dipankar@in.ibm.com D: RCU Loading
Documentation/ABI/testing/sysfs-class-cxl +10 −0 Original line number Diff line number Diff line Loading @@ -223,3 +223,13 @@ Description: write only Writing 1 will issue a PERST to card which may cause the card to reload the FPGA depending on load_image_on_perst. Users: https://github.com/ibm-capi/libcxl What: /sys/class/cxl/<card>/perst_reloads_same_image Date: July 2015 Contact: linuxppc-dev@lists.ozlabs.org Description: read/write Trust that when an image is reloaded via PERST, it will not have changed. 0 = don't trust, the image may be different (default) 1 = trust that the image will not change. Users: https://github.com/ibm-capi/libcxl
Documentation/ABI/testing/sysfs-driver-wacom +19 −0 Original line number Diff line number Diff line Loading @@ -77,3 +77,22 @@ Description: The format is also scrambled, like in the USB mode, and it can be summarized by converting 76543210 into GECA6420. HGFEDCBA HFDB7531 What: /sys/bus/hid/devices/<bus>:<vid>:<pid>.<n>/wacom_remote/unpair_remote Date: July 2015 Contact: linux-input@vger.kernel.org Description: Writing the character sequence '*' followed by a newline to this file will delete all of the current pairings on the device. Other character sequences are reserved. This file is write only. What: /sys/bus/hid/devices/<bus>:<vid>:<pid>.<n>/wacom_remote/<serial_number>/remote_mode Date: July 2015 Contact: linux-input@vger.kernel.org Description: Reading from this file reports the mode status of the remote as indicated by the LED lights on the device. If no reports have been received from the paired device, reading from this file will report '-1'. The mode is read-only and cannot be set through the driver.
Documentation/ABI/testing/sysfs-gpio +2 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,8 @@ Description: /sys/class/gpio /export ... asks the kernel to export a GPIO to userspace /unexport ... to return a GPIO to the kernel /gpioN ... for each exported GPIO #N /gpioN ... for each exported GPIO #N OR /<LINE-NAME> ... for a properly named GPIO line /value ... always readable, writes fail for input GPIOs /direction ... r/w as: in, out (default low); write: high, low /edge ... r/w as: none, falling, rising, both Loading