linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: lpc32xx: updates to lpc32xx_defconfig
@ 2016-04-18  3:31 Vladimir Zapolskiy
  2016-04-18  3:31 ` [PATCH 1/2] ARM: LPC32xx: defconfig update Vladimir Zapolskiy
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Vladimir Zapolskiy @ 2016-04-18  3:31 UTC (permalink / raw)
  To: linux-arm-kernel

The changeset updates lpc32xx_defconfig to match savedefconfig
and adds ARM PrimeCell PL175 memory controller driver to a build.

Vladimir Zapolskiy (2):
  ARM: LPC32xx: defconfig update
  ARM: LPC32xx: add PL175 memory controller driver to defconfig

 arch/arm/configs/lpc32xx_defconfig | 29 +++++++++++------------------
 1 file changed, 11 insertions(+), 18 deletions(-)

-- 
2.1.4

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/2] ARM: LPC32xx: defconfig update
  2016-04-18  3:31 [PATCH 0/2] ARM: lpc32xx: updates to lpc32xx_defconfig Vladimir Zapolskiy
@ 2016-04-18  3:31 ` Vladimir Zapolskiy
  2016-04-19 18:20   ` Sylvain Lemieux
  2016-04-18  3:31 ` [PATCH 2/2] ARM: LPC32xx: add PL175 memory controller driver to defconfig Vladimir Zapolskiy
  2016-04-18 15:05 ` [PATCH 0/2] ARM: lpc32xx: updates to lpc32xx_defconfig Arnd Bergmann
  2 siblings, 1 reply; 5+ messages in thread
From: Vladimir Zapolskiy @ 2016-04-18  3:31 UTC (permalink / raw)
  To: linux-arm-kernel

The change is a result of "make lpc32xx_defconfig; make savedefconfig"
run, a number of config options are removed:

  CONFIG_BINFMT_AOUT=y   -- not needed, legacy
  CONFIG_FPE_NWFPE=y     -- not needed, AEABI build
  CONFIG_IPV6_PRIVACY=y  -- removed build option
  CONFIG_IPV6=y          -- selected by default
  CONFIG_MII=y           -- not needed, board phys don't select library
  CONFIG_MTD_CHAR=y      -- removed build option
  CONFIG_MTD_M25P80=y    -- not needed, AT25 EEPROM driver is in use
  CONFIG_USB_PHY=y       -- selected by default

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
---
 arch/arm/configs/lpc32xx_defconfig | 27 +++++++++------------------
 1 file changed, 9 insertions(+), 18 deletions(-)

diff --git a/arch/arm/configs/lpc32xx_defconfig b/arch/arm/configs/lpc32xx_defconfig
index 9f56ca3..4303199 100644
--- a/arch/arm/configs/lpc32xx_defconfig
+++ b/arch/arm/configs/lpc32xx_defconfig
@@ -17,8 +17,6 @@ CONFIG_MODULE_UNLOAD=y
 # CONFIG_BLK_DEV_BSG is not set
 CONFIG_PARTITION_ADVANCED=y
 CONFIG_ARCH_LPC32XX=y
-CONFIG_GPIO_PCA953X=y
-CONFIG_KEYBOARD_GPIO_POLLED=y
 CONFIG_PREEMPT=y
 CONFIG_AEABI=y
 CONFIG_ZBOOT_ROM_TEXT=0x0
@@ -27,10 +25,8 @@ CONFIG_ARM_APPENDED_DTB=y
 CONFIG_ARM_ATAG_DTB_COMPAT=y
 CONFIG_CMDLINE="console=ttyS0,115200n81 root=/dev/ram0"
 CONFIG_CPU_IDLE=y
-CONFIG_FPE_NWFPE=y
 CONFIG_VFP=y
 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
-CONFIG_BINFMT_AOUT=y
 CONFIG_NET=y
 CONFIG_PACKET=y
 CONFIG_UNIX=y
@@ -42,10 +38,7 @@ CONFIG_IP_PNP_BOOTP=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_IPV6=y
-CONFIG_IPV6_PRIVACY=y
 # CONFIG_WIRELESS is not set
 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
 CONFIG_DEVTMPFS=y
@@ -53,9 +46,7 @@ CONFIG_DEVTMPFS_MOUNT=y
 # CONFIG_FW_LOADER is not set
 CONFIG_MTD=y
 CONFIG_MTD_CMDLINE_PARTS=y
-CONFIG_MTD_CHAR=y
 CONFIG_MTD_BLOCK=y
-CONFIG_MTD_M25P80=y
 CONFIG_MTD_NAND=y
 CONFIG_MTD_NAND_SLC_LPC32XX=y
 CONFIG_MTD_NAND_MLC_LPC32XX=y
@@ -70,7 +61,6 @@ CONFIG_EEPROM_AT25=y
 CONFIG_SCSI=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_NETDEVICES=y
-CONFIG_MII=y
 # CONFIG_NET_VENDOR_BROADCOM is not set
 # CONFIG_NET_VENDOR_CIRRUS is not set
 # CONFIG_NET_VENDOR_FARADAY is not set
@@ -91,6 +81,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=320
 CONFIG_INPUT_EVDEV=y
 # CONFIG_KEYBOARD_ATKBD is not set
 CONFIG_KEYBOARD_GPIO=y
+CONFIG_KEYBOARD_GPIO_POLLED=y
 CONFIG_KEYBOARD_LPC32XX=y
 # CONFIG_INPUT_MOUSE is not set
 CONFIG_INPUT_TOUCHSCREEN=y
@@ -99,8 +90,8 @@ CONFIG_SERIO_LIBPS2=y
 # CONFIG_LEGACY_PTYS is not set
 CONFIG_SERIAL_8250=y
 CONFIG_SERIAL_8250_CONSOLE=y
-CONFIG_SERIAL_HS_LPC32XX=y
 CONFIG_SERIAL_OF_PLATFORM=y
+CONFIG_SERIAL_HS_LPC32XX=y
 # CONFIG_HW_RANDOM is not set
 CONFIG_I2C=y
 CONFIG_I2C_CHARDEV=y
@@ -108,19 +99,20 @@ CONFIG_I2C_PNX=y
 CONFIG_SPI=y
 CONFIG_SPI_PL022=y
 CONFIG_GPIO_SYSFS=y
-CONFIG_GPIO_GENERIC_PLATFORM=y
 CONFIG_GPIO_EM=y
+CONFIG_GPIO_GENERIC_PLATFORM=y
 CONFIG_GPIO_PL061=y
+CONFIG_GPIO_ADP5588=y
+CONFIG_GPIO_ADNP=y
 CONFIG_GPIO_MAX7300=y
 CONFIG_GPIO_MAX732X=y
+CONFIG_GPIO_PCA953X=y
 CONFIG_GPIO_PCF857X=y
 CONFIG_GPIO_SX150X=y
-CONFIG_GPIO_ADP5588=y
-CONFIG_GPIO_ADNP=y
+CONFIG_GPIO_74X164=y
 CONFIG_GPIO_MAX7301=y
-CONFIG_GPIO_MCP23S08=y
 CONFIG_GPIO_MC33880=y
-CONFIG_GPIO_74X164=y
+CONFIG_GPIO_MCP23S08=y
 CONFIG_SENSORS_DS620=y
 CONFIG_SENSORS_MAX6639=y
 CONFIG_WATCHDOG=y
@@ -147,7 +139,6 @@ CONFIG_SND_DEBUG_VERBOSE=y
 # CONFIG_SND_SPI is not set
 CONFIG_SND_SOC=y
 CONFIG_USB=y
-CONFIG_USB_PHY=y
 CONFIG_USB_OHCI_HCD=y
 CONFIG_USB_STORAGE=y
 CONFIG_USB_GADGET=y
@@ -198,9 +189,9 @@ CONFIG_NLS_CODEPAGE_437=y
 CONFIG_NLS_ASCII=y
 CONFIG_NLS_ISO8859_1=y
 CONFIG_NLS_UTF8=y
+CONFIG_DEBUG_INFO=y
 # CONFIG_SCHED_DEBUG is not set
 # CONFIG_DEBUG_PREEMPT is not set
-CONFIG_DEBUG_INFO=y
 # CONFIG_FTRACE is not set
 # CONFIG_ARM_UNWIND is not set
 CONFIG_DEBUG_LL=y
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/2] ARM: LPC32xx: add PL175 memory controller driver to defconfig
  2016-04-18  3:31 [PATCH 0/2] ARM: lpc32xx: updates to lpc32xx_defconfig Vladimir Zapolskiy
  2016-04-18  3:31 ` [PATCH 1/2] ARM: LPC32xx: defconfig update Vladimir Zapolskiy
