mbox

[GIT,PULL] STi defconfig changes for v4.2, round 2

Message ID 5554C747.6070604@st.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/sti.git

Message

Maxime COQUELIN May 14, 2015, 4:03 p.m. UTC
Hi Olof, Arnd and Kevin,

Please consider this second round of STi defconfig updates for v4.2

The following changes since commit cb6a7a9e00fda1d51880ac0e93ad54a87034e822:

   ARM: multi_v7_defconfig: Enable support for ST's LPC RTC (2015-04-30 
13:16:05 +0200)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/sti.git 
tags/sti-defconfig-for-v4.2-2

for you to fetch changes up to 80b41ae78353ecd2a7e3988333ca3332fe59f1b1:

   ARM: multi_v7_defconfig: Enable ST's Power Reset driver (2015-05-13 
11:18:22 +0200)

----------------------------------------------------------------
STi defconfig for v4.2, round 2.

Highlights:
-----------
  - Enable STi PWM driver in multi_v7_defconfig
  - Enable STi Power & Reset driver in multi_v7_defconfig

----------------------------------------------------------------
Lee Jones (2):
       ARM: multi_v7_defconfig: Enable ST's PWM driver
       ARM: multi_v7_defconfig: Enable ST's Power Reset driver

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

Comments

Arnd Bergmann May 15, 2015, 3:36 p.m. UTC | #1
On Thursday 14 May 2015 18:03:19 Maxime Coquelin wrote:
> ----------------------------------------------------------------
> STi defconfig for v4.2, round 2.
> 
> Highlights:
> -----------
>   - Enable STi PWM driver in multi_v7_defconfig
>   - Enable STi Power & Reset driver in multi_v7_defconfig
> 

The patches are both trivial, but please reconsider if you can make the
drivers loadable modules instead. We have in the past enabled all drivers
as built-in in multi_v7_defconfig, which has led to considerable growth,
so we'd prefer as much as possible to be modules now.

	Arnd