From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753118Ab3B1X0H (ORCPT ); Thu, 28 Feb 2013 18:26:07 -0500 Received: from sauhun.de ([89.238.76.85]:43336 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751078Ab3B1X0D (ORCPT ); Thu, 28 Feb 2013 18:26:03 -0500 Date: Fri, 1 Mar 2013 00:25:58 +0100 From: Wolfram Sang To: Doug Anderson Cc: "linux-i2c@vger.kernel.org" , Mark Brown , Kukjin Kim , Olof Johansson , Thomas Abraham , Padmavathi Venna , Ben Dooks , "linux-arm-kernel@lists.infradead.org" , linux-samsung-soc@vger.kernel.org, Haojian Zhuang , Arnd Bergmann , Sylwester Nawrocki , Karol Lewandowski , "linux-kernel@vger.kernel.org" , Haojian Zhuang , Andrew Morton Subject: Re: [PATCH v3 0/2] Add automatic bus number support for i2c busses with device tree Message-ID: <20130228232558.GA8180@the-dreams.de> References: <1360630085-26874-1-git-send-email-dianders@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 > > Doug Anderson (2): > > i2c-core: dt: Pick i2c bus number from i2c alias if present > > i2c: pxa: Use i2c-core to get bus number now > > > > drivers/i2c/busses/i2c-pxa.c | 20 ++++++++-------- > > drivers/i2c/i2c-core.c | 54 ++++++++++++++++++++++++++++++++------------ > > 2 files changed, 49 insertions(+), 25 deletions(-) > > Is there anything else needed for this patch series? It's been > hanging around for quite a while and it would be nice to see it land. > If you're waiting for additional acks or reviews I'll ask around and > see if I can get them... Regarding patch 1, I was waiting for the idr changes to hit mainline. They are mainline now, but since the removal of MAX_IDR_MASK your patch doesn't apply anymore :( Can you rebase and retest, please? I'd like to get it into 3.9, still. For patch 2, some Tested-by would be nice; but it will probably make it into my for-next somewhen after rc1 is out. Thanks, Wolfram