All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans de Goede <hdegoede@redhat.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/5] sunxi: misc fixes and SinA33 support
Date: Fri, 26 Jun 2015 12:14:59 +0200	[thread overview]
Message-ID: <558D2623.305@redhat.com> (raw)
In-Reply-To: <1435060647-30648-1-git-send-email-wens@csie.org>

Hi,

On 23-06-15 13:57, Chen-Yu Tsai wrote:
> Hi,
>
> This series adds support for Sinlinx SinA33, an A33 devboard, while
> also fixing some things I encountered along the way.
>
> Patch 1 fixes build break when using PORT F UART0. (It seems no one
> uses it now that we have LCD support.)
>
> Patch 2 fixes the RSB errors I ran into on my A33 devices.
>
> Patch 3 adds support for UART0 on PB pin group, which is A33 specific.
>
> Patch 4 syncs the sun8i dts files with the latest dts patches bound
> for 4.2.
>
> Patch 5 adds a defconfig for the Sinlinx SinA33.

Thanks, I've merged all 5 and just send a pull-req out to
get these included into v2015.07 (given the bug-fix nature
of the first 2 patches).

Regards,

Hans

>
>
> Regards
> ChenYu
>
> 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 ++
>   ...sun8i-a33.dtsi => sun8i-a33-sinlinx-sina33.dts} | 106 ++++++++++++++-------
>   arch/arm/dts/sun8i-a33.dtsi                        |   8 ++
>   arch/arm/include/asm/arch-sunxi/gpio.h             |   1 +
>   board/sunxi/MAINTAINERS                            |   6 ++
>   configs/Sinlinx_SinA33_defconfig                   |   8 ++
>   9 files changed, 119 insertions(+), 40 deletions(-)
>   copy arch/arm/dts/{sun8i-a33.dtsi => sun8i-a33-sinlinx-sina33.dts} (56%)
>   create mode 100644 configs/Sinlinx_SinA33_defconfig
>

      parent reply	other threads:[~2015-06-26 10:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-23 11:57 [U-Boot] [PATCH 0/5] sunxi: misc fixes and SinA33 support Chen-Yu Tsai
2015-06-23 11:57 ` [U-Boot] [PATCH 1/5] sunxi: hardware-feature-specific function index defines for PORT F UART0 Chen-Yu Tsai
2015-06-23 11:57 ` [U-Boot] [PATCH 2/5] sunxi: rsb: Enable R_PIO clock before configuring external pins Chen-Yu Tsai
2015-06-23 18:29   ` Maxime Ripard
2015-06-23 11:57 ` [U-Boot] [PATCH 3/5] sunxi: Add support for UART0 in PB pin group on A33 Chen-Yu Tsai
2015-06-23 11:57 ` [U-Boot] [PATCH 4/5] sunxi: Sync sun8i dts files with the linux kernel Chen-Yu Tsai
2015-06-23 11:57 ` [U-Boot] [PATCH 5/5] sunxi: Add Sinlinx SinA33 defconfig Chen-Yu Tsai
2015-06-26 10:14 ` Hans de Goede [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=558D2623.305@redhat.com \
    --to=hdegoede@redhat.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.