[PATCH] k10temp: update documentation

2019-09-23 Thread Lukas Zapletal
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 Zap

Re: [PATCH] k10temp: update documentation

2019-09-23 Thread Lukas Zapletal
I just reposted the patch to hwmon and doc lists. My MUA have put some trash characters in it, apologies for that. -- Later, Lukas @lzap Zapletal

Re: [PATCH] k10temp: update documentation

2019-09-23 Thread Guenter Roeck
On Mon, Sep 23, 2019 at 09:10:52AM +0200, Lukas Zapletal wrote: > 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 provide

[PATCH RESEND] k10temp: update docs and add temp2_input info

2019-09-23 Thread Lukas Zapletal
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 Zap

[PATCH v6 3/4] mfd: ioc3: Add driver for SGI IOC3 chip

2019-09-23 Thread Thomas Bogendoerfer
SGI IOC3 chip has integrated ethernet, keyboard and mouse interface. It also supports connecting a SuperIO chip for serial and parallel interfaces. IOC3 is used inside various SGI systemboards and add-on cards with different equipped external interfaces. Support for ethernet and serial interfaces

[PATCH v6 0/4] Use MFD framework for SGI IOC3 drivers

2019-09-23 Thread Thomas Bogendoerfer
SGI IOC3 ASIC includes support for ethernet, PS2 keyboard/mouse, NIC (number in a can), GPIO and a byte bus. By attaching a SuperIO chip to it, it also supports serial lines and a parallel port. The chip is used on a variety of SGI systems with different configurations. This patchset moves code ou

[PATCH v6 4/4] MIPS: SGI-IP27: fix readb/writeb addressing

2019-09-23 Thread Thomas Bogendoerfer
Our chosen byte swapping, which is what firmware already uses, is to do readl/writel by normal lw/sw intructions (data invariance). This also means we need to mangle addresses for u8 and u16 accesses. The mangling for 16bit has been done aready, but 8bit one was missing. Correcting this causes diff

[PATCH v6 2/4] MIPS: PCI: use information from 1-wire PROM for IOC3 detection

2019-09-23 Thread Thomas Bogendoerfer
IOC3 chips in SGI system are conntected to a bridge ASIC, which has a 1-wire prom attached with part number information. This changeset uses this information to create PCI subsystem information, which the MFD driver uses for further platform device setup. Signed-off-by: Thomas Bogendoerfer --- a

[PATCH v6 1/4] nvmem: core: add nvmem_device_find

2019-09-23 Thread Thomas Bogendoerfer
nvmem_device_find provides a way to search for nvmem devices with the help of a match function simlair to bus_find_device. Signed-off-by: Thomas Bogendoerfer --- Documentation/driver-api/nvmem.rst | 2 ++ drivers/nvmem/core.c | 61 +- include/li

Re: [PATCH v6 3/4] mfd: ioc3: Add driver for SGI IOC3 chip

2019-09-23 Thread kbuild test robot
pecify the base tree in git format-patch, please see https://stackoverflow.com/a/37406982] url: https://github.com/0day-ci/linux/commits/Thomas-Bogendoerfer/Use-MFD-framework-for-SGI-IOC3-drivers/20190923-194903 config: mips-allmodconfig (attached as .config) compiler: mips-linux-gcc (

Re: [PATCH v2] docs: Use make invocation's -j argument for parallelism

2019-09-23 Thread Kees Cook
On Sun, Sep 22, 2019 at 02:03:31PM -0600, Jonathan Corbet wrote: > On Thu, 19 Sep 2019 14:44:37 -0700 > Kees Cook wrote: > > > While sphinx 1.7 and later supports "-jauto" for parallelism, this > > effectively ignores the "-j" flag used in the "make" invocation, which > > may cause confusion for

[RFC][PATCH] docs: Programmatically render MAINTAINERS into ReST

2019-09-23 Thread Kees Cook
In order to have the MAINTAINERS file visible in the rendered ReST output, this makes some small changes to the existing MAINTAINERS file to allow for better machine processing, and adds a tool to perform the rendering. Features include: - Per-subsystem reference links: subsystem maintainer entrie