Skip to content

Commit b11918b

Browse files
author
Jiri Kosina
committed
Merge branch 'for-4.14/battery' into for-linus
- support for batteries driven by HID input reports, from Dmitry Torokhov
2 parents d3c7ad2 + 0152b29 commit b11918b

File tree

1,878 files changed

+67160
-31818
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,878 files changed

+67160
-31818
lines changed

Documentation/ABI/testing/sysfs-class-mtd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,6 @@ KernelVersion: 4.1
229229
230230
Description:
231231
For a partition, the offset of that partition from the start
232-
of the master device in bytes. This attribute is absent on
233-
main devices, so it can be used to distinguish between
234-
partitions and devices that aren't partitions.
232+
of the parent (another partition or a flash device) in bytes.
233+
This attribute is absent on flash devices, so it can be used
234+
to distinguish them from partitions.

Documentation/ABI/testing/sysfs-fs-f2fs

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Contact: "Jaegeuk Kim" <[email protected]>
7575
Description:
7676
Controls the memory footprint used by f2fs.
7777

78-
What: /sys/fs/f2fs/<disk>/trim_sections
78+
What: /sys/fs/f2fs/<disk>/batched_trim_sections
7979
Date: February 2015
8080
Contact: "Jaegeuk Kim" <[email protected]>
8181
Description:
@@ -112,3 +112,21 @@ Date: January 2016
112112
Contact: "Shuoran Liu" <[email protected]>
113113
Description:
114114
Shows total written kbytes issued to disk.
115+
116+
What: /sys/fs/f2fs/<disk>/inject_rate
117+
Date: May 2016
118+
Contact: "Sheng Yong" <[email protected]>
119+
Description:
120+
Controls the injection rate.
121+
122+
What: /sys/fs/f2fs/<disk>/inject_type
123+
Date: May 2016
124+
Contact: "Sheng Yong" <[email protected]>
125+
Description:
126+
Controls the injection type.
127+
128+
What: /sys/fs/f2fs/<disk>/reserved_blocks
129+
Date: June 2017
130+
Contact: "Chao Yu" <[email protected]>
131+
Description:
132+
Controls current reserved blocks in system.

0 commit comments

Comments
 (0)