From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Sun, 29 Mar 2015 14:41:55 +0200 Subject: [U-Boot] Please pull u-boot-sunxi master Message-ID: <5517F313.7010408@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, Please pull u-boot-sunxi/master into master for another round of bugfixes for v2015.04: The following changes since commit 5db752353b6a19c50db4a30692efb7e845fb8a6e: powerpc: ppc4xx: convert AMCC boards to generic board (2015-03-28 12:09:46 -0400) are available in the git repository at: http://git.denx.de/u-boot-sunxi.git master for you to fetch changes up to 961e77712bbf14a6797bc0d725aed956cd06bce1: sunxi: a10-LIME set the cpu clock at boot to 912MHz (2015-03-29 13:37:39 +0200) ---------------------------------------------------------------- Hans de Goede (1): sunxi: musb: Fix some lo speed devices not working with musb host Iain Paton (3): sunxi: sun4i: improve cpu clock selection method sunxi: use CONFIG_SYS_CLK_FREQ to set cpu clock sunxi: a10-LIME set the cpu clock at boot to 912MHz Kconfig | 2 +- arch/arm/cpu/armv7/sunxi/clock_sun4i.c | 35 ++++++++++++++++++---------------- arch/arm/cpu/armv7/sunxi/psci.S | 2 +- arch/arm/cpu/armv7/sunxi/usbc.c | 7 +++++++ arch/arm/include/asm/arch-sunxi/usbc.h | 1 + board/sunxi/Kconfig | 4 ++++ board/sunxi/board.c | 2 +- configs/A10-OLinuXino-Lime_defconfig | 1 + drivers/usb/musb-new/musb_uboot.c | 14 ++++++++++++++ include/configs/sun4i.h | 1 - include/configs/sun5i.h | 1 - include/configs/sun6i.h | 1 - include/configs/sun7i.h | 4 +--- include/configs/sun8i.h | 1 - 14 files changed, 50 insertions(+), 26 deletions(-) Regards, Hans