Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935309Ab3DHJip (ORCPT ); Mon, 8 Apr 2013 05:38:45 -0400 Received: from mga03.intel.com ([143.182.124.21]:20265 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752808Ab3DHJio (ORCPT ); Mon, 8 Apr 2013 05:38:44 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,429,1363158000"; d="scan'208";a="224429062" Date: Mon, 8 Apr 2013 11:38:42 +0200 From: Samuel Ortiz To: Mark Brown Cc: linux-kernel@vger.kernel.org, patches@opensource.wolfsonmicro.com Subject: Re: [PATCH 0/15] arizona updates for v3.10 Message-ID: <20130408093842.GA23639@zurbaran> References: <20130401172748.GG18636@opensource.wolfsonmicro.com> <20130403180423.GA6985@opensource.wolfsonmicro.com> <20130408092556.GL24058@zurbaran> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130408092556.GL24058@zurbaran> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1532 Lines: 42 On Mon, Apr 08, 2013 at 11:25:56AM +0200, Samuel Ortiz wrote: > On Wed, Apr 03, 2013 at 07:04:23PM +0100, Mark Brown wrote: > > On Mon, Apr 01, 2013 at 06:27:48PM +0100, Mark Brown wrote: > > > > > mfd: arizona: Updates for v3.10 > > > > > > This is really a few separate topics which I can split out if required: > > > > > > - WM5102 updates to improve robustness > > > - Improved support for interoperation with edge triggered interrupt > > > controllers > > > - Support for some unusual clocking configurations > > > - A couple small single patch updates and fixes > > > > > > > A few more updates for this which I'll post just now, I've updated the > > tag and branch: > > > > The following changes since commit 07961ac7c0ee8b546658717034fe692fd12eefa9: > > > > Linux 3.9-rc5 (2013-03-31 15:12:43 -0700) > > > > are available in the git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc.git tags/mfd-arizona-3.10 > Thanks, I pulled this one into mfd-next now. Actually, this branch fails to build for 2 reasons: - arizona_runtime_resume() tries to goto err; while there is no err label. - arizona_of_get_core_pdata() is not defiined when !CONFIG_OF. Cheers, Samuel. -- Intel Open Source Technology Centre http://oss.intel.com/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/