Loading .gitignore +1 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ *.gcno modules.builtin Module.symvers *.dwo # # Top-level generic files Loading CREDITS +7 −0 Original line number Diff line number Diff line Loading @@ -1381,6 +1381,9 @@ S: 17 rue Danton S: F - 94270 Le Kremlin-Bicêtre S: France N: Jack Hammer D: IBM ServeRAID RAID (ips) driver maintenance N: Greg Hankins E: gregh@cc.gatech.edu D: fixed keyboard driver to separate LED and locking status Loading Loading @@ -1691,6 +1694,10 @@ S: Reading S: RG6 2NU S: United Kingdom N: Dave Jeffery E: dhjeffery@gmail.com D: SCSI hacks and IBM ServeRAID RAID driver maintenance N: Jakub Jelinek E: jakub@redhat.com W: http://sunsite.mff.cuni.cz/~jj Loading Documentation/ABI/testing/sysfs-bus-rbd +2 −2 Original line number Diff line number Diff line Loading @@ -94,5 +94,5 @@ current_snap parent Information identifying the pool, image, and snapshot id for the parent image in a layered rbd image (format 2 only). Information identifying the chain of parent images in a layered rbd image. Entries are separated by empty lines. Documentation/ABI/testing/sysfs-class-leds-gt683r 0 → 100644 +16 −0 Original line number Diff line number Diff line What: /sys/class/leds/<led>/gt683r/mode Date: Jun 2014 KernelVersion: 3.17 Contact: Janne Kanniainen <janne.kanniainen@gmail.com> Description: Set the mode of LEDs. You should notice that changing the mode of one LED will update the mode of its two sibling devices as well. 0 - normal 1 - audio 2 - breathing Normal: LEDs are fully on when enabled Audio: LEDs brightness depends on sound level Breathing: LEDs brightness varies at human breathing rate No newline at end of file Documentation/ABI/testing/sysfs-class-mtd +38 −0 Original line number Diff line number Diff line Loading @@ -184,3 +184,41 @@ Description: It will always be a non-negative integer. In the case of devices lacking any ECC capability, it is 0. What: /sys/class/mtd/mtdX/ecc_failures Date: June 2014 KernelVersion: 3.17 Contact: linux-mtd@lists.infradead.org Description: The number of failures reported by this device's ECC. Typically, these failures are associated with failed read operations. It will always be a non-negative integer. In the case of devices lacking any ECC capability, it is 0. What: /sys/class/mtd/mtdX/corrected_bits Date: June 2014 KernelVersion: 3.17 Contact: linux-mtd@lists.infradead.org Description: The number of bits that have been corrected by means of the device's ECC. It will always be a non-negative integer. In the case of devices lacking any ECC capability, it is 0. What: /sys/class/mtd/mtdX/bad_blocks Date: June 2014 KernelVersion: 3.17 Contact: linux-mtd@lists.infradead.org Description: The number of blocks marked as bad, if any, in this partition. What: /sys/class/mtd/mtdX/bbt_blocks Date: June 2014 KernelVersion: 3.17 Contact: linux-mtd@lists.infradead.org Description: The number of blocks that are marked as reserved, if any, in this partition. These are typically used to store the in-flash bad block table (BBT). Loading
.gitignore +1 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ *.gcno modules.builtin Module.symvers *.dwo # # Top-level generic files Loading
CREDITS +7 −0 Original line number Diff line number Diff line Loading @@ -1381,6 +1381,9 @@ S: 17 rue Danton S: F - 94270 Le Kremlin-Bicêtre S: France N: Jack Hammer D: IBM ServeRAID RAID (ips) driver maintenance N: Greg Hankins E: gregh@cc.gatech.edu D: fixed keyboard driver to separate LED and locking status Loading Loading @@ -1691,6 +1694,10 @@ S: Reading S: RG6 2NU S: United Kingdom N: Dave Jeffery E: dhjeffery@gmail.com D: SCSI hacks and IBM ServeRAID RAID driver maintenance N: Jakub Jelinek E: jakub@redhat.com W: http://sunsite.mff.cuni.cz/~jj Loading
Documentation/ABI/testing/sysfs-bus-rbd +2 −2 Original line number Diff line number Diff line Loading @@ -94,5 +94,5 @@ current_snap parent Information identifying the pool, image, and snapshot id for the parent image in a layered rbd image (format 2 only). Information identifying the chain of parent images in a layered rbd image. Entries are separated by empty lines.
Documentation/ABI/testing/sysfs-class-leds-gt683r 0 → 100644 +16 −0 Original line number Diff line number Diff line What: /sys/class/leds/<led>/gt683r/mode Date: Jun 2014 KernelVersion: 3.17 Contact: Janne Kanniainen <janne.kanniainen@gmail.com> Description: Set the mode of LEDs. You should notice that changing the mode of one LED will update the mode of its two sibling devices as well. 0 - normal 1 - audio 2 - breathing Normal: LEDs are fully on when enabled Audio: LEDs brightness depends on sound level Breathing: LEDs brightness varies at human breathing rate No newline at end of file
Documentation/ABI/testing/sysfs-class-mtd +38 −0 Original line number Diff line number Diff line Loading @@ -184,3 +184,41 @@ Description: It will always be a non-negative integer. In the case of devices lacking any ECC capability, it is 0. What: /sys/class/mtd/mtdX/ecc_failures Date: June 2014 KernelVersion: 3.17 Contact: linux-mtd@lists.infradead.org Description: The number of failures reported by this device's ECC. Typically, these failures are associated with failed read operations. It will always be a non-negative integer. In the case of devices lacking any ECC capability, it is 0. What: /sys/class/mtd/mtdX/corrected_bits Date: June 2014 KernelVersion: 3.17 Contact: linux-mtd@lists.infradead.org Description: The number of bits that have been corrected by means of the device's ECC. It will always be a non-negative integer. In the case of devices lacking any ECC capability, it is 0. What: /sys/class/mtd/mtdX/bad_blocks Date: June 2014 KernelVersion: 3.17 Contact: linux-mtd@lists.infradead.org Description: The number of blocks marked as bad, if any, in this partition. What: /sys/class/mtd/mtdX/bbt_blocks Date: June 2014 KernelVersion: 3.17 Contact: linux-mtd@lists.infradead.org Description: The number of blocks that are marked as reserved, if any, in this partition. These are typically used to store the in-flash bad block table (BBT).