zephyr/drivers
Florian La Roche 5727503489 style: move ALWAYS_INLINE to the beginning to resolve compiler warnings
With gcc from the zephyr sdk and -Wold-style-declaration is giving this
output:
zephyr/arch/arm/core/aarch32/cortex_a_r/fault.c:101:1: warning:
  'inline' is not at beginning of declaration [-Wold-style-declaration]
  101 | static void ALWAYS_INLINE
                    z_arm_fpu_caller_save(struct __fpu_sf *fpu)
      | ^~~~~~

I searched to all of the source code to find these further occurances
where inline is not at the beginning of a function declaration.

Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>
2023-08-23 14:44:23 +02:00
..
adc drivers: adc: add max1125x driver 2023-08-18 12:05:17 +02:00
audio
auxdisplay
bbram
bluetooth Bluetooth: Userchan: Add support for TCP Connection 2023-08-22 15:50:56 +02:00
cache
can drivers: can: stm32h7: fdcan: rename driver to match reference manuals 2023-08-16 13:03:00 +02:00
clock_control drivers: clock_control: smartbond: Add calibration 2023-08-22 12:16:16 +02:00
console
coredump
counter counter: rename shadow variables 2023-08-22 11:39:58 +02:00
crypto
dac
dai drivers: dai: alh: fix refcount logic for ALH ownership 2023-08-23 10:04:00 +02:00
disk
display drivers: display: add driver for HX8394 TFT LCD controller 2023-07-28 09:06:17 +00:00
dma drivers: dma: remove unnecessary null check 2023-08-15 11:16:19 +00:00
edac
eeprom drivers: eeprom: mchp: Enable low power feature 2023-08-09 08:23:06 +00:00
entropy
espi npcx: espi: move DT nodes to specific files which support them 2023-08-17 10:25:49 +01:00
ethernet drivers: eth: native_posix: Add Kconfig to Configure RX Timeout 2023-08-22 18:06:18 +02:00
flash drivers: flash: spi_nor: Add reset pin 2023-08-21 09:52:54 -05:00
fpga drivers: fpga: ice40: remove unnecessary include 2023-08-23 10:06:00 +02:00
fuel_gauge fuel_gauge: Add battery cutoff support 2023-08-22 18:05:50 +02:00
gpio drivers: gpio: AXP192 GPIO driver 2023-08-22 18:08:51 +02:00
hwinfo
hwspinlock drivers: hwspinlock: constify config struct 2023-08-17 15:40:17 +02:00
i2c drivers: i2c: Add Ambiq I2C driver 2023-08-17 15:15:45 +02:00
i2s
i3c
ieee802154 drivers: ieee802154_nrf5: energy_detected api change adjust 2023-08-20 19:31:21 +02:00
input input: gpio_keys: drop struct gpio_keys_data 2023-08-21 16:08:42 +02:00
interrupt_controller intc: nxp_s32: initialize after core intc 2023-08-16 10:21:33 +02:00
ipm drivers: ipm: xlnx: remove redundant code 2023-08-16 20:31:17 +02:00
kscan input: rename callback define macro to INPUT_CALLBACK_DEFINE 2023-08-10 08:15:10 +00:00
led drivers: led: Add Onsemi ncp5623c driver 2023-08-04 10:47:31 -05:00
led_strip
lora
mbox mbox: nxp_s32: fix semicolon typos 2023-08-09 08:34:28 +00:00
mdio ethernet: smsc91x: select MDIO 2023-08-16 14:52:31 +02:00
memc drivers: hyperram: Add Winbond W956A8MBYA driver 2023-08-15 21:51:57 +00:00
mfd drivers: gpio: AXP192 GPIO driver 2023-08-22 18:08:51 +02:00
mipi_dsi drivers: mipi_dsi: dsi_mcux_2l: add support for MIPI generic long write CMD 2023-07-28 09:06:17 +00:00
misc
mm
modem drivers/modem/hl7800.c: Fix ictx reference 2023-08-20 17:57:11 +01:00
net net: rename shadow variables 2023-08-10 08:14:43 +00:00
neural_net
pcie
peci
pinctrl pinctrl: renames shadow variables 2023-08-10 08:14:12 +00:00
pm_cpu_ops drivers: pm_cpu_ops: psci: provide sys_poweroff hook 2023-08-04 16:59:36 +02:00
power_domain
ps2
ptp_clock
pwm drivers: pwm_nrf5_sw: Rename to pwm_nrf_sw 2023-08-16 16:33:03 +02:00
regulator drivers: gpio: AXP192 GPIO driver 2023-08-22 18:08:51 +02:00
reset
retained_mem
rtc drivers/rtc/rtc_mc146818.c: Add input clock config to driver 2023-08-09 07:27:40 -04:00
sdhc drivers: sdhc: enable pwr-gpios property within SPI SDHC driver 2023-07-28 09:07:55 +00:00
sensor modules/hal_st: Align sensor drivers to stmemsc HAL i/f v2.3 2023-08-22 18:12:27 +02:00
serial uart_sam0: fix shadowed variable. 2023-08-22 14:26:59 +02:00
sip_svc
smbus drivers: smbus: Select PCIE and DYNAMIC_INTERRUPTS 2023-08-10 13:59:15 +03:00
spi drivers: spi_nrfx_spis: Enable required SPI_SLAVE option in Kconfig 2023-08-17 11:02:24 +02:00
syscon
timer drivers: timer: Add driver for Ambiq system timer (STIMER) 2023-08-04 10:48:58 +02:00
usb style: move ALWAYS_INLINE to the beginning to resolve compiler warnings 2023-08-23 14:44:23 +02:00
usb_c
video
virtualization
w1
watchdog drivers: watchdog_shell: fix compiler error 2023-08-22 10:49:05 +01:00
wifi driver: wifi: esp32: fix esp32_wifi_send not work in ap mode 2023-08-16 14:56:27 +02:00
xen
CMakeLists.txt cmake: enable -Wshadow partially for in-tree code 2023-08-22 11:39:58 +02:00
Kconfig drivers: introduce hardware spinlock framework 2023-08-16 20:46:55 +02:00