All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert+renesas@glider.be>
To: Arnd Bergmann <arnd@arndb.de>, Kevin Hilman <khilman@kernel.org>,
	Magnus Damm <magnus.damm@gmail.com>,
	Olof Johansson <olof@lixom.net>,
	Simon Horman <horms@verge.net.au>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-renesas-soc@vger.kernel.org,
	Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [PATCH 6/9] ARM: shmobile: defconfig: Refresh
Date: Mon, 10 Jul 2017 15:28:19 +0200	[thread overview]
Message-ID: <1499693302-25120-7-git-send-email-geert+renesas@glider.be> (raw)
In-Reply-To: <1499693302-25120-1-git-send-email-geert+renesas@glider.be>

  - Several options were moved,
  - INPUT_MOUSEDEV_PSAUX is no longer enabled by default since commit
    73d8ef76006b649f ("Input: mousedev - stop offering PS/2 to userspace
    by default").

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm/configs/shmobile_defconfig | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index dd9d1f9ede6e7f34..1cad253c030f4b25 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -89,9 +89,8 @@ CONFIG_SMSC911X=y
 # CONFIG_NET_VENDOR_STMICRO is not set
 # CONFIG_NET_VENDOR_VIA is not set
 # CONFIG_NET_VENDOR_WIZNET is not set
-CONFIG_SMSC_PHY=y
 CONFIG_MICREL_PHY=y
-# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
+CONFIG_SMSC_PHY=y
 CONFIG_INPUT_EVDEV=y
 CONFIG_KEYBOARD_GPIO=y
 # CONFIG_INPUT_MOUSE is not set
@@ -123,9 +122,9 @@ CONFIG_SPI_SH_HSPI=y
 CONFIG_GPIO_EM=y
 CONFIG_GPIO_RCAR=y
 CONFIG_GPIO_PCF857X=y
-CONFIG_POWER_SUPPLY=y
 CONFIG_POWER_RESET=y
 CONFIG_POWER_RESET_RMOBILE=y
+CONFIG_POWER_SUPPLY=y
 # CONFIG_HWMON is not set
 CONFIG_THERMAL=y
 CONFIG_CPU_THERMAL=y
-- 
2.7.4

WARNING: multiple messages have this Message-ID (diff)
From: geert+renesas@glider.be (Geert Uytterhoeven)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 6/9] ARM: shmobile: defconfig: Refresh
Date: Mon, 10 Jul 2017 15:28:19 +0200	[thread overview]
Message-ID: <1499693302-25120-7-git-send-email-geert+renesas@glider.be> (raw)
In-Reply-To: <1499693302-25120-1-git-send-email-geert+renesas@glider.be>

  - Several options were moved,
  - INPUT_MOUSEDEV_PSAUX is no longer enabled by default since commit
    73d8ef76006b649f ("Input: mousedev - stop offering PS/2 to userspace
    by default").

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm/configs/shmobile_defconfig | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index dd9d1f9ede6e7f34..1cad253c030f4b25 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -89,9 +89,8 @@ CONFIG_SMSC911X=y
 # CONFIG_NET_VENDOR_STMICRO is not set
 # CONFIG_NET_VENDOR_VIA is not set
 # CONFIG_NET_VENDOR_WIZNET is not set
-CONFIG_SMSC_PHY=y
 CONFIG_MICREL_PHY=y
-# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
+CONFIG_SMSC_PHY=y
 CONFIG_INPUT_EVDEV=y
 CONFIG_KEYBOARD_GPIO=y
 # CONFIG_INPUT_MOUSE is not set
@@ -123,9 +122,9 @@ CONFIG_SPI_SH_HSPI=y
 CONFIG_GPIO_EM=y
 CONFIG_GPIO_RCAR=y
 CONFIG_GPIO_PCF857X=y
-CONFIG_POWER_SUPPLY=y
 CONFIG_POWER_RESET=y
 CONFIG_POWER_RESET_RMOBILE=y
+CONFIG_POWER_SUPPLY=y
 # CONFIG_HWMON is not set
 CONFIG_THERMAL=y
 CONFIG_CPU_THERMAL=y
-- 
2.7.4

  parent reply	other threads:[~2017-07-10 13:28 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-10 13:28 [PATCH 0/9] ARM: renesas: shmobile and multi_v7 defconfig updates Geert Uytterhoeven
2017-07-10 13:28 ` Geert Uytterhoeven
2017-07-10 13:28 ` [PATCH 1/9] ARM: shmobile: defconfig: Enable missing PCIE_RCAR dependency Geert Uytterhoeven
2017-07-10 13:28   ` Geert Uytterhoeven
2017-07-10 13:28 ` [PATCH 2/9] ARM: shmobile: defconfig: Replace USB_XHCI_RCAR by USB_XHCI_PLATFORM Geert Uytterhoeven
2017-07-10 13:28   ` Geert Uytterhoeven
2017-07-10 13:28 ` [PATCH 3/9] ARM: shmobile: defconfig: Replace SND_SOC_RSRC_CARD by SND_SIMPLE_SCU_CARD Geert Uytterhoeven
2017-07-10 13:28   ` Geert Uytterhoeven
2017-07-10 13:28 ` [PATCH 4/9] ARM: shmobile: defconfig: Replace DRM_RCAR_HDMI by generic bridge options Geert Uytterhoeven
2017-07-10 13:28   ` Geert Uytterhoeven
2017-07-10 13:28 ` [PATCH 5/9] ARM: shmobile: defconfig: Enable DMA for serial ports Geert Uytterhoeven
2017-07-10 13:28   ` Geert Uytterhoeven
2017-07-10 13:28 ` Geert Uytterhoeven [this message]
2017-07-10 13:28   ` [PATCH 6/9] ARM: shmobile: defconfig: Refresh Geert Uytterhoeven
2017-07-10 13:28 ` [PATCH 7/9] ARM: multi_v7_defconfig: Replace SND_SOC_RSRC_CARD by SND_SIMPLE_SCU_CARD Geert Uytterhoeven
2017-07-10 13:28   ` Geert Uytterhoeven
2017-07-10 13:28 ` [PATCH 8/9] ARM: multi_v7_defconfig: Replace DRM_RCAR_HDMI by generic bridge options Geert Uytterhoeven
2017-07-10 13:28   ` Geert Uytterhoeven
2017-07-10 13:41   ` Laurent Pinchart
2017-07-10 13:41     ` Laurent Pinchart
2017-07-10 14:05     ` Geert Uytterhoeven
2017-07-10 14:05       ` Geert Uytterhoeven
2017-07-10 13:28 ` [PATCH 9/9] ARM: multi_v7_defconfig: Enable DMA for Renesas serial ports Geert Uytterhoeven
2017-07-10 13:28   ` Geert Uytterhoeven
2017-07-11  3:38   ` Magnus Damm
2017-07-11  3:38     ` Magnus Damm
2017-07-11  6:59     ` Geert Uytterhoeven
2017-07-11  6:59       ` Geert Uytterhoeven
2017-07-11  6:59       ` Geert Uytterhoeven
2017-07-11  8:39       ` Arnd Bergmann
2017-07-11  8:39         ` Arnd Bergmann
2017-07-11  8:39         ` Arnd Bergmann
2017-07-11  8:57         ` Geert Uytterhoeven
2017-07-11  8:57           ` Geert Uytterhoeven
2017-07-11  8:57           ` Geert Uytterhoeven
2017-07-11  8:42       ` Arnd Bergmann
2017-07-11  8:42         ` Arnd Bergmann
2017-07-11  8:42         ` Arnd Bergmann
2017-07-11  8:59         ` Geert Uytterhoeven
2017-07-11  8:59           ` Geert Uytterhoeven
2017-07-11  8:59           ` Geert Uytterhoeven
2017-07-11 10:37           ` Rob Landley
2017-07-11 10:37             ` Rob Landley
2017-07-11 10:37             ` Rob Landley
2017-07-11 10:46             ` Geert Uytterhoeven
2017-07-11 10:46               ` Geert Uytterhoeven
2017-07-11 10:46               ` Geert Uytterhoeven
2017-11-01  8:58               ` Rob Landley
2017-11-01  8:58                 ` Rob Landley
2017-11-01  8:58                 ` Rob Landley
2017-07-11  9:13 ` [PATCH 0/9] ARM: renesas: shmobile and multi_v7 defconfig updates Simon Horman
2017-07-11  9:13   ` Simon Horman

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=1499693302-25120-7-git-send-email-geert+renesas@glider.be \
    --to=geert+renesas@glider.be \
    --cc=arnd@arndb.de \
    --cc=horms@verge.net.au \
    --cc=khilman@kernel.org \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=olof@lixom.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 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.