Re: UPDATE sysutils/dtb to linux 4.11

2017-05-05 Thread Stuart Henderson
On 2017/05/05 14:33, Jonathan Gray wrote: > On Mon, May 01, 2017 at 11:23:22PM +1000, Jonathan Gray wrote: > > On Mon, May 01, 2017 at 01:58:05PM +0100, Stuart Henderson wrote: > > > On 2017/05/01 22:26, Jonathan Gray wrote: > > > > Update dtb to linux 4.11. > > > > > > > > This also switches from

Re: UPDATE sysutils/dtb to linux 4.11

2017-05-04 Thread Jonathan Gray
On Mon, May 01, 2017 at 11:23:22PM +1000, Jonathan Gray wrote: > On Mon, May 01, 2017 at 01:58:05PM +0100, Stuart Henderson wrote: > > On 2017/05/01 22:26, Jonathan Gray wrote: > > > Update dtb to linux 4.11. > > > > > > This also switches from the gcc4 module to clang. Base gcc can't be > > > us

Re: UPDATE sysutils/dtb to linux 4.11

2017-05-01 Thread Mark Kettenis
> Date: Mon, 1 May 2017 23:09:44 +1000 > From: Jonathan Gray > > On Mon, May 01, 2017 at 02:37:14PM +0200, Mark Kettenis wrote: > > > Date: Mon, 1 May 2017 22:26:09 +1000 > > > From: Jonathan Gray > > > > > > Update dtb to linux 4.11. > > > > > > This also switches from the gcc4 module to clan

Re: UPDATE sysutils/dtb to linux 4.11

2017-05-01 Thread Mark Kettenis
> Date: Mon, 1 May 2017 23:09:44 +1000 > From: Jonathan Gray > > On Mon, May 01, 2017 at 02:37:14PM +0200, Mark Kettenis wrote: > > > Date: Mon, 1 May 2017 22:26:09 +1000 > > > From: Jonathan Gray > > > > > > Update dtb to linux 4.11. > > > > > > This also switches from the gcc4 module to clan

Re: UPDATE sysutils/dtb to linux 4.11

2017-05-01 Thread Jonathan Gray
On Mon, May 01, 2017 at 01:58:05PM +0100, Stuart Henderson wrote: > On 2017/05/01 22:26, Jonathan Gray wrote: > > Update dtb to linux 4.11. > > > > This also switches from the gcc4 module to clang. Base gcc can't be > > used as gcc 4.2 cpp can't handle whitespace between '#' and 'include'. > > W

Re: UPDATE sysutils/dtb to linux 4.11

2017-05-01 Thread Jonathan Gray
On Mon, May 01, 2017 at 02:37:14PM +0200, Mark Kettenis wrote: > > Date: Mon, 1 May 2017 22:26:09 +1000 > > From: Jonathan Gray > > > > Update dtb to linux 4.11. > > > > This also switches from the gcc4 module to clang. Base gcc can't be > > used as gcc 4.2 cpp can't handle whitespace between '

Re: UPDATE sysutils/dtb to linux 4.11

2017-05-01 Thread Stuart Henderson
On 2017/05/01 22:26, Jonathan Gray wrote: > Update dtb to linux 4.11. > > This also switches from the gcc4 module to clang. Base gcc can't be > used as gcc 4.2 cpp can't handle whitespace between '#' and 'include'. Whitespace between # and include is ok, that's very common (usually for nested if

Re: UPDATE sysutils/dtb to linux 4.11

2017-05-01 Thread Mark Kettenis
> Date: Mon, 1 May 2017 22:26:09 +1000 > From: Jonathan Gray > > Update dtb to linux 4.11. > > This also switches from the gcc4 module to clang. Base gcc can't be > used as gcc 4.2 cpp can't handle whitespace between '#' and 'include'. > > This update changes pinctrl nodes in sunxi device tree

UPDATE sysutils/dtb to linux 4.11

2017-05-01 Thread Jonathan Gray
Update dtb to linux 4.11. This also switches from the gcc4 module to clang. Base gcc can't be used as gcc 4.2 cpp can't handle whitespace between '#' and 'include'. This update changes pinctrl nodes in sunxi device trees, the kernel isn't ready for that just yet. Tested on CuBox-i4Pro, PandaBoa