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
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
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
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
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
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
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
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
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