mbox series

[GIT,PULL] Allwinner arm64 DT changes for 4.21 - round 2

Message ID 20181219095847.GA6281@wens.csie.org (mailing list archive)
State Mainlined, archived
Commit c266a2b4407af7a6fc39f449782aa5c0be48be5a
Headers show
Series [GIT,PULL] Allwinner arm64 DT changes for 4.21 - round 2 | expand

Pull-request

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

Message

Chen-Yu Tsai Dec. 19, 2018, 9:58 a.m. UTC
Hi Arnd, Olof,

This is a late pull request for 4.21. There's only one patch, as shown
in the tag's body. Like the arm32 DT PR, the patch from a series that
had been posted over a month ago, and the driver bits were merged today.
We'd like to have it included for 4.21.


Regards
ChenYu


The following changes since commit 44ff3cafcd7f413e7710a58ac40cfdc3a9380097:

  arm64: dts: allwinner: a64: Fix up RTC device node and clock references (2018-12-07 10:23:39 +0800)

are available in the Git repository at:

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

for you to fetch changes up to c266a2b4407af7a6fc39f449782aa5c0be48be5a:

  arm64: dts: allwinner: a64: bananapi-m64: Add Bluetooth device node (2018-12-19 17:22:41 +0800)

----------------------------------------------------------------
Allwinner arm64 DT changes for 4.21 - round 2

Bluetooth using a Broadcom (now Cypress) chip connected to an UART on
the Bananapi M64 is enabled using serdev and the updated bindings for
Broadcom Bluetooth. The patch series had been sitting on the mailing
lists for a month, and the driver bits were just merged on 2018/12/19.

----------------------------------------------------------------
Chen-Yu Tsai (1):
      arm64: dts: allwinner: a64: bananapi-m64: Add Bluetooth device node

 arch/arm64/boot/dts/allwinner/sun50i-a64-bananapi-m64.dts | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

Comments

Arnd Bergmann Dec. 20, 2018, 3:59 p.m. UTC | #1
On Wed, Dec 19, 2018 at 10:58 AM Chen-Yu Tsai <wens@csie.org> wrote:
>
> Hi Arnd, Olof,
>
> This is a late pull request for 4.21. There's only one patch, as shown
> in the tag's body. Like the arm32 DT PR, the patch from a series that
> had been posted over a month ago, and the driver bits were merged today.
> We'd like to have it included for 4.21.

Pulled into next/dt, thanks!

       Arnd