mbox

[GIT,PULL] Allwinner fixes for 4.13

Message ID 20170727145453.il2nepmrrr355fgp@wens.csie.org
State New
Headers show

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-fixes-for-4.13

Message

Chen-Yu Tsai July 27, 2017, 2:54 p.m. UTC
Hi Arnd, Olof,

I will be handling some of the pull requests this cycle.
Here are some fixes we would like merged for 4.13.

Thanks!
ChenYu


The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:

  Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-fixes-for-4.13

for you to fetch changes up to c50f9fb6c535edf4731eecb53d91ebc297e82e5b:

  ARM: dts: sun8i: a83t: Switch to CCU device tree binding macros (2017-07-27 21:18:48 +0800)

----------------------------------------------------------------
Allwinner fixes for 4.13

Two fixes to correct the EMAC blocks memory region size to match the
datasheet. One that converts raw A83T clock indices to macros from the
clk dt-binding header, completing the A83T sunxi-ng clk driver.

----------------------------------------------------------------
Chen-Yu Tsai (1):
      ARM: dts: sun8i: a83t: Switch to CCU device tree binding macros

Corentin Labbe (2):
      ARM: dts: sunxi: h3/h5: Correct emac register size
      arm64: allwinner: sun50i-a64: Correct emac register size

 arch/arm/boot/dts/sun8i-a83t.dtsi             | 16 +++++++++-------
 arch/arm/boot/dts/sunxi-h3-h5.dtsi            |  2 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi |  2 +-
 3 files changed, 11 insertions(+), 9 deletions(-)

Comments

Maxime Ripard July 27, 2017, 6:38 p.m. UTC | #1
Hi Arnd, Olof,

On Thu, Jul 27, 2017 at 10:54:53PM +0800, Chen-Yu Tsai wrote:
> I will be handling some of the pull requests this cycle.
> Here are some fixes we would like merged for 4.13.

As you might have noticed, Chen-Yu has been a co-maintainer for the
Allwinner stuff. He will handle most (if not all) the pull requests
for this cycle, so you should expect to see more PR's from him.

Thanks!
Maxime
Arnd Bergmann Aug. 4, 2017, 11:23 a.m. UTC | #2
On Thu, Jul 27, 2017 at 8:38 PM, Maxime Ripard
<maxime.ripard@free-electrons.com> wrote:
> Hi Arnd, Olof,
>
> On Thu, Jul 27, 2017 at 10:54:53PM +0800, Chen-Yu Tsai wrote:
>> I will be handling some of the pull requests this cycle.
>> Here are some fixes we would like merged for 4.13.

Pulled into fixes now.

> As you might have noticed, Chen-Yu has been a co-maintainer for the
> Allwinner stuff. He will handle most (if not all) the pull requests
> for this cycle, so you should expect to see more PR's from him.

Ok.

Thanks,

       Arnd