From: Arnd Bergmann <arnd@arndb.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: arm@kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: [GIT PULL 0/8] ARM: SoC changes for 4.6
Date: Sun, 20 Mar 2016 21:21:40 +0100 [thread overview]
Message-ID: <10465240.PKeEEAAbCF@wuerfel> (raw)
Hi Linus,
Here are the arm-soc changes changes for 4.6. Nothing unusual this time, but the
previous trends continue:
* Fewer changes outside of devicetree files as most of the active platforms have
very little left in terms of non-driver source code. Overall this mean a total
of 786 non-merge changesets, out of which 513 were for DT.
* The non-DT changes tend to be fairly boring, the only ones sticking out
size-wise (exynos and lpc32xx) are actually for files that are getting
removed from arch/arm/.
* Changes to device tree files are increasing slowly, mainly as we are
adding new SoC platforms and board files at an increasing rate
* Most of the changes are for 32-bit platforms, but 64-bit platforms
are growing more quickly, now around 20% of the DT changes are for
64-bit machines
* While the total number of changes goes down, the number of pull requests
we merge is increasing over time (101 for 4.6, plus 76 standalone patches)
because we get more platforms that each have their own sub-maintainers.
* 13 new SoC platforms got added this time, a rather high number:
artpec6, keystone-k2g, mt7623, a83t, imx6qp, alpine-v2, armada-37xx,
armada-7xxx/8xxx, meson-gxbb, msm8996, uniphier-ph1, juno-r2 and vulcan.
Most are new SoCs that are related to SoC families, but some are
brandnew.
For overall statistics, here is the dirstat:
1.0% Documentation/devicetree/bindings/arm/marvell/
1.1% Documentation/devicetree/bindings/arm/
53.2% arch/arm/boot/dts/
0.5% arch/arm/configs/
0.1% arch/arm/include/
0.2% arch/arm/mach-artpec/
0.2% arch/arm/mach-at91/
0.6% arch/arm/mach-davinci/
8.0% arch/arm/mach-exynos/
1.5% arch/arm/mach-imx/
4.5% arch/arm/mach-lpc32xx/
0.1% arch/arm/mach-omap1/
1.5% arch/arm/mach-omap2/
0.3% arch/arm/mach-pxa/
0.2% arch/arm/mach-s3c64xx/
0.3% arch/arm/mach-shmobile/
0.1% arch/arm/mach-uniphier/
0.1% arch/arm/plat-versatile/
2.1% arch/arm/
12.1% arch/arm64/boot/dts/
4.6% drivers/clk/at91/
1.4% drivers/clk/imx/
3.2% drivers/soc/samsung/
1.4% drivers/
3.3% include/dt-bindings/pinctrl/
2.2% include/linux/soc/samsung/
We had 171 contributors this time, a fairly typical number. The ones with the 10
or more patches are
46 Geert Uytterhoeven
44 Simon Horman
30 Arnd Bergmann
27 Srinivas Kandagatla
23 Lothar Waßmann
21 Masahiro Yamada
20 Chen-Yu Tsai
14 Stefan Agner
14 Pankaj Dubey
13 Sudeep Holla
13 Philipp Zabel
13 Linus Walleij
12 Vladimir Zapolskiy
12 Thomas Petazzoni
12 Stephen Boyd
12 Caesar Wang
11 Roger Quadros
11 Laurent Pinchart
11 Gregory CLEMENT
11 Alexandre Belloni
10 Tony Lindgren
10 Suravee Suthikulpanit
10 Maxime Coquelin
And here is a list of all git trees we pulled from, along with the total
number of changesets we got from them.
143 git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas
100 git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux
90 git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap
65 git://git.infradead.org/linux-mvebu
49 git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux
44 http://github.com/Broadcom/stblinux
43 git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip
25 git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux
22 git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32
19 git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
17 https://github.com/mbgg/linux-mediatek
17 git://git.pengutronix.de/git/pza/linux
17 git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux
16 https://github.com/rjarzmik/linux
16 git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator
11 https://github.com/AppliedMicro/xgene-next
11 git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci
10 https://github.com/Xilinx/linux-xlnx
8 https://github.com/carlocaione/linux-meson
8 git://github.com/hisilicon/linux-hisi
7 git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91
4 git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone
3 https://github.com/rogerq/linux
2 git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux
Arnd
next reply other threads:[~2016-03-20 21:07 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-20 20:21 Arnd Bergmann [this message]
2016-03-20 20:24 ` [GIT PULL 1/8] ARM: SoC non-urgent fixes for v4.6 Arnd Bergmann
2016-03-20 20:29 ` [GIT PULL 2/8] ARM: SoC cleanups " Arnd Bergmann
2016-03-20 20:31 ` [GIT PULL 3/8] ARM: SoC platform updates " Arnd Bergmann
2016-03-20 20:34 ` [GIT PULL 4/8] ARM: SoC changes for 4.6 Arnd Bergmann
2016-03-20 20:59 ` [GIT PULL 5/8] ARM: DT updates for v4.6 Arnd Bergmann
2016-03-20 21:01 ` [GIT PULL 6/8] ARM: 64-bit " Arnd Bergmann
2016-03-20 21:03 ` [GIT PULL 7/8] ARM: SoC defconfig " Arnd Bergmann
2016-03-20 21:04 ` [GIT PULL 8/8] ARM: SoC driver " 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=10465240.PKeEEAAbCF@wuerfel \
--to=arnd@arndb.de \
--cc=arm@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.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