From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikita Kiryanov Date: Wed, 28 May 2014 19:38:09 +0300 Subject: [U-Boot] [PATCH v3 05/11] imx: add comments and remove unused struct fields In-Reply-To: <1399526182-11966-6-git-send-email-tharvey@gateworks.com> References: <1399526182-11966-1-git-send-email-tharvey@gateworks.com> <1399526182-11966-6-git-send-email-tharvey@gateworks.com> Message-ID: <538610F1.3050702@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/05/14 08:16, Tim Harvey wrote: > Add comment block for the imx_ddr_size function and remove the extra unused > fields from struct esd_mmdc_regs which are also not common between IMX53 and > IMX6. > > Signed-off-by: Tim Harvey > Acked-by: Stefano Babic > --- > v3: > - fixed doxygen-style comment block > - added Stefano's Ack > > v2: > - new patch in series > --- Acked-by: Nikita Kiryanov