zephyr/drivers
Pisit Sawangvonganan a2e0b1d366 drivers: serial: remove '&' when assigning init_fn
Remove address-of operator ('&') when assigning `init_fn`
function pointer in `DEVICE_DT_INST_DEFINE` macro.

This change aims to maintain consistency among the drivers in
`drivers/serial`, ensuring that all function pointer assignments
follow the same pattern.

Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
2024-07-27 20:48:34 +03:00
..
adc drivers: adc: adc_nrfx_saadc: remove redundant code 2024-07-12 19:50:27 +02:00
audio everywhere: replace double words 2024-06-25 06:05:35 -04:00
auxdisplay build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
bbram driver: bbram: npcx: fix the way to clear bbram status 2024-06-21 10:07:41 +02:00
bluetooth drivers: bluetooth: hci: hci_stm32wba.c 2024-07-03 15:06:48 -04:00
cache everywhere: replace #if IS_ENABLED() as per docs 2024-06-28 07:20:32 -04:00
can drivers: can: loopback: increase default TX thread stack size 2024-07-09 17:18:34 +02:00
charger build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
clock_control drivers: clock_control: litex: remove redundant entry 2024-07-12 05:49:01 -04:00
console lib: os: add a header for printk hook functions 2024-07-27 10:41:01 +03:00
coredump
counter drivers/smartbond: Fix PM device runtime support 2024-06-18 14:36:38 -04:00
crypto drivers/smartbond: Fix PM device runtime support 2024-06-18 14:36:38 -04:00
dac drivers: dac: dac_ad569x: Add bit shift for 14/12-bit variants 2024-07-11 09:37:12 +02:00
dai driver: ssp: reorganize ssp ip acquired flow 2024-06-27 08:25:59 +02:00
disk disk: flashdisk: init in POST_KERNEL 2024-07-27 15:19:14 +03:00
display drivers/smartbond: Fix PM device runtime support 2024-06-18 14:36:38 -04:00
dma everywhere: replace double words 2024-06-25 06:05:35 -04:00
dp driver: swdp_bitbang: hardcode request lut 2024-06-14 11:14:17 +02:00
edac arch: define struct arch_esf and deprecate z_arch_esf_t 2024-06-04 14:02:51 -05:00
eeprom drivers: eeprom: emulator: correct improper exponentiation 2024-07-05 09:18:31 +02:00
entropy drivers/smartbond: Remove atomic flags from drivers 2024-06-21 08:45:10 -04:00
espi drivers: espi: host_subs: npcx: fix LDN register definition of PMCH 2024-07-27 15:15:22 +03:00
ethernet drivers: ethernet: phy: phy_mii: use no-reset option 2024-07-27 15:12:49 +03:00
flash drivers: flash: spi_nor: Print flash size properly when < 1 MiByte 2024-07-27 20:47:39 +03:00
fpga build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
fuel_gauge Drivers: max17048: updated voltage parameter output 2024-07-10 11:36:28 +02:00
gnss drivers: gnss: remove dangerous loop 2024-07-27 15:17:52 +03:00
gpio drivers: gpio: imx rt11xx: fix wrong gpio pull disable mask 2024-07-08 09:30:15 +02:00
hwinfo drivers: hwinfo: add NuMaker support for device id 2024-07-27 15:19:23 +03:00
hwspinlock build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
i2c Driver: i2c_ll_stm32_v2: Remove log msg on boot 2024-07-08 20:40:54 -04:00
i2s drivers: i2s_nrfx: Fix division by 0 in divider calculation 2024-06-25 12:19:20 -04:00
i3c drivers: i3c: add KConfig to perform rstact during bus init 2024-07-27 15:18:18 +03:00
ieee802154 everywhere: replace #if IS_ENABLED() as per docs 2024-06-28 07:20:32 -04:00
input input: analog_axis: add output inversion 2024-07-27 20:47:18 +03:00
interrupt_controller drivers: interrupt_controller: intc_nuclei_eclic: fixed $ra polluted 2024-07-27 10:42:03 +03:00
ipm everywhere: replace #if IS_ENABLED() as per docs 2024-06-28 07:20:32 -04:00
kscan build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
led everywhere: replace double words 2024-06-22 05:40:22 -04:00
led_strip driver: led: add support for TI TLC59731 RGB STRIP controller 2024-05-21 16:50:24 -04:00
lora drivers: lora: implement reyax lora driver 2024-06-14 17:12:49 -04:00
mbox drivers: mbox: nrf_bellboard: only clear events that raised the IRQ 2024-07-27 15:13:45 +03:00
mdio drivers: mdio: Clear interrupt signal in ISR 2024-07-27 15:10:42 +03:00
memc drivers: memc: fix Kconfig option MEMC_STM32 2024-07-05 18:43:06 +02:00
mfd drivers: mfd: add new driver "mfd_adp5585" 2024-05-08 16:09:08 -04:00
mipi_dbi drivers: mipi_dbi: reduce the RAM overhead 2024-07-27 10:45:34 +03:00
mipi_dsi everywhere: replace double words 2024-06-22 05:40:22 -04:00
misc build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
mm drivers: mm/intel_adsp: Add MMU support to MM driver 2024-06-04 13:40:04 +02:00
modem modem: hl7800: set RX socket remote address 2024-07-10 16:16:03 -04:00
mspi drivers: mspi: Add Ambiq apollo3p mspi controller 2024-06-14 21:07:00 -04:00
net drivers: nsos: fix resource leak in nsos_adapt_accept() error path 2024-07-05 18:44:13 +02:00
pcie kernel: mm: rename z_phys_un/map to k_mem_*_phys_bare 2024-06-12 21:13:26 -04:00
peci build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
pinctrl drivers: pinctrl: Add pinctrl driver for RA8 series 2024-06-26 13:36:14 -04:00
pm_cpu_ops shell: do not enable subsystem/driver shell modules by default 2023-11-20 09:21:40 +01:00
power_domain power_domain: intel_adsp: Use register definitions 2024-05-24 09:53:04 -05:00
ps2 build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
ptp_clock drivers: ptp_clock_nxp_enet: add module_dev to driver config 2024-07-09 17:20:12 -04:00
pwm drivers: cc13xx_cc26xx: pwm: enable pwm(gpt) in sleep/deepsleep mode 2024-07-09 17:20:46 -04:00
regulator everywhere: replace #if IS_ENABLED() as per docs 2024-06-28 07:20:32 -04:00
reset drivers: reset: Add NXP RSTCTL driver 2024-05-21 16:49:42 -04:00
retained_mem build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
rtc drivers: rtc: rtc_ll_stm32: coverity 368806 fix 2024-06-24 14:48:15 -04:00
sdhc everywhere: replace double words 2024-06-25 06:05:35 -04:00
sensor icm42688: Fix divide by zero potential 2024-07-27 15:10:27 +03:00
serial drivers: serial: remove '&' when assigning init_fn 2024-07-27 20:48:34 +03:00
sip_svc kernel: move syscall_handler.h to internal include directory 2023-11-03 11:46:52 +01:00
smbus build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
spi spi: shell: add missing newline character 2024-07-12 09:12:47 -04:00
syscon
tee drivers: tee: optee: handlde GET_THREAD_COUNT call 2024-06-26 14:14:25 -04:00
timer everywhere: replace double words 2024-06-22 05:40:22 -04:00
usb drivers: udc_kinetis: emit Start of Frame events 2024-07-27 10:37:27 +03:00
usb_c drivers: usbc_ppc: Rename usbc_ppc_drv to usbc_ppc_driver_api 2024-05-03 14:44:41 +01:00
video drivers: video: ov7670: introduce driver for ov7670 camera 2024-06-06 20:07:57 -04:00
virtualization kernel: mm: rename z_phys_un/map to k_mem_*_phys_bare 2024-06-12 21:13:26 -04:00
w1 drivers: w1: Ensure DQ pin is both input and output. 2024-05-29 07:34:29 +02:00
watchdog watchdog: cmsdk_apb: only support a single channel 2024-07-10 14:39:36 +02:00
wifi drivers: wifi: esp_at: fix UDP socket setup 2024-07-09 19:06:12 +02:00
xen
CMakeLists.txt drivers: tee: Add Tee driver generic API 2024-06-26 14:14:25 -04:00
Kconfig drivers: tee: Add Tee driver generic API 2024-06-26 14:14:25 -04:00