From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 21 Sep 2012 15:54:33 +0200 Subject: [U-Boot] [PATCH 02/11] DM: add support for scanning DOS partitions to blockdev core In-Reply-To: <4576803.KJR9ZLcVKI@bloomfield> References: <1348169867-2917-1-git-send-email-morpheus.ibis@gmail.com> <201209211447.24513.marex@denx.de> <4576803.KJR9ZLcVKI@bloomfield> Message-ID: <201209211554.33874.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Pavel Herrmann, [...] > > You need the "driver wrapping API" if DM is enabled? I do not understand > > this, please elaborate! > > > > What about having a common part for both cases and then compile either > > the DM part or non-DM part conditionally? > > this is all DM-only. > driver-wrapping API is wrapper/proxy functions to driver ops (aka it wraps > around the ops, doing lookup and activate and whatnot), not a wrapper for > old API (which would be in a driver mind you) I see ... do you still fail to understand why I'm being such a documentation/comments bitch? [...] Best regards, Marek Vasut