zephyr/drivers
Krzysztof Chruściński 9f6567b87a drivers: cache: nrf: Optimize operation
Apply changes which significantly speed up cache operations.
Removed k_busy_wait from function which polls for cache busyness.
Removed spinlock from cache operation. Lock taking and releasing
takes time and it is faster to check if LINEADDR changed
after performing the operation. If LINEADDR changed then it
indicates that current context was preempted by another cache
operation. If such state is detected current operation is
repeated.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2024-04-28 17:22:35 +03:00
..
adc drivers: adc: tla2021: Fix reference voltage 2024-04-25 15:12:14 +02:00
audio drivers: audio: mpxxdtyy: Handle PCM block sizes of more than 1 ms 2024-04-17 14:40:14 +02:00
auxdisplay auxdisplay: Enhance SerLCD auxdisplay driver 2023-11-24 22:04:22 +00:00
bbram bbram: fix bbram dead code issue 2024-02-29 11:53:45 +00:00
bluetooth drivers: bluetooth/cyw43xxx: check that hw_flow_control is set 2024-04-23 15:35:53 +02:00
cache drivers: cache: nrf: Optimize operation 2024-04-28 17:22:35 +03:00
can drivers: use DT_INST_NODE_HAS_COMPAT 2024-04-26 20:04:38 +01:00
charger drivers: charger: charger_max20355: handle thermistor mode 2024-03-26 16:18:31 -04:00
clock_control drivers: clock_control: npcx: add MCLKD as i3c source clock 2024-04-24 19:40:28 +00:00
console drivers: console: uart_mux: fix incorrect usage of configuration API 2024-02-06 19:33:42 +01:00
coredump drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
counter drivers: counter: fix leaking NXP counter Kconfigs 2024-04-26 19:48:11 +01:00
crypto drivers/crypto/crypto_it8xxx2_sha_v2.c: implement sha v2 for it82xx2 series 2024-04-24 09:55:46 +02:00
dac drivers: dac: dac_ad569x: Support for AD569x DACs. 2024-04-22 06:50:01 -07:00
dai driver: ssp: update Intel SSP DAI driver to support dynamic SSP management 2024-04-25 12:14:50 +02:00
disk drivers: disk: sdmmc_stm2: Add HWFC support on stm32h5 2024-04-24 19:41:09 +00:00
display drivers: display: add driver for ST7796s display 2024-04-08 09:04:06 +02:00
dma dma: Fix error_callback enable/disable confusion 2024-04-11 17:08:10 -04:00
edac shell: do not enable subsystem/driver shell modules by default 2023-11-20 09:21:40 +01:00
eeprom drivers epprom_simulator: Set standard source macro appropriately 2024-01-26 07:48:55 -05:00
entropy drivers: lpc55s36: Remove deprecated CSS driver 2024-04-10 14:11:34 -04:00
espi drivers: espi: npcx: add dependency for espi taf 2024-04-23 15:31:44 +02:00
ethernet drivers: ethernet: w5500: Tidy up 2024-04-26 10:19:27 +03:00
flash drivers: nrf: rram: Support TF-M 2024-04-25 17:58:40 -04:00
fpga drivers: fpga: Added altera FPGA bridge support 2024-04-26 09:30:24 +02:00
fuel_gauge drivers: use DT_INST_PROP over DT_INST_PROP_OR if possible 2024-01-30 00:26:58 +00:00
gnss drivers: gnss: nmea_generic: some fixes/improvements 2024-04-24 15:00:10 -04:00
gpio drivers: gpio: add brcmstb gpio driver 2024-04-25 18:06:43 -04:00
hwinfo soc: nordic: Refactor soc_secure.h 2024-04-04 13:17:13 -05:00
hwspinlock syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
i2c drivers: use DT_INST_NODE_HAS_COMPAT 2024-04-26 20:04:38 +01:00
i2s dma: Fix error_callback enable/disable confusion 2024-04-11 17:08:10 -04:00
i3c drivers: i3c: i3c_mcux: reduce timeout busy waiting 2024-04-26 10:18:54 +03:00
ieee802154 drivers: ieee802154: gracefully handle invalid Ack timestamp 2024-04-09 07:37:10 -04:00
input input: add a paw32xx driver 2024-04-23 22:13:51 +00:00
interrupt_controller drivers: interrupt_controller: add intc_nrfx_clic 2024-04-23 15:35:12 +02:00
ipm drivers: ipm: esp32: Allow doorbell without data transfer 2024-02-26 11:39:29 +00:00
kscan input: convert kscan_mchp_xec.c driver to input 2024-03-12 19:30:09 -04:00
led drivers: led: shell: Add devices as sub commands 2024-04-11 11:36:09 -05:00
led_strip drivers: led_strip: Enabling config with DT_HAS_.. 2024-03-20 17:20:08 -05:00
lora shell: do not enable subsystem/driver shell modules by default 2023-11-20 09:21:40 +01:00
mbox drivers: mbox: nrf_vevif_local: remove RT periph enable 2024-04-23 21:26:04 +00:00
mdio drivers: mdio: Add NXP ENET QOS MDIO Driver 2024-04-02 21:02:25 -04:00
memc drivers: memc: fix FlexRAM bank cfg issue 2024-04-10 11:28:32 -04:00
mfd drivers: mfd: npm1300: Fixed configuration of long press reset 2024-04-23 15:35:46 +02:00
mipi_dbi drivers: mipi_dbi: add mipi_dbi_release API 2024-04-17 14:30:05 +02:00
mipi_dsi drivers: dsi: stm32: add additional dt options 2024-04-02 21:03:10 -04:00
misc drivers: grove_lcd: lcd fix Kconfig leakage 2024-04-26 19:48:11 +01:00
mm hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
modem drivers: modem: use sys_rand_get directly 2024-04-05 12:28:46 +02:00
net drivers: net: nsos: implement sendmsg() 2024-04-19 10:07:42 +02:00
pcie drivers: pci: update prt retrieve based on pnp id 2024-01-31 15:03:06 +01:00
peci syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
pinctrl drivers: pinctrl: pinctrl_gecko: Add support for using pinctrl api 2024-04-25 18:07:48 -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 intel_adsp/ace: power: No pending transaction before power gate 2024-03-22 21:29:33 -04:00
ps2 hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
ptp_clock drivers: ptp_clock_nxp_enet: misc fixes 2024-04-23 15:31:33 +02:00
pwm drivers: pwm: pwm_nrfx: place data buffer in specified memory region 2024-04-25 17:59:27 -04:00
regulator drivers: regulator: fix NXP VREF Kconfig leakage 2024-04-26 19:48:11 +01:00
reset driver: reset: npcx: add driver support for reset controller 2024-04-16 09:09:13 +02:00
retained_mem drivers: retained_mem: Add generic retained register driver 2024-01-02 15:49:34 +00:00
rtc drivers: rtc: rpi_pico: Add alarm support to RPi Pico RTC driver 2024-03-06 10:08:48 +00:00
sdhc drivers: sdhc: set 'sdhc_driver_api' as 'static const' 2024-01-24 21:25:06 +00:00
sensor drivers: sensor: add driver for temperature sensor NCT75 2024-04-26 19:22:09 -04:00
serial drivers: use DT_INST_NODE_HAS_COMPAT 2024-04-26 20:04:38 +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: Align SPI init priority with other devices 2024-04-25 18:00:20 -04:00
syscon drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
timer drivers: timer: fix gRTC Kconfig leak 2024-04-26 19:48:11 +01:00
usb drivers: use DT_INST_NODE_HAS_COMPAT 2024-04-26 20:04:38 +01:00
usb_c usbc: add driver for nx20p3483 PPC chip 2024-01-18 10:53:53 +01:00
video drivers: video_common: Add aligned allocation API 2024-04-25 17:58:57 -04:00
virtualization drivers: virtualization: Map ivshmem-v2 sections individually 2023-11-27 12:15:43 +00:00
w1 drivers: w1: fix return check in bit_read for w1-gpio 2024-02-08 12:14:36 +00:00
watchdog dts: arm: nxp: nxp_mcxn94x: Added watchdog node 2024-04-04 23:58:01 +03:00
wifi drivers: wifi: esp_at: fix missing channel in scan result 2024-04-12 16:51:52 -04:00
xen xen: add helper functions for Xen domain memory management 2023-09-15 11:15:00 +01:00
CMakeLists.txt drivers: ethernet: Build ethernet drivers with ETH_DRIVER_RAW_MODE 2024-03-20 08:05:55 -05:00
Kconfig drivers: mipi_dbi: introduce MIPI DBI driver class 2024-01-31 16:01:45 +00:00