zephyr/drivers
Hessel van der Molen c4850efab5 drivers: interrupt_controller: Enable PINT-irq when deepsleep is not used
DisableDeepSleepIRQ() disables the NVIC irq, while PINT need it to fire an
event when the interrupt is used. So while the interrupt is not used in
DeepSleep mode, it should still be available to be used.

Signed-off-by: Hessel van der Molen <hvandermolen@dexels.com>
2024-04-11 11:28:52 -05:00
..
adc drivers: adc: adc_ads1119: Fix configuration register access. 2024-04-11 09:09:20 +02:00
audio drivers: audio: tas6422dac: fix codec_mute_output function 2024-01-25 17:54:14 +01: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: hci: Support reading long events in ST SPI v1 2024-04-05 12:21:17 +02:00
cache drivers: cache: add Nordic cache driver 2024-01-30 21:00:44 +00:00
can drivers: can: can_stm32_bxcan.c: Failed to exit sleep mode 2024-04-11 10:34:16 +02:00
charger drivers: charger: charger_max20355: handle thermistor mode 2024-03-26 16:18:31 -04:00
clock_control clock: mcux_ccm: add gpt ipg clock 2024-04-09 11:06:24 +02: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: gpt: enable MMIO memory mapping 2024-04-09 11:06:24 +02:00
crypto drivers: entropy: npcx: add rng driver support 2024-03-14 18:14:04 +00:00
dac drivers: esp32: update to hal_espressif v5.1 2024-04-05 13:39:53 +02:00
dai drivers: dai: add driver for NXP's ESAI 2024-04-03 16:18:50 +01:00
disk disk/nvme: Update copyright headers 2024-03-22 09:23:00 +00:00
display drivers: display: add driver for ST7796s display 2024-04-08 09:04:06 +02:00
dma drivers: esp32: update to hal_espressif v5.1 2024-04-05 13:39:53 +02: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: workaround Global Reset issue 2024-03-18 19:11:29 +00:00
ethernet drivers: eth: stellaris: Fix build error 2024-04-10 15:55:13 +02:00
flash drivers: flash: stm32 ospi flash driver the correct erase instruction 2024-04-10 08:00:53 -04:00
fpga drivers: fpga: add Microchip PolarFire SoC FPGA driver 2024-02-01 04:33:16 -05:00
fuel_gauge drivers: use DT_INST_PROP over DT_INST_PROP_OR if possible 2024-01-30 00:26:58 +00:00
gnss GNSS: Increase size of hdop 2024-04-09 11:05:38 +02:00
gpio drivers: gpio: split up driver for TLE9104 into a MFD 2024-04-09 11:07:27 +02: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: esp32: update to hal_espressif v5.1 2024-04-05 13:39:53 +02:00
i2s drivers: i2s_nrfx: Fix divider calculation 2024-03-12 09:44:29 +00:00
i3c drivers: i3c: i3c_mcux: Fix bug in do_one_xfer 2024-03-25 18:38:31 -04:00
ieee802154 drivers: ieee802154: gracefully handle invalid Ack timestamp 2024-04-09 07:37:10 -04:00
input drivers: input: CHSC6X Driver 2024-04-08 09:28:36 -04:00
interrupt_controller drivers: interrupt_controller: Enable PINT-irq when deepsleep is not used 2024-04-11 11:28:52 -05: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: add output current configuration to ti,lp5562 2024-03-26 16:17:23 -04: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: Fix nxp,mbox kconfig depends on 2024-03-14 11:01:07 -05: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: sensor: implement output diagnostics sensor for TLE9104 2024-04-09 11:07:27 +02:00
mipi_dbi drivers: mipi_dbi: introduce NXP LCDIC driver 2024-04-04 23:59:37 +03:00
mipi_dsi drivers: dsi: stm32: add additional dt options 2024-04-02 21:03:10 -04:00
misc modules: hal_ethos_u: update module revision 2024-03-21 09:07:35 +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: update unwatched file descriptor with poll() 2024-04-10 11:30:04 -04: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 nxp: imx8ulp: enable pinctrl 2024-04-09 11:06:14 +02: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: nxp_enet: Fix build error with PTP on 2024-01-25 19:32:02 -05:00
pwm drivers: pwm: add support for nRF54 devices 2024-04-09 11:05:46 +02:00
regulator regulator: cp9314: Prevents reset while switching 2024-03-21 13:16:56 -05:00
reset drivers: reset: Add reset controller for Intel Agilex5 platform 2023-07-25 16:58:01 +00: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: use sensor APIs to convert to units 2024-04-10 15:55:32 +02:00
serial drivers: serial: rpi_pico: Migrate to pl011 driver 2024-04-10 10:01:25 +02: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: esp32: update to hal_espressif v5.1 2024-04-05 13:39:53 +02:00
syscon drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
timer drivers: timer: add support for LPTIM on STM32H5 2024-04-08 15:55:24 +03:00
usb drivers: usb: usb_dc_mcux: add case for RW6xx SOC series 2024-04-11 09:09:00 +02:00
usb_c usbc: add driver for nx20p3483 PPC chip 2024-01-18 10:53:53 +01:00
video drivers: video: mt9m114: Rework to support more resolutions 2024-03-26 16:16:52 -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: do not connect socket on bind(INADDR_ANY) 2024-04-10 12:23:12 -05: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