31 May, 2019

1 commit

  • Based on 1 normalized pattern(s):

    this program is free software you can redistribute it and or modify
    it under the terms of the gnu general public license as published by
    the free software foundation either version 2 of the license or at
    your option any later version

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-or-later

    has been chosen to replace the boilerplate/reference in 3029 file(s).

    Signed-off-by: Thomas Gleixner
    Reviewed-by: Allison Randal
    Cc: linux-spdx@vger.kernel.org
    Link: https://lkml.kernel.org/r/20190527070032.746973796@linutronix.de
    Signed-off-by: Greg Kroah-Hartman

    Thomas Gleixner
     

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