u-boot-brain/arch/arm/mach-zynq
Michal Simek 30829447a4 arm: zynq: Use unsigned type with comparison with ARRAY_SIZE
Sparse is return warning about this:
arch/arm/mach-zynq/slcr.c: In function 'zynq_slcr_get_mio_pin_status':
arch/arm/mach-zynq/slcr.c:185:16: warning: comparison between signed and
unsigned integer expressions [-Wsign-compare]
  for (i = 0; i < ARRAY_SIZE(mio_periphs); i++) {
                ^

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2017-11-29 08:02:39 +01:00
..
include/mach arm: zynq: Add support for EMIT_WRITE operation 2017-11-29 08:02:39 +01:00
clk.c zynq: Move zynq to clock framework 2017-02-17 10:22:46 +01:00
cpu.c zynq: Move zynq to clock framework 2017-02-17 10:22:46 +01:00
ddrc.c arm: zynq: Add Kconfig option for any DDR specific initialization 2017-06-20 16:41:44 +02:00
Kconfig spl: add hierarchical defaults for SPL_LDSCRIPT 2017-08-13 17:12:37 +02:00
lowlevel_init.S ARM: zynq: move SoC sources to mach-zynq 2015-04-29 11:19:05 +02:00
Makefile arm: zynq: Move ps7_* to separate file 2017-11-29 08:02:39 +01:00
ps7_spl_init.c arm: zynq: Add support for EMIT_WRITE operation 2017-11-29 08:02:39 +01:00
slcr.c arm: zynq: Use unsigned type with comparison with ARRAY_SIZE 2017-11-29 08:02:39 +01:00
spl.c arm: zynq: Move ps7_* to separate file 2017-11-29 08:02:39 +01:00
timer.c zynq: Move zynq to clock framework 2017-02-17 10:22:46 +01:00
u-boot-spl.lds spl: arm: Make sure to include all of the u_boot_list entries 2016-03-16 15:27:55 -04:00
u-boot.lds zynq: Add EFI runtime sections to linker script 2017-08-02 09:11:51 +02:00