[U-Boot] [PATCH 03/10] dm: spi: add BCM63xx SPI driver

Simon Glass sjg at chromium.org
Sat May 20 02:29:15 UTC 2017


On 18 May 2017 at 13:29, Álvaro Fernández Rojas <noltari at gmail.com> wrote:
> This driver is a simplified version of linux/drivers/spi/spi-bcm63xx.c
> Instead of supporting both HW revisions of the controller in a single build,
> support has been split by the selected config to save space.
>
> Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
> ---
>  drivers/spi/Kconfig       |  23 +++
>  drivers/spi/Makefile      |   1 +
>  drivers/spi/bcm63xx_spi.c | 404 ++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 428 insertions(+)
>  create mode 100644 drivers/spi/bcm63xx_spi.c

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list