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 versionextracted 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
28 Oct, 2015
1 commit
-
An spi_driver does not need to set an owner, it will be populated by the
driver core.Signed-off-by: Andrew F. Davis
Acked-by: Jonathan Cameron
Signed-off-by: Mark Brown
24 Sep, 2014
1 commit
-
Signed-off-by: Takashi Iwai
Tested-by: Jean-Michel Hautbois
Signed-off-by: Greg Kroah-Hartman
09 Sep, 2014
1 commit
-
This patch corrects a lack of testing.
If fw is NULL when calling firmware_load(), it results in a kernel oops.Signed-off-by: Jean-Michel Hautbois
Reviewed-by: Takashi Iwai
Signed-off-by: Greg Kroah-Hartman
28 Jul, 2014
1 commit
-
This code corrects endianness and avoids a sparse error.
Tested with Lattice ECP3-35 with Freescale i.MX6.
It also sends uevent in order to load it.Signed-off-by: Jean-Michel Hautbois
Signed-off-by: Greg Kroah-Hartman
08 Feb, 2014
1 commit
-
None of these files are actually using any __init type directives
and hence don't need to include . Most are just a
left over from __devinit and __cpuinit removal, or simply due to
code getting copied from one driver to the next.Cc: Arnd Bergmann
Cc: Greg Kroah-Hartman
Signed-off-by: Paul Gortmaker
Signed-off-by: Greg Kroah-Hartman
28 May, 2013
1 commit
-
Correct spelling typo in various part of drivers
Signed-off-by: Masanari Iida
Signed-off-by: Jiri Kosina
06 Apr, 2013
1 commit
-
Use the wrapper functions for getting and setting the driver data using
spi_device instead of using dev_{get|set}_drvdata with &spi->dev, so we
can directly pass a struct spi_device.Signed-off-by: Jingoo Han
Signed-off-by: Greg Kroah-Hartman
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 -
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/loadingleads 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