mbox

[GIT,PULL,3/3] Rockchip soc32 updates for 4.13 part1

Message ID 6711954.Z0p86Q0GiD@phil
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.13-rockchip-soc32-1

Message

Heiko Stübner June 9, 2017, 10:15 a.m. UTC
The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.13-rockchip-soc32-1

for you to fetch changes up to 51f6bfc78beaaa4c42bd2ab394e2550285caab0c:

  ARM: rockchip: enable support for RV1108 SoC (2017-05-14 00:38:27 +0200)

----------------------------------------------------------------
Add support for the RV1108 and its debug uart

----------------------------------------------------------------
Andy Yan (2):
      ARM: debug: add low level debug uart for rv1108
      ARM: rockchip: enable support for RV1108 SoC

 arch/arm/Kconfig.debug            | 30 ++++++++++++++++++++++++++++++
 arch/arm/mach-rockchip/rockchip.c |  1 +
 2 files changed, 31 insertions(+)

Comments

Olof Johansson June 19, 2017, 2:08 a.m. UTC | #1
On Fri, Jun 09, 2017 at 12:15:36PM +0200, Heiko Stuebner wrote:
> The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
> 
>   Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.13-rockchip-soc32-1
> 
> for you to fetch changes up to 51f6bfc78beaaa4c42bd2ab394e2550285caab0c:
> 
>   ARM: rockchip: enable support for RV1108 SoC (2017-05-14 00:38:27 +0200)
> 
> ----------------------------------------------------------------
> Add support for the RV1108 and its debug uart
> 
> ----------------------------------------------------------------
> Andy Yan (2):
>       ARM: debug: add low level debug uart for rv1108
>       ARM: rockchip: enable support for RV1108 SoC

Merged, thanks.


-Olof