Re: [PATCH 2/3] fpga bus driver

2014-08-05 Thread Pantelis Antoniou
Hi Alan, On Aug 2, 2014, at 1:28 AM, wrote: > From: Alan Tull > > This driver allows programming the fpga from > device tree overlays. > > This code is dependent on Pantelis Antoniou's current > work on Device Tree overlays, a method of dynamically > altering the kerel's live Device Tree. Th

Re: [PATCH 2/3] fpga bus driver

2014-08-01 Thread Pavel Machek
Hi! > Here's a simple example. Start with: > * the altera-gpio driver built in to the kernel but not in the > device tree. > * raw fpga image at /lib/firmware/soc_system.rbf > * Load appropriate device tree overlay in configfs by doing > $ mkdir /config/device-tree/overlays/1 > $

[PATCH 2/3] fpga bus driver

2014-08-01 Thread atull
From: Alan Tull This driver allows programming the fpga from device tree overlays. This code is dependent on Pantelis Antoniou's current work on Device Tree overlays, a method of dynamically altering the kerel's live Device Tree. This patchset was tested with Pantelis's and Grant Likely's stuff