linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Timo Sigurdsson <public_timo.s@silentcreek.de>
To: arm@kernel.org, linux@arm.linux.org.uk,
	maxime.ripard@free-electrons.com, wens@csie.org,
	tyler.baker@linaro.org, info@gerhard-bertelsmann.de,
	net147@gmail.com, carlo@caione.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Cc: david@tulloh.id.au, hdegoede@redhat.com,
	Timo Sigurdsson <public_timo.s@silentcreek.de>
Subject: [PATCH for 4.4-rc8] ARM: Fix broken USB support in multi_v7_defconfig for sunxi devices
Date: Fri,  1 Jan 2016 14:38:22 +0100	[thread overview]
Message-ID: <1451655502-8561-1-git-send-email-public_timo.s@silentcreek.de> (raw)
In-Reply-To: <1451353653-17484-1-git-send-email-public_timo.s@silentcreek.de>

Commit 69fb4dcada77 ("power: Add an axp20x-usb-power driver") introduced a
new driver for the USB power supply used on various Allwinner based SBCs.
However, the driver was not added to multi_v7_defconfig which breaks USB
support for some boards (e.g. LeMaker BananaPi) as the kernel will now
turn off the USB power supply during boot by default if the driver isn't
present. (This was not the case in linux 4.3 or lower where the USB power
was always left on.)

Hence, add the driver to multi_v7_defconfig in order to keep USB support
working on those boards that require it.

Signed-off-by: Timo Sigurdsson <public_timo.s@silentcreek.de>
Tested-by: Timo Sigurdsson <public_timo.s@silentcreek.de>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---
Notes:

I chose to add AXP20X_POWER as a module here, since linux-next already
has it this way, see commit 83e9e1f84074 ("ARM: multi_v7_defconfig:
Enable RSB and AXP20X related drivers as modules").
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 69a22fd..cd7b198 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -366,6 +366,7 @@ CONFIG_BATTERY_MAX17042=m
 CONFIG_CHARGER_MAX14577=m
 CONFIG_CHARGER_MAX77693=m
 CONFIG_CHARGER_TPS65090=y
+CONFIG_AXP20X_POWER=m
 CONFIG_POWER_RESET_AS3722=y
 CONFIG_POWER_RESET_GPIO=y
 CONFIG_POWER_RESET_GPIO_RESTART=y
-- 
2.1.4


  parent reply	other threads:[~2016-01-01 13:39 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-29  1:47 [PATCH 0/1 for 4.4-rc8] ARM: Fix broken USB support in sunxi_defconfig Timo Sigurdsson
2015-12-29  1:47 ` [PATCH 1/1 " Timo Sigurdsson
2015-12-31 15:46 ` [PATCH 0/1 " Arnd Bergmann
2015-12-31 16:00   ` Maxime Ripard
2015-12-31 16:03     ` Arnd Bergmann
2015-12-31 16:15       ` Arnd Bergmann
2016-01-01 13:16     ` Timo Sigurdsson
2016-01-01 13:25   ` Timo Sigurdsson
2016-01-01 13:59     ` Arnd Bergmann
2016-01-01 13:38 ` Timo Sigurdsson [this message]
2016-01-01 14:03   ` [PATCH for 4.4-rc8] ARM: Fix broken USB support in multi_v7_defconfig for sunxi devices 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=1451655502-8561-1-git-send-email-public_timo.s@silentcreek.de \
    --to=public_timo.s@silentcreek.de \
    --cc=arm@kernel.org \
    --cc=carlo@caione.org \
    --cc=david@tulloh.id.au \
    --cc=hdegoede@redhat.com \
    --cc=info@gerhard-bertelsmann.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=maxime.ripard@free-electrons.com \
    --cc=net147@gmail.com \
    --cc=tyler.baker@linaro.org \
    --cc=wens@csie.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).