@ 2016-04-18  3:31 ` Vladimir Zapolskiy
  2016-04-18 15:05 ` [PATCH 0/2] ARM: lpc32xx: updates to lpc32xx_defconfig Arnd Bergmann
  2 siblings, 0 replies; 5+ messages in thread
From: Vladimir Zapolskiy @ 2016-04-18  3:31 UTC (permalink / raw)
  To: linux-arm-kernel

The change enables build of ARM PrimeCell PL17x driver for LPC32xx
platform, the memory controller is commonly used to interface NOR
flash drives.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
---
 arch/arm/configs/lpc32xx_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/lpc32xx_defconfig b/arch/arm/configs/lpc32xx_defconfig
index 4303199..6ba430d 100644
--- a/arch/arm/configs/lpc32xx_defconfig
+++ b/arch/arm/configs/lpc32xx_defconfig
@@ -170,6 +170,8 @@ CONFIG_DMADEVICES=y
 CONFIG_AMBA_PL08X=y
 CONFIG_STAGING=y
 CONFIG_LPC32XX_ADC=y
+CONFIG_MEMORY=y
+CONFIG_ARM_PL172_MPMC=y
 CONFIG_IIO=y
 CONFIG_MAX517=y
 CONFIG_PWM=y
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 0/2] ARM: lpc32xx: updates to lpc32xx_defconfig
  2016-04-18  3:31 [PATCH 0/2] ARM: lpc32xx: updates to lpc32xx_defconfig Vladimir Zapolskiy
  2016-04-18  3:31 ` [PATCH 1/2] ARM: LPC32xx: defconfig update Vladimir Zapolskiy
  2016-04-18  3:31 ` [PATCH 2/2] ARM: LPC32xx: add PL175 memory controller driver to defconfig Vladimir Zapolskiy
