projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
spi: cadence_qspi_apb: Use 32 bit indirect write transaction when possible
[platform/kernel/u-boot.git]
/
drivers
/
spi
/
spi-emul-uclass.c
1
/*
2
* Copyright (c) 2014 Google, Inc
3
*
4
* SPDX-License-Identifier: GPL-2.0+
5
*/
6
7
#include <common.h>
8
#include <dm.h>
9
#include <spi.h>
10
#include <spi_flash.h>
11
12
UCLASS_DRIVER(spi_emul) = {
13
.id = UCLASS_SPI_EMUL,
14
.name = "spi_emul",
15
};