28 Oct, 2015

1 commit


24 Sep, 2014

1 commit


09 Sep, 2014

1 commit


28 Jul, 2014

1 commit


08 Feb, 2014

1 commit


28 May, 2013

1 commit


06 Apr, 2013

1 commit


18 Jan, 2013

2 commits

  • These are now removed from the kernel, so remove them to allow the
    driver to build properly.

    Cc: Stefan Roese
    Signed-off-by: Greg Kroah-Hartman

    Greg Kroah-Hartman
     
  • This patch adds support for bitstream configuration (programming /
    loading) of the Lattice ECP3 FPGA's via the SPI bus.

    Here an example on my custom MPC5200 based board:

    $ echo 1 > /sys/class/firmware/spi0.0/loading
    $ cat fpga_a4m2k.bit > /sys/class/firmware/spi0.0/data
    $ echo 0 > /sys/class/firmware/spi0.0/loading

    leads to these messages:

    lattice-ecp3 spi0.0: FPGA Lattice ECP3-35 detected
    lattice-ecp3 spi0.0: Configuring the FPGA...
    lattice-ecp3 spi0.0: FPGA succesfully configured!

    Signed-off-by: Stefan Roese
    Acked-by: Ming Lei
    Reviewed-by: Grant Likely
    Cc: Arnd Bergmann
    Signed-off-by: Greg Kroah-Hartman

    Stefan Roese