All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 0/5] ARM: SoC: changes for v5.9
@ 2020-08-03 21:34 ` Arnd Bergmann
  0 siblings, 0 replies; 41+ messages in thread
From: Arnd Bergmann @ 2020-08-03 21:34 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List, SoC Team, Linux ARM

There is much of the usual this time, but there are also three parts
I find worth pointing out in particular:

1. We tend to add support for new SoCs every merge window, but
   usually these are all variations of those we already support.
   This time there are three newly added families of Arm SoCs:

   - Intel/Movidius Keem Bay
   - Microchip SparX5
   - Mediatek (Mstar) Infinity3/Mercury5

   There is a separate pull request for these three that has
   additional details.

2. In the past few merge windows we have seen an increase in (usually
   older) Android phones and tablets gaining mainline kernel support.
   This time we get a total of eight Snapdragon phones and two Tegra
   tablets. To me this indicates that we finally have sufficient driver
   support, in particular on the GPU side, to make this workable.
   It also shows the impact that a single hobbyist developer can have,
   as most of the new support was submitted by Konrad Dybcio who only
   started contributing kernel patches to mainline Linux for postmarketos
   earlier this year.

3. The memory controller subsystem in drivers/memory used to be handled
   mostly by having patches through the soc tree, but without proper
   review from someone who understands the details of memory
   controllers. Krzysztof Kozlowski has now taken over maintainership
   and sent a good set of drivers cleanups that are part of the
   soc drivers branch.

Overall we have a total of 864 non-merge changesets from 164 authors,
with most changes coming from these developers:

     90 Thierry Reding (Tegra)
     58 Krzysztof Kozlowski (drivers/memory, Samsung Exynos)
     39 Lad Prabhakar (Renesas)
     33 Konrad Dybcio (Snapdragon based phones)
     25 Daniel Palmer (Mstar SoC)
     22 Marian-Cristian Rotariu (Renesas)
     18 Benjamin Gaignard (STM32)
     15 Suman Anna (TI OMAP)
     15 Sudeep Holla (SCMI, soc-device)
     15 Peng Fan (i.MX8)
     14 Maxime Ripard (sunxi)
     14 Geert Uytterhoeven (Renesas)
     14 Anson Huang (i.MX)
     13 Lubomir Rintel (MMP2/3)
     13 Cristian Marussi (SCMI)
     12 Rajendra Nayak (Snapdragon)
     12 Bjorn Andersson (Snapdragon)
     11 Martin Blumenstingl (Meson)
     11 Jagan Teki (Rockchip)
     10 Grygorii Strashko (TI K3)
     10 Erwan Le Ray (STM32)
     10 Douglas Anderson (Snapdragon)
     10 Alexander A. Klimov (sed -i 's/http/https/g')

The overall dirstat shows most of the changes as usual being for
devicetree files, again split roughly 50:50 between 32-bit and
64-bit. Other changes are a Tegra driver update from Thierry,
and some owrk on the scmi firmware code.

   0.5% Documentation/devicetree/bindings/arm/
   0.4% Documentation/devicetree/bindings/reset/
   0.2% Documentation/devicetree/bindings/soc/qcom/
   0.3% Documentation/devicetree/bindings/soc/ti/
   0.3% Documentation/devicetree/bindings/
  36.1% arch/arm/boot/dts/
   0.2% arch/arm/mach-mstar/
   1.2% arch/arm/mach-omap2/
   0.4% arch/arm/mach-s3c24xx/
   1.2% arch/arm/
   0.4% arch/arm64/boot/dts/allwinner/
   0.6% arch/arm64/boot/dts/amazon/
   1.1% arch/arm64/boot/dts/amlogic/
   0.3% arch/arm64/boot/dts/exynos/
   1.0% arch/arm64/boot/dts/freescale/
   0.8% arch/arm64/boot/dts/hisilicon/
   0.3% arch/arm64/boot/dts/intel/
   1.5% arch/arm64/boot/dts/mediatek/
   0.8% arch/arm64/boot/dts/microchip/
   6.1% arch/arm64/boot/dts/nvidia/
  13.8% arch/arm64/boot/dts/qcom/
   6.0% arch/arm64/boot/dts/renesas/
   0.8% arch/arm64/boot/dts/rockchip/
   1.0% arch/arm64/boot/dts/ti/
   0.2% arch/arm64/
   4.2% drivers/firmware/arm_scmi/
   0.2% drivers/firmware/imx/
   0.2% drivers/firmware/smccc/
   0.5% drivers/firmware/tegra/
   0.2% drivers/firmware/
  10.4% drivers/memory/tegra/
   0.8% drivers/memory/
   0.4% drivers/soc/qcom/
   0.3% drivers/soc/samsung/
   0.3% drivers/soc/ti/
   0.2% drivers/soc/versatile/
   0.3% drivers/soc/
   0.5% drivers/spi/
   0.4% drivers/tty/serial/
   0.7% drivers/
   0.3% include/dt-bindings/
   0.5% include/linux/
   1.5% include/soc/tegra/
 918 files changed, 50867 insertions(+), 9369 deletions(-)

       Arnd

^ permalink raw reply	[flat|nested] 41+ messages in thread

end of thread, other threads:[~2020-08-05 22:14 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-03 21:34 [GIT PULL 0/5] ARM: SoC: changes for v5.9 Arnd Bergmann
2020-08-03 21:34 ` Arnd Bergmann
2020-08-03 21:36 ` [GIT PULL 1/5] ARM: defconfig updates " Arnd Bergmann
2020-08-03 21:36   ` Arnd Bergmann
2020-08-04  2:45   ` pr-tracker-bot
2020-08-03 21:44 ` [GIT PULL 2/5] ARM: SoC: DT changes " Arnd Bergmann
2020-08-03 21:44   ` Arnd Bergmann
2020-08-04  2:45   ` pr-tracker-bot
2020-08-03 21:47 ` [GIT PULL 3/5] ARM: SoC " Arnd Bergmann
2020-08-03 21:47   ` Arnd Bergmann
2020-08-04  2:45   ` pr-tracker-bot
2020-08-04  7:02   ` Joel Stanley
2020-08-04  7:02     ` Joel Stanley
2020-08-04  7:33     ` Andy Shevchenko
2020-08-04  7:33       ` Andy Shevchenko
2020-08-04  7:39       ` Andy Shevchenko
2020-08-04  7:39         ` Andy Shevchenko
2020-08-04  7:55       ` Linus Walleij
2020-08-04  7:55         ` Linus Walleij
2020-08-04 18:38     ` Linus Torvalds
2020-08-04 18:38       ` Linus Torvalds
2020-08-03 21:49 ` [GIT PULL 4/5] ARM: SoC driver updates " Arnd Bergmann
2020-08-03 21:49   ` Arnd Bergmann
2020-08-04  2:45   ` pr-tracker-bot
2020-08-03 21:50 ` [GIT PULL 5/5] ARM: new SoC support " Arnd Bergmann
2020-08-03 21:50   ` Arnd Bergmann
2020-08-04  2:45   ` pr-tracker-bot
2020-08-05 17:27 ` [GIT PULL 0/5] ARM: SoC: changes " Pavel Machek
2020-08-05 17:27   ` Pavel Machek
2020-08-05 19:06   ` Arnd Bergmann
2020-08-05 19:06     ` Arnd Bergmann
2020-08-05 19:28     ` Konrad Dybcio
2020-08-05 19:28       ` Konrad Dybcio
2020-08-05 19:45       ` Pavel Machek
2020-08-05 19:45         ` Pavel Machek
2020-08-05 19:58         ` Konrad Dybcio
2020-08-05 19:58           ` Konrad Dybcio
2020-08-05 22:12           ` Konrad Dybcio
2020-08-05 22:12             ` Konrad Dybcio
2020-08-05 19:32     ` Pavel Machek
2020-08-05 19:32       ` Pavel Machek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.