From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 20 Sep 2012 21:58:17 +0200 Subject: [U-Boot] [PATCH 01/11] DM: add block device core In-Reply-To: <1348169867-2917-2-git-send-email-morpheus.ibis@gmail.com> References: <1348169867-2917-1-git-send-email-morpheus.ibis@gmail.com> <1348169867-2917-2-git-send-email-morpheus.ibis@gmail.com> Message-ID: <201209202158.18157.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, > This core will register all block devices (disk, cards, partitons) and > provide unfied access to them, instead of current method with device + > partition offset > > Signed-off-by: Pavel Herrmann > --- > Makefile | 1 + > drivers/blockdev/Makefile | 42 ++++++++++++++++ > include/dm/blockdev.h | 121 > ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 164 > insertions(+) > create mode 100644 drivers/blockdev/Makefile > create mode 100644 include/dm/blockdev.h Why not use drivers/block/ ? [...] Best regards, Marek Vasut