rv1126-uboot/drivers
Gong Qianyu c2a4cb17b4 spi: fsl_qspi: fix compile warning for 64-bit platform
This patch fixes the following compile warning:
drivers/spi/fsl_qspi.c: In function 'fsl_qspi_probe':
drivers/spi/fsl_qspi.c:937:15:
  warning: cast to pointer from integer of different size
					 [-Wint-to-pointer-cast]
  priv->regs = (struct fsl_qspi_regs *)plat->reg_base;
               ^
Just make the cast explicit.

Signed-off-by: Gong Qianyu <Qianyu.Gong@freescale.com>
Reviewed-by: York Sun <york.sun@nxp.com>
2016-01-27 08:27:49 -08:00
..
adc
bios_emulator
block Fix GCC format-security errors and convert sprintfs. 2016-01-14 22:11:34 -05:00
bootcount bootcount: Correct #endif comment to match, other aesthetics 2016-01-08 10:15:43 -05:00
clk rockchip: spl: Support full-speed CPU in SPL 2016-01-21 20:42:37 -07:00
core dm: core: Export uclass_find_device_by_of_offset() 2016-01-21 20:42:35 -07:00
cpu
crypto
ddr drivers/ddr/fsl: fsl_ddr_sdram_size remove unused controllers 2016-01-25 08:24:16 -08:00
demo
dfu mmc: store hwpart in the block device 2016-01-13 21:05:19 -05:00
dma
fpga arm: socfpga: set the fpga global bit to disable HPS to FPGA signals 2016-01-16 07:07:22 +01:00
gpio rockchip: gpio: Implement the get_function() method 2016-01-21 20:42:35 -07:00
hwmon
i2c dm: i2c: Allow muxes to be enabled for SPL separately 2016-01-21 20:42:35 -07:00
input
led
memory
misc cros_ec: Disable the Chrome OS EC in SPL 2016-01-21 20:42:35 -07:00
mmc mmc: fsl_esdhc: set Abort command type for CMD12 2016-01-27 08:13:13 -08:00
mtd spi: Correct device tree usage in spi_flash_decode_fdt() 2016-01-21 20:42:35 -07:00
net driver: net: fsl-mc: Remove portal id hard-coding 2016-01-27 08:13:12 -08:00
pci pci_rom.c: Fix may be used uninitialized warning 2016-01-19 08:31:21 -05:00
pcmcia
pinctrl rockchip: rk3288: pinctrl: Fix HDMI pinctrl 2016-01-21 20:42:37 -07:00
power dm: power: Allow regulators to not implement all operations 2016-01-21 20:42:35 -07:00
pwm pwm: rockchip: Add a PWM driver for Rockchip SoCs 2016-01-21 20:42:36 -07:00
qe
ram
remoteproc
rtc
serial dm: video: sandbox: Convert sandbox to use driver model for video 2016-01-20 19:10:16 -07:00
soc
sound
spi spi: fsl_qspi: fix compile warning for 64-bit platform 2016-01-27 08:27:49 -08:00
thermal imx: mx7: fix the temperature checking for Rev1.1 2016-01-07 17:53:11 +01:00
timer timer: sandbox: work without device tree 2016-01-20 19:06:23 -07:00
tpm
twserial
usb Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
video rockchip: video: Add a video-output driver 2016-01-21 20:42:36 -07:00
watchdog imx_watchdog: always set minimal timeout in reset_cpu 2016-01-07 17:54:53 +01:00
Kconfig dm: pwm: Add a PWM uclass 2016-01-21 20:42:36 -07:00
Makefile arm: mvebu: Move SoC selection (A38X vs AXP) into Kconfig 2016-01-14 14:08:59 +01:00