From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754085Ab1GETxu (ORCPT ); Tue, 5 Jul 2011 15:53:50 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:53991 "EHLO opensource2.wolfsonmicro.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752494Ab1GETxt (ORCPT ); Tue, 5 Jul 2011 15:53:49 -0400 Date: Tue, 5 Jul 2011 12:53:45 -0700 From: Mark Brown To: MyungJoo Ham Cc: linux-kernel@vger.kernel.org, Samuel Ortiz , Kyungmin Park , Liam Girdwood , Donggeun Kim Subject: Re: [PATCH 3/3] MFD: MAX8997: IRQ definition moved to public header. Message-ID: <20110705195344.GC8642@opensource.wolfsonmicro.com> References: <20110630052808.GA796@opensource.wolfsonmicro.com> <20110630055719.GA930@opensource.wolfsonmicro.com> <20110630155634.GE3249@opensource.wolfsonmicro.com> <20110704171634.GD28726@opensource.wolfsonmicro.com> <20110705061903.GD1625@opensource.wolfsonmicro.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Cookie: You too can wear a nose mitten. 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 On Tue, Jul 05, 2011 at 03:49:39PM +0900, MyungJoo Ham wrote: > Anyway, I've been trying to implement some virtual device driver or > psuedo framework in kernel to interconnect charger related devices, > "charger manager". This code mentioned is to support that "charger > manager". It is sort of at a higher level of charger related devices, > taking device names of them as a platform data. The platform data > taking the IRQ numbers is the one for that "charger manager". Right, so what I'm saying is that the interface between the two blocks should be changed so that the manager code isn't talking directly to the interrupt but is talking to something higher level.