linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/7] Broadcom devicetree changes for 4.12
Date: Fri, 31 Mar 2017 12:04:59 +0200	[thread overview]
Message-ID: <CAK8P3a1brEnF6nDpDLMGN4CN5TYL4z23doa03APTh4LQyFiSuQ@mail.gmail.com> (raw)
In-Reply-To: <20170324175807.27272-2-f.fainelli@gmail.com>

On Fri, Mar 24, 2017 at 6:58 PM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
>
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
>
> are available in the git repository at:
>
>   http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.12/devicetree
>
> for you to fetch changes up to 414ce21ae20547e0eea72fe0c4e8ee3280d30888:
>
>   Merge tag 'bcm2835-dt-next-2017-03-21' into devicetree/next (2017-03-24 10:12:31 -0700)
>
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoCs Device Tree updates for
> 4.12, please pull the following:
>
> - Rafal:
>
>         * adds basic support for the Linksys EA9200, Linksys EA6300 V1, Linksys
>           EA9500, TP-Link Archer C5 V2 which are all based on BCM470x SoCs with
>           a bunch of BCM43602 radios.
>
>         * updates the BCM5301X DTS and DTS include file and moves the serial
>           console parameters to the DTS include file since all BCM5301X that we have so
>           far are consistent in using the same UART. He also does the same for the
>           BCM53573 DTS.
>
>         * makes some updates to the Tenda AC9 platform by describing its
>           PCIe controllers and endpoints in order to be able to represent GPIOs attached
>           to the on-chip Wi-Fi module. Once done, he adds the 2Ghz LED which is connected
>           to one of these GPIOs.
>
>         * re-licenses the DTS files he created to the ISC license
>
>         * removes the use of the non-existend "default-off" LED trigger in the
>           BCM53573 and BCM5301X DTS files
>
> - Aditya adds missing Netgear R8000 LEDS and keys for WAN status LEDS and brightness
>
> - Jon:
>         * adds NAND controller Device Tree nodes to the BCM953012K reference board
>
>         * converts the BCM5301X SoC to use the recently introduced Broadcom QSPI controller
>           Device Tree nodes.
>
>         * fixes the GIC PPI interrupt flags that the kernel now
>           reports about.
>
>         * adds ARM TWD watchdog entries to the BCM5301X DTS include file
>         * adds I2C entries to the BCM5301X DTS include files.
>
>         * disables i2c by default in the Northstar Plus DTS include file, and
>          ,enables it at the board level instead.
>
>         * adds USB (OHCI & EHCI) Device Tree nodes to the Northstar Plus DTS
>           include files.
>
> - Steven adds the mailbox (PDC) unit and the crytographic unit (SPU) to the
>   Broadcom Northstar Plus SoC DTS include file. Steven also adds proper ethernet
>   aliases to the BCM53012HR board since some bootloaders require that for MAC address
>   patching.
>
> - Eric adds the DSI and its corresponding clock nodes to the BCM283x DTS files
>   but leaves them disabled by default (overlays should take care of enabling it)
>
> - Boris adds support for HDMI audio and related DMA channels to the BCM283x SoCs
>
> - Gerd adds support for the BCM2835 specific SDHCI controller to the BCM283x SoCs
>
> - Rob fixes the iProc msi-controller name and unit address now that DTC can produce
>   additional errors


Pulled into next/dt, thanks!

      Arnd

  parent reply	other threads:[~2017-03-31 10:04 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-24 17:58 [GIT PULL 1/7] Broadcom soc changes for 4.12 Florian Fainelli
2017-03-24 17:58 ` [GIT PULL 2/7] Broadcom devicetree " Florian Fainelli
2017-03-25 21:33   ` Baruch Siach
2017-03-27 17:14     ` Eric Anholt
2017-03-27 19:52       ` Florian Fainelli
2017-03-31 10:04   ` Arnd Bergmann [this message]
2017-03-24 17:58 ` [GIT PULL 3/7] Broadcom devicetree-arm64 " Florian Fainelli
2017-03-31  9:53   ` Arnd Bergmann
2017-03-24 17:58 ` [GIT PULL 4/7] Broadcom maintainers " Florian Fainelli
2017-03-31  8:56   ` Arnd Bergmann
2017-03-24 17:58 ` [GIT PULL 5/7] Broadcom defconfig " Florian Fainelli
2017-03-31  9:01   ` Arnd Bergmann
2017-03-24 17:58 ` [GIT PULL 6/7] Broadcom defconfig-arm64 " Florian Fainelli
2017-03-31  9:04   ` Arnd Bergmann
2017-03-24 17:58 ` [GIT PULL 7/7] Broadcom drivers " Florian Fainelli
2017-03-31  8:59   ` Arnd Bergmann
2017-03-30 15:29 ` [GIT PULL 1/7] Broadcom soc " Arnd Bergmann
2017-03-31  8:53   ` Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAK8P3a1brEnF6nDpDLMGN4CN5TYL4z23doa03APTh4LQyFiSuQ@mail.gmail.com \
    --to=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).