161 Commits (ca10f8b0a09d94c46d9561dcd083e66c20fd0f41)

Author SHA1 Message Date
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
Gerard Marull-Paretas 11eef4d8c8 pm: device: remove pointer usage for state 4 years ago
Gerard Marull-Paretas 9e7d545bb4 pm: device: remove ctrl_command callback argument 4 years ago
Gerard Marull-Paretas da0ff4ae46 pm: device: remove usage of ctrl_command 4 years ago
Gerard Marull-Paretas c2cf1ad203 pm: device: remove usage of local states 4 years ago
Francois Ramu 8fe0831c6b include: dt-bindings: remove dma header for stm32 soc 4 years ago
Francois Ramu 30fd0228ae drivers: dma of the stm32 refactored macro for the dma-cells 4 years ago
Gerard Marull-Paretas 26ad8376bd pm: remove callback from control function 4 years ago
Gerard Marull-Paretas 217e610d8f pm: remove redundant callback usage 4 years ago
Gerard Marull-Paretas cc2f0e9c08 pm: use enum for device PM states 4 years ago
Luc Viala 7105875ff4 driver/uart: add enum parity element on devicetree bindings 4 years ago
Erwan Gouriou fcc3177509 drivers/pinmux: stm32: Move stm32 driver from stm32/ 4 years ago
Daniel Leung 4e1692f85a serial: introduce CONFIG_UART_USE_RUNTIME_CONFIGURE 4 years ago
Shlomi Vaknin 1b4f7e5651 drivers: uart: stm32: fix handling interrupt and async api in isr 4 years ago
Prema Jonathan van Win 76dee395d8 drivers: serial: stm32: Fixes uart_event_tx len calculation 4 years ago
Flavio Ceolin 0c607adb63 pm: device: Align state names with system states 4 years ago
Flavio Ceolin 7eba310220 power: device: void *context -> uint32_t *state 4 years ago
Gerard Marull-Paretas 56f1a8ce98 pm: rename PM_DEVICE_GET/SET_POWER_STATE to PM_DEVICE_STATE_GET/SET 4 years ago
Gerard Marull-Paretas dbf46b3815 pm: rename device_pm_cb to pm_device_cb 4 years ago
Gerard Marull-Paretas 2c7b763e47 pm: replace DEVICE_PM_* states with PM_DEVICE_* 4 years ago
Francois Ramu 962d6b1082 drivers: serial: uart_stm32 converted to use the new kwork API. 4 years ago
Nicolas VINCENT 573eec1014 drivers: serial: stm32 databits depends on parity 4 years ago
Zisis Adamos 7235b09bb2 drivers: uart: stm32: Fixes timing of TX_DONE generation. 4 years ago
Erwan Gouriou 13c2351524 drivers/serial: stm32: convert dma to new DT_DMA helper macros 4 years ago
Kumar Gala 5a9f997a80 drivers: serial: stm32: Fix compile issues 4 years ago
Francois Ramu 3c18bcbf77 drivers: serial: stm32 restore uart after lowpower 4 years ago
Kumar Gala b275fec8c4 soc: stm32: convert to use DEVICE_DT_GET for clocks 4 years ago
Erwan Gouriou 5e561708c4 drivers/uart: stm32: Fix comparisons to have constants on right side 4 years ago
Erwan Gouriou 32fe2976f3 drivers/uart: stm32: Report 9bits transactions as not supported 4 years ago
Alexander Shuklin 6831b8b15e Drivers: serial: Fix stm32 uart async api callback 4 years ago
Shlomi Vaknin b4afd1aecf drivers: serial: implement stm32 uart async api 5 years ago
Erwan Gouriou 2b0311d903 drivers/serial: stm32: Revert change in uart_irq_rx_ready 5 years ago
Erwan Gouriou 37c7b89e43 drivers/serial: stm32: Force oversampling value 5 years ago
Nicolas VINCENT eb534d39d2 driver: uart stm32: Check irq enabled in API calls 5 years ago