Re: [PATCH linux v7 6/6] hwmon: occ: Add callbacks for parsing P9 OCC datastructures

2017-02-12 Thread Andrew Jeffery
On Fri, 2017-02-10 at 16:01 +1030, Joel Stanley wrote: > > + > > +#ifndef __OCC_P9_H__ > > +#define __OCC_P9_H__ > > + > > +#include "scom.h" > > + > > +struct device; > > Include the header for struct device instead. > > Did you consider the one header file for all of your shared functions? > I

Re: [PATCH linux v7 4/6] hwmon: occ: Add callbacks for parsing P8 OCC datastructures

2017-02-12 Thread Andrew Jeffery
On Fri, 2017-02-10 at 16:01 +1030, Joel Stanley wrote: > > On Wed, Feb 8, 2017 at 9:40 AM,   wrote: > > > > From: "Edward A. James" > > > > Add functions to parse the data structures that are specific to the OCC on > > the POWER8 processor. These are the sensor data structures, including > > temp

Re: [PATCH linux v7 3/6] hwmon: occ: Add I2C transport implementation for SCOM operations

2017-02-12 Thread Andrew Jeffery
On Fri, 2017-02-10 at 15:05 -0600, Eddie James wrote: > On 02/09/2017 11:31 PM, Joel Stanley wrote: > > > On Wed, Feb 8, 2017 at 9:40 AM,  wrote: > > >> From: "Edward A. James" > >> > >> Add functions to send SCOM operations over I2C bus. The BMC can > >> communicate with the Power8 host processor

Re: [PATCH 0/1] Documentation: convert sh interfaces to RST

2017-02-12 Thread Jonathan Corbet
On Fri, 20 Jan 2017 09:06:41 +1100 Steve Kowalik wrote: > The following patch converts the SuperH interfaces DocBook into RST, > however, I've not added it to the toctree, since I'm not 100% clear > where it best fits. So I have to apologize, this fell through the cracks in the disaster that is

[lwn:docs-next 122/134] htmldocs: include/linux/regulator/driver.h:271: ERROR: Unknown target name: "regulator_regmap_x_voltage".

2017-02-12 Thread kbuild test robot
Hi Jonathan, FYI, the error/warning still remains. tree: git://git.lwn.net/linux-2.6 docs-next head: c33dea1eda7159f6854dcb54e58906936c26e727 commit: 028f25332c4f7e8befb22e12eaedd105cd45acb2 [122/134] docs: Convert the regulator docbook to RST reproduce: make htmldocs All errors (new ones p

Re: [PATCH] Documentation: make Makefile.sphinx no-ops quieter

2017-02-12 Thread Jonathan Corbet
On Fri, 10 Feb 2017 17:06:50 -0700 Jim Davis wrote: > Silence the "make[1]: Nothing to be done for ..." messages for the > no-op targets in Makefile.sphinx. Applied, thanks. jon -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majord...@vger.ke

Re: [PATCH 2/2] Documentation: DMA-ISA-LPC.txt

2017-02-12 Thread Jonathan Corbet
On Thu, 9 Feb 2017 18:36:36 -0500 Nathan Howard wrote: > Fixed spelling issue. > > Signed-off-by: Nathan Howard > --- > Documentation/DMA-ISA-LPC.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/DMA-ISA-LPC.txt b/Documentation/DMA-ISA-LPC.txt > index

Re: [PATCH] Documentation: input: fix path to input code definitions

2017-02-12 Thread Jonathan Corbet
On Thu, 9 Feb 2017 07:53:29 +0100 Martin Kepplinger wrote: > Signed-off-by: Martin Kepplinger > --- > Documentation/input/input.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/input/input.txt b/Documentation/input/input.txt > index 0acfddb..7ebce

Re: [PATCH v7 00/20] ILP32 for ARM64

2017-02-12 Thread Andrew Pinski
On Mon, Jan 9, 2017 at 3:29 AM, Yury Norov wrote: > This series enables aarch64 with ilp32 mode. > > As supporting work, it introduces ARCH_32BIT_OFF_T configuration > option that is enabled for existing 32-bit architectures but disabled > for new arches (so 64-bit off_t is is used by new userspac