194 Commits (acc8cb4bc8369f9c9f0ac59bcf2912f51a25db7e)

Author SHA1 Message Date
Francois Ramu 9926b90bf6 drivers: uart: stm32 uart driver must include ll_exti with CONFIG_PM 3 years ago
Francois Ramu 0e119b53c6 drivers: serial: stm32 uart driver set EXTI line for wakeup from lowPower 3 years ago
Francois Ramu 7b95803218 drivers: serial: stm32 uart check baudrate register value 3 years ago
Gerard Marull-Paretas a202341958 devices: constify device pointers initialized at compile time 3 years ago
Erwan Gouriou 6b14c4bdb0 drivers: uart: stm32: Enable wakeup source only if supported 3 years ago
Erwan Gouriou e89e4b529e drivers: serial: stm32: Don't block PM if pinctrl sleep state is absent 3 years ago
Erwan Gouriou a439c04eb4 drivers: serial: stm32: Implement PM_DEVICE mode support 3 years ago
Erwan Gouriou 4422de5692 drivers: serial: stm32: Add wakeup capability support 3 years ago
Henrik Brix Andersen 9456eca5c0 drivers: serial: check if clock device is ready before accessing 3 years ago
Erwan Gouriou 1ef9e9eb9b include: drivers: stm32 clock_control: Replace OPT by DOMAIN 3 years ago
Johann Fischer 5e5ea9a21d drivers: use unsigned int for irq_lock() 3 years ago
Jonathan Hahn a34c7d680b drivers: serial: removes unused TIMEOUT constant 3 years ago
Jonathan Hahn 05cc2e1ac3 drivers: serial: add pin inversion to stm32 u(s)art 3 years ago
Artur Lipowski bb8575962d stm32: Allow UARTs to use alternate clocks. 3 years ago
Peter Maxwell Warasila 3c09c21fda drivers: serial: uart_stm32: tx/rx swap in init() 3 years ago
Georgij Cernysiov 64c804ad3b drivers: uart_stm32: fix device is ready for tx dma in async init 3 years ago
Gerard Marull-Paretas fb60aab245 drivers: migrate includes to <zephyr/...> 3 years ago
Carlo Caione 69b28bfd07 pm: policy: Consider substates for state lock functions 3 years ago
Alexander Mihajlovic 4ff4991e16 drivers: uart_stm32: Add support for tx/rx swap 3 years ago
Gerard Marull-Paretas 5a71eeb35c pm: policy: move constraints to policy API 3 years ago
Pete Dietl 060e39e75a uart: logging: Add configurable log level to UART drivers 3 years ago
Yegor Yefremov 1155d4679b drivers: serial: fix typos 3 years ago
Gerard Marull-Paretas e101cc78e9 drivers: serial: stm32: store IRQ config function in a single place 3 years ago
Gerard Marull-Paretas 32a3a028f2 drivers: serial: stm32: store USART instance 3 years ago
Yong Cong Sin 731241f8d0 kernel: workq: Fix type errors in delayable work handlers 3 years ago
Francois Ramu 860bd87ca9 drivers: uart stm32 F4X, F1X, F2X have a sw sequence to clear error flags 3 years ago
Andrea Campanella b2190fd703 drivers: serial: stm32: Add Line Break Detection 3 years ago
Gerard Marull-Paretas 1674fec5b6 drivers: serial: drop DEV_DATA/DEV_CFG usage 4 years ago
Jonathan Hahn 32f9dcf328 drivers: uart: Add support for st single wire mode 4 years ago
Gerard Marull-Paretas 5dc6ed3ce3 pinctrl: require ; after PINCTRL_DT_(INST_)DEFINE macros 4 years ago
Julien D'ascenzio 4f9c79c867 drivers/uart: stm32: don't call k_yield on poll_out 4 years ago
Julien D'ascenzio e4234aeb89 drivers/uart: stm32: fix dead lock on poll_out 4 years ago
Gerard Marull-Paretas 21a271962c drivers: serial: stm32: use new pinctrl API 4 years ago
Julien D'ascenzio d42cef17b0 uart_stm32: Fix conflit between poll_out and irq API 4 years ago
Yong Cong Sin a6ebcddc54 driver: serial: uart_stm32: Calculate suitable PRESCALER value 4 years ago
Gerard Marull-Paretas c759a35d08 drivers: use DT_INST_ENUM_IDX(_OR) macros 4 years ago
Francois Ramu cf60639390 drivers: serial: stm32 usart driver clears the RXNE through flag 4 years ago
Francois Ramu 95e2c39497 drivers: uart stm32 flushing Rx register once the RXNE irq is enabled 4 years ago
Julien D'ascenzio 7b21050f19 drivers/uart: stm32: fix a bug during transmission 4 years ago
Maureen Helm ad1450510a drivers: serial: Refactor drivers to use shared init priority Kconfig 4 years ago
Krzysztof Chruscinski c590b3545a drivers: serial: Use microseconds to represent timeout 4 years ago
Manojkumar Subramaniam d79d26f1ae drivers: serial: stm32: renable IT RXNE as part of graceful disable 4 years ago
Erwan Gouriou 79ff645390 drivers/uart: stm32: Simplify code around pm_constraints handling 4 years ago
Erwan Gouriou a3de3df5dc drivers/uart: stm32: Fix pm_constraint handling 4 years ago
Gerard Marull-Paretas a7f13755ed drivers: serial: stm32: remove unnecessary flag clear 4 years ago
Gerard Marull-Paretas e3f4907efe drivers: serial: stm32: use PM constraints to prevent suspension 4 years ago
Francois Ramu 744e1dc692 drivers: serial: stm32 uart defines dma slot with macro 4 years ago
Gerard Marull-Paretas 7ccc1a41bc pm: use actions for device PM control 4 years ago
Gerard Marull-Paretas 495672ab62 pm: cleanup pm control callback implementations 4 years ago
Gerard Marull-Paretas 920f30cc0e pm: simplify state change check logic 4 years ago