[bootlin/training-materials updates] master: kernel: i2c: Drop mentioning power management from the smbus slide (c45b0faa)

Miquel Raynal miquel.raynal at bootlin.com
Mon Nov 15 17:36:19 CET 2021


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

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

commit c45b0faac9e779fd8dfaa31d9a37e7411cee82eb
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Mon Nov 15 17:36:16 2021 +0100

    kernel: i2c: Drop mentioning power management from the smbus slide
    
    I don't want to revert the commit because I think it still improves the
    definition by mentioning register-like interface, which is just our
    biased observation of the "command" interface (there is no register
    register read/write definition in the spec).
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


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

c45b0faac9e779fd8dfaa31d9a37e7411cee82eb
 slides/kernel-i2c/kernel-i2c.tex | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/slides/kernel-i2c/kernel-i2c.tex b/slides/kernel-i2c/kernel-i2c.tex
index f6350799..c8ff94aa 100644
--- a/slides/kernel-i2c/kernel-i2c.tex
+++ b/slides/kernel-i2c/kernel-i2c.tex
@@ -359,9 +359,8 @@ From \kfile{drivers/input/touchscreen/st1232.c}
 \begin{frame}{SMBus calls}
   \begin{itemize}
   \item SMBus is a subset of the I2C protocol.
-  \item It focuses on devices power management and defines a standard
-    set of transactions, such as reading/writing from a register-like
-    interface.
+  \item It defines a standard set of transactions, such as
+    reading/writing from a register-like interface.
   \item Linux provides SMBus functions that should preferably be used
     instead of the raw API with devices supporting SMBus.
   \item Such a driver will be usable with both SMBus and I2C adapters




More information about the training-materials-updates mailing list