zephyr/drivers
Francois Ramu 860bd87ca9 drivers: uart stm32 F4X, F1X, F2X have a sw sequence to clear error flags
Gives more explanation on uart_stm32_err_check function.
On stm32 F4X, F1X, and F2X, when clearing the usart Error Flag
(PE, ORE, FE, NE), the  LL Clear function applies a software sequence
which reads the usart SR then the usart DR.
Consequently the RXNE flag is affected (cleared) by the
uart_stm32_err_check function call.

Signed-off-by: Francois Ramu <francois.ramu@st.com>
2022-02-01 16:21:38 -05:00
..
adc drivers: npcx: Drop DRV_CONFIG/DRV_DATA usage 2022-01-28 10:06:05 +01:00
audio drivers: audio: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
bbram drivers: npcx: Drop DRV_CONFIG/DRV_DATA usage 2022-01-28 10:06:05 +01:00
bluetooth Bluetooth: H4: added support for HCI vendor-specific Setup feature. 2022-01-21 15:04:15 +02:00
cache
can drivers: can: m_can: fix reconfiguring bitrate 2022-01-28 15:46:17 +01:00
clock_control drivers: clock_control: Remove unused header file 2022-02-01 11:31:36 +01:00
console drivers: console: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
counter drivers: counter: mcux_ctimer: fix config used as non-const 2022-01-25 18:16:42 -06:00
crypto kconfig: drivers: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
dac drivers: remove redundant data/config casts 2022-01-19 18:16:02 +01:00
debug
disk pinctrl: require ; after PINCTRL_DT_(INST_)DEFINE macros 2022-01-01 07:39:08 -05:00
display drivers: remove redundant data/config casts 2022-01-19 18:16:02 +01:00
dma drivers: dma: mcux_lpc_dma: Fix data variable name 2022-01-25 14:09:30 -06:00
ec_host_cmd_periph
edac edac: ibecc: Add LOG_INF for indication initialization 2022-01-18 13:22:53 -05:00
eeprom drivers: eeprom: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
entropy drivers: entropy: drop get_dev_data/get_dev_config usage 2022-01-19 18:16:02 +01:00
espi drivers: npcx: Drop DRV_CONFIG/DRV_DATA usage 2022-01-28 10:06:05 +01:00
ethernet drivers: eth_sam_gmac: fix eth_sam_gmac_set_config() 2022-01-28 10:06:41 +01:00
flash drivers/flash: remove flash_write_protection API 2022-02-01 10:46:28 +01:00
fpga
gpio drivers: nct38xx: Drop DRV_CONFIG/DRV_DATA usage 2022-01-28 10:06:05 +01:00
hwinfo drivers: hwinfo: shell: Add reset cause shell command 2021-11-07 14:55:52 -05:00
i2c drivers: npcx: Drop DRV_CONFIG/DRV_DATA usage 2022-01-28 10:06:05 +01:00
i2s drivers: i2s_sam_ssc: fix cache coherency in dma_rx_callback 2022-01-28 10:07:25 +01:00
ieee802154 drivers: ieee802154_nrf5: fix condition for mac keys and frame counter 2022-01-19 14:16:23 -05:00
interrupt_controller drivers: npcx: Drop DRV_CONFIG/DRV_DATA usage 2022-01-28 10:06:05 +01:00
ipm drivers: ipm: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
kscan ITE drivers/kscan: support tests/driver/kscan/kscan_api 2022-01-17 11:44:05 -05:00
led drivers: led: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
led_strip drivers: Apply SPI API change to relevant places 2021-11-19 11:50:38 +01:00
lora drivers: lora: shell: fix 'long' specifier in shell_error() 2022-02-01 14:25:38 -06:00
mbox mbox: Enforce callback registration before enabling the channel 2021-12-23 12:38:21 +01:00
mdio drivers: mdio: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
memc pinctrl: require ; after PINCTRL_DT_(INST_)DEFINE macros 2022-01-01 07:39:08 -05:00
misc drivers: remove redundant data/config casts 2022-01-19 18:16:02 +01:00
mm drivers: mm: add driver for Intel Audio DSP 2022-01-18 19:18:30 -05:00
modem drivers: modem: gsm: Use K_KERNEL_* macros 2022-01-21 14:39:30 -05:00
net drivers: net: ppp: asynch api: use microseconds 2022-02-01 13:31:20 +01:00
neural_net drivers: neural_net: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
pcie pcie: controller: add non-recursive pcie busses enumeration 2022-01-19 13:37:36 -05:00
peci
pinctrl drivers: pinctrl: pfc_rcar: fix bank and bit parsing 2022-01-19 16:06:46 -05:00
pinmux drivers: pinmux: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
pm_cpu_ops
power_domain drivers: power_domain: gpio controlled domain 2022-01-19 13:35:32 -05:00
ps2 drivers: npcx: Drop DRV_CONFIG/DRV_DATA usage 2022-01-28 10:06:05 +01:00
ptp_clock
pwm drivers: npcx: Drop DRV_CONFIG/DRV_DATA usage 2022-01-28 10:06:05 +01:00
regulator drivers: regulator: pmic: remove unneeded NULL check 2022-01-28 10:06:21 +01:00
sensor drivers: qdec_sam: disable index signal 2022-01-28 10:07:06 +01:00
serial drivers: uart stm32 F4X, F1X, F2X have a sw sequence to clear error flags 2022-02-01 16:21:38 -05:00
spi spi: nrfx_spi*: only run uninit if configured 2022-01-31 12:14:05 +01:00
syscon drivers: syscon: use instance based macros 2021-12-17 17:30:06 +01:00
timer timer: Add tickless support for the MIPS CP0 timer 2022-01-19 13:48:21 -05:00
usb drivers: usb_dc_mcux: Move mcux callback handler out of ISR context 2022-01-28 10:05:47 +01:00
video drivers: video: ov2640: remove deprecated PM macro 2021-11-03 20:27:18 -04:00
virtualization drivers: virt_ivshmem: Allow multiple instances of ivShMem devices. 2021-12-20 19:42:27 +02:00
watchdog drivers: npcx: Drop DRV_CONFIG/DRV_DATA usage 2022-01-28 10:06:05 +01:00
wifi drivers: wifi: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
xen xenvm: arm64: add Xen Enlighten and event channel support 2021-12-07 12:15:38 -05:00
CMakeLists.txt drivers: power_domain: gpio controlled domain 2022-01-19 13:35:32 -05:00
Kconfig drivers: power_domain: gpio controlled domain 2022-01-19 13:35:32 -05:00