mbox

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

Message ID 5599213D.8050309@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 July 5, 2015, 12:21 p.m. UTC
Hi Tom,

Here is a rebased / fixed version of my previous pull-req for
two bug-fixes, and one new board.

Since the first one was no good I've done a forced push with
the new one to u-boot-sunxi/master .

The following changes since commit 891b487098ee2169a16b1bbb354aaef28aa90630:

   Merge branch 'master' of git://git.denx.de/u-boot-spi (2015-07-01 15:38:12 -0400)

are available in the git repository at:

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

for you to fetch changes up to 4e87398fcc946c076339e8ed9bf1cc576fd42cf7:

   sunxi: Add Sinlinx SinA33 defconfig (2015-07-05 11:32:11 +0200)

----------------------------------------------------------------
Chen-Yu Tsai (5):
       sunxi: hardware-feature-specific function index defines for PORT F UART0
       sunxi: rsb: Enable R_PIO clock before configuring external pins
       sunxi: Add support for UART0 in PB pin group on A33
       sunxi: Sync sun8i dts files with the linux kernel
       sunxi: Add Sinlinx SinA33 defconfig

  arch/arm/cpu/armv7/sunxi/board.c          |  12 ++-
  arch/arm/cpu/armv7/sunxi/rsb.c            |   5 +-
  arch/arm/dts/Makefile                     |   3 +-
  arch/arm/dts/sun8i-a23-a33.dtsi           |  10 +++
  arch/arm/dts/sun8i-a33-sinlinx-sina33.dts | 129 ++++++++++++++++++++++++++++++
  arch/arm/dts/sun8i-a33.dtsi               |   8 ++
  arch/arm/include/asm/arch-sunxi/gpio.h    |   1 +
  board/sunxi/MAINTAINERS                   |   6 ++
  configs/Sinlinx_SinA33_defconfig          |  16 ++++
  9 files changed, 183 insertions(+), 7 deletions(-)
  create mode 100644 arch/arm/dts/sun8i-a33-sinlinx-sina33.dts
  create mode 100644 configs/Sinlinx_SinA33_defconfig

Regards,

Hans

Comments

Tom Rini July 6, 2015, 3:24 p.m. UTC | #1
On Sun, Jul 05, 2015 at 02:21:17PM +0200, Hans de Goede wrote:

> Hi Tom,
> 
> Here is a rebased / fixed version of my previous pull-req for
> two bug-fixes, and one new board.
> 
> Since the first one was no good I've done a forced push with
> the new one to u-boot-sunxi/master .
> 
> The following changes since commit 891b487098ee2169a16b1bbb354aaef28aa90630:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-spi (2015-07-01 15:38:12 -0400)
> 
> are available in the git repository at:
> 
>   http://git.denx.de/u-boot-sunxi.git master
> 
> for you to fetch changes up to 4e87398fcc946c076339e8ed9bf1cc576fd42cf7:
> 
>   sunxi: Add Sinlinx SinA33 defconfig (2015-07-05 11:32:11 +0200)
> 

Applied to u-boot/master, thanks!