linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: "Linus Torvalds" <torvalds@linux-foundation.org>,
	"SoC Team" <soc@kernel.org>,
	"Linux ARM" <linux-arm-kernel@lists.infradead.org>,
	"Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>,
	"Andreas Färber" <afaerber@suse.de>,
	"Marek Vasut" <marex@denx.de>,
	"Geert Uytterhoeven" <geert@linux-m68k.org>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Anson Huang" <anson.huang@nxp.com>,
	"Doug Anderson" <dianders@chromium.org>
Subject: [GIT PULL 0/4] ARM: SoC branches for v5.8
Date: Thu, 4 Jun 2020 22:45:41 +0200	[thread overview]
Message-ID: <CAK8P3a1dmaiYR5Oxkc0CQcxTm=rAHSx6R+xtf4Wup29JqXNZsA@mail.gmail.com> (raw)

Hi Linus,

Here are the usual branches for arm-soc: five new SoC variants, 25
machines added, two machines removed, a few new drivers and the
usual amount of of cleanups and rework.

There are 835 patches from 196 contributors in total, with only
these contributing more than ten patches:

     36 Marek Vasut
     35 Andreas Färber
     27 Geert Uytterhoeven
     23 Rob Herring
     22 Anson Huang
     21 Douglas Anderson
     20 Tudor Ambarus
     20 Lad Prabhakar
     19 Johan Jonker
     17 Jonathan Bakker
     17 Andre Przywara
     16 Suman Anna
     15 Jerome Brunet
     14 Serge Semin
     14 Bjorn Andersson
     13 Tony Lindgren
     12 Lubomir Rintel
     12 Dmitry Osipenko
     11 Sudeep Holla
     11 Marek Szyprowski

The dirstat shows that as usual most changes are for device
tree files, this time slightly more 32-bit than 64-bit both in number
and size of the changes, while 60% of the newly added machines
are 64-bit.

   0.3% Documentation/devicetree/bindings/arm/
   0.6% Documentation/devicetree/bindings/bus/
   0.2% Documentation/devicetree/bindings/display/tegra/
   0.3% Documentation/devicetree/bindings/memory-controllers/
   0.5% Documentation/devicetree/bindings/
  31.9% arch/arm/boot/dts/
   0.7% arch/arm/configs/
   0.5% arch/arm/mach-imx/
   1.2% arch/arm/mach-integrator/
   3.2% arch/arm/mach-omap2/
   5.4% arch/arm/mach-pxa/
   0.5% arch/arm/
   0.6% arch/arm64/boot/dts/allwinner/
   4.0% arch/arm64/boot/dts/amlogic/
   1.5% arch/arm64/boot/dts/arm/
   2.4% arch/arm64/boot/dts/freescale/
   0.2% arch/arm64/boot/dts/hisilicon/
   5.2% arch/arm64/boot/dts/mediatek/
   0.4% arch/arm64/boot/dts/nvidia/
   7.6% arch/arm64/boot/dts/qcom/
   1.7% arch/arm64/boot/dts/realtek/
   2.0% arch/arm64/boot/dts/renesas/
   1.4% arch/arm64/boot/dts/rockchip/
   0.3% arch/arm64/boot/dts/socionext/
   0.4% arch/arm64/boot/dts/sprd/
   0.5% arch/arm64/boot/dts/ti/
   2.8% drivers/bus/
   0.9% drivers/clk/mediatek/
   0.4% drivers/clk/versatile/
   0.6% drivers/cpufreq/
   0.7% drivers/firmware/arm_scmi/
   0.2% drivers/firmware/
   1.1% drivers/gpu/drm/mediatek/
   0.6% drivers/memory/
   0.2% drivers/mfd/
   0.6% drivers/misc/
   0.4% drivers/reset/
   0.3% drivers/soc/amlogic/
   0.3% drivers/soc/imx/
   1.1% drivers/soc/mediatek/
   3.0% drivers/soc/qcom/
   0.2% drivers/soc/tegra/fuse/
   0.3% drivers/soc/ti/
   0.2% drivers/soc/
   7.8% drivers/staging/media/tegra-video/
   0.4% drivers/tee/
   0.2% include/dt-bindings/clock/
   0.2% include/dt-bindings/firmware/imx/
   0.6% include/dt-bindings/reset/
   0.3% include/linux/
   0.3% include/

The largest outlier are a few added drivers for the Tegra platform
and on MIPS SoC (Baikal-T1), for which I helped get some drivers
reviewed and merged. The changes for omap2 and pxa are
cleanups moving code out of the platform directory.

As of this morning, there were no merge conflicts against your tree.

     Arnd

             reply	other threads:[~2020-06-04 20:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-04 20:45 Arnd Bergmann [this message]
2020-06-04 20:50 ` [GIT PULL 1/4] ARM: SoC changes for v5.8 Arnd Bergmann
2020-06-04 20:52   ` [GIT PULL 2/4]ARM: defconfig updates " Arnd Bergmann
2020-06-04 20:54     ` [GIT PULL 3/4] ARM: driver " Arnd Bergmann
2020-06-04 20:56       ` [GIT PULL 4/4] ARM: DT changes " 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='CAK8P3a1dmaiYR5Oxkc0CQcxTm=rAHSx6R+xtf4Wup29JqXNZsA@mail.gmail.com' \
    --to=arnd@arndb.de \
    --cc=afaerber@suse.de \
    --cc=anson.huang@nxp.com \
    --cc=dianders@chromium.org \
    --cc=geert@linux-m68k.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marex@denx.de \
    --cc=robh+dt@kernel.org \
    --cc=soc@kernel.org \
    --cc=torvalds@linux-foundation.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).