zephyr/drivers
Aksel Skauge Mellbye 7f8b531d4c drivers: serial: gecko: Fix build error on Series 0
Series 0 does not have the TXIDLE status flag. The closest equivalent is
TXC, but it isn't set until the first transmission completes, and is
therefore not safe to use in PM suspend without also separately keeping
track of whether the driver has ever initiated a transmission. For now,
disable the TXIDLE check on devices that don't support it as a minimal
fix for the observed build error. This is effectively equivalent to
reverting the addition of PM support for these devices only. Since these
devices don't have a low-power system timer implementation anyway, the
lack of PM handling does not hurt anything.

Signed-off-by: Aksel Skauge Mellbye <aksel.mellbye@silabs.com>
2024-11-14 11:01:17 -06:00
..
adc board: npcx: remove CONFIG_PINCTRL from defconfig of npcx boards 2024-11-07 08:59:14 -08:00
audio
auxdisplay
bbram
bluetooth driver: ble: add custom espressif kconfig 2024-10-27 20:53:48 -05:00
cache
can drivers: can: sam: fix sys_write32() arguments order 2024-11-04 13:43:03 -06:00
charger
clock_control drivers: clock_control: amp clock fix 2024-11-08 11:36:09 -06:00
comparator
console
coredump
counter drivers: counter: Fix unbalanced policy state lock 2024-11-12 15:48:20 -06:00
crypto drivers: crypto: deprecated TinyCrypt shim driver 2024-11-05 13:44:20 -06:00
dac soc: atmel: Drop PINCTRL from Kconfig.defconfig 2024-11-04 13:43:26 -06:00
dai drivers: sai: Use 0x0 as clock id if none is provided 2024-10-26 11:30:07 +02:00
disk drivers: disk: mmc_subsys: remove CONFIG_MMC_VOLUME_NAME 2024-11-05 15:25:10 -06:00
display drivers: display: ssd1322: fix only part of the image being diplayed 2024-11-07 08:35:02 -06:00
dma driver/dma_smartbond: Fix driver initialization when PM_DEVICE is set 2024-11-12 15:49:26 -06:00
dp dp: swdp_bitbang: fix missing reset pin error 2024-11-07 08:33:18 -06:00
edac
eeprom
entropy
espi board: npcx: remove CONFIG_PINCTRL from defconfig of npcx boards 2024-11-07 08:59:14 -08:00
ethernet Revert "drivers: ethernet: eth_stm32_hal" 2024-11-13 09:13:23 -06:00
firmware
flash drivers: flash: mcx: Clear cache after erase 2024-11-08 09:29:11 -06:00
fpga drivers: fpga: add checks for optional properties of iCE40 2024-11-07 08:32:42 -06:00
fuel_gauge
gnss
gpio drivers: gpio: nrfx: add support for ports with pad on FAST_ACTIVE1 2024-11-01 12:10:12 -05:00
haptics
hwinfo
hwspinlock
i2c drivers: i2c: stm32 I2C V2 handles i2c_target processed_cb return code 2024-11-08 11:38:02 -06:00
i2s Drivers: driver: i2s: Use eDMA loop SG mode 2024-11-08 13:57:29 -06:00
i3c board: npcx: remove CONFIG_PINCTRL from defconfig of npcx boards 2024-11-07 08:59:14 -08:00
ieee802154 drivers: ieee802154_nrf5: skip Enh Ack conf for invalid short address 2024-10-31 09:24:03 -05:00
input board: npcx: remove CONFIG_PINCTRL from defconfig of npcx boards 2024-11-07 08:59:14 -08:00
interrupt_controller
ipm drivers: clock_control: amp clock fix 2024-11-08 11:36:09 -06:00
kscan
led
led_strip
lora
mbox
mdio
memc drivers: memc: Fix various APS6404 device issues 2024-11-08 13:56:31 -06:00
mfd
mipi_dbi
mipi_dsi
misc
mm
modem drivers: modem_cellular: fix handling of `+C*REG` answers 2024-10-30 08:54:17 -05:00
mspi
net net: nsos_sockets: free allocated socket on close 2024-10-30 01:21:18 +00:00
pcie
peci board: npcx: remove CONFIG_PINCTRL from defconfig of npcx boards 2024-11-07 08:59:14 -08:00
pinctrl drivers: pinctrl: nrf: add flag to signal the FAST_ACTIVE1 peripherals 2024-11-01 12:10:12 -05:00
pm_cpu_ops
power_domain
ps2 board: npcx: remove CONFIG_PINCTRL from defconfig of npcx boards 2024-11-07 08:59:14 -08:00
ptp_clock
pwm board: npcx: remove CONFIG_PINCTRL from defconfig of npcx boards 2024-11-07 08:59:14 -08:00
regulator drivers: regulator_nxp_vref: Clear UTRIM on init 2024-10-25 18:52:10 +01:00
reset
retained_mem
rtc drivers: rtc: rtc_ds1307: Fix corruption of SECONDS register 2024-11-08 13:58:10 -06:00
sdhc soc: atmel: Drop PINCTRL from Kconfig.defconfig 2024-11-04 13:43:26 -06:00
sensor drivers: sensor: default_rtio_sensor: fix limited range warning 2024-11-08 22:28:08 -06:00
serial drivers: serial: gecko: Fix build error on Series 0 2024-11-14 11:01:17 -06:00
sip_svc
smbus
spi drivers: spi_mcux_lpspi: Fix DMA path on RT 2024-11-08 15:56:06 -06:00
stepper drivers: stepper: introduce invert-direction property to gpio-stepper 2024-10-26 11:29:57 +02:00
syscon
tee
timer soc: atmel: Drop PINCTRL from Kconfig.defconfig 2024-11-04 13:43:26 -06:00
usb drivers: Fix uninitialized variable warning. 2024-11-12 15:58:47 -06:00
usb_c
video
virtualization
w1
watchdog drivers: watchdog: wdt_dw: add missing header 2024-10-26 11:30:18 +02:00
wifi drivers/wifi/nrfwifi: Add buffer for discard bytes 2024-11-08 14:01:23 -06:00
xen
CMakeLists.txt
Kconfig