Re: [PATCH 4/8] tty/bcm63xx_uart: allow naming clock in device tree

2017-09-06 Thread Jonas Gorski
On 6 September 2017 at 14:17, Greg Kroah-Hartman wrote: > On Wed, Sep 06, 2017 at 01:01:32PM +0200, Jonas Gorski wrote: >> Hi Greg, >> >> On 2 August 2017 at 11:34, Jonas Gorski wrote: >> > Codify using a named clock for the refclk of the uart. This makes it >> > easier if we might need to add a

Re: [PATCH 4/8] tty/bcm63xx_uart: allow naming clock in device tree

2017-09-06 Thread Greg Kroah-Hartman
On Wed, Sep 06, 2017 at 01:01:32PM +0200, Jonas Gorski wrote: > Hi Greg, > > On 2 August 2017 at 11:34, Jonas Gorski wrote: > > Codify using a named clock for the refclk of the uart. This makes it > > easier if we might need to add a gating clock (like present on the > > BCM6345). > > > > Signed-

Re: [PATCH 4/8] tty/bcm63xx_uart: allow naming clock in device tree

2017-09-06 Thread Jonas Gorski
Hi Greg, On 2 August 2017 at 11:34, Jonas Gorski wrote: > Codify using a named clock for the refclk of the uart. This makes it > easier if we might need to add a gating clock (like present on the > BCM6345). > > Signed-off-by: Jonas Gorski Could I please get a (N)Ack so Ralf can add this patch

Re: [PATCH 4/8] tty/bcm63xx_uart: allow naming clock in device tree

2017-08-10 Thread Rob Herring
On Wed, Aug 02, 2017 at 11:34:25AM +0200, Jonas Gorski wrote: > Codify using a named clock for the refclk of the uart. This makes it > easier if we might need to add a gating clock (like present on the > BCM6345). > > Signed-off-by: Jonas Gorski > --- > Documentation/devicetree/bindings/serial/b

[PATCH 4/8] tty/bcm63xx_uart: allow naming clock in device tree

2017-08-02 Thread Jonas Gorski
Codify using a named clock for the refclk of the uart. This makes it easier if we might need to add a gating clock (like present on the BCM6345). Signed-off-by: Jonas Gorski --- Documentation/devicetree/bindings/serial/brcm,bcm6345-uart.txt | 6 ++ drivers/tty/serial/bcm63xx_uart.c