Re: [PATCH v2 5/5] clk: aspeed: Add reset controller

2017-09-26 Thread Joel Stanley
On Mon, Sep 25, 2017 at 10:54 PM, Andrew Jeffery wrote: > On Thu, 2017-09-21 at 13:56 +0930, Joel Stanley wrote: >> +static const u8 aspeed_resets[] = { >> + 25, /* x-dma */ >> + 24, /* mctp */ >> + 23, /* adc */ >> + 22, /* jtag-master */ >> + 18, /* mic */ >> + 9, /* pwm

Re: [PATCH v2 5/5] clk: aspeed: Add reset controller

2017-09-25 Thread Andrew Jeffery
On Thu, 2017-09-21 at 13:56 +0930, Joel Stanley wrote: > There are some resets that are not associated with gates. These are > represented by a reset controller. >  > Signed-off-by: Joel Stanley > --- >  drivers/clk/clk-aspeed.c | 82 > +++- >  include/d

[PATCH v2 5/5] clk: aspeed: Add reset controller

2017-09-20 Thread Joel Stanley
There are some resets that are not associated with gates. These are represented by a reset controller. Signed-off-by: Joel Stanley --- drivers/clk/clk-aspeed.c | 82 +++- include/dt-bindings/clock/aspeed-clock.h | 9 2 files changed, 90 insertion