mbox series

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

Message ID 20181219095546.GA2302@wens.csie.org
State New
Headers show
Series [GIT,PULL] Allwinner DT changes for 4.21 - Round 2 | expand

Pull-request

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

Message

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

This is a late pull request for 4.21. There are two patches, as shown
in the tag's body. The first is a fix for content sent in the first
pull request for 4.21. The second is a patch from a series that had
been posted over a month ago, and the driver bits were merged today.
We'd like to have both patches included for 4.21.


Regards
ChenYu


The following changes since commit 5719ac19fc32d892434939c1756c2f9a8322e6ef:

  ARM: dts: sunxi: Fix PMU compatible strings (2018-12-07 15:34:24 +0100)

are available in the Git repository at:

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

for you to fetch changes up to afdd273e269ca8dee3c70c150d96b4de4f83d39e:

  ARM: dts: sunxi: Enable Broadcom-based Bluetooth for multiple boards (2018-12-19 17:26:14 +0800)

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

This is a small pull request for some lingering things that didn't make
the first round of patches.

First, the new suniv device tree included device tree headers for the
clock and reset indices. These header filers are going in through the
clock tree. Thus with the dt and core branches in arm-soc alone, it
doesn't build. One fix is included to remove the #include statements.
The defined macros aren't used yet as they were properly removed during
the review phase.

Second, Bluetooth using Broadcom (now Cypress) chips connected to UARTs
on various boards 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):
      ARM: dts: sunxi: Enable Broadcom-based Bluetooth for multiple boards

Maxime Ripard (1):
      ARM: dts: suniv: Fix improper bindings include patch

 arch/arm/boot/dts/sun7i-a20-cubietruck.dts       | 25 ++++++++++++++++++++++++
 arch/arm/boot/dts/sun8i-a83t-bananapi-m3.dts     | 18 +++++++++++++++++
 arch/arm/boot/dts/sun8i-a83t-cubietruck-plus.dts | 18 +++++++++++++++++
 arch/arm/boot/dts/sun8i-r16-bananapi-m2m.dts     | 14 +++++++++++++
 arch/arm/boot/dts/suniv-f1c100s.dtsi             |  3 ---
 5 files changed, 75 insertions(+), 3 deletions(-)

Comments

Arnd Bergmann Dec. 20, 2018, 3:56 p.m. UTC | #1
On Wed, Dec 19, 2018 at 10:55 AM Chen-Yu Tsai <wens@csie.org> wrote:
>
> Hi Arnd, Olof,
>
> This is a late pull request for 4.21. There are two patches, as shown
> in the tag's body. The first is a fix for content sent in the first
> pull request for 4.21. The second is a patch from a series that had
> been posted over a month ago, and the driver bits were merged today.
> We'd like to have both patches included for 4.21.

Pulled into next/dt, thanks!

        Arnd
Chen-Yu Tsai Dec. 20, 2018, 3:59 p.m. UTC | #2
On Thu, Dec 20, 2018 at 11:57 PM Arnd Bergmann <arnd@arndb.de> wrote:
>
> On Wed, Dec 19, 2018 at 10:55 AM Chen-Yu Tsai <wens@csie.org> wrote:
> >
> > Hi Arnd, Olof,
> >
> > This is a late pull request for 4.21. There are two patches, as shown
> > in the tag's body. The first is a fix for content sent in the first
> > pull request for 4.21. The second is a patch from a series that had
> > been posted over a month ago, and the driver bits were merged today.
> > We'd like to have both patches included for 4.21.
>
> Pulled into next/dt, thanks!

This pull request also contains "ARM: dts: suniv: Fix improper bindings
include patch" from Maxime. Hope it doesn't cause any confusion or
conflicts.

ChenYu