zephyr/drivers
Adam Wojasinski b7949766e6 drivers: timer: nrf_rtc_timer: Change HAL to HALY in RTC timer driver
NRFX has introduced HALY software layer which is a superset of HAL
and aggregates some hardware registers manipulations in a single
function calls.

Quote from nrfx changelog:

"HALY is an extension of the HAL layer that aggregates basic hardware
use cases within single functions. Now it is used instead of HAL
in the corresponding drivers."

This commit zephyr's driver to be aligned with the approach used
in nrfx, where drivers has been switched to use HALY instead of HAL.

Signed-off-by: Adam Wojasinski <adam.wojasinski@nordicsemi.no>
2023-12-14 09:28:15 +01:00
..
adc drivers: adc: stm32: prevent pm while measurement in progress 2023-12-01 14:31:05 +01:00
audio drivers: audio: Codec shell fix compiler warnings 2023-11-21 15:50:17 +01:00
auxdisplay auxdisplay: Enhance SerLCD auxdisplay driver 2023-11-24 22:04:22 +00:00
bbram drivers: bbram: stm32-bbram: port to stm32wl 2023-11-21 08:40:51 +00:00
bluetooth drivers: bluetooth: hci: Remove config BT_SPI_BLUENRG 2023-12-11 23:57:49 +00:00
cache syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
can drivers: can_sam0: added clock configuration for SAME5x devices 2023-12-12 16:25:46 +01:00
charger drivers: charger: Updates drivers to use charge_enable handler 2023-12-12 10:49:39 -06:00
clock_control drivers: clock_control: stm32: Add HSE CSS support 2023-12-13 13:56:43 +01:00
console console: uart: remove pm_device_runtime_is_enabled check 2023-12-06 18:00:21 -05:00
coredump drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
counter drivers: counter: ll_stm32_timer: F1X changes 2023-12-06 12:10:08 +00:00
crypto driver: crypto: SHA: npcx: fix SHA driver for npcx4 QS chip 2023-12-12 09:52:04 +00:00
dac shell: do not enable subsystem/driver shell modules by default 2023-11-20 09:21:40 +01:00
dai drivers: ssp: Reverted CPA check condition 2023-12-08 10:24:45 +00:00
disk drivers/nvme: Return an error in case of non dword-aligned data buffer 2023-09-22 09:23:18 +02:00
display drivers: display: uc81xx: add support for uc8175 2023-12-11 15:57:21 +01:00
dma hda: separation of l1 settings to new function 2023-12-13 10:39:17 +01:00
edac shell: do not enable subsystem/driver shell modules by default 2023-11-20 09:21:40 +01:00
eeprom drivers: drop few redundant guard around pm_policy_state_lock_* 2023-11-22 18:34:36 +00:00
entropy drivers: entropy: entropy_esp32.c: remove not necessary cast 2023-12-13 20:12:54 +01:00
espi espi: npcx: Fix driver Kconfig 2023-12-06 21:35:29 -05:00
ethernet drivers: nxp_s32_netc: configure to grant SI permissions 2023-12-11 12:50:42 +01:00
flash drivers: flash: update gd32 fmc v2 2023-12-01 10:51:52 +00:00
fpga drivers: fpga: move to POST_KERNEL 2023-09-15 16:04:19 +02:00
fuel_gauge syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
gnss drivers: gnss: move gnss_publish.h in include/ 2023-11-29 14:30:40 +00:00
gpio gpio: Add lock around registers and data 2023-12-13 09:56:31 +01:00
hwinfo shell: do not enable subsystem/driver shell modules by default 2023-11-20 09:21:40 +01:00
hwspinlock syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
i2c drivers: smbus: implement SMBus driver for STM32 2023-12-12 10:57:41 +01:00
i2s drivers: i2s: i2s_nrfx: Add support for new instance 2023-11-20 09:24:05 +01:00
i3c drivers: i3c: mcux: write back total number of bytes transferred 2023-12-04 16:48:20 +01:00
ieee802154 drivers: ieee802154: support Key Identifier Mode > 1 2023-12-13 13:57:24 +01:00
input driver: input: espressif touch_sensor 2023-12-11 18:31:38 +01:00
interrupt_controller xtensa: rename z_xtensa_irq to simple xtensa_irq 2023-12-13 09:41:24 +01:00
ipm drivers: ipm: Remove CONFIG_IPM_IMX_REV2 2023-11-06 10:09:59 +01:00
kscan drivers: drop few redundant guard around pm_policy_state_lock_* 2023-11-22 18:34:36 +00:00
led syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
led_strip drivers: led_strip: ws2812: Remove scratch selection for non-GPIO 2023-11-24 09:22:24 +01:00
lora shell: do not enable subsystem/driver shell modules by default 2023-11-20 09:21:40 +01:00
mbox drivers: mbox_nxp_s32_mru: update to RTD 1.0.0 2023-11-16 09:28:16 +01:00
mdio drivers: mdio_nxp_enet: Fix typo in MDC frequency 2023-12-11 09:50:58 +01:00
memc drivers: memc_nxp_flexram: Use nodelabel for GPR 2023-11-15 15:04:39 -06:00
mfd drivers: mfd: npm1300: Add separate initialization priority 2023-11-08 15:09:06 +00:00
mipi_dsi drivers: mipi_dsi: add support for mipi_dsi_detach to dsi_mcux_2l 2023-11-14 09:22:59 +01:00
misc drivers: misc: devmux: a device multiplexer pseudo-device 2023-11-28 15:35:39 +01:00
mm mm: rename struct mem_drv_bank to sys_mm_drv_bank 2023-11-21 08:42:01 +00:00
modem drivers: cellular: add signal and modem_info API 2023-12-12 19:09:33 +01:00
net drivers: net: loopback: Do not change the original pkt 2023-12-13 09:42:12 +01:00
pcie shell: do not enable subsystem/driver shell modules by default 2023-11-20 09:21:40 +01:00
peci syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
pinctrl drivers: pinctrl: Add R-Car Gen4 support 2023-11-25 08:50:47 -05: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.c: revert recent INIT_PRIORITY change 2023-11-02 08:33:40 +00:00
ps2 drivers: drop few redundant guard around pm_policy_state_lock_* 2023-11-22 18:34:36 +00:00
ptp_clock drivers: nxp_enet: simplify driver header 2023-12-04 14:29:15 +01:00
pwm drivers: pwm: mcux_ftm: check against period cycles overflow 2023-12-11 09:56:15 +01:00
regulator drivers: regulator: Fixed reference counting during enable 2023-11-23 09:51:39 +00:00
reset drivers: reset: Add reset controller for Intel Agilex5 platform 2023-07-25 16:58:01 +00:00
retained_mem syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
rtc syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
sdhc drivers: sdhc: imx_usdhc: add explicit fallthrough to I/O timing setup 2023-12-12 10:57:20 +01:00
sensor tests: drivers: build_all: add die_temp test case 2023-12-13 09:42:23 +01:00
serial drivers: serial: pl011: Remove busy wait in Ambiq UART initiate 2023-12-11 10:10:39 +01:00
sip_svc kernel: move syscall_handler.h to internal include directory 2023-11-03 11:46:52 +01:00
smbus drivers: smbus: implement SMBus driver for STM32 2023-12-12 10:57:41 +01:00
spi drivers: spi: stm32: disable cs when spi is done 2023-12-13 13:58:03 +01:00
syscon drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
timer drivers: timer: nrf_rtc_timer: Change HAL to HALY in RTC timer driver 2023-12-14 09:28:15 +01:00
usb drivers: usb: device: usb_dc_stm32 issue USB drivers 2023-12-13 10:40:23 +01:00
usb_c usbc: improve error handling in the ucpd_stm32 and vbus_adc 2023-10-20 14:57:32 +02:00
video drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
virtualization drivers: virtualization: Map ivshmem-v2 sections individually 2023-11-27 12:15:43 +00:00
w1 shell: do not enable subsystem/driver shell modules by default 2023-11-20 09:21:40 +01:00
watchdog watchdog: intel_adsp: fix num cpus 2023-11-29 11:42:15 -05:00
wifi net: wifi: esp32: disable automatic reconnection on leaving 2023-12-11 09:57:02 +01:00
xen xen: add helper functions for Xen domain memory management 2023-09-15 11:15:00 +01:00
CMakeLists.txt drivers, subsys: sort the lists again, mark the blocks for checking 2023-11-13 09:41:05 +01:00
Kconfig drivers, subsys: sort the lists again, mark the blocks for checking 2023-11-13 09:41:05 +01:00