Commit 5c281b4e authored by Jakub Kicinski's avatar Jakub Kicinski
Browse files
parents b97dcb85 aa3398fb
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -107,13 +107,14 @@ Description:
				described in ATA8 7.16 and 7.17. Only valid if
				the device is not a PM.

		pio_mode:	(RO) Transfer modes supported by the device when
				in PIO mode. Mostly used by PATA device.
		pio_mode:	(RO) PIO transfer mode used by the device.
				Mostly used by PATA devices.

		xfer_mode:	(RO) Current transfer mode
		xfer_mode:	(RO) Current transfer mode. Mostly used by
				PATA devices.

		dma_mode:	(RO) Transfer modes supported by the device when
				in DMA mode. Mostly used by PATA device.
		dma_mode:	(RO) DMA transfer mode used by the device.
				Mostly used by PATA devices.

		class:		(RO) Device class. Can be "ata" for disk,
				"atapi" for packet device, "pmp" for PM, or
+1 −1
Original line number Diff line number Diff line
@@ -26,6 +26,6 @@ Description: Read/write the current state of DDR Backup Mode, which controls
		     DDR Backup Mode must be explicitly enabled by the user,
		     to invoke step 1.

		See also Documentation/devicetree/bindings/mfd/bd9571mwv.txt.
		See also Documentation/devicetree/bindings/mfd/rohm,bd9571mwv.yaml.
Users:		User space applications for embedded boards equipped with a
		BD9571MWV PMIC.
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ CPU so it is usually wise not to overlap any physical RAM with
the TCM.

The TCM memory can then be remapped to another address again using
the MMU, but notice that the TCM if often used in situations where
the MMU, but notice that the TCM is often used in situations where
the MMU is turned off. To avoid confusion the current Linux
implementation will map the TCM 1 to 1 from physical to virtual
memory in the location specified by the kernel. Currently Linux
+1 −1
Original line number Diff line number Diff line
@@ -371,7 +371,7 @@ The regset data starts with struct user_za_header, containing:
Appendix A.  SME programmer's model (informative)
=================================================

This section provides a minimal description of the additions made by SVE to the
This section provides a minimal description of the additions made by SME to the
ARMv8-A programmer's model that are relevant to this document.

Note: This section is for information only and not intended to be complete or
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ description: |
  The case where SH and SP are both 1 is likely not very interesting.

maintainers:
  - Luca Ceresoli <luca@lucaceresoli.net>
  - Luca Ceresoli <luca.ceresoli@bootlin.com>

properties:
  compatible:
Loading