All of lore.kernel.org
 help / color / mirror / Atom feed
From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH for 4.4-rc8] ARM: Fix broken USB support in multi_v7_defconfig for sunxi devices
Date: Fri, 01 Jan 2016 15:03:13 +0100	[thread overview]
Message-ID: <4046652.SybV1IGrL0@wuerfel> (raw)
In-Reply-To: <1451655502-8561-1-git-send-email-public_timo.s@silentcreek.de>

On Friday 01 January 2016 14:38:22 Timo Sigurdsson wrote:
> 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").
> 

Applied to fixes, thanks!

	Arnd

WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@arndb.de>
To: Timo Sigurdsson <public_timo.s@silentcreek.de>
Cc: 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, david@tulloh.id.au,
	hdegoede@redhat.com
Subject: Re: [PATCH for 4.4-rc8] ARM: Fix broken USB support in multi_v7_defconfig for sunxi devices
Date: Fri, 01 Jan 2016 15:03:13 +0100	[thread overview]
Message-ID: <4046652.SybV1IGrL0@wuerfel> (raw)
In-Reply-To: <1451655502-8561-1-git-send-email-public_timo.s@silentcreek.de>

On Friday 01 January 2016 14:38:22 Timo Sigurdsson wrote:
> 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").
> 

Applied to fixes, thanks!

	Arnd

  reply	other threads:[~2016-01-01 14:03 UTC|newest]

Thread overview: 22+ 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 ` Timo Sigurdsson
2015-12-29  1:47 ` [PATCH 1/1 " Timo Sigurdsson
2015-12-29  1:47   ` Timo Sigurdsson
2015-12-31 15:46 ` [PATCH 0/1 " Arnd Bergmann
2015-12-31 15:46   ` Arnd Bergmann
2015-12-31 16:00   ` Maxime Ripard
2015-12-31 16:00     ` Maxime Ripard
2015-12-31 16:03     ` Arnd Bergmann
2015-12-31 16:03       ` Arnd Bergmann
2015-12-31 16:15       ` Arnd Bergmann
2015-12-31 16:15         ` Arnd Bergmann
2016-01-01 13:16     ` Timo Sigurdsson
2016-01-01 13:16       ` Timo Sigurdsson
2016-01-01 13:25   ` Timo Sigurdsson
2016-01-01 13:25     ` Timo Sigurdsson
2016-01-01 13:59     ` Arnd Bergmann
2016-01-01 13:59       ` Arnd Bergmann
2016-01-01 13:38 ` [PATCH for 4.4-rc8] ARM: Fix broken USB support in multi_v7_defconfig for sunxi devices Timo Sigurdsson
2016-01-01 13:38   ` Timo Sigurdsson
2016-01-01 14:03   ` Arnd Bergmann [this message]
2016-01-01 14:03     ` 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=4046652.SybV1IGrL0@wuerfel \
    --to=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.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 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.