forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'spi-nor/for-5.14' into mtd/next
SPI NOR core changes: - Ability to dump SFDP tables via sysfs - Support for erasing OTP regions on Winbond and similar flashes - Few API doc updates and fixes - Locking support for MX25L12805D SPI NOR controller drivers changes: - Use SPI_MODE_X_MASK in nxp-spifi - Intel Alder Lake-M SPI serial flash support
- Loading branch information
Showing
602 changed files
with
5,482 additions
and
3,104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -160,6 +160,7 @@ Jeff Layton <[email protected]> <[email protected]> | |
Jeff Layton <[email protected]> <[email protected]> | ||
Jens Axboe <[email protected]> | ||
Jens Osterkamp <[email protected]> | ||
Jernej Skrabec <[email protected]> <[email protected]> | ||
Jiri Slaby <[email protected]> <[email protected]> | ||
Jiri Slaby <[email protected]> <[email protected]> | ||
Jiri Slaby <[email protected]> <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
What: /sys/bus/nd/devices/nmemX/papr/flags | ||
Date: Apr, 2020 | ||
KernelVersion: v5.8 | ||
Contact: linuxppc-dev <[email protected]>, linux-nvdimm@lists.01.org, | ||
Contact: linuxppc-dev <[email protected]>, nvdimm@lists.linux.dev, | ||
Description: | ||
(RO) Report flags indicating various states of a | ||
papr-pmem NVDIMM device. Each flag maps to a one or | ||
|
@@ -36,7 +36,7 @@ Description: | |
What: /sys/bus/nd/devices/nmemX/papr/perf_stats | ||
Date: May, 2020 | ||
KernelVersion: v5.9 | ||
Contact: linuxppc-dev <[email protected]>, linux-nvdimm@lists.01.org, | ||
Contact: linuxppc-dev <[email protected]>, nvdimm@lists.linux.dev, | ||
Description: | ||
(RO) Report various performance stats related to papr-scm NVDIMM | ||
device. Each stat is reported on a new line with each line | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
What: /sys/bus/spi/devices/.../spi-nor/jedec_id | ||
Date: April 2021 | ||
KernelVersion: 5.14 | ||
Contact: [email protected] | ||
Description: (RO) The JEDEC ID of the SPI NOR flash as reported by the | ||
flash device. | ||
|
||
|
||
What: /sys/bus/spi/devices/.../spi-nor/manufacturer | ||
Date: April 2021 | ||
KernelVersion: 5.14 | ||
Contact: [email protected] | ||
Description: (RO) Manufacturer of the SPI NOR flash. | ||
|
||
|
||
What: /sys/bus/spi/devices/.../spi-nor/partname | ||
Date: April 2021 | ||
KernelVersion: 5.14 | ||
Contact: [email protected] | ||
Description: (RO) Part name of the SPI NOR flash. | ||
|
||
|
||
What: /sys/bus/spi/devices/.../spi-nor/sfdp | ||
Date: April 2021 | ||
KernelVersion: 5.14 | ||
Contact: [email protected] | ||
Description: (RO) This attribute is only present if the SPI NOR flash | ||
device supports the "Read SFDP" command (5Ah). | ||
|
||
If present, it contains the complete SFDP (serial flash | ||
discoverable parameters) binary data of the flash. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,13 +37,13 @@ Description: Maximum time allowed for periodic transfers per microframe (μs) | |
|
||
What: /sys/module/*/{coresize,initsize} | ||
Date: Jan 2012 | ||
KernelVersion:»·3.3 | ||
KernelVersion: 3.3 | ||
Contact: Kay Sievers <[email protected]> | ||
Description: Module size in bytes. | ||
|
||
What: /sys/module/*/taint | ||
Date: Jan 2012 | ||
KernelVersion:»·3.3 | ||
KernelVersion: 3.3 | ||
Contact: Kay Sievers <[email protected]> | ||
Description: Module taint flags: | ||
== ===================== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
============== | ||
============== | ||
Data Integrity | ||
============== | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.