@ 2016-04-18 15:05 ` Arnd Bergmann
  2 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2016-04-18 15:05 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday 18 April 2016 06:31:21 Vladimir Zapolskiy wrote:
> The changeset updates lpc32xx_defconfig to match savedefconfig
> and adds ARM PrimeCell PL175 memory controller driver to a build.
> 
> Vladimir Zapolskiy (2):
>   ARM: LPC32xx: defconfig update
>   ARM: LPC32xx: add PL175 memory controller driver to defconfig
> 
>  arch/arm/configs/lpc32xx_defconfig | 29 +++++++++++------------------
>  1 file changed, 11 insertions(+), 18 deletions(-)

Looks all good to me. As a reminder: if you want the patches to be
picked up (rather than reviewed), please send them to arm at kernel.org.

	Arnd

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/2] ARM: LPC32xx: defconfig update
  2016-04-18  3:31 ` [PATCH 1/2] ARM: LPC32xx: defconfig update Vladimir Zapolskiy
@ 2016-04-19 18:20   ` Sylvain Lemieux
  0 siblings, 0 replies; 5+ messages in thread
From: Sylvain Lemieux @ 2016-04-19 18:20 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, 2016-04-18 at 06:31 +0300, Vladimir Zapolskiy wrote:
> The change is a result of "make lpc32xx_defconfig; make savedefconfig"
> run, a number of config options are removed:
> 
>   CONFIG_BINFMT_AOUT=y   -- not needed, legacy
>   CONFIG_FPE_NWFPE=y     -- not needed, AEABI build
>   CONFIG_IPV6_PRIVACY=y  -- removed build option
>   CONFIG_IPV6=y          -- selected by default
>   CONFIG_MII=y           -- not needed, board phys don't select library
>   CONFIG_MTD_CHAR=y      -- removed build option
>   CONFIG_MTD_M25P80=y    -- not needed, AT25 EEPROM driver is in use
>   CONFIG_USB_PHY=y       -- selected by default
> 
> Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>

Acked-by: Sylvain Lemieux <slemieux.tyco@gmail.com>

> ---
>  arch/arm/configs/lpc32xx_defconfig | 27 +++++++++------------------
>  1 file changed, 9 insertions(+), 18 deletions(-)
> 
> diff --git a/arch/arm/configs/lpc32xx_defconfig b/arch/arm/configs/lpc32xx_defconfig
> index 9f56ca3..4303199 100644
> --- a/arch/arm/configs/lpc32xx_defconfig
> +++ b/arch/arm/configs/lpc32xx_defconfig
> @@ -17,8 +17,6 @@ CONFIG_MODULE_UNLOAD=y
>  # CONFIG_BLK_DEV_BSG is not set
>  CONFIG_PARTITION_ADVANCED=y
>  CONFIG_ARCH_LPC32XX=y
> -CONFIG_GPIO_PCA953X=y
> -CONFIG_KEYBOARD_GPIO_POLLED=y
>  CONFIG_PREEMPT=y
>  CONFIG_AEABI=y
>  CONFIG_ZBOOT_ROM_TEXT=0x0
> @@ -27,10 +25,8 @@ CONFIG_ARM_APPENDED_DTB=y
>  CONFIG_ARM_ATAG_DTB_COMPAT=y
>  CONFIG_CMDLINE="console=ttyS0,115200n81 root=/dev/ram0"
>  CONFIG_CPU_IDLE=y
> -CONFIG_FPE_NWFPE=y
>  CONFIG_VFP=y
>  # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
> -CONFIG_BINFMT_AOUT=y
>  CONFIG_NET=y
>  CONFIG_PACKET=y
>  CONFIG_UNIX=y
> @@ -42,10 +38,7 @@ CONFIG_IP_PNP_BOOTP=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_IPV6=y
> -CONFIG_IPV6_PRIVACY=y
>  # CONFIG_WIRELESS is not set
>  CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
>  CONFIG_DEVTMPFS=y
> @@ -53,9 +46,7 @@ CONFIG_DEVTMPFS_MOUNT=y
>  # CONFIG_FW_LOADER is not set
>  CONFIG_MTD=y
>  CONFIG_MTD_CMDLINE_PARTS=y
> -CONFIG_MTD_CHAR=y
>  CONFIG_MTD_BLOCK=y
> -CONFIG_MTD_M25P80=y
>  CONFIG_MTD_NAND=y
>  CONFIG_MTD_NAND_SLC_LPC32XX=y
>  CONFIG_MTD_NAND_MLC_LPC32XX=y
> @@ -70,7 +61,6 @@ CONFIG_EEPROM_AT25=y
>  CONFIG_SCSI=y
>  CONFIG_BLK_DEV_SD=y
>  CONFIG_NETDEVICES=y
> -CONFIG_MII=y
>  # CONFIG_NET_VENDOR_BROADCOM is not set
>  # CONFIG_NET_VENDOR_CIRRUS is not set
>  # CONFIG_NET_VENDOR_FARADAY is not set
> @@ -91,6 +81,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=320
>  CONFIG_INPUT_EVDEV=y
>  # CONFIG_KEYBOARD_ATKBD is not set
>  CONFIG_KEYBOARD_GPIO=y
> +CONFIG_KEYBOARD_GPIO_POLLED=y
>  CONFIG_KEYBOARD_LPC32XX=y
>  # CONFIG_INPUT_MOUSE is not set
>  CONFIG_INPUT_TOUCHSCREEN=y
> @@ -99,8 +90,8 @@ CONFIG_SERIO_LIBPS2=y
>  # CONFIG_LEGACY_PTYS is not set
>  CONFIG_SERIAL_8250=y
>  CONFIG_SERIAL_8250_CONSOLE=y
> -CONFIG_SERIAL_HS_LPC32XX=y
>  CONFIG_SERIAL_OF_PLATFORM=y
> +CONFIG_SERIAL_HS_LPC32XX=y
>  # CONFIG_HW_RANDOM is not set
>  CONFIG_I2C=y
>  CONFIG_I2C_CHARDEV=y
> @@ -108,19 +99,20 @@ CONFIG_I2C_PNX=y
>  CONFIG_SPI=y
>  CONFIG_SPI_PL022=y
>  CONFIG_GPIO_SYSFS=y
> -CONFIG_GPIO_GENERIC_PLATFORM=y
>  CONFIG_GPIO_EM=y
> +CONFIG_GPIO_GENERIC_PLATFORM=y
>  CONFIG_GPIO_PL061=y
> +CONFIG_GPIO_ADP5588=y
> +CONFIG_GPIO_ADNP=y
>  CONFIG_GPIO_MAX7300=y
>  CONFIG_GPIO_MAX732X=y
> +CONFIG_GPIO_PCA953X=y
>  CONFIG_GPIO_PCF857X=y
>  CONFIG_GPIO_SX150X=y
> -CONFIG_GPIO_ADP5588=y
> -CONFIG_GPIO_ADNP=y
> +CONFIG_GPIO_74X164=y
>  CONFIG_GPIO_MAX7301=y
> -CONFIG_GPIO_MCP23S08=y
>  CONFIG_GPIO_MC33880=y
> -CONFIG_GPIO_74X164=y
> +CONFIG_GPIO_MCP23S08=y
>  CONFIG_SENSORS_DS620=y
>  CONFIG_SENSORS_MAX6639=y
>  CONFIG_WATCHDOG=y
> @@ -147,7 +139,6 @@ CONFIG_SND_DEBUG_VERBOSE=y
>  # CONFIG_SND_SPI is not set
>  CONFIG_SND_SOC=y
>  CONFIG_USB=y
> -CONFIG_USB_PHY=y
>  CONFIG_USB_OHCI_HCD=y
>  CONFIG_USB_STORAGE=y
>  CONFIG_USB_GADGET=y
> @@ -198,9 +189,9 @@ CONFIG_NLS_CODEPAGE_437=y
>  CONFIG_NLS_ASCII=y
>  CONFIG_NLS_ISO8859_1=y
>  CONFIG_NLS_UTF8=y
> +CONFIG_DEBUG_INFO=y
>  # CONFIG_SCHED_DEBUG is not set
>  # CONFIG_DEBUG_PREEMPT is not set
> -CONFIG_DEBUG_INFO=y
>  # CONFIG_FTRACE is not set
>  # CONFIG_ARM_UNWIND is not set
>  CONFIG_DEBUG_LL=y

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-04-19 18:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-18  3:31 [PATCH 0/2] ARM: lpc32xx: updates to lpc32xx_defconfig Vladimir Zapolskiy
2016-04-18  3:31 ` [PATCH 1/2] ARM: LPC32xx: defconfig update Vladimir Zapolskiy
2016-04-19 18:20   ` Sylvain Lemieux
2016-04-18  3:31 ` [PATCH 2/2] ARM: LPC32xx: add PL175 memory controller driver to defconfig Vladimir Zapolskiy
2016-04-18 15:05 ` [PATCH 0/2] ARM: lpc32xx: updates to lpc32xx_defconfig Arnd Bergmann

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).