linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* driver using device trees, irqs, powerpc
@ 2007-10-18 22:19 Alan Bennett
  2007-10-18 22:23 ` Grant Likely
  0 siblings, 1 reply; 2+ messages in thread
From: Alan Bennett @ 2007-10-18 22:19 UTC (permalink / raw)
  To: linuxppc-dev

Need help adding new driver to supports a custom FPGA.  Is there a
good driver that anyone would recommend I can look at that is fully
functional, works with 2.6.23 (powerpc style) and is described within
a device tree?

Bonus points:
  uses freescale interrupts (timers/irq's from mpc 82xx/etc...)
  isn't enet / cpm_uart (I've already looked at these)

-Alan

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: driver using device trees, irqs, powerpc
  2007-10-18 22:19 driver using device trees, irqs, powerpc Alan Bennett
@ 2007-10-18 22:23 ` Grant Likely
  0 siblings, 0 replies; 2+ messages in thread
From: Grant Likely @ 2007-10-18 22:23 UTC (permalink / raw)
  To: Alan Bennett; +Cc: linuxppc-dev

On 10/18/07, Alan Bennett <alan@akb.net> wrote:
> Need help adding new driver to supports a custom FPGA.  Is there a
> good driver that anyone would recommend I can look at that is fully
> functional, works with 2.6.23 (powerpc style) and is described within
> a device tree?
>
> Bonus points:
>   uses freescale interrupts (timers/irq's from mpc 82xx/etc...)
>   isn't enet / cpm_uart (I've already looked at these)

Take a look at the xilinx device drivers.

drivers/block/xsysace.c
drivers/video/xilinxfb.c
driver/serial/uartlite.c

Each of these drivers support both platform bus and of_platform bus
(device tree).  All three are merged into Linus' mainline tree.

Cheers,
g.

>
> -Alan
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev
>


-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
grant.likely@secretlab.ca
(403) 399-0195

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-10-18 22:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-18 22:19 driver using device trees, irqs, powerpc Alan Bennett
2007-10-18 22:23 ` Grant Likely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).