RE: [PATCH 1/1] clk: aspeed: modify some default clks are critical

2021-01-31 Thread Ryan Chen
el.org; Linux ARM > > Subject: Re: [PATCH 1/1] clk: aspeed: modify some default clks are critical > > > > On Fri, 22 Jan 2021, at 18:45, Ryan Chen wrote: > > Hello, > > How about this patch progress? > > It does impact a lot of machine that when

Re: [PATCH 1/1] clk: aspeed: modify some default clks are critical

2021-01-24 Thread Andrew Jeffery
Jeffery ; Michael Turquette > > ; Ryan Chen ; > > BMC-SW ; Linux ARM > > ; linux-aspeed > > ; linux-...@vger.kernel.org; Linux Kernel > > Mailing List > > Subject: Re: Re: [PATCH 1/1] clk: aspeed: modify some default clks are > > critical > > > &

RE: Re: [PATCH 1/1] clk: aspeed: modify some default clks are critical

2021-01-22 Thread Ryan Chen
: Re: Re: [PATCH 1/1] clk: aspeed: modify some default clks are > critical > > Stephen, > > On 10/14/20 12:16 PM, Stephen Boyd wrote: > > Quoting Joel Stanley (2020-10-13 22:28:00) > >> On Wed, 14 Oct 2020 at 02:50, Stephen Boyd wrote: > >>> > >

Re: Re: [PATCH 1/1] clk: aspeed: modify some default clks are critical

2020-10-28 Thread Samuel Holland
Stephen, On 10/14/20 12:16 PM, Stephen Boyd wrote: > Quoting Joel Stanley (2020-10-13 22:28:00) >> On Wed, 14 Oct 2020 at 02:50, Stephen Boyd wrote: >>> >>> Quoting Ryan Chen (2020-09-28 00:01:08) In ASPEED SoC LCLK is LPC clock for all SuperIO device, UART1/UART2 are default for Host

Re: [PATCH 1/1] clk: aspeed: modify some default clks are critical

2020-10-28 Thread Joel Stanley
Thanks for the response Stephen. Sorry it's taken me a while to get back to you. On Wed, 14 Oct 2020 at 17:16, Stephen Boyd wrote: > > Quoting Joel Stanley (2020-10-13 22:28:00) > > On Wed, 14 Oct 2020 at 02:50, Stephen Boyd wrote: > > > > > > Quoting Ryan Chen (2020-09-28 00:01:08) > > > > In

Re: [PATCH 1/1] clk: aspeed: modify some default clks are critical

2020-10-14 Thread Stephen Boyd
Quoting Joel Stanley (2020-10-13 22:28:00) > On Wed, 14 Oct 2020 at 02:50, Stephen Boyd wrote: > > > > Quoting Ryan Chen (2020-09-28 00:01:08) > > > In ASPEED SoC LCLK is LPC clock for all SuperIO device, UART1/UART2 are > > > default for Host SuperIO UART device, eSPI clk for Host eSPI bus

Re: [PATCH 1/1] clk: aspeed: modify some default clks are critical

2020-10-14 Thread Joel Stanley
On Wed, 14 Oct 2020 at 02:50, Stephen Boyd wrote: > > Quoting Ryan Chen (2020-09-28 00:01:08) > > In ASPEED SoC LCLK is LPC clock for all SuperIO device, UART1/UART2 are > > default for Host SuperIO UART device, eSPI clk for Host eSPI bus access > > eSPI slave channel, those clks can't be disable

RE: [PATCH 1/1] clk: aspeed: modify some default clks are critical

2020-10-13 Thread Ryan Chen
ist > Subject: Re: [PATCH 1/1] clk: aspeed: modify some default clks are critical > > On Wed, 14 Oct 2020 at 02:50, Stephen Boyd wrote: > > > > Quoting Ryan Chen (2020-09-28 00:01:08) > > > In ASPEED SoC LCLK is LPC clock for all SuperIO device, UART1/UART2 > >

Re: [PATCH 1/1] clk: aspeed: modify some default clks are critical

2020-10-13 Thread Stephen Boyd
Quoting Ryan Chen (2020-09-28 00:01:08) > In ASPEED SoC LCLK is LPC clock for all SuperIO device, UART1/UART2 are > default for Host SuperIO UART device, eSPI clk for Host eSPI bus access > eSPI slave channel, those clks can't be disable should keep default, > otherwise will affect Host side

RE: [PATCH 1/1] clk: aspeed: modify some default clks are critical

2020-10-07 Thread Ryan Chen
t > ; BMC-SW > Subject: Re: [PATCH 1/1] clk: aspeed: modify some default clks are critical > > On Tue, 29 Sep 2020 at 08:40, Ryan Chen > wrote: > > > > > From: Joel Stanley > > > Sent: Tuesday, September 29, 2020 4:04 PM > > > To: Ryan Chen ; Jae

Re: [PATCH 1/1] clk: aspeed: modify some default clks are critical

2020-10-07 Thread Joel Stanley
M > > ; linux-aspeed > > ; Linux Kernel Mailing List > > ; BMC-SW > > Subject: Re: [PATCH 1/1] clk: aspeed: modify some default clks are critical > > > > On Mon, 28 Sep 2020 at 07:01, Ryan Chen > > wrote: > > > > > > In ASPEED SoC LCLK is

RE: [PATCH 1/1] clk: aspeed: modify some default clks are critical

2020-09-29 Thread Ryan Chen
t: Re: [PATCH 1/1] clk: aspeed: modify some default clks are critical > > On Mon, 28 Sep 2020 at 07:01, Ryan Chen > wrote: > > > > In ASPEED SoC LCLK is LPC clock for all SuperIO device, UART1/UART2 > > are default for Host SuperIO UART device, eSPI clk for Host eSPI bus &

Re: [PATCH 1/1] clk: aspeed: modify some default clks are critical

2020-09-29 Thread Joel Stanley
On Mon, 28 Sep 2020 at 07:01, Ryan Chen wrote: > > In ASPEED SoC LCLK is LPC clock for all SuperIO device, UART1/UART2 are > default for Host SuperIO UART device, eSPI clk for Host eSPI bus access > eSPI slave channel, those clks can't be disable should keep default, > otherwise will affect Host

[PATCH 1/1] clk: aspeed: modify some default clks are critical

2020-09-28 Thread Ryan Chen
In ASPEED SoC LCLK is LPC clock for all SuperIO device, UART1/UART2 are default for Host SuperIO UART device, eSPI clk for Host eSPI bus access eSPI slave channel, those clks can't be disable should keep default, otherwise will affect Host side access SuperIO and SPI slave device. Signed-off-by: