Re: [PATCH 5/8] FMC: add a software carrier driver

2013-06-17 Thread Greg KH
On Wed, Jun 12, 2013 at 09:14:09AM +0200, Alessandro Rubini wrote: > --- /dev/null > +++ b/drivers/fmc/fmc-fakedev.c > @@ -0,0 +1,349 @@ > +/* > + * Copyright (C) 2012 CERN (www.cern.ch) > + * Author: Alessandro Rubini > + * > + * Released to the public domain, as example to be reused I'm sorry,

[PATCH 5/8] FMC: add a software carrier driver

2013-06-12 Thread Alessandro Rubini
This fake carrier is designed to help FMC users understand how a carrier driver works, and to experiment the behaviour with EEPROM reprogramming (with a mezzanine driver commited later). This carrier can register up to 4 (fake) mezzanines. We have real carriers (both on PCI-E and VME), but they ar

[PATCH 5/8] FMC: add a software carrier driver

2013-02-21 Thread Alessandro Rubini
This fake carrier is designed to understand how a carrier driver works, and to experiment the behaviour with EEPROM reprogramming (with a mezzanine driver commited later). We have real carriers (both on PCI-E and VME), but they are bigger things and are not part of this submission. Signed-off-by: