Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1686608

[PATCH 0/9] Add support for STM32H7 serial

From Bich HEMON <bich.hemon@st.com>
Newsgroups linux.kernel
Subject [PATCH 0/9] Add support for STM32H7 serial
Date 2017-07-13 17:10 +0200
Message-ID <u2NUC-7ez-11@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This patchset updates existing stm32 usart driver:
- Misc fixes: copyright, mutliport management and timeout issue
- Add support for STM32H7
- Add support for wake-up and fifo management (for STM32H7)

Bich Hemon (2):
  serial: stm32: fix copyright
  serial: stm32: add RTS support

Fabrice Gasnier (3):
  serial: stm32: fix error handling in probe
  dt-bindings: serial: add compatible for stm32h7
  serial: stm32: add wakeup mechanism

Gerald Baeza (4):
  serial: stm32: fix multi-ports management
  serial: stm32: Increase maximum number of ports
  serial: stm32: fix pio transmit timeout
  serial: stm32: add fifo support

 .../devicetree/bindings/serial/st,stm32-usart.txt  |  17 ++-
 drivers/tty/serial/stm32-usart.c                   | 123 +++++++++++++++++++--
 drivers/tty/serial/stm32-usart.h                   |  37 ++++++-
 3 files changed, 162 insertions(+), 15 deletions(-)

-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/9] Add support for STM32H7 serial Bich HEMON <bich.hemon@st.com> - 2017-07-13 17:10 +0200
  [PATCH 4/9] serial: stm32: fix pio transmit timeout Bich HEMON <bich.hemon@st.com> - 2017-07-13 17:10 +0200
  [PATCH 1/9] serial: stm32: fix copyright Bich HEMON <bich.hemon@st.com> - 2017-07-13 17:20 +0200
  [PATCH 3/9] serial: stm32: Increase maximum number of ports Bich HEMON <bich.hemon@st.com> - 2017-07-13 17:20 +0200
  [PATCH 6/9] serial: stm32: fix error handling in probe Bich HEMON <bich.hemon@st.com> - 2017-07-13 17:20 +0200
  [PATCH 5/9] serial: stm32: add RTS support Bich HEMON <bich.hemon@st.com> - 2017-07-13 17:20 +0200
  [PATCH 8/9] serial: stm32: add wakeup mechanism Bich HEMON <bich.hemon@st.com> - 2017-07-13 17:20 +0200
  [PATCH 9/9] serial: stm32: add fifo support Bich HEMON <bich.hemon@st.com> - 2017-07-13 17:20 +0200
  [PATCH 7/9] dt-bindings: serial: add compatible for stm32h7 Bich HEMON <bich.hemon@st.com> - 2017-07-13 17:20 +0200
    Re: [PATCH 7/9] dt-bindings: serial: add compatible for stm32h7 Rob Herring <robh@kernel.org> - 2017-07-17 20:50 +0200

csiph-web