Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -17/+1 |
| | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com> | |||
* | spi: Use spi_alloc_slave() in each SPI driver | Simon Glass | 2013-03-19 | -4/+1 |
| | | | | | | | | Rather than each driver having its own way to allocate a SPI slave, use the new allocation function everywhere. This will make it easier to extend the interface without breaking drivers. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
* | mpc52xx: Add SPI driver. | Grzegorz Bernacki | 2009-06-14 | -0/+109 |
Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> |