mbox

[U-Boot] Please pull u-boot-sunxi master (v2)

Message ID 5517F73B.9060209@redhat.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

http://git.denx.de/u-boot-sunxi.git master

Message

Hans de Goede March 29, 2015, 12:59 p.m. UTC
Hi Tom,

This pull-req superceeds my previous pull-req from about 10 minutes ago,
as I found that one board was missing a MAINTAINERS entry, so I've included
a fix for that in this new pull-req.

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 662e2acb46250881ec26bc8366fc9eb1856cb7c2:

   sunxi: UTOO_P66: Add missing MAINTAINERS entry (2015-03-29 14:56:48 +0200)

----------------------------------------------------------------
Hans de Goede (2):
       sunxi: musb: Fix some lo speed devices not working with musb host
       sunxi: UTOO_P66: Add missing MAINTAINERS entry

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/MAINTAINERS                |  1 +
  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 -
  15 files changed, 51 insertions(+), 26 deletions(-)

Regards,

Hans

Comments

Tom Rini March 29, 2015, 1:22 p.m. UTC | #1
On Sun, Mar 29, 2015 at 02:59:39PM +0200, Hans de Goede wrote:

> Hi Tom,
> 
> This pull-req superceeds my previous pull-req from about 10 minutes ago,
> as I found that one board was missing a MAINTAINERS entry, so I've included
> a fix for that in this new pull-req.
> 
> 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 662e2acb46250881ec26bc8366fc9eb1856cb7c2:
> 
>   sunxi: UTOO_P66: Add missing MAINTAINERS entry (2015-03-29 14:56:48 +0200)
> 

Applied to u-boot/master, thanks!