Re: [PATCH 00/20] Update STM32 usart driver

2017-06-29 Thread Alexandre Torgue

Greg, Rob

On 06/26/2017 02:49 PM, Bich HEMON wrote:

From: Bich Hemon 

This patchset updates the stm32 usart driver. It mainly adds
support for fifo, dma, debugfs anf fixes various bugs.

Bich Hemon (20):
   serial: stm32: adding fifo support
   dt-bindings: serial: each stm32 usart needs an alias
   serial: stm32: fix multi ports management
   serial: stm32: make fifoen as property for each port
   serial: stm32: add debugfs
   serial: stm32: fix pio transmit timeout
   serial: stm32: less messages on dma alloc error
   serial: stm32: timeout interrupt using with dma
   serial: stm32: fix end of transfer
   serial: stm32: fix dma receive
   serial: stm32: add RTS support
   serial: stm32: fix last_res value
   serial: stm32: fix error handling in probe
   dt-bindings: serial: document option wake-up interrupt for STM32 USART
   serial: stm32: Add wakeup mechanism
   serial: stm32: fix fifo usage
   dt-bindings: serial: stm32: add dma using note
   serial: stm32: update dma buffers length
   serial: stm32: add dma rx callback
   serial: stm32: fix rx interrupt handling in startup

  .../devicetree/bindings/serial/st,stm32-usart.txt  |  55 +++-
  drivers/tty/serial/stm32-usart.c   | 310 ++---
  drivers/tty/serial/stm32-usart.h   |  51 +++-
  3 files changed, 375 insertions(+), 41 deletions(-)



This series have been abandoned (maybe not in correct way). Don't waste 
your time with that. New patches will be sent in several series and 
patches will be reworked.


Thanks
Alex




Re: [PATCH 00/20] Update STM32 usart driver

2017-06-29 Thread Alexandre Torgue

Greg, Rob

On 06/26/2017 02:49 PM, Bich HEMON wrote:

From: Bich Hemon 

This patchset updates the stm32 usart driver. It mainly adds
support for fifo, dma, debugfs anf fixes various bugs.

Bich Hemon (20):
   serial: stm32: adding fifo support
   dt-bindings: serial: each stm32 usart needs an alias
   serial: stm32: fix multi ports management
   serial: stm32: make fifoen as property for each port
   serial: stm32: add debugfs
   serial: stm32: fix pio transmit timeout
   serial: stm32: less messages on dma alloc error
   serial: stm32: timeout interrupt using with dma
   serial: stm32: fix end of transfer
   serial: stm32: fix dma receive
   serial: stm32: add RTS support
   serial: stm32: fix last_res value
   serial: stm32: fix error handling in probe
   dt-bindings: serial: document option wake-up interrupt for STM32 USART
   serial: stm32: Add wakeup mechanism
   serial: stm32: fix fifo usage
   dt-bindings: serial: stm32: add dma using note
   serial: stm32: update dma buffers length
   serial: stm32: add dma rx callback
   serial: stm32: fix rx interrupt handling in startup

  .../devicetree/bindings/serial/st,stm32-usart.txt  |  55 +++-
  drivers/tty/serial/stm32-usart.c   | 310 ++---
  drivers/tty/serial/stm32-usart.h   |  51 +++-
  3 files changed, 375 insertions(+), 41 deletions(-)



This series have been abandoned (maybe not in correct way). Don't waste 
your time with that. New patches will be sent in several series and 
patches will be reworked.


Thanks
Alex




RE: [PATCH 00/20] Update STM32 usart driver

2017-06-26 Thread Bich HEMON
Dear all,

Please, do not take into account this patchset. A newer version is currently 
being prepared with typo/format corrections and will be sent later. The 
previous version has to be abandoned.

Sorry for the inconvenience,

Bich HEMON



-Original Message-
From: Bich HEMON 
Sent: lundi 26 juin 2017 14:49
To: Greg Kroah-Hartman ; Rob Herring 
; Mark Rutland ; Maxime Coquelin 
; Alexandre TORGUE ; Jiri 
Slaby ; linux-ser...@vger.kernel.org; 
devicet...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; 
linux-kernel@vger.kernel.org
Cc: Bich HEMON 
Subject: [PATCH 00/20] Update STM32 usart driver

