public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] ARM: multi_v7_defconfig: Improve rockchip support
@ 2015-09-24 11:39 Sjoerd Simons
  2015-09-24 11:39 ` [PATCH v2 1/5] ARM: multi_v7_defconfig: Enable common Rockchip devices/busses Sjoerd Simons
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Sjoerd Simons @ 2015-09-24 11:39 UTC (permalink / raw)
  To: linux-rockchip, arm
  Cc: Thierry Reding, Kevin Hilman, linux-arm-kernel, Heiko Stuebner,
	Javier Martinez Canillas, Kukjin Kim, Krzysztof Kozlowski,
	Geert Uytterhoeven, linux-kernel, Russell King, Alexandre Belloni,
	Arnd Bergmann, Lee Jones, Olof Johansson, Ray Jui, Stephen Warren


Enable options to provide more complete support for Rockchip boards
including: support for the common PMICs, common RTC chips, I2C, SPI,
PMW, Thermal driver, HDMI video output and USB 2.

In response to V1 there was some direct and indirect discussion about
what policy to use for deciding what to build as a module versus what to
build in. Unfortunately there doesn't seem to be any consensus in this
regard, so for this series i've stuck to the following guideline for doing
things as builtin:
* If it's needed for booting without an initramfs to an NFS root
  filesystem.
* It's needed to prevent potential damage to the SoC

This results in building in various regulators (required by the
network driver), I2C bus (to control said regulators) and the thermal
driver (to prevent thermal damage). While everything else is a module.

Fwiw, I really don't have a strong opinion myself on whether this is a
better guideline then "Built-in only the bare minimum, people can use an
initramfs to load modules as needed" which e.g. Thierry has been
advocating. However it would be nice if we could get some common
guideline from e.g. the arm-soc maintainers as the typical "module or
not" discussion that tends to happen gets rather boring rather quickly:)


Changes in v2:
- Enable all common rockchip regulators, not just ACT8846
- Only enable the USB 2 phy, not the controller as that came in through
  another tree
- Enable USB 2.0 phy as a module as the controller is a module as well
- New patch, enable common RTC drivers

Sjoerd Simons (5):
  ARM: multi_v7_defconfig: Enable common Rockchip devices/busses
  ARM: multi_v7_defconfig: Enable common regulators for rockchip boards
  ARM: multi_v7_defconfig: Enable Rockchip display support
  ARM: multi_v7_defconfig: Enable the Rockchip USB 2.0 phy
  ARM: multi_v7_defconfig: Support RTC devices commonly used on Rockchip
    boards

 arch/arm/configs/multi_v7_defconfig | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

-- 
2.5.3


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

end of thread, other threads:[~2015-10-06 14:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-24 11:39 [PATCH v2 0/5] ARM: multi_v7_defconfig: Improve rockchip support Sjoerd Simons
2015-09-24 11:39 ` [PATCH v2 1/5] ARM: multi_v7_defconfig: Enable common Rockchip devices/busses Sjoerd Simons
2015-09-24 11:39 ` [PATCH v2 2/5] ARM: multi_v7_defconfig: Enable common regulators for rockchip boards Sjoerd Simons
2015-09-24 22:10   ` Heiko Stübner
2015-09-24 11:39 ` [PATCH v2 3/5] ARM: multi_v7_defconfig: Enable Rockchip display support Sjoerd Simons
2015-09-24 11:39 ` [PATCH v2 4/5] ARM: multi_v7_defconfig: Enable the Rockchip USB 2.0 phy Sjoerd Simons
2015-09-24 11:39 ` [PATCH v2 5/5] ARM: multi_v7_defconfig: Support RTC devices commonly used on Rockchip boards Sjoerd Simons
2015-09-24 22:13 ` [PATCH v2 0/5] ARM: multi_v7_defconfig: Improve rockchip support Heiko Stübner
2015-10-06 14:14   ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox