From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752563AbaHUPl0 (ORCPT ); Thu, 21 Aug 2014 11:41:26 -0400 Received: from mail-vc0-f178.google.com ([209.85.220.178]:40186 "EHLO mail-vc0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751398AbaHUPlY (ORCPT ); Thu, 21 Aug 2014 11:41:24 -0400 MIME-Version: 1.0 In-Reply-To: <20140821153836.GO4266@lee--X1> References: <1408627817-16171-1-git-send-email-zyw@rock-chips.com> <20140821153836.GO4266@lee--X1> Date: Thu, 21 Aug 2014 08:41:23 -0700 X-Google-Sender-Auth: DoXxe2zuPfleLun8KCF2NP6wc2E Message-ID: Subject: Re: [PATCH v3 2/5] MFD: RK808: Add new mfd driver for RK808 From: Doug Anderson To: Lee Jones Cc: Chris Zhong , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Samuel Ortiz , Liam Girdwood , "broonie@kernel.org" , Alessandro Zummo , Mike Turquette , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , rtc-linux@googlegroups.com, Grant Likely , Lin Huang , Tao Huang , Eddie Cai , zhangqing , xxx , =?UTF-8?Q?Heiko_St=C3=BCbner?= , Olof Johansson , Sonny Rao , Dmitry Torokhov , Javier Martinez Canillas , Kever Yang Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Lee, On Thu, Aug 21, 2014 at 8:38 AM, Lee Jones wrote: > On Thu, 21 Aug 2014, Chris Zhong wrote: >> The RK808 chip is a power management IC for multimedia and handheld >> devices. It contains the following components: >> >> - Regulators >> - RTC >> >> The rk808 core driver is registered as a platform driver and provides >> communication through I2C with the host device for the different >> components. >> >> Signed-off-by: Chris Zhong >> >> --- >> >> Changes in v3: None > > Why haven't you fixed up my review comments? I saw in a private message from Chris that his v2 was actually the wrong version (an old branch from his tree) by mistake. His v3 is what v2 was supposed to be. He didn't have time to fixup review comments yet (he just wanted to send the correct v2), so expect a v4. Chris: you probably should have included that somewhere in your email on the lists so people weren't confused. -Doug From mboxrd@z Thu Jan 1 00:00:00 1970 From: Doug Anderson Subject: Re: [PATCH v3 2/5] MFD: RK808: Add new mfd driver for RK808 Date: Thu, 21 Aug 2014 08:41:23 -0700 Message-ID: References: <1408627817-16171-1-git-send-email-zyw@rock-chips.com> <20140821153836.GO4266@lee--X1> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <20140821153836.GO4266@lee--X1> Sender: linux-kernel-owner@vger.kernel.org To: Lee Jones Cc: Chris Zhong , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Samuel Ortiz , Liam Girdwood , "broonie@kernel.org" , Alessandro Zummo , Mike Turquette , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , rtc-linux@googlegroups.com, Grant Likely , Lin Huang , Tao Huang , Eddie Cai , zhangqing , xxx , =?UTF-8?Q?Heiko_St=C3=BCbner?= , Olof Johansson , Sonny Rao List-Id: devicetree@vger.kernel.org Lee, On Thu, Aug 21, 2014 at 8:38 AM, Lee Jones wrote: > On Thu, 21 Aug 2014, Chris Zhong wrote: >> The RK808 chip is a power management IC for multimedia and handheld >> devices. It contains the following components: >> >> - Regulators >> - RTC >> >> The rk808 core driver is registered as a platform driver and provides >> communication through I2C with the host device for the different >> components. >> >> Signed-off-by: Chris Zhong >> >> --- >> >> Changes in v3: None > > Why haven't you fixed up my review comments? I saw in a private message from Chris that his v2 was actually the wrong version (an old branch from his tree) by mistake. His v3 is what v2 was supposed to be. He didn't have time to fixup review comments yet (he just wanted to send the correct v2), so expect a v4. Chris: you probably should have included that somewhere in your email on the lists so people weren't confused. -Doug