[bootlin/training-materials updates] master: slides/sysdev|kernel-hw-devices: Rephrase the sentence about pdev creation (83f7582e)

Miquel Raynal miquel.raynal at bootlin.com
Fri Mar 17 15:34:05 CET 2023


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/83f7582e6229d8b18125e8f14bea6731d1d82517

>---------------------------------------------------------------

commit 83f7582e6229d8b18125e8f14bea6731d1d82517
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Fri Mar 17 08:32:40 2023 +0100

    slides/sysdev|kernel-hw-devices: Rephrase the sentence about pdev creation
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


>---------------------------------------------------------------

83f7582e6229d8b18125e8f14bea6731d1d82517
 slides/kernel-hw-devices/kernel-hw-devices.tex | 10 ++++++----
 slides/sysdev-hw-devices/sysdev-hw-devices.tex | 10 ++++++----
 2 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/slides/kernel-hw-devices/kernel-hw-devices.tex b/slides/kernel-hw-devices/kernel-hw-devices.tex
index 87185b12..a3ce9747 100644
--- a/slides/kernel-hw-devices/kernel-hw-devices.tex
+++ b/slides/kernel-hw-devices/kernel-hw-devices.tex
@@ -762,11 +762,13 @@ examples:
   \begin{columns}
     \column{0.6\textwidth}
     \begin{itemize}
-    \item Top-level DT nodes with a \code{compatible} property and
-      nodes that are sub-nodes of \code{simple-bus} will cause Linux
-      to identify those devices as {\bf platform devices}
+    \item Linux identifies as {\bf platform devices}:
       \begin{itemize}
-      \item Instantiated automatically at boot time
+      \item Top-level DT nodes with a \code{compatible}
+      \item Sub-nodes of \code{simple-bus}
+        \begin{itemize}
+        \item Instantiated automatically at boot time
+        \end{itemize}
       \end{itemize}
     \item Sub-nodes of I2C controllers $\rightarrow$ {\em I2C devices}
     \item Sub-nodes of SPI controllers $\rightarrow$ {\em SPI devices}
diff --git a/slides/sysdev-hw-devices/sysdev-hw-devices.tex b/slides/sysdev-hw-devices/sysdev-hw-devices.tex
index 60769190..78d88c30 100644
--- a/slides/sysdev-hw-devices/sysdev-hw-devices.tex
+++ b/slides/sysdev-hw-devices/sysdev-hw-devices.tex
@@ -1464,11 +1464,13 @@ examples:
   \begin{columns}
     \column{0.6\textwidth}
     \begin{itemize}
-    \item Top-level DT nodes with a \code{compatible} property and
-      nodes that are sub-nodes of \code{simple-bus} will cause Linux
-      to identify those devices as {\bf platform devices}
+    \item Linux identifies as {\bf platform devices}:
       \begin{itemize}
-      \item Instantiated automatically at boot time
+      \item Top-level DT nodes with a \code{compatible}
+      \item Sub-nodes of \code{simple-bus}
+        \begin{itemize}
+        \item Instantiated automatically at boot time
+        \end{itemize}
       \end{itemize}
     \item Sub-nodes of I2C controllers $\rightarrow$ {\em I2C devices}
     \item Sub-nodes of SPI controllers $\rightarrow$ {\em SPI devices}




More information about the training-materials-updates mailing list