Re: [U-Boot] [PATCH v1 10/16] drivers: Add SPMI bus uclass

2016-01-11 Thread Mateusz Kulikowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Simon , On 11.01.2016 17:57, Simon Glass wrote: [...] >> @@ -0,0 +1,10 @@ >> +menu "SPMI support" >> + >> +config DM_SPMI > > Can we just use SPMI, or is that is use? We want to remove all the DM_ > options when everything is converted to driver

Re: [U-Boot] [PATCH v1 10/16] drivers: Add SPMI bus uclass

2016-01-11 Thread Simon Glass
Hi Mateusz, On 6 January 2016 at 11:21, Mateusz Kulikowski wrote: > Qualcom processors use proprietary bus to talk with PMIC devices - > SPMI (System Power Management Interface). > > On wiring level it is similar to I2C, but on protocol level, it's > multi-master and has simple autodetection capa

[U-Boot] [PATCH v1 10/16] drivers: Add SPMI bus uclass

2016-01-06 Thread Mateusz Kulikowski
Qualcom processors use proprietary bus to talk with PMIC devices - SPMI (System Power Management Interface). On wiring level it is similar to I2C, but on protocol level, it's multi-master and has simple autodetection capabilities. This commit adds simple uclass that provides bus read/write interfa