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

From: Eddie James
Date: Wed Mar 14 2018 - 15:12:01 EST




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 found with the LPC
controller clock if it gets reset while the clock is enabled, which it is by
default. Thanks to Lei Yu for tracking down the LPC issue.

Can you please add some "Fixes:" tags to these patches? Or just indicate
the tags and I can pick them up. If it doesn't happen, I'll just apply
these early next week.

Sure, sorry for the late response...

Patch 1 fixes 6671507f0fbd582b4003f837ab791d03ade8e0f4
Patch 2 fixes 15ed8ce5f84e2b3718690915dbee12ebd497dc0f

Thanks!
Eddie