07 Oct, 2019

1 commit


02 Oct, 2019

2 commits

  • When generating documentation output Sphinx
    outputs a warning for not including
    the page 'inspur-ipsps1.rst' in 'index.rst'.

    Assuming this documentation is useful it
    should be included in the index.

    Signed-off-by: Adam Zerella
    Link: https://lore.kernel.org/r/20190925131715.GB19073@gmail.com
    Signed-off-by: Guenter Roeck

    Adam Zerella
     
  • It's been a while since the k10temp documentation has been updated.
    There are new CPU families supported as well as Tdie temp was added.
    This patch adds all missing families which I was able to find from git
    history and provides more info about Tctl vs Tdie exported temps.

    Signed-off-by: Lukas Zapletal
    Link: https://lore.kernel.org/r/20190923105931.27881-1-lzap+git@redhat.com
    [groeck: Formatting]
    Signed-off-by: Guenter Roeck

    Lukas Zapletal
     

18 Sep, 2019

1 commit

  • Pull documentation updates from Jonathan Corbet:
    "It's a somewhat calmer cycle for docs this time, as the churn of the
    mass RST conversion is happily mostly behind us.

    - A new document on reproducible builds.

    - We finally got around to zapping the documentation for hardware
    support that was removed in 2004; one doesn't want to rush these
    things.

    - The usual assortment of fixes, typo corrections, etc"

    * tag 'docs-5.4' of git://git.lwn.net/linux: (67 commits)
    Documentation: kbuild: Add document about reproducible builds
    docs: printk-formats: Stop encouraging use of unnecessary %h[xudi] and %hh[xudi]
    Documentation: Add "earlycon=sbi" to the admin guide
    doc:lock: remove reference to clever use of read-write lock
    devices.txt: improve entry for comedi (char major 98)
    docs: mtd: Update spi nor reference driver
    doc: arm64: fix grammar dtb placed in no attributes region
    Documentation: sysrq: don't recommend 'S' 'U' before 'B'
    mailmap: Update email address for Quentin Perret
    docs: ftrace: clarify when tracing is disabled by the trace file
    docs: process: fix broken link
    Documentation/arm/samsung-s3c24xx: Remove stray U+FEFF character to fix title
    Documentation/arm/sa1100/assabet: Fix 'make assabet_defconfig' command
    Documentation/arm/sa1100: Remove some obsolete documentation
    docs/zh_CN: update Chinese howto.rst for latexdocs making
    Documentation: virt: Fix broken reference to virt tree's index
    docs: Fix typo on pull requests guide
    kernel-doc: Allow anonymous enum
    Documentation: sphinx: Don't parse socket() as identifier reference
    Documentation: sphinx: Add missing comma to list of strings
    ...

    Linus Torvalds
     

13 Sep, 2019

2 commits


11 Sep, 2019

1 commit


04 Sep, 2019

4 commits

  • Add the driver to monitor Inspur Power System power supplies
    with hwmon over pmbus.

    This driver adds sysfs attributes for additional power supply data,
    including vendor, model, part_number, serial number,
    firmware revision, hardware revision, and psu mode(active/standby).

    Signed-off-by: John Wang
    Reviewed-by: Joel Stanley
    Link: https://lore.kernel.org/r/20190819091509.29276-1-wangzqbj@inspur.com
    Signed-off-by: Guenter Roeck

    John Wang
     
  • This document was recently introduced. Convert it to ReST
    just like the other hwmon documents, adding it to the hwmon index.

    Signed-off-by: Mauro Carvalho Chehab
    Link: https://lore.kernel.org/r/657bf022625e0888d3becf10c78d162eeb864608.1563792334.git.mchehab+samsung@kernel.org
    Signed-off-by: Guenter Roeck

    Mauro Carvalho Chehab
     
  • The NXP PCT2075 is largely compatible with other chips already supported
    by the LM75 driver. It uses an 11-bit resolution and defaults to 100 ms
    sampling period. The datasheet is here:

    https://www.nxp.com/docs/en/data-sheet/PCT2075.pdf

    Signed-off-by: Daniel Mack
    Link: https://lore.kernel.org/r/20190711124504.7580-2-daniel@zonque.org
    [groeck: Documentation update]
    Signed-off-by: Guenter Roeck

    Daniel Mack
     
  • A driver for ADS1015 with more functionality is available in the iio
    subsystem.

    Remove the hwmon driver as duplicate. If the chip is used for hardware
    monitoring, the iio->hwmon bridge should be used.

    Cc: Dirk Eibach
    Link: https://lore.kernel.org/r/1562004758-13025-1-git-send-email-linux@roeck-us.net
    Acked-by: Jonathan Cameron
    Acked-by: Rob Herring
    Signed-off-by: Guenter Roeck

    Guenter Roeck
     

