Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1660015

Re: [PATCH 0/2] power: reset: Couple of POWER_RESET_BRCMSTB Kconfig changes

Path csiph.com!feeder.erje.net!1.eu.feeder.erje.net!weretis.net!feeder4.news.weretis.net!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod
From Florian Fainelli <f.fainelli@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH 0/2] power: reset: Couple of POWER_RESET_BRCMSTB Kconfig changes
Date Wed, 07 Jun 2017 19:00:02 +0200
Message-ID <tPMtk-J4-9@gated-at.bofh.it> (permalink)
References <tNizo-1bN-9@gated-at.bofh.it>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=PM7MQyCCyfjhpq3mNZxvMK+oIsbgzan+bsTAI62qoUs=; b=qPeVYuAGeaDdmXQp1GPkQCnhjNeILkjZMFtvn4fYLc01odvMzSY5PTcBWZHYYH09PD o6IGXlPkf/fkuXK/2wlXL7esNaWcoyfIxLcohm+x2QwyV1wsZTZpcb+MsIH6ofSdiFg2 bGTb1HCdGTaDF0lflWljc/nvEanO5NwIRG0iy3kGAhkN1G6gjq1Zu0kg+rvl1KSrgX6W Fpe+aGH1WYFZutiB7tOFhzr+BUHi126+2C6pfzjKlD1Wx4eGxiy1GAFM3/LGWMU98uUC 8At+dvzfMhMXaF60ECuISUJQOF3OOjpQtmNgYBdDtLHquOWY2DvLM78EILo1BlFIUPSs 6JPg==
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=PM7MQyCCyfjhpq3mNZxvMK+oIsbgzan+bsTAI62qoUs=; b=KgZoueqNLKiNtt2BM6YpUL3lNZVM8ep6aG2G6DY3tumFLLX8Ne2oulee0xG5TbVeb/ k6njk/SaSBEqa1DhIOZFY4/kMMzxQJZAYsOcqEVyCFEy6vrGvhmJM+WrCmVA/8gSO5Rt mnRWSpTuWZ2BSaD79zInC9oSroQQBINm+gd+LEzn7RiAtEcksCqW+YQjf1wt+aObCyFR dQ9Tacgs4+4Eh4gL2eAe8w/0cv0RejoJig79DQhd/oozm7HNp7EzLTfwArZE+IbjxbSj sHM72eKwc3t3Om3IjtjLwqMf1+1zi70uOtATQa0ax5qY8ddWACWKR/XW3WvVEB0+W8yg 3jAQ==
X-Gm-Message-State AODbwcBwDrmOF1J9xjlW+wL9vYafpvZy2PFICg6qzTUS1GJfZM0bNrmx VJV+9/Y/TlarYw==
X-Received by 10.223.136.103 with SMTP id e36mr21027398wre.73.1496854763800; Wed, 07 Jun 2017 09:59:23 -0700 (PDT)
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1
MIME-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Language en-US
Content-Transfer-Encoding 7bit
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 24
Organization linux.* mail to news gateway
X-Original-Cc linux-pm@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com
X-Original-Date Wed, 7 Jun 2017 09:59:19 -0700
X-Original-Message-ID <99b73965-f64b-7f92-6ee1-eb8fbb711f85@gmail.com>
X-Original-References <20170531203946.32644-1-f.fainelli@gmail.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1660015

Show key headers only | View raw


On 05/31/2017 01:39 PM, Florian Fainelli wrote:
> Hi Sebastian,
> 
> Here are two small tweaks to the POWER_RESET_BRCMSTB Kconfig selection to allow
> the driver on ARM64 and make it default to BMIPS_GENERIC on MIPS platforms.
> 
> Based on your "for-next" branch.

Sebastian, are these changes okay with you?

> 
> Thanks
> 
> Florian Fainelli (2):
>   power: reset: Allow selecting POWER_RESET_BRCMSTB on ARM64
>   power: reset: Default POWER_RESET_BRCMSTB to BMIPS_GENERIC
> 
>  drivers/power/reset/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 


-- 
Florian

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] power: reset: Couple of POWER_RESET_BRCMSTB Kconfig changes Florian Fainelli <f.fainelli@gmail.com> - 2017-05-31 22:40 +0200
  [PATCH 1/2] power: reset: Allow selecting POWER_RESET_BRCMSTB on ARM64 Florian Fainelli <f.fainelli@gmail.com> - 2017-05-31 22:50 +0200
  [PATCH 2/2] power: reset: Default POWER_RESET_BRCMSTB to BMIPS_GENERIC Florian Fainelli <f.fainelli@gmail.com> - 2017-05-31 22:50 +0200
  Re: [PATCH 0/2] power: reset: Couple of POWER_RESET_BRCMSTB Kconfig  changes Florian Fainelli <f.fainelli@gmail.com> - 2017-06-07 19:00 +0200
  Re: [PATCH 0/2] power: reset: Couple of POWER_RESET_BRCMSTB Kconfig  changes Sebastian Reichel <sre@kernel.org> - 2017-06-07 23:00 +0200

csiph-web