Re: [PATCH v2] vme: Adding Fake VME driver

2016-07-07 Thread Martyn Welch
Ah, yeah, this patch depends on Aaron Sierra's "[PATCH v2] vme: change LM callback argument to void pointer" patch: http://permalink.gmane.org/gmane.linux.drivers.driver-project.devel/87990 Which changes the parameters for fake_lm_attach() Martyn On 07/07/16 20:59, kbuild test robot wrote: Hi

Re: [PATCH v2] vme: Adding Fake VME driver

2016-07-07 Thread kbuild test robot
Hi, [auto build test ERROR on driver-core/driver-core-testing] [also build test ERROR on v4.7-rc6 next-20160707] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Martyn-Welch/vme-Adding-Fake-VME-d

[PATCH v2] vme: Adding Fake VME driver

2016-07-07 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 --- v2