[FE training-materials-updates] kernel: split chapter on "kernel architecture for device drivers" in two chapters

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Aug 30 11:54:57 CEST 2013


Repository : git://git.free-electrons.com/training-materials.git

On branch  : kernel-ng
Link       : http://git.free-electrons.com/training-materials/commit/?id=eae15c825abbbcdbaea1421bb2069b3b359e14cd

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

commit eae15c825abbbcdbaea1421bb2069b3b359e14cd
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Fri Aug 30 11:52:48 2013 +0200

    kernel: split chapter on "kernel architecture for device drivers" in two chapters
    
    The existing chapter "Kernel architecture for device drivers" was
    covering both the device model and kernel frameworks. In the new
    format of the training, we'll be covering those two topics separately:
    first the device model (to detect and probe an I2C device) and then
    kernel frameworks (to expose the Nunchuk functionality to userspace
    through the input subsystem).
    
    This also has the nice advantage of splitting this section, which was
    pretty long for the training participants.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

 .../driver-architecture.dia                        |    0
 slides/kernel-device-model/kernel-device-model.tex |  650 ++++++++++++++
 .../recursive-model.dia                            |    0
 .../spi-components.dia                             |    0
 .../usb-bus.dia                                    |    0
 .../usb-detection.dia                              |    0
 .../usb-registering.dia                            |    0
 ...nel-driver-development-architecture-drivers.tex |  920 --------------------
 .../frameworks.dia                                 |    0
 slides/kernel-frameworks/kernel-frameworks.tex     |  268 ++++++
 .../link-structures-imx.dia                        |    0
 .../link-structures-netdev.dia                     |    0
 12 files changed, 918 insertions(+), 920 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc eae15c825abbbcdbaea1421bb2069b3b359e14cd


More information about the training-materials-updates mailing list