From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753320AbcEXBds (ORCPT ); Mon, 23 May 2016 21:33:48 -0400 Received: from mailgw02.mediatek.com ([210.61.82.184]:59078 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752316AbcEXBdr (ORCPT ); Mon, 23 May 2016 21:33:47 -0400 Message-ID: <1464053619.18442.11.camel@mtksdaap41> Subject: Re: [PATCH] regulator: mt6397: Constify struct regulator_ops From: Henry Chen To: Mark Brown CC: Liam Girdwood , Matthias Brugger , Sascha Hauer , , , , Date: Tue, 24 May 2016 09:33:39 +0800 In-Reply-To: <20160523113222.GT8206@sirena.org.uk> References: <1463988616-18803-1-git-send-email-henryc.chen@mediatek.com> <20160523113222.GT8206@sirena.org.uk> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Mark, On Mon, 2016-05-23 at 12:32 +0100, Mark Brown wrote: > On Mon, May 23, 2016 at 03:30:16PM +0800, Henry Chen wrote: > > Consitify the structure of regulator operations. > > Oh, actually the mode setting patch does apply but it depends on this > one (which was sent after...). It would have been better to send a > patch series for the driver and separately a patch series for the core, > the driver changes are orthogonal to the core ones here. Got it. Sorry for unawareness of the dependency issue and thanks for kindly reminder.