Searched hist:"2 aa1bbb21f26de43b55a9d9cab9c0370c15a86ed" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/tty/serial/ |
H A D | stm32-usart.h | diff 2aa1bbb21f26de43b55a9d9cab9c0370c15a86ed Tue Apr 13 12:40:15 CDT 2021 Fabrice Gasnier <fabrice.gasnier@foss.st.com> serial: stm32: add FIFO threshold configuration
Add the support for two optional DT properties, to configure RX and TX FIFO thresholds: - rx-threshold - tx-threshold This replaces hard-coded 8 bytes threshold. Keep 8 as the default value if not specified, for backward compatibility.
Signed-off-by: Fabrice Gasnier <fabrice.gasnier@foss.st.com> Signed-off-by: Erwan Le Ray <erwan.leray@foss.st.com>
Changes in v2: Change added properties naming as proposed by Rob Herring. Link: https://lore.kernel.org/r/20210413174015.23011-5-erwan.leray@foss.st.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | stm32-usart.c | diff 2aa1bbb21f26de43b55a9d9cab9c0370c15a86ed Tue Apr 13 12:40:15 CDT 2021 Fabrice Gasnier <fabrice.gasnier@foss.st.com> serial: stm32: add FIFO threshold configuration
Add the support for two optional DT properties, to configure RX and TX FIFO thresholds: - rx-threshold - tx-threshold This replaces hard-coded 8 bytes threshold. Keep 8 as the default value if not specified, for backward compatibility.
Signed-off-by: Fabrice Gasnier <fabrice.gasnier@foss.st.com> Signed-off-by: Erwan Le Ray <erwan.leray@foss.st.com>
Changes in v2: Change added properties naming as proposed by Rob Herring. Link: https://lore.kernel.org/r/20210413174015.23011-5-erwan.leray@foss.st.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|