07 May, 2011

1 commit

  • Add the comments to the structure bus_type, device_driver, device,
    class to device.h for generating the driver-model kerneldoc. With another patch
    these all removed from the files in Documentation/driver-model/ since
    they are out of date. That will keep things up to date and provide a better way
    to document this stuff.

    Signed-off-by: Wanlong Gao
    Acked-by: Harry Wei
    Signed-off-by: Greg Kroah-Hartman

    Wanlong Gao
     

23 Jan, 2011

1 commit


16 Dec, 2010

1 commit


27 Oct, 2010

1 commit


12 Sep, 2010

1 commit

  • Fix docbook templates that reference files that do not contain the
    expected kernel-doc notation.

    Fixes these warnings:

    Warning(arch/x86/include/asm/unaligned.h): no structured comments found
    Warning(lib/vsprintf.c): no structured comments found

    These cause errors in the generated html output, like below, so drop
    these lines.

    Name
    arch/x86/include/asm/unaligned.h - Document generation inconsistency
    Oops
    Warning
    The template for this document tried to insert the structured comment from the file arch/x86/include/asm/unaligned.h at this point, but none was found. This dummy section is inserted to allow generation to continue.

    Signed-off-by: Randy Dunlap
    Signed-off-by: Linus Torvalds

    Randy Dunlap
     

06 Aug, 2010

1 commit


03 Mar, 2010

1 commit

  • Fix docbook errors for x86 headers that were recently merged:

    docproc: arch/x86/include/asm/atomic_32.h: No such file or directory
    docproc: arch/x86/include/asm/io_32.h: No such file or directory

    Signed-off-by: Randy Dunlap
    Cc: Brian Gerst
    Signed-off-by: Linus Torvalds

    Randy Dunlap
     

08 Dec, 2009

1 commit


20 Nov, 2009

1 commit


23 Feb, 2009

1 commit

  • The kernel-api docbook was much larger than any of the others,
    so processing it took longer and needed some docbook extras in
    some cases, so split it into kernel-api (infrastructure etc.)
    and device drivers/device subsystems. This allows these docbooks
    to be generated in parallel. (This reduced the docbook processing
    time on my 4-proc system with make -j4 from about 5min:16sec to
    about 2min:01sec.)

    The chapters that were moved from kernel-api to device-drivers are:

    Driver Basics
    Device drivers infrastructure
    Parallel Port Devices
    Message-based devices
    Sound Devices
    16x50 UART Driver
    Frame Buffer Library
    Input Subsystem
    Serial Peripheral Interface (SPI)
    I2C and SMBus Subsystem

    Signed-off-by: Randy Dunlap
    Acked-by: Sam Ravnborg
    Signed-off-by: Linus Torvalds

    Randy Dunlap