From: Bich Hemon 

This patchset updates the stm32 usart driver. It mainly adds support for fifo, 
dma, debugfs anf fixes various bugs.

Bich Hemon (20):
  serial: stm32: adding fifo support
  dt-bindings: serial: each stm32 usart needs an alias
  serial: stm32: fix multi ports management
  serial: stm32: make fifoen as property for each port
  serial: stm32: add debugfs
  serial: stm32: fix pio transmit timeout
  serial: stm32: less messages on dma alloc error
  serial: stm32: timeout interrupt using with dma
  serial: stm32: fix end of transfer
  serial: stm32: fix dma receive
  serial: stm32: add RTS support
  serial: stm32: fix last_res value
  serial: stm32: fix error handling in probe
  dt-bindings: serial: document option wake-up interrupt for STM32 USART
  serial: stm32: Add wakeup mechanism
  serial: stm32: fix fifo usage
  dt-bindings: serial: stm32: add dma using note
  serial: stm32: update dma buffers length
  serial: stm32: add dma rx callback
  serial: stm32: fix rx interrupt handling in startup

 .../devicetree/bindings/serial/st,stm32-usart.txt  |  55 +++-
 drivers/tty/serial/stm32-usart.c   | 310 ++---
 drivers/tty/serial/stm32-usart.h   |  51 +++-
 3 files changed, 375 insertions(+), 41 deletions(-)

--
1.9.1


RE: [PATCH 00/20] Update STM32 usart driver

2017-06-26 Thread Bich HEMON
Dear all,

Please, do not take into account this patchset. A newer version is currently 
being prepared with typo/format corrections and will be sent later. The 
previous version has to be abandoned.

Sorry for the inconvenience,

Bich HEMON



-Original Message-
From: Bich HEMON 
Sent: lundi 26 juin 2017 14:49
To: Greg Kroah-Hartman ; Rob Herring 
; Mark Rutland ; Maxime Coquelin 
; Alexandre TORGUE ; Jiri 
Slaby ; linux-ser...@vger.kernel.org; 
devicet...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; 
linux-kernel@vger.kernel.org
Cc: Bich HEMON 
Subject: [PATCH 00/20] Update STM32 usart driver

From: Bich Hemon 

This patchset updates the stm32 usart driver. It mainly adds support for fifo, 
dma, debugfs anf fixes various bugs.

Bich Hemon (20):
  serial: stm32: adding fifo support
  dt-bindings: serial: each stm32 usart needs an alias
  serial: stm32: fix multi ports management
  serial: stm32: make fifoen as property for each port
  serial: stm32: add debugfs
  serial: stm32: fix pio transmit timeout
  serial: stm32: less messages on dma alloc error
  serial: stm32: timeout interrupt using with dma
  serial: stm32: fix end of transfer
  serial: stm32: fix dma receive
  serial: stm32: add RTS support
  serial: stm32: fix last_res value
  serial: stm32: fix error handling in probe
  dt-bindings: serial: document option wake-up interrupt for STM32 USART
  serial: stm32: Add wakeup mechanism
  serial: stm32: fix fifo usage
  dt-bindings: serial: stm32: add dma using note
  serial: stm32: update dma buffers length
  serial: stm32: add dma rx callback
  serial: stm32: fix rx interrupt handling in startup

 .../devicetree/bindings/serial/st,stm32-usart.txt  |  55 +++-
 drivers/tty/serial/stm32-usart.c   | 310 ++---
 drivers/tty/serial/stm32-usart.h   |  51 +++-
 3 files changed, 375 insertions(+), 41 deletions(-)

--
1.9.1


RE: [PATCH 00/20] Update STM32 usart driver -> ABANDONED

2017-06-26 Thread Bich HEMON
Dear all,

Please, do not take into account this patchset. A newer version is currently 
being prepared with typo/format corrections and will be sent later. The 
previous version has to be abandoned.

Sorry for the inconvenience,

Bich HEMON



