Re: [RFC 04/11] soc: amlogic: Add support for SM1 power controller

2019-08-20 Thread Kevin Hilman
Neil Armstrong writes: > On 20/08/2019 01:56, Kevin Hilman wrote: >> Neil Armstrong writes: >> >>> Add support for the General Purpose Amlogic SM1 Power controller, >>> dedicated to the PCIe, USB, NNA and GE2D Power Domains. >>> >>> Signed-off-by: Neil Armstrong >> >> I like this driver in

Re: [RFC 04/11] soc: amlogic: Add support for SM1 power controller

2019-08-20 Thread Neil Armstrong
On 20/08/2019 01:56, Kevin Hilman wrote: > Neil Armstrong writes: > >> Add support for the General Purpose Amlogic SM1 Power controller, >> dedicated to the PCIe, USB, NNA and GE2D Power Domains. >> >> Signed-off-by: Neil Armstrong > > I like this driver in general, but as I look at all the EE

Re: [RFC 04/11] soc: amlogic: Add support for SM1 power controller

2019-08-19 Thread Kevin Hilman
Neil Armstrong writes: > Add support for the General Purpose Amlogic SM1 Power controller, > dedicated to the PCIe, USB, NNA and GE2D Power Domains. > > Signed-off-by: Neil Armstrong I like this driver in general, but as I look at all the EE power domains for GX, G12 and SM1 they are really

[RFC 04/11] soc: amlogic: Add support for SM1 power controller

2019-07-01 Thread Neil Armstrong
Add support for the General Purpose Amlogic SM1 Power controller, dedicated to the PCIe, USB, NNA and GE2D Power Domains. Signed-off-by: Neil Armstrong --- drivers/soc/amlogic/Kconfig | 11 ++ drivers/soc/amlogic/Makefile | 1 + drivers/soc/amlogic/meson-sm1-pwrc.c | 245