Re: [PATCH] ARM: multi_v7_defconfig: Add Atmel SAMA5 family

2015-05-20 Thread Alexandre Belloni
On 20/05/2015 at 07:59:10 -0700, Kevin Hilman wrote : > > Hum, I'm pretty sure you see the heartbeat led blinking ;) > > I don't see anything because this is automated testing. ;) > I was thinking that your job was looking at those boards with blinking LEDs while attending conference calls ;) >

Re: [PATCH] ARM: multi_v7_defconfig: Add Atmel SAMA5 family

2015-05-20 Thread Alexandre Belloni
Hi, On 20/05/2015 at 10:18:16 -0500, Robert Nelson wrote : > On Wed, May 20, 2015 at 9:08 AM, Alexandre Belloni > wrote: > > Hi, > > > > On 20/05/2015 at 06:53:50 -0700, Kevin Hilman wrote : > >> FYI... This patch is now in linux-next, and boot tests for all the > >> sama5d[34] boards in kernelci

Re: [PATCH] ARM: multi_v7_defconfig: Add Atmel SAMA5 family

2015-05-20 Thread Robert Nelson
On Wed, May 20, 2015 at 9:08 AM, Alexandre Belloni wrote: > Hi, > > On 20/05/2015 at 06:53:50 -0700, Kevin Hilman wrote : >> FYI... This patch is now in linux-next, and boot tests for all the >> sama5d[34] boards in kernelci.org have failed to boot. >> >>http://kernelci.org/boot/all/job/next/k

Re: [PATCH] ARM: multi_v7_defconfig: Add Atmel SAMA5 family

2015-05-20 Thread Kevin Hilman
On Wed, May 20, 2015 at 7:08 AM, Alexandre Belloni wrote: > Hi, > > On 20/05/2015 at 06:53:50 -0700, Kevin Hilman wrote : >> FYI... This patch is now in linux-next, and boot tests for all the >> sama5d[34] boards in kernelci.org have failed to boot. >> >>http://kernelci.org/boot/all/job/next/k

Re: [PATCH] ARM: multi_v7_defconfig: Add Atmel SAMA5 family

2015-05-20 Thread Alexandre Belloni
Hi, On 20/05/2015 at 06:53:50 -0700, Kevin Hilman wrote : > FYI... This patch is now in linux-next, and boot tests for all the > sama5d[34] boards in kernelci.org have failed to boot. > >http://kernelci.org/boot/all/job/next/kernel/next-20150520/ > Hum, I'm pretty sure you see the heartbeat

Re: [PATCH] ARM: multi_v7_defconfig: Add Atmel SAMA5 family

2015-05-20 Thread Kevin Hilman
FYI... This patch is now in linux-next, and boot tests for all the sama5d[34] boards in kernelci.org have failed to boot. http://kernelci.org/boot/all/job/next/kernel/next-20150520/ Kevin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to maj

Re: [PATCH] ARM: multi_v7_defconfig: Add Atmel SAMA5 family

2015-05-19 Thread Nicolas Ferre
Le 19/05/2015 15:28, Nicolas Ferre a écrit : > Le 19/05/2015 15:02, Nicolas Ferre a écrit : >> Le 19/05/2015 14:33, Alexandre Belloni a écrit : >>> On 19/05/2015 at 13:04:22 +0200, Arnd Bergmann wrote : >> @@ -250,15 +261,18 @@ CONFIG_SERIAL_FSL_LPUART=y >> CONFIG_SERIAL_FSL_LPUART_CONSOLE

Re: [PATCH] ARM: multi_v7_defconfig: Add Atmel SAMA5 family

2015-05-19 Thread Nicolas Ferre
Le 19/05/2015 15:02, Nicolas Ferre a écrit : > Le 19/05/2015 14:33, Alexandre Belloni a écrit : >> On 19/05/2015 at 13:04:22 +0200, Arnd Bergmann wrote : > @@ -250,15 +261,18 @@ CONFIG_SERIAL_FSL_LPUART=y > CONFIG_SERIAL_FSL_LPUART_CONSOLE=y > CONFIG_SERIAL_ST_ASC=y > CONFIG_SERI

Re: [PATCH] ARM: multi_v7_defconfig: Add Atmel SAMA5 family

2015-05-19 Thread Nicolas Ferre
Le 19/05/2015 14:33, Alexandre Belloni a écrit : > On 19/05/2015 at 13:04:22 +0200, Arnd Bergmann wrote : @@ -250,15 +261,18 @@ CONFIG_SERIAL_FSL_LPUART=y CONFIG_SERIAL_FSL_LPUART_CONSOLE=y CONFIG_SERIAL_ST_ASC=y CONFIG_SERIAL_ST_ASC_CONSOLE=y +CONFIG_HW_RANDOM=y C

Re: [PATCH] ARM: multi_v7_defconfig: Add Atmel SAMA5 family

2015-05-19 Thread Alexandre Belloni
On 19/05/2015 at 13:04:22 +0200, Arnd Bergmann wrote : > > > @@ -250,15 +261,18 @@ CONFIG_SERIAL_FSL_LPUART=y > > > CONFIG_SERIAL_FSL_LPUART_CONSOLE=y > > > CONFIG_SERIAL_ST_ASC=y > > > CONFIG_SERIAL_ST_ASC_CONSOLE=y > > > +CONFIG_HW_RANDOM=y > > > CONFIG_I2C_CHARDEV=y > > > CONFIG_I2C_DAVINCI

Re: [PATCH] ARM: multi_v7_defconfig: Add Atmel SAMA5 family

2015-05-19 Thread Arnd Bergmann
On Tuesday 19 May 2015 11:15:43 Nicolas Ferre wrote: > Le 03/04/2015 11:01, Alexandre Belloni a écrit : > > Add the Atmel sama5d3 and sama5d4 and their peripherals to > > multi_v7_defconfig. > > > > Note that the console will be ttyAT0 instead of the usual ttyS0. > > > > Signed-off-by: Alexandre

Re: [PATCH] ARM: multi_v7_defconfig: Add Atmel SAMA5 family

2015-05-19 Thread Nicolas Ferre
Le 03/04/2015 11:01, Alexandre Belloni a écrit : > Add the Atmel sama5d3 and sama5d4 and their peripherals to multi_v7_defconfig. > > Note that the console will be ttyAT0 instead of the usual ttyS0. > > Signed-off-by: Alexandre Belloni It seems good to me: thanks Alexandre. Arnd, Olof, Kevin: