u-boot/drivers
Patrick Delaunay 499504ba06 i2c: stm32f7_i2c: Fix warnings when compiling with W=1
This patch solves the following warnings:

drivers/i2c/stm32f7_i2c.c: In function 'stm32_i2c_compute_solutions':
warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    if (scldel < scldel_min)
               ^
warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (((sdadel >= sdadel_min) &&
                  ^~
warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
          (sdadel <= sdadel_max)) &&
                  ^~
drivers/i2c/stm32f7_i2c.c: In function 'stm32_i2c_choose_solution':
warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
      if (clk_error < clk_error_prev) {
                    ^
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
2019-07-12 11:50:55 +02:00
..
adc adc: stm32: Fix warnings when compiling with W=1 2019-07-12 11:50:55 +02:00
ata ata: fsl_ahci: Add sata DM support for Freescale powerpc socs 2019-05-23 19:53:09 +05:30
axi
bios_emulator
block
board board: gazerbeam: Fix SC detection 2019-05-21 08:03:38 +02:00
bootcount
cache dm: cache: add the pl310 cache controller driver 2019-05-05 08:48:50 -04:00
clk stm32mp1: syscon: remove stgen 2019-07-12 11:18:53 +02:00
core dm: Add a No-op uclass 2019-07-05 14:19:41 +02:00
cpu
crypto Revert "drivers/crypto/fsl: assign job-rings to non-TrustZone" 2019-06-11 10:42:48 +02:00
ddr mpc83xx: Get rid of CONFIG_SYS_DDR_SDRAM_BASE 2019-05-21 07:52:33 +02:00
demo
dfu
dma CONFIG_SPL_SYS_[DI]CACHE_OFF: add 2019-05-18 08:15:35 -04:00
fastboot fastboot: Check if partition really exist in getvar_has_slot() 2019-06-14 12:39:54 +02:00
firmware firmware: ti_sci: Always request response from firmware 2019-05-03 07:23:17 -04:00
fpga spl: socfpga: Implement fpga bitstream loading with socfpga loadfs 2019-05-10 22:48:11 +02:00
gpio gpio: stm32_gpio: Fix warnings when compiling with W=1 2019-07-12 11:50:55 +02:00
hwspinlock
i2c i2c: stm32f7_i2c: Fix warnings when compiling with W=1 2019-07-12 11:50:55 +02:00
input
led
mailbox mailbox: introduce stm32-ipcc driver 2019-07-12 11:18:53 +02:00
memory
misc imx8: fuse: fix fuse driver 2019-06-11 10:42:48 +02:00
mmc mmc: stm32_sdmmc2: avoid warnings when building with W=1 option 2019-07-12 11:50:54 +02:00
mtd ubispl: introduce separate CONFIG_UBI_SPL_SILENCE_MSG 2019-07-09 07:00:26 +02:00
net - Add Ethernet support for STM32MP1 2019-06-11 17:22:22 -04:00
nvme nvme: Fix warning of cast from pointer to integer of different size 2019-05-19 16:17:33 +08:00
pch
pci pci: Avoid assigning PCI resources that are below 0x1000 2019-06-21 10:07:11 -04:00
pci_endpoint pci_ep: add pci endpoint sandbox driver 2019-07-11 10:05:15 -04:00
pcmcia
phy phy: meson: add Amlogic G12A USB2 and USB3+PCIE PHY drivers 2019-05-09 10:38:32 +02:00
pinctrl pinctrl: uniphier: Add SPI pin-mux settings 2019-06-29 22:21:26 +09:00
power pmic: stpmic1: add support for SYSRESET_POWER_OFF 2019-07-12 11:18:53 +02:00
pwm rockchip: use 'arch-rockchip' as header file path 2019-05-01 00:00:05 +02:00
qe configs: Migrate CONFIG_FMAN_ENET and some related options to Kconfig 2019-05-26 14:40:50 -04:00
ram stm32mp1: ram: add tuning in DDR interactive mode 2019-05-23 11:38:11 +02:00
remoteproc remoteproc: k3_system_controller: Increase rx timeout 2019-05-09 20:22:05 -04:00
reset reset: socfpga: convert to livetree 2019-05-10 22:48:11 +02:00
rtc rtc: pcf2127: Fixed bug with rtc settings and getting error time 2019-07-09 10:51:12 +02:00
scsi
serial serial: stm32: Fix warnings when compiling with W=1 2019-07-12 11:50:54 +02:00
smem
soc
sound sound: tegra: Add a sound driver 2019-05-24 10:14:10 -07:00
spi spi: Add Atmel QuadSPI driver 2019-07-09 09:26:43 +03:00
spmi
sysreset sysreset: syscon: add support for power off 2019-07-12 11:18:53 +02:00
tee test/py: avb: fix test_avb_persistent_values fail 2019-05-09 19:52:55 -04:00
thermal
timer timer: dw-apb: remove unused DECLARE_GLOBAL_DATA_PTR 2019-05-10 22:48:11 +02:00
tpm tpm: wait for valid status 2019-07-11 14:11:18 -04:00
usb usb: dwc3: Use UCLASS_NOP instead of UCLASS_MISC for the DWC3 generic glue 2019-07-05 14:19:41 +02:00
video video: backlight: fix pwm inversion 2019-07-06 23:31:52 +02:00
virtio
w1
w1-eeprom
watchdog watchdog: tangier: Convert to use WDT class 2019-06-22 22:27:13 +08:00
Kconfig drivers: pci_ep: Introduce UCLASS_PCI_EP uclass 2019-07-11 10:05:15 -04:00
Makefile drivers: pci_ep: Introduce UCLASS_PCI_EP uclass 2019-07-11 10:05:15 -04:00