Re: [PATCH V3 5/6] ARM: tegra: Add Tegra20 GMI support

2016-11-03 Thread Jon Hunter
On 27/10/16 15:01, Mirza Krak wrote: From: Mirza Krak Add a device node for the GMI controller found on Tegra20. Signed-off-by: Mirza Krak Tested-by: Marcel Ziswiler Tested-on: Colibri T20/T30 on EvalBoard V3.x and

Re: [PATCH V3 5/6] ARM: tegra: Add Tegra20 GMI support

2016-11-03 Thread Jon Hunter
On 27/10/16 15:01, Mirza Krak wrote: From: Mirza Krak Add a device node for the GMI controller found on Tegra20. Signed-off-by: Mirza Krak Tested-by: Marcel Ziswiler Tested-on: Colibri T20/T30 on EvalBoard V3.x and GMI-Memory Board --- Changes in v2: - added address-cells, size-cells and

Re: [PATCH V3 5/6] ARM: tegra: Add Tegra20 GMI support

2016-10-27 Thread Mirza Krak
2016-10-27 19:09 GMT+02:00 kbuild test robot : > Hi Mirza, > > [auto build test ERROR on robh/for-next] > [also build test ERROR on v4.9-rc2 next-20161027] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system] > [Suggest to use

Re: [PATCH V3 5/6] ARM: tegra: Add Tegra20 GMI support

2016-10-27 Thread Mirza Krak
2016-10-27 19:09 GMT+02:00 kbuild test robot : > Hi Mirza, > > [auto build test ERROR on robh/for-next] > [also build test ERROR on v4.9-rc2 next-20161027] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system] > [Suggest to use git(>=2.9.0)

Re: [PATCH V3 5/6] ARM: tegra: Add Tegra20 GMI support

2016-10-27 Thread kbuild test robot
Hi Mirza, [auto build test ERROR on robh/for-next] [also build test ERROR on v4.9-rc2 next-20161027] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for convenience) to record

Re: [PATCH V3 5/6] ARM: tegra: Add Tegra20 GMI support

2016-10-27 Thread kbuild test robot
Hi Mirza, [auto build test ERROR on robh/for-next] [also build test ERROR on v4.9-rc2 next-20161027] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for convenience) to record

[PATCH V3 5/6] ARM: tegra: Add Tegra20 GMI support

2016-10-27 Thread Mirza Krak
From: Mirza Krak Add a device node for the GMI controller found on Tegra20. Signed-off-by: Mirza Krak Tested-by: Marcel Ziswiler Tested-on: Colibri T20/T30 on EvalBoard V3.x and GMI-Memory Board --- Changes in v2: -

[PATCH V3 5/6] ARM: tegra: Add Tegra20 GMI support

2016-10-27 Thread Mirza Krak
From: Mirza Krak Add a device node for the GMI controller found on Tegra20. Signed-off-by: Mirza Krak Tested-by: Marcel Ziswiler Tested-on: Colibri T20/T30 on EvalBoard V3.x and GMI-Memory Board --- Changes in v2: - added address-cells, size-cells and ranges properties Changes in v3: -