Re: [PATCH v4 1/4] dt-bindings: serial: 8250: deprecate aspeed,sirq-polarity-sense

2021-04-08 Thread Greg Kroah-Hartman
On Wed, Apr 07, 2021 at 12:55:29PM -0500, Zev Weiss wrote: > On Wed, Apr 07, 2021 at 12:25:09PM CDT, Greg Kroah-Hartman wrote: > > On Wed, Apr 07, 2021 at 11:56:04AM -0500, Zev Weiss wrote: > > > On Wed, Apr 07, 2021 at 10:18:31AM CDT, Greg Kroah-Hartman wrote: > > > > On Fri, Apr 02, 2021 at

Re: [PATCH v4 1/4] dt-bindings: serial: 8250: deprecate aspeed,sirq-polarity-sense

2021-04-07 Thread Zev Weiss
On Wed, Apr 07, 2021 at 12:25:09PM CDT, Greg Kroah-Hartman wrote: On Wed, Apr 07, 2021 at 11:56:04AM -0500, Zev Weiss wrote: On Wed, Apr 07, 2021 at 10:18:31AM CDT, Greg Kroah-Hartman wrote: > On Fri, Apr 02, 2021 at 01:27:21PM -0500, Zev Weiss wrote: > > This property ties SIRQ polarity to SCU

Re: [PATCH v4 1/4] dt-bindings: serial: 8250: deprecate aspeed,sirq-polarity-sense

2021-04-07 Thread Greg Kroah-Hartman
On Wed, Apr 07, 2021 at 11:56:04AM -0500, Zev Weiss wrote: > On Wed, Apr 07, 2021 at 10:18:31AM CDT, Greg Kroah-Hartman wrote: > > On Fri, Apr 02, 2021 at 01:27:21PM -0500, Zev Weiss wrote: > > > This property ties SIRQ polarity to SCU register bits that don't > > > necessarily have any direct

Re: [PATCH v4 1/4] dt-bindings: serial: 8250: deprecate aspeed,sirq-polarity-sense

2021-04-07 Thread Zev Weiss
On Wed, Apr 07, 2021 at 10:18:31AM CDT, Greg Kroah-Hartman wrote: On Fri, Apr 02, 2021 at 01:27:21PM -0500, Zev Weiss wrote: This property ties SIRQ polarity to SCU register bits that don't necessarily have any direct relationship to it; the only use of it was removed in commit

Re: [PATCH v4 1/4] dt-bindings: serial: 8250: deprecate aspeed,sirq-polarity-sense

2021-04-07 Thread Greg Kroah-Hartman
On Fri, Apr 02, 2021 at 01:27:21PM -0500, Zev Weiss wrote: > This property ties SIRQ polarity to SCU register bits that don't > necessarily have any direct relationship to it; the only use of it > was removed in commit c82bf6e133d30e0f9172a20807814fa28aef0f67. Please write that as:

[PATCH v4 1/4] dt-bindings: serial: 8250: deprecate aspeed,sirq-polarity-sense

2021-04-02 Thread Zev Weiss
This property ties SIRQ polarity to SCU register bits that don't necessarily have any direct relationship to it; the only use of it was removed in commit c82bf6e133d30e0f9172a20807814fa28aef0f67. Signed-off-by: Zev Weiss Reviewed-by: Joel Stanley ---