[bootlin/training-materials updates] master: slides/sysdev-linux-intro-versioning: remove slide about individual Linux commits (cf1a5351)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Jan 24 14:31:26 CET 2023


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

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

commit cf1a53513b5392ea87d89487af6d581167d60bc1
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Jan 24 14:31:26 2023 +0100

    slides/sysdev-linux-intro-versioning: remove slide about individual Linux commits
    
    More simplifications will follow
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

cf1a53513b5392ea87d89487af6d581167d60bc1
 .../sysdev-linux-intro-versioning.tex              | 38 ++--------------------
 1 file changed, 2 insertions(+), 36 deletions(-)

diff --git a/slides/sysdev-linux-intro-versioning/sysdev-linux-intro-versioning.tex b/slides/sysdev-linux-intro-versioning/sysdev-linux-intro-versioning.tex
index 2099a027..9e6ff579 100644
--- a/slides/sysdev-linux-intro-versioning/sysdev-linux-intro-versioning.tex
+++ b/slides/sysdev-linux-intro-versioning/sysdev-linux-intro-versioning.tex
@@ -71,43 +71,9 @@
   \end{itemize}
 \end{frame}
 
-\begin{frame}[fragile]
-  \frametitle{What's new in each Linux release? (1)}
-  The official list of changes for each Linux release is just a
-  huge list of individual patches!
-\Tiny
-    \begin{verbatim}
-commit aa6e52a35d388e730f4df0ec2ec48294590cc459
-Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
-Date:   Wed Jul 13 11:29:17 2011 +0200
-
-    at91: at91-ohci: support overcurrent notification
-
-    Several USB power switches (AIC1526 or MIC2026) have a digital output
-    that is used to notify that an overcurrent situation is taking
-    place. This digital outputs are typically connected to GPIO inputs of
-    the processor and can be used to be notified of these overcurrent
-    situations.
-
-    Therefore, we add a new overcurrent_pin[] array in the at91_usbh_data
-    structure so that boards can tell the AT91 OHCI driver which pins are
-    used for the overcurrent notification, and an overcurrent_supported
-    boolean to tell the driver whether overcurrent is supported or not.
-
-    The code has been largely borrowed from ohci-da8xx.c and
-    ohci-s3c2410.c.
-
-    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
-    Signed-off-by: Nicolas Ferre <nicolas.ferre at atmel.com>
-\end{verbatim}
-\normalsize
-  Very difficult to find out the key changes and to get the
-  global picture out of individual changes.
-\end{frame}
-
 \begin{frame}
-  \frametitle{What's new in each Linux release? (2)}
-  Fortunately, there are some useful resources available
+  \frametitle{What's new in each Linux release?}
+  There are some useful resources covering each new Linux kernel release:
   \begin{itemize}
     \item \url{https://kernelnewbies.org/LinuxChanges}\\
 	In depth coverage of the new features in each kernel release




More information about the training-materials-updates mailing list