Re: HOWTO Undo/Revert of_platform_populate?

2013-04-15 Thread Grant Likely
On Thu, 07 Mar 2013 18:07:53 -0600, Rob Herring wrote: > On 03/07/2013 04:32 AM, Ricardo Ribalda Delgado wrote: > > Hi > > > > I have an FPGA attached to the pci bus. The FPGA has an internal bus > > with multiple cores that are already supported in the kernel. > > > > I have made a driver that

Re: HOWTO Undo/Revert of_platform_populate?

2013-03-07 Thread Rob Herring
On 03/07/2013 04:32 AM, Ricardo Ribalda Delgado wrote: > Hi > > I have an FPGA attached to the pci bus. The FPGA has an internal bus > with multiple cores that are already supported in the kernel. > > I have made a driver that populates those cores using a user provided > device tree. I use the f

HOWTO Undo/Revert of_platform_populate?

2013-03-07 Thread Ricardo Ribalda Delgado
Hi I have an FPGA attached to the pci bus. The FPGA has an internal bus with multiple cores that are already supported in the kernel. I have made a driver that populates those cores using a user provided device tree. I use the function of_platform_populate for that. All this is working fine, but