You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Haikun Wang
b1d9e46a0b
fdt: armv8: Fix build warnings on armv8
...
Fix below build warnings on armv8,
drivers/spi/fsl_dspi.c: In function ‘fsl_dspi_ofdata_to_platdata’:
drivers/spi/fsl_dspi.c:667:2:
warning: format ‘%x’ expects argument of type ‘unsigned int’,
but argument 2 has type ‘fdt_addr_t’ [-Wformat=]
debug("DSPI: regs=0x%x, max-frequency=%d, endianess=%s, num-cs=%d\n",
^
lib/fdtdec.c: In function ‘fdtdec_get_addr_size’:
lib/fdtdec.c:105:4:
warning: format ‘%lx’ expects argument of type ‘long unsigned int’,
but argument 3 has type ‘fdt_size_t’ [-Wformat=]
debug("addr=%08lx, size=%08lx\n",
^
Signed-off-by: Haikun Wang <haikun.wang@freescale.com>
Acked-by: Simon Glass <sjg@chromium.org>
10 years ago
..
Kconfig
spi: Kconfig: Add TEGRA20_SLINK entry
10 years ago
Makefile
spi: Makefile: Use object file alphabetic order
10 years ago
altera_spi.c
spi: altera: Move the config options to the top
11 years ago
armada100_spi.c
…
atmel_dataflash_spi.c
…
atmel_spi.c
…
atmel_spi.h
spi, atmel: move CONFIG_SYS_SPI_WRITE_TOUT into common header
11 years ago
bfin_spi.c
…
bfin_spi6xx.c
…
cadence_qspi.c
spi: cadence_qspi: get sram size from device tree
10 years ago
cadence_qspi.h
spi: cadence_qspi: get sram size from device tree
10 years ago
cadence_qspi_apb.c
spi: cadence_qspi: support FIFO width other than 4 bytes
10 years ago
cf_qspi.c
spi: cf_qspi: fix clamp macro type check compilation warnings
10 years ago
cf_spi.c
spi: cf_spi: Staticize local functions
10 years ago
davinci_spi.c
spi: davinci_spi: Driver cleanup
10 years ago
designware_spi.c
spi: designware_spi: revisit FIFO size detection again
10 years ago
ep93xx_spi.c
…
exynos_spi.c
dm: spi: Correct SPI claim/release_bus() methods
10 years ago
fsl_dspi.c
fdt: armv8: Fix build warnings on armv8
10 years ago
fsl_espi.c
linux/kernel.h: sync min, max, min3, max3 macros with Linux
11 years ago
fsl_qspi.c
dm: spi: Convert Freescale QSPI driver to driver model
10 years ago
fsl_qspi.h
qspi:fsl implement AHB read
11 years ago
ich.c
dm: spi: Correct BIOS protection logic for ICH9
10 years ago
ich.h
x86: spi: Support ValleyView in ICH SPI driver
10 years ago
kirkwood_spi.c
spi: kirkwood_spi.c: Change KW_SPI_BASE to MVEBU_SPI_BASE
11 years ago
lpc32xx_ssp.c
lpc32xx: add LPC32xx SSP support (SPI mode)
10 years ago
mpc8xxx_spi.c
…
mpc52xx_spi.c
…
mxc_spi.c
linux/kernel.h: sync min, max, min3, max3 macros with Linux
11 years ago
mxs_spi.c
…
omap3_spi.c
spi: omap3: Fix timeout handling
10 years ago
omap3_spi.h
…
sandbox_spi.c
dm: spi: Move the per-child data size to the uclass
11 years ago
sh_qspi.c
…
sh_spi.c
…
sh_spi.h
…
soft_spi.c
dm: spi: Move slave details to child platdata
11 years ago
soft_spi_legacy.c
dm: spi: Remove SPI_INIT feature
11 years ago
spi-emul-uclass.c
dm: sandbox: Add a SPI emulation uclass
11 years ago
spi-uclass.c
dm: spi: Avoid setting the speed with every transfer
10 years ago
spi.c
…
tegra20_sflash.c
dm: spi: Correct SPI claim/release_bus() methods
10 years ago
tegra20_slink.c
dm: spi: Correct SPI claim/release_bus() methods
10 years ago
tegra114_spi.c
tegra: spi: Support slow SPI rates
10 years ago
tegra_spi.h
dm: tegra: spi: Convert to driver model
11 years ago
ti_qspi.c
qspi: dra7x: enable quad mode read for ti-qspi driver
10 years ago
xilinx_spi.c
spi: xilinx_spi: Add asm/io.h include file
10 years ago
zynq_spi.c
spi: zynq_spi: Add fdt support in driver
10 years ago