zephyr/drivers
Bjarki Arge Andreasen 28b9f55a0a drivers: serial: uart_nrfx_uarte: Patch RX init
The initialization of the UARTE is attempting to handle potential
improper handover from the bootloader. This handling is additional
complexity which should be fixed in the bootloader or whatever
component is failing to deinit the UART properly.

This commit removes the handling of improper handover from the
bootloader, while additionally clearing the ERROR flag when suspending
the UARTE component.

Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
2024-09-04 06:55:43 -04:00
..
adc drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
audio drivers: audio: Add the wm8904 driver 2024-08-29 15:53:26 +02:00
auxdisplay
bbram
bluetooth driver/bluetooth / cyw208xx: enable CYW20829_BT_FW_TX10DBM_POWER 2024-09-02 11:58:18 +02:00
cache drivers: cache: nrf: enable CACHE_NRF_PATCH_LINEADDR for nRF92 2024-08-22 14:24:38 -04:00
can drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
charger
clock_control clock: mcux_ccm: add flexio clock 2024-08-29 18:04:56 +02:00
console drivers: console: rtt_console: use Segger recommended write API 2024-08-12 10:14:34 +02:00
coredump
counter drivers: counter: nrfx_timer: Add barrier when reading CC 2024-09-03 14:40:10 +01:00
crypto
dac drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
dai drivers: dai: sai: don't crash on underrun/overrun 2024-08-27 10:50:53 -04:00
disk drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
display drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
dma drivers: dma: intel-adsp-hda: Report total_copied bytes on ACE2/3 2024-09-03 10:42:25 +02:00
dp
edac
eeprom drivers/eeprom/eeprom_simulator: Remove reference to native_posix 2024-08-16 09:20:58 +01:00
entropy drivers: entropy: esp32c6: Add support 2024-08-29 11:38:36 +02:00
espi drivers/espi: it8xxx2: Fix mask when SRAM size not the power of 2 2024-09-02 11:49:52 +02:00
ethernet drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
firmware firmware: scmi: add support for pinctrl protocol 2024-08-19 10:05:16 -04:00
flash drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
fpga drivers: fpga: add driver for renesas slg471X5 2024-08-26 17:06:14 +02:00
fuel_gauge fuel_gauge: composite analog fuel gauge 2024-08-29 16:12:36 -04:00
gnss gnss: rename u-blox M10 driver to M8 2024-08-26 17:27:12 -04:00
gpio boards: ambiq: apollo3: add connector dtsi for apollo3 boards 2024-08-29 18:06:07 +02:00
haptics drivers: haptics: drv2605: Hard codes open loop mode for LRA mode 2024-08-20 14:52:32 -04:00
hwinfo drivers: hwinfo: litex: depend on devicetree 2024-08-29 16:10:57 -04:00
hwspinlock style: drivers: comply with MISRA C:2012 Rule 15.6 2024-08-20 10:33:51 +02:00
i2c i2c: i2c_nrfx_twim: init semaphores in init function 2024-09-04 12:51:40 +02:00
i2s drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
i3c
ieee802154
input drivers: input: use generic touch report in stmpe811 2024-08-28 14:02:43 -04:00
interrupt_controller arm/gicv3: set routing affinity before enable IRQ 2024-09-04 09:53:04 +02:00
ipm drivers: esp32: Interrupts flags configuration 2024-08-22 14:25:25 -04:00
kscan
led drivers: led: lp5569: run clang-format 2024-08-23 15:49:43 +01:00
led_strip
lora
mbox drivers: mbox: Fix error code in Nordic's implementation 2024-09-04 12:52:24 +02:00
mdio drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
memc drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
mfd
mipi_dbi mipi_dbi: stm32: use proper type for timeout argument 2024-08-27 12:45:48 +02:00
mipi_dsi
misc drivers: misc: Add support for nRF54L15 SoC 2024-08-29 12:02:35 +02:00
mm mm: common: reset mappings during simple mapping failures 2024-08-28 16:35:43 -04:00
modem drivers: modem: cellular: hl7800 fix enter cmux 2024-08-14 15:51:04 -05:00
mspi drivers: update AMBIQ drivers to use proper base address 2024-08-11 19:18:09 -05:00
net
pcie
peci
pinctrl drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
pm_cpu_ops
power_domain
ps2 style: drivers: comply with MISRA C:2012 Rule 15.6 2024-08-20 10:33:51 +02:00
ptp_clock
pwm drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
regulator drivers: regulator: add basic mps mpm54304 driver 2024-09-03 14:39:52 +01:00
reset
retained_mem drivers: retained_mem: nrf: implement using nrfx_ram_ctrl helper 2024-08-14 12:35:17 -04:00
rtc drivers: rtc: Add RTC driver for Infineon XMC4xxx devices 2024-09-04 09:54:52 +02:00
sdhc drivers: esp32: Interrupts flags configuration 2024-08-22 14:25:25 -04:00
sensor drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
serial drivers: serial: uart_nrfx_uarte: Patch RX init 2024-09-04 06:55:43 -04:00
sip_svc
smbus
spi drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
stepper drivers: stepper: refactor gpio stepper driver 2024-09-03 10:42:19 +02:00
syscon
tee
timer drivers: esp32: Interrupts flags configuration 2024-08-22 14:25:25 -04:00
usb drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
usb_c drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
video drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
virtualization
w1
watchdog drivers: watchdog: nrfx wdt without IRQs 2024-09-03 14:39:37 +01:00
wifi drivers: wifi: nxp: link the library of hostap 2024-09-04 09:53:12 +02:00
xen style: drivers: comply with MISRA C:2012 Rule 15.6 2024-08-20 10:33:51 +02:00
CMakeLists.txt stepper motor controller: introduce api 2024-08-27 12:43:39 +02:00
Kconfig stepper motor controller: introduce api 2024-08-27 12:43:39 +02:00