Re: Where to put board-specific drivers

2010-09-02 Thread Ira W. Snyder
On Thu, Sep 02, 2010 at 05:24:34PM -0400, Sean MacLennan wrote: > On Thu, 2 Sep 2010 14:12:22 -0700 > "Ira W. Snyder" wrote: > > > > To give you three example drivers: > > 1) Data processing FPGA access driver > > > > This driver provides a simple character device to userspace which > > exposes

Re: Where to put board-specific drivers

2010-09-02 Thread Sean MacLennan
On Thu, 2 Sep 2010 14:12:22 -0700 "Ira W. Snyder" wrote: > To give you three example drivers: > 1) Data processing FPGA access driver > > This driver provides a simple character device to userspace which > exposes one function: mmap. With it, you can mmap the entire data > processing FPGA memor

Re: Where to put board-specific drivers

2010-09-02 Thread Sean MacLennan
On Thu, 2 Sep 2010 13:04:34 -0700 "Ira W. Snyder" wrote: > Hello all, > > I've written several drivers for a custom board. The board is > basically an mpc8349_mds board with some extra FPGAs for data > processing. > > All of the drivers were written to interface with a custom system > controlle

Re: Where to put board-specific drivers

2010-09-02 Thread Ira W. Snyder
On Thu, Sep 02, 2010 at 03:17:52PM -0500, Kumar Gala wrote: > > On Sep 2, 2010, at 3:04 PM, Ira W. Snyder wrote: > > > Hello all, > > > > I've written several drivers for a custom board. The board is basically > > an mpc8349_mds board with some extra FPGAs for data processing. > > > > All of th

Re: Where to put board-specific drivers

2010-09-02 Thread Kumar Gala
On Sep 2, 2010, at 3:04 PM, Ira W. Snyder wrote: > Hello all, > > I've written several drivers for a custom board. The board is basically > an mpc8349_mds board with some extra FPGAs for data processing. > > All of the drivers were written to interface with a custom system > controller FPGA, wh

Where to put board-specific drivers

2010-09-02 Thread Ira W. Snyder
Hello all, I've written several drivers for a custom board. The board is basically an mpc8349_mds board with some extra FPGAs for data processing. All of the drivers were written to interface with a custom system controller FPGA, which handles things like LED control, FPGA programming, and fast d