From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Fri, 28 Jun 2013 17:05:29 +0200 Subject: [U-Boot] [PULL] : Please pull u-boot-imx Message-ID: <51CDA639.2040405@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 Hi Albert, some fixes and pending patches. Please pull from u-boot-imx, thanks ! The following changes since commit 4a1c7b13ae104d4526d3176793b7f6b06694df15: vf610twr: Drop unneeded 'status' variable (2013-06-06 17:52:08 +0200) are available in the git repository at: git://www.denx.de/git/u-boot-imx.git master for you to fetch changes up to d6c6d127c5b948ec381fad5b24a2bc5497720644: vf610twr: Remove SoC name from U-Boot prompt (2013-06-28 16:59:08 +0200) ---------------------------------------------------------------- Dirk Behme (2): spi: mxc_spi: Fix pre and post divider calculation spi: mxc_spi: Update pre and post divider algorithm Eric Nelson (1): dwc_ahsata: Allow use with dcache enabled Fabio Estevam (8): README: mx28_common: Keep the text within 80 columns README: mx28_common: Do not hardcode the SSP port README: mx28_common: Fix structure of sentence README: mxs: Introduce README.mxs mx28evk: Move README file inside board directory m28evk: Move README file inside board directory MAINTAINERS: Add an entry to the mx6q wandboard variant video: mxsfb: Break the line in videomode message Otavio Salvador (2): vf610twr: Add default environment in line with other Freescale boards vf610twr: Remove SoC name from U-Boot prompt Pierre Aubert (3): imx6: fix GPR2 wrong definition imx: Complete the pin definitions for the i.MX6DL / i.MX6Solo imx: Add support for the SabreSD shipped with i.MX6DL Robert Winkler (4): imx: nitrogen6x: Enabled data cache imx: nitrogen6x: Enable bootz imx: nitrogen6x: Enable raw initrd imx: nitrogen6x: Enable filesystem generic commands Tapani Utriainen (1): Add support for Wandboard Quad trem (2): mx27: add function enable_caches mx27: add i2c clock MAINTAINERS | 4 +- arch/arm/cpu/arm926ejs/mx27/generic.c | 10 + arch/arm/include/asm/arch-mx27/clock.h | 1 + arch/arm/include/asm/arch-mx6/imx-regs.h | 2 +- arch/arm/include/asm/arch-mx6/mx6dl_pins.h | 1591 +++++++++++++++++++- doc/README.m28 => board/denx/m28evk/README | 4 +- .../freescale/mx28evk/README | 3 +- .../freescale/{mx6qsabresd => mx6sabresd}/Makefile | 2 +- .../mx6qsabresd.c => mx6sabresd/mx6sabresd.c} | 7 +- board/wandboard/README | 5 + board/wandboard/wandboard.c | 2 +- boards.cfg | 6 +- doc/README.mx28_common | 75 +- drivers/block/dwc_ahsata.c | 34 +- drivers/spi/mxc_spi.c | 28 +- drivers/video/mxsfb.c | 2 +- include/configs/mx6qsabreauto.h | 2 +- .../{mx6qsabre_common.h => mx6sabre_common.h} | 1 - include/configs/{mx6qsabresd.h => mx6sabresd.h} | 2 +- include/configs/nitrogen6x.h | 6 +- include/configs/vf610twr.h | 93 +- include/configs/wandboard.h | 2 + 22 files changed, 1776 insertions(+), 106 deletions(-) rename doc/README.m28 => board/denx/m28evk/README (75%) rename doc/README.mx28evk => board/freescale/mx28evk/README (93%) rename board/freescale/{mx6qsabresd => mx6sabresd}/Makefile (98%) rename board/freescale/{mx6qsabresd/mx6qsabresd.c => mx6sabresd/mx6sabresd.c} (98%) rename include/configs/{mx6qsabre_common.h => mx6sabre_common.h} (99%) rename include/configs/{mx6qsabresd.h => mx6sabresd.h} (97%) -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================