zephyr/drivers
Kumar Gala fdf78377cd i2c: i2c_xilinx_axi: Fix armclang compile warning
Use PRIxPTR macros to fix compiler warnings of the form:

i2c_xilinx_axi.c:266:50: warning: format specifies type 'unsigned long'
but the argument has type 'mem_addr_t' (aka 'unsigned int') [-Wformat]
        LOG_INF("Configuring %s at 0x%08lx", dev->name, config->base);
                                     ~~~~~              ^~~~~~~~~~~~
                                     %08x

Signed-off-by: Kumar Gala <kumar.gala@intel.com>
2023-04-21 16:28:09 +02:00
..
adc drivers/adc: add Gecko IADC driver 2023-04-21 16:24:39 +02:00
audio sys/util: extend usage of DIV_ROUND_UP 2023-04-12 16:42:29 +02:00
bbram device: remove redundant init functions 2023-04-19 10:00:25 +02:00
bluetooth drivers/bluetooth/hci/slz_hci: remove unused const struct device 2023-04-21 12:55:56 +02:00
cache
can device: remove redundant init functions 2023-04-19 10:00:25 +02:00
clock_control drivers: clock_control_nrf: Fix link error with ASAN and no SHELL 2023-04-20 16:11:34 +02:00
console console: uart_mux: Use TYPE_SECTION macros for uart_mux 2023-04-21 12:55:38 +02:00
coredump
counter drivers: counter: mcux_qtmr: fix SYS_INIT call signature 2023-04-19 07:18:54 -05:00
crypto device: remove redundant init functions 2023-04-19 10:00:25 +02:00
dac device: remove redundant init functions 2023-04-19 10:00:25 +02:00
dai drivers: intel: ssp: Fix checked expression in WAIT_FOR() 2023-04-20 07:26:14 -04:00
disk drivers: disk: sdmmc_stm32 support for clock divisor 2023-04-12 17:44:48 +02:00
display init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
dma drivers: dma: mcux_lpc: Update address increment logic 2023-04-20 09:07:37 -05:00
edac shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
eeprom device: remove redundant init functions 2023-04-19 10:00:25 +02:00
entropy device: remove redundant init functions 2023-04-19 10:00:25 +02:00
espi
ethernet nxp: hal: code update to reflect changes in SDK 2.13 2023-04-20 08:11:19 -05:00
flash drivers: flash simulator: Add more options for POSIX arch 2023-04-21 16:23:45 +02:00
fpga
fuel_gauge emul: Fuel gauge tests direct access to emul_sbs 2023-04-21 09:39:00 +02:00
gpio boards: arm: efr32bg27_brd2602: Initial support 2023-04-21 12:55:06 +02:00
hwinfo drivers: hwinfo: modification into hwinfo_get_reset_cause() 2023-04-17 10:15:35 +02:00
i2c i2c: i2c_xilinx_axi: Fix armclang compile warning 2023-04-21 16:28:09 +02:00
i2s
i3c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
ieee802154
input
interrupt_controller device: remove redundant init functions 2023-04-19 10:00:25 +02:00
ipm init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
kscan
led shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
led_strip
lora shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
mbox
mdio
memc nxp: hal: code update to reflect changes in SDK 2.13 2023-04-20 08:11:19 -05:00
mipi_dsi
misc
mm
modem shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
net
neural_net
pcie init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
peci
pinctrl drivers: spi: Add driver for smartbond 2023-04-20 10:32:40 +02:00
pm_cpu_ops
power_domain
ps2
ptp_clock
pwm nxp: hal: code update to reflect changes in SDK 2.13 2023-04-20 08:11:19 -05:00
regulator device: remove redundant init functions 2023-04-19 10:00:25 +02:00
reset device: remove redundant init functions 2023-04-19 10:00:25 +02:00
retained_mem
rtc drivers: rtc: update the RTC menuconfig title to unified format 2023-04-17 16:34:46 +02:00
sdhc
sensor drivers: sensor: Added driver for the Würth Elektronik WSEN-PDUS sensor 2023-04-21 07:16:15 -05:00
serial drivers: serial: stm32U5 uart driver do not toggle the DMA Tx request 2023-04-20 10:44:07 +02:00
smbus smbus: Change init priority from DEVICE to DEFAULT 2023-04-21 16:26:28 +02:00
spi drivers: spi: Fix DMA overflow in NXP MCUX driver 2023-04-20 09:07:37 -05:00
syscon
timer soc/arm/silabs_exx32: fix PM implementation - wake up using BURTC timer 2023-04-21 16:24:05 +02:00
usb sys/util: extend usage of DIV_ROUND_UP 2023-04-12 16:42:29 +02:00
usb_c
video
virtualization shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
w1 device: remove redundant init functions 2023-04-19 10:00:25 +02:00
watchdog drivers: wdt_tco: Change init level from PRE_KERNEL_1 to POST_KERNEL 2023-04-20 11:15:12 -04:00
wifi shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
xen init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
CMakeLists.txt
Kconfig drivers: rtc: update the RTC menuconfig title to unified format 2023-04-17 16:34:46 +02:00