From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lukasz Majewski Date: Sat, 27 Oct 2012 23:01:06 +0200 Subject: [U-Boot] [PATCH v3 08/24] pmic: Move pmic related code to ./drivers/power directory In-Reply-To: <20121026212503.GH31793@bill-the-cat> References: <1350661451-1273-1-git-send-email-l.majewski@samsung.com> <1350661451-1273-9-git-send-email-l.majewski@samsung.com> <20121026212503.GH31793@bill-the-cat> Message-ID: <20121027230106.6a3e514c@jawa> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, > On Fri, Oct 19, 2012 at 05:43:55PM +0200, Lukasz Majewski wrote: > > > The PMIC framework has been moved to its more natural place > > ./drivers/power from ./drivers/misc directory. > > > > Signed-off-by: Lukasz Majewski > > Signed-off-by: Kyungmin Park > > --- > > Changes for v2: > > - New patch for v2 > > Changes for v3: > > - None > > --- > > drivers/misc/Makefile | 7 ------- > > drivers/power/Makefile | 8 ++++++++ > > drivers/{misc => power/max8997}/pmic_max8997.c | 0 > > drivers/{misc => power/max8998}/pmic_max8998.c | 0 > > OK, problem. This doesn't work with O= building. You need to convert > these subdirs to building libmax8997.o, etc. You got me here :-) I've found this problem when I've been testing the patch series with MAKEALL script, which cannot duplicate this directory tree at its ./build dir. I believe, that those directories are necessary for code readability and good structure. I will look into this problem and prepare a proper fix. Best regards, Lukasz Majewski