mbox series

[GIT,PULL] Allwinner drivers changes for 4.21

Message ID 20181207143015.qemj5ny36hyv2kug@flea
State New
Headers show
Series [GIT,PULL] Allwinner drivers changes for 4.21 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-drivers-for-4.21

Message

Maxime Ripard Dec. 7, 2018, 2:30 p.m. UTC
Hi Arnd, Kevin, Olof,

Please pull the following changes for the next merge window.

Thanks!
Maxime

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-drivers-for-4.21

for you to fetch changes up to d44d37cb27df5501de0693fb03803e244653713c:

  dt-bindings: sram: sunxi: Add compatible for the A64 SRAM C1 (2018-12-05 12:03:47 +0100)

----------------------------------------------------------------
Allwinner drivers changes for 4.21

Those patches are all about our SRAM driver, to enable new SoCs: the
F1c100s, the H5 and the A64 C1 SRAM, that is used by the video decoding
engine.

----------------------------------------------------------------
Mesih Kilinc (1):
      dt-bindings: sram: Add Allwinner suniv F1C100s

Paul Kocialkowski (4):
      soc: sunxi: sram: Enable EMAC clock access for H3 variant
      soc: sunxi: sram: Add support for the H5 SoC system control
      dt-bindings: sram: sunxi: Add bindings for the H5 with SRAM C1
      dt-bindings: sram: sunxi: Add compatible for the A64 SRAM C1

Yangtao Li (1):
      soc: sunxi: Change to use DEFINE_SHOW_ATTRIBUTE macro

 .../devicetree/bindings/sram/sunxi-sram.txt        |  9 +++++++++
 drivers/soc/sunxi/sunxi_sram.c                     | 22 ++++++++++------------
 2 files changed, 19 insertions(+), 12 deletions(-)

Comments

Olof Johansson Dec. 12, 2018, 9:31 p.m. UTC | #1
On Fri, Dec 07, 2018 at 03:30:15PM +0100, Maxime Ripard wrote:
> Hi Arnd, Kevin, Olof,
> 
> Please pull the following changes for the next merge window.
> 
> Thanks!
> Maxime
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-drivers-for-4.21
> 
> for you to fetch changes up to d44d37cb27df5501de0693fb03803e244653713c:
> 
>   dt-bindings: sram: sunxi: Add compatible for the A64 SRAM C1 (2018-12-05 12:03:47 +0100)
> 
> ----------------------------------------------------------------
> Allwinner drivers changes for 4.21
> 
> Those patches are all about our SRAM driver, to enable new SoCs: the
> F1c100s, the H5 and the A64 C1 SRAM, that is used by the video decoding
> engine.

Merged, thanks!


-Olof