commit | b96408b47480f9947eee933fcce35ed4ae74cc9a | [log] [tgz] |
---|---|---|
author | Ulrich Hecht <ulrich.hecht+renesas@gmail.com> | Thu Feb 15 13:02:41 2018 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 28 13:40:22 2018 +0100 |
tree | 04da2939647c4537ea228113e91637205dc64d39 | |
parent | 08fb00c64f3401b4ecc18a7395cf302b8d8e12fd [diff] |
serial: sh-sci: use hrtimer for receive timeout High latencies of classic timers cause performance issues for high- speed serial transmissions. This patch transforms rx_timer into an hrtimer to reduce the minimum latency. Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>