public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
From: Viresh Kumar <viresh.kumar@linaro.org>
To: Markus Mayer <code@mmayer.net>
Cc: Ralf Baechle <ralf@linux-mips.org>,
	"Rafael J . Wysocki" <rjw@rjwysocki.net>,
	Markus Mayer <mmayer@broadcom.com>,
	MIPS Linux Kernel List <linux-mips@linux-mips.org>,
	Power Management List <linux-pm@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2 1/4] MIPS: BMIPS: Update defconfig
Date: Tue, 7 Feb 2017 09:48:45 +0530	[thread overview]
Message-ID: <20170207041845.GN3131@vireshk-i7> (raw)
In-Reply-To: <20170206215119.87099-2-code@mmayer.net>

On 06-02-17, 13:51, Markus Mayer wrote:
> From: Markus Mayer <mmayer@broadcom.com>
> 
> Ran "make savedefconfig" to bring bmips_stb_defconfig up to date.
> 
> Signed-off-by: Markus Mayer <mmayer@broadcom.com>
> ---
>  arch/mips/configs/bmips_stb_defconfig | 8 ++------
>  1 file changed, 2 insertions(+), 6 deletions(-)
> 
> diff --git a/arch/mips/configs/bmips_stb_defconfig b/arch/mips/configs/bmips_stb_defconfig
> index 4eb5d6e..3be15cb 100644
> --- a/arch/mips/configs/bmips_stb_defconfig
> +++ b/arch/mips/configs/bmips_stb_defconfig
> @@ -9,7 +9,6 @@ CONFIG_MIPS_O32_FP64_SUPPORT=y
>  # CONFIG_SWAP is not set
>  CONFIG_NO_HZ=y
>  CONFIG_BLK_DEV_INITRD=y
> -CONFIG_RD_GZIP=y
>  CONFIG_EXPERT=y
>  # CONFIG_VM_EVENT_COUNTERS is not set
>  # CONFIG_SLUB_DEBUG is not set
> @@ -24,7 +23,6 @@ CONFIG_INET=y
>  # CONFIG_INET_XFRM_MODE_TRANSPORT is not set
>  # CONFIG_INET_XFRM_MODE_TUNNEL is not set
>  # CONFIG_INET_XFRM_MODE_BEET is not set
> -# CONFIG_INET_LRO is not set
>  # CONFIG_INET_DIAG is not set
>  CONFIG_CFG80211=y
>  CONFIG_NL80211_TESTMODE=y
> @@ -34,8 +32,6 @@ CONFIG_DEVTMPFS=y
>  CONFIG_DEVTMPFS_MOUNT=y
>  # CONFIG_STANDALONE is not set
>  # CONFIG_PREVENT_FIRMWARE_BUILD is not set
> -CONFIG_PRINTK_TIME=y
> -CONFIG_BRCMSTB_GISB_ARB=y
>  CONFIG_MTD=y
>  CONFIG_MTD_CFI=y
>  CONFIG_MTD_CFI_INTELEXT=y
> @@ -51,16 +47,15 @@ CONFIG_USB_USBNET=y
>  # CONFIG_INPUT is not set
>  # CONFIG_SERIO is not set
>  # CONFIG_VT is not set
> -# CONFIG_DEVKMEM is not set
>  CONFIG_SERIAL_8250=y
>  # CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set
>  CONFIG_SERIAL_8250_CONSOLE=y
>  CONFIG_SERIAL_OF_PLATFORM=y
>  # CONFIG_HW_RANDOM is not set
> -CONFIG_POWER_SUPPLY=y
>  CONFIG_POWER_RESET=y
>  CONFIG_POWER_RESET_BRCMSTB=y
>  CONFIG_POWER_RESET_SYSCON=y
> +CONFIG_POWER_SUPPLY=y
>  # CONFIG_HWMON is not set
>  CONFIG_USB=y
>  CONFIG_USB_EHCI_HCD=y
> @@ -82,6 +77,7 @@ CONFIG_CIFS=y
>  CONFIG_NLS_CODEPAGE_437=y
>  CONFIG_NLS_ASCII=y
>  CONFIG_NLS_ISO8859_1=y
> +CONFIG_PRINTK_TIME=y
>  CONFIG_DEBUG_FS=y
>  CONFIG_MAGIC_SYSRQ=y
>  CONFIG_CMDLINE_BOOL=y

This is what happens when people don't update defconfigs properly :)

Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>

-- 
viresh

  reply	other threads:[~2017-02-07  4:18 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-06 21:51 [PATCH v2 0/4] cpufreq: bmips-cpufreq: Add CPUfreq driver for Broadcom's BMIPS SoCs Markus Mayer
2017-02-06 21:51 ` [PATCH v2 1/4] MIPS: BMIPS: Update defconfig Markus Mayer
2017-02-07  4:18   ` Viresh Kumar [this message]
2017-02-06 21:51 ` [PATCH v2 2/4] BMIPS: Enable prerequisites for CPUfreq in MIPS Kconfig Markus Mayer
2017-02-07 12:42   ` Rafael J. Wysocki
2017-02-06 21:51 ` [PATCH v2 3/4] cpufreq: bmips-cpufreq: CPUfreq driver for Broadcom's BMIPS SoCs Markus Mayer
2017-02-07  4:19   ` Viresh Kumar
2017-02-06 21:51 ` [PATCH v2 4/4] MIPS: BMIPS: enable CPUfreq Markus Mayer
2017-02-07  4:19   ` Viresh Kumar

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=20170207041845.GN3131@vireshk-i7 \
    --to=viresh.kumar@linaro.org \
    --cc=code@mmayer.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@linux-mips.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=mmayer@broadcom.com \
    --cc=ralf@linux-mips.org \
    --cc=rjw@rjwysocki.net \
    /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