Re: [PATCH v1] clk: qcom: clk-rpmh: Add IPA clock support

2019-01-17 Thread Stephen Boyd
Quoting David Dai (2019-01-16 16:54:39) > > On 1/14/2019 8:47 AM, Stephen Boyd wrote: > > Quoting David Dai (2019-01-11 16:56:14) > >> On 1/9/2019 11:28 AM, Stephen Boyd wrote: > >>> Quoting David Dai (2018-12-13 18:35:04) > + > +#define BCM_TCS_CMD(valid, vote)

Re: [PATCH v1] clk: qcom: clk-rpmh: Add IPA clock support

2019-01-16 Thread David Dai
On 1/14/2019 8:47 AM, Stephen Boyd wrote: Quoting David Dai (2019-01-11 16:56:14) On 1/9/2019 11:28 AM, Stephen Boyd wrote: Quoting David Dai (2018-12-13 18:35:04) + +#define BCM_TCS_CMD(valid, vote) \ + (BCM_TCS_CMD_COMMIT_MASK |

Re: [PATCH v1] clk: qcom: clk-rpmh: Add IPA clock support

2019-01-14 Thread Stephen Boyd
Quoting David Dai (2019-01-11 16:56:14) > > On 1/9/2019 11:28 AM, Stephen Boyd wrote: > > Quoting David Dai (2018-12-13 18:35:04) > >> + > >> +#define BCM_TCS_CMD(valid, vote) \ > >> + (BCM_TCS_CMD_COMMIT_MASK | \ > >> + ((vali

Re: [PATCH v1] clk: qcom: clk-rpmh: Add IPA clock support

2019-01-11 Thread David Dai
On 1/9/2019 11:28 AM, Stephen Boyd wrote: Quoting David Dai (2018-12-13 18:35:04) The current clk-rpmh driver only supports on and off RPMh clock resources, let's extend the current driver by add support for clocks that are managed by a different type of RPMh resource known as Bus Clock Manage

Re: [PATCH v1] clk: qcom: clk-rpmh: Add IPA clock support

2019-01-09 Thread Stephen Boyd
Quoting David Dai (2018-12-13 18:35:04) > The current clk-rpmh driver only supports on and off RPMh clock resources, > let's extend the current driver by add support for clocks that are managed > by a different type of RPMh resource known as Bus Clock Manager(BCM). > The BCM is a configurable share

[PATCH v1] clk: qcom: clk-rpmh: Add IPA clock support

2018-12-13 Thread David Dai
The current clk-rpmh driver only supports on and off RPMh clock resources, let's extend the current driver by add support for clocks that are managed by a different type of RPMh resource known as Bus Clock Manager(BCM). The BCM is a configurable shared resource aggregator that scales performance ba