01 Aug, 2019

2 commits


22 Jul, 2019

1 commit


15 Jul, 2019

1 commit


13 Jul, 2019

1 commit

  • Pull driver core and debugfs updates from Greg KH:
    "Here is the "big" driver core and debugfs changes for 5.3-rc1

    It's a lot of different patches, all across the tree due to some api
    changes and lots of debugfs cleanups.

    Other than the debugfs cleanups, in this set of changes we have:

    - bus iteration function cleanups

    - scripts/get_abi.pl tool to display and parse Documentation/ABI
    entries in a simple way

    - cleanups to Documenatation/ABI/ entries to make them parse easier
    due to typos and other minor things

    - default_attrs use for some ktype users

    - driver model documentation file conversions to .rst

    - compressed firmware file loading

    - deferred probe fixes

    All of these have been in linux-next for a while, with a bunch of
    merge issues that Stephen has been patient with me for"

    * tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core: (102 commits)
    debugfs: make error message a bit more verbose
    orangefs: fix build warning from debugfs cleanup patch
    ubifs: fix build warning after debugfs cleanup patch
    driver: core: Allow subsystems to continue deferring probe
    drivers: base: cacheinfo: Ensure cpu hotplug work is done before Intel RDT
    arch_topology: Remove error messages on out-of-memory conditions
    lib: notifier-error-inject: no need to check return value of debugfs_create functions
    swiotlb: no need to check return value of debugfs_create functions
    ceph: no need to check return value of debugfs_create functions
    sunrpc: no need to check return value of debugfs_create functions
    ubifs: no need to check return value of debugfs_create functions
    orangefs: no need to check return value of debugfs_create functions
    nfsd: no need to check return value of debugfs_create functions
    lib: 842: no need to check return value of debugfs_create functions
    debugfs: provide pr_fmt() macro
    debugfs: log errors when something goes wrong
    drivers: s390/cio: Fix compilation warning about const qualifiers
    drivers: Add generic helper to match by of_node
    driver_find_device: Unify the match function with class_find_device()
    bus_find_device: Unify the match callback with class_find_device
    ...

    Linus Torvalds
     

24 Jun, 2019

1 commit


21 Jun, 2019

1 commit

  • Convert the various documents at the driver-model, preparing
    them to be part of the driver-api book.

    The conversion is actually:
    - add blank lines and identation in order to identify paragraphs;
    - fix tables markups;
    - add some lists markups;
    - mark literal blocks;
    - adjust title markups.

    At its new index.rst, let's add a :orphan: while this is not linked to
    the main index.rst file, in order to avoid build warnings.

    Signed-off-by: Mauro Carvalho Chehab
    Acked-by: Jeff Kirsher # ice
    Signed-off-by: Greg Kroah-Hartman

    Mauro Carvalho Chehab
     

04 May, 2019

1 commit


23 Apr, 2019

2 commits

  • On almost all places, we're including ReST files without the
    extension.

    Let's remove the extension here as well, in order to use just
    one standard.

    Suggested-by: Jani Nikula
    Signed-off-by: Mauro Carvalho Chehab
    Signed-off-by: Guenter Roeck

    Mauro Carvalho Chehab
     
  • Those three new drivers were missed on the initial conversion
    to ReST format. So:

    - Rename them to .rst;
    - Add them to the hwmon index.rst index;
    - add some blank lines at the "Supported systems:" part, in
    order to allow Sphinx to properly identify new lines,
    suppressing warnings and avoid it to output some random
    lines in bold;
    - When multiple authors are involved, change the authors
    part to a list, in order to avoid adding blank lines.
    - adjust the table cells (one of the tables seemed to be
    assuming that tab is 4 positions instead of 8) and add
    the table markup.
    - be sure that the section markups have the same number of
    characters as the section title.

    Signed-off-by: Mauro Carvalho Chehab
    Signed-off-by: Guenter Roeck

    Mauro Carvalho Chehab
     

18 Apr, 2019

19 commits