-Original Message-
From: Bich HEMON 
Sent: lundi 26 juin 2017 14:49
To: Greg Kroah-Hartman ; Rob Herring 
; Mark Rutland ; Maxime Coquelin 
; Alexandre TORGUE ; Jiri 
Slaby ; linux-ser...@vger.kernel.org; 
devicet...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; 
linux-kernel@vger.kernel.org
Cc: Bich HEMON 
Subject: [PATCH 00/20] Update STM32 usart driver

From: Bich Hemon 

This patchset updates the stm32 usart driver. It mainly adds support for fifo, 
dma, debugfs anf fixes various bugs.

Bich Hemon (20):
  serial: stm32: adding fifo support
  dt-bindings: serial: each stm32 usart needs an alias
  serial: stm32: fix multi ports management
  serial: stm32: make fifoen as property for each port
  serial: stm32: add debugfs
  serial: stm32: fix pio transmit timeout
  serial: stm32: less messages on dma alloc error
  serial: stm32: timeout interrupt using with dma
  serial: stm32: fix end of transfer
  serial: stm32: fix dma receive
  serial: stm32: add RTS support
  serial: stm32: fix last_res value
  serial: stm32: fix error handling in probe
  dt-bindings: serial: document option wake-up interrupt for STM32 USART
  serial: stm32: Add wakeup mechanism
  serial: stm32: fix fifo usage
  dt-bindings: serial: stm32: add dma using note
  serial: stm32: update dma buffers length
  serial: stm32: add dma rx callback
  serial: stm32: fix rx interrupt handling in startup

 .../devicetree/bindings/serial/st,stm32-usart.txt  |  55 +++-
 drivers/tty/serial/stm32-usart.c   | 310 ++---
 drivers/tty/serial/stm32-usart.h   |  51 +++-
 3 files changed, 375 insertions(+), 41 deletions(-)

--
1.9.1


RE: [PATCH 00/20] Update STM32 usart driver -> ABANDONED

2017-06-26 Thread Bich HEMON
Dear all,

Please, do not take into account this patchset. A newer version is currently 
being prepared with typo/format corrections and will be sent later. The 
previous version has to be abandoned.

Sorry for the inconvenience,

Bich HEMON



-Original Message-
From: Bich HEMON 
Sent: lundi 26 juin 2017 14:49
To: Greg Kroah-Hartman ; Rob Herring 
; Mark Rutland ; Maxime Coquelin 
; Alexandre TORGUE ; Jiri 
Slaby ; linux-ser...@vger.kernel.org; 
devicet...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; 
linux-kernel@vger.kernel.org
Cc: Bich HEMON 
Subject: [PATCH 00/20] Update STM32 usart driver

From: Bich Hemon 

This patchset updates the stm32 usart driver. It mainly adds support for fifo, 
dma, debugfs anf fixes various bugs.

Bich Hemon (20):
  serial: stm32: adding fifo support
  dt-bindings: serial: each stm32 usart needs an alias
  serial: stm32: fix multi ports management
  serial: stm32: make fifoen as property for each port
  serial: stm32: add debugfs
  serial: stm32: fix pio transmit timeout
  serial: stm32: less messages on dma alloc error
  serial: stm32: timeout interrupt using with dma
  serial: stm32: fix end of transfer
  serial: stm32: fix dma receive
  serial: stm32: add RTS support
  serial: stm32: fix last_res value
  serial: stm32: fix error handling in probe
  dt-bindings: serial: document option wake-up interrupt for STM32 USART
  serial: stm32: Add wakeup mechanism
  serial: stm32: fix fifo usage
  dt-bindings: serial: stm32: add dma using note
  serial: stm32: update dma buffers length
  serial: stm32: add dma rx callback
  serial: stm32: fix rx interrupt handling in startup

 .../devicetree/bindings/serial/st,stm32-usart.txt  |  55 +++-
 drivers/tty/serial/stm32-usart.c   | 310 ++---
 drivers/tty/serial/stm32-usart.h   |  51 +++-
 3 files changed, 375 insertions(+), 41 deletions(-)

--
1.9.1