From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 7 Oct 2012 20:23:34 +0200 Subject: [U-Boot] [PATCH 00/10] IDE code cleanup In-Reply-To: <1349625374-12391-1-git-send-email-morpheus.ibis@gmail.com> References: <1349625374-12391-1-git-send-email-morpheus.ibis@gmail.com> Message-ID: <201210072023.35092.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 series tries to remove all SoC-specific and board-specific code from > cmd_ide. Whenever an existing hook is present, it is used instead, when no > appropriate hook is present, one is created (either as a hook call or by > using the weak alias technique). The aim of this series is to prepare for > DM conversion, where most of the cmd_ide code will create a new universal > IDE driver, and all hooks and overrides will be provided in its platform > data. > > note: this series has not been tested on the actual hardware [...] All in all, it looks mostly good Best regards, Marek Vasut