Re: [PATCH v2 0/2] clk: aspeed: Fix is_enabled and prevent reset if clock enabled

2018-03-14 Thread Eddie James
On 03/09/2018 06:41 PM, Stephen Boyd wrote: Quoting Eddie James (2018-03-08 12:57:18) Here are two fixes for the Aspeed clock driver. The first fixes the is_enabled clock function to account for different clock gates getting disabled with either 0s or 1s. The second patch addresses some issue

Re: [PATCH v2 0/2] clk: aspeed: Fix is_enabled and prevent reset if clock enabled

2018-03-09 Thread Stephen Boyd
Quoting Eddie James (2018-03-08 12:57:18) > Here are two fixes for the Aspeed clock driver. The first fixes the is_enabled > clock function to account for different clock gates getting disabled with > either 0s or 1s. The second patch addresses some issue found with the LPC > controller clock if it

[PATCH v2 0/2] clk: aspeed: Fix is_enabled and prevent reset if clock enabled

2018-03-08 Thread Eddie James
Here are two fixes for the Aspeed clock driver. The first fixes the is_enabled clock function to account for different clock gates getting disabled with either 0s or 1s. The second patch addresses some issue found with the LPC controller clock if it gets reset while the clock is enabled, which it i