Re: [PATCH] VME: Adding Fake VME driver

2016-05-01 Thread Greg Kroah-Hartman
On Sun, Apr 03, 2016 at 12:15:20AM +0100, Martyn Welch wrote: > This patch introduces a fake VME bridge driver. This driver currently > emulates a subset of the VME bridge functionality. This allows some VME > subsystem development and even some VME device driver development to be > carried out in

Re: [PATCH] VME: Adding Fake VME driver

2016-04-03 Thread kbuild test robot
Hi Martyn, [auto build test WARNING on driver-core/driver-core-testing] [also build test WARNING on v4.6-rc1 next-20160401] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH] VME: Adding Fake VME driver

2016-04-02 Thread kbuild test robot
Hi Martyn, [auto build test WARNING on driver-core/driver-core-testing] [also build test WARNING on v4.6-rc1 next-20160401] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

[PATCH] VME: Adding Fake VME driver

2016-04-02 Thread Martyn Welch
This patch introduces a fake VME bridge driver. This driver currently emulates a subset of the VME bridge functionality. This allows some VME subsystem development and even some VME device driver development to be carried out in the absence of a proper VME bus. Signed-off-by: Martyn Welch