Re: [PATCH v4 4/9] drivers: max77693: Move state container to common header

2015-07-13 Thread Krzysztof Kozłowski
2015-07-13 22:29 GMT+09:00 Jacek Anaszewski : > Hi Krzysztof, > > I have tested leds-max77693 driver with this patch set and it > works fine. > Regarding this patch I have one remark: please keep alphabetical > order and put #include before > #include patch as well as in the patch 5/9. > > With t

Re: [PATCH v3 0/9] regulator: Merge max77843 into max77693

2015-07-12 Thread Krzysztof Kozłowski
2015-07-08 20:00 GMT+09:00 Krzysztof Kozlowski : > Dear Mark, > > > The patchset merges max77843 regulator driver into max77693. > > It touches multiple subsystems so I think the best way would be to > merge it through one tree. I already got acks from extcon, input > mfd and power maintainers. > >

Re: [PATCH v2 7/9] mfd/extcon: max77843: Rename defines to allow inclusion with max77693

2015-05-27 Thread Krzysztof Kozłowski
2015-05-27 22:50 GMT+09:00 Chanwoo Choi : > On Sun, May 24, 2015 at 2:43 PM, Krzysztof Kozlowski > wrote: >> Add MAX77843_MUIC prefix to some of the defines used in max77843 extcon >> driver so the max77693-private.h can be included simultaneously with >> max77843-private.h. >> >> Signed-off-by: K

Re: [PATCH v2 2/9] mfd: max77693: Store I2C device type as enum and add default unknown

2015-05-27 Thread Krzysztof Kozłowski
2015-05-27 19:23 GMT+09:00 Lee Jones : > On Sun, 24 May 2015, Krzysztof Kozlowski wrote: > >> Store the device type (obtained from i2c_device_id) as an enum and add a >> default type of unknown to distinguish from case when this is not set >> at all. >> >> Signed-off-by: Krzysztof Kozlowski >> ---