linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: genmai: remove defconfig
@ 2014-07-15  7:29 Simon Horman
  2014-07-15  7:54 ` Wolfram Sang
  2014-07-15 11:58 ` Laurent Pinchart
  0 siblings, 2 replies; 8+ messages in thread
From: Simon Horman @ 2014-07-15  7:29 UTC (permalink / raw)
  To: linux-arm-kernel

The genmai board code is scheduled for removal and once
that occurs the defconfig will be of no use. Remove it.

Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Cc: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/genmai_defconfig | 122 --------------------------------------
 1 file changed, 122 deletions(-)
 delete mode 100644 arch/arm/configs/genmai_defconfig

diff --git a/arch/arm/configs/genmai_defconfig b/arch/arm/configs/genmai_defconfig
deleted file mode 100644
index d238faf..0000000
--- a/arch/arm/configs/genmai_defconfig
+++ /dev/null
@@ -1,122 +0,0 @@
-CONFIG_SYSVIPC=y
-CONFIG_NO_HZ=y
-CONFIG_IKCONFIG=y
-CONFIG_IKCONFIG_PROC=y
-CONFIG_LOG_BUF_SHIFT=16
-CONFIG_CC_OPTIMIZE_FOR_SIZE=y
-CONFIG_SYSCTL_SYSCALL=y
-CONFIG_EMBEDDED=y
-CONFIG_PERF_EVENTS=y
-CONFIG_SLAB=y
-# CONFIG_LBDAF is not set
-# CONFIG_BLK_DEV_BSG is not set
-# CONFIG_IOSCHED_DEADLINE is not set
-# CONFIG_IOSCHED_CFQ is not set
-CONFIG_ARCH_SHMOBILE_LEGACY=y
-CONFIG_ARCH_R7S72100=y
-CONFIG_MACH_GENMAI=y
-# CONFIG_SH_TIMER_CMT is not set
-# CONFIG_SH_TIMER_MTU2 is not set
-# CONFIG_SH_TIMER_TMU is not set
-# CONFIG_EM_TIMER_STI is not set
-CONFIG_ARM_ERRATA_430973=y
-CONFIG_ARM_ERRATA_458693=y
-CONFIG_ARM_ERRATA_460075=y
-CONFIG_ARM_ERRATA_743622=y
-CONFIG_ARM_ERRATA_754322=y
-CONFIG_AEABI=y
-# CONFIG_OABI_COMPAT is not set
-CONFIG_FORCE_MAX_ZONEORDER=13
-CONFIG_ZBOOT_ROM_TEXT=0x0
-CONFIG_ZBOOT_ROM_BSS=0x0
-CONFIG_ARM_APPENDED_DTB=y
-CONFIG_KEXEC=y
-CONFIG_AUTO_ZRELADDR=y
-CONFIG_VFP=y
-CONFIG_NEON=y
-# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
-CONFIG_PM_RUNTIME=y
-CONFIG_NET=y
-CONFIG_PACKET=y
-CONFIG_UNIX=y
-CONFIG_INET=y
-CONFIG_IP_PNP=y
-CONFIG_IP_PNP_DHCP=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 is not set
-# CONFIG_WIRELESS is not set
-CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
-CONFIG_DEVTMPFS=y
-CONFIG_DEVTMPFS_MOUNT=y
-CONFIG_EEPROM_AT24=y
-CONFIG_NETDEVICES=y
-# CONFIG_NET_CORE is not set
-# CONFIG_NET_VENDOR_ARC is not set
-# CONFIG_NET_CADENCE is not set
-# CONFIG_NET_VENDOR_BROADCOM is not set
-# CONFIG_NET_VENDOR_CIRRUS is not set
-# CONFIG_NET_VENDOR_FARADAY is not set
-# CONFIG_NET_VENDOR_INTEL is not set
-# CONFIG_NET_VENDOR_MARVELL is not set
-# CONFIG_NET_VENDOR_MICREL is not set
-# CONFIG_NET_VENDOR_NATSEMI is not set
-CONFIG_SH_ETH=y
-# CONFIG_NET_VENDOR_SEEQ is not set
-# CONFIG_NET_VENDOR_SMSC is not set
-# CONFIG_NET_VENDOR_STMICRO is not set
-# CONFIG_NET_VENDOR_VIA is not set
-# CONFIG_NET_VENDOR_WIZNET is not set
-# CONFIG_WLAN is not set
-# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
-CONFIG_INPUT_EVDEV=y
-# CONFIG_KEYBOARD_ATKBD is not set
-# CONFIG_INPUT_MOUSE is not set
-# CONFIG_SERIO is not set
-# CONFIG_LEGACY_PTYS is not set
-CONFIG_SERIAL_SH_SCI=y
-CONFIG_SERIAL_SH_SCI_NR_UARTS=10
-CONFIG_SERIAL_SH_SCI_CONSOLE=y
-# CONFIG_HW_RANDOM is not set
-CONFIG_I2C_CHARDEV=y
-CONFIG_I2C_RIIC=y
-CONFIG_SPI=y
-CONFIG_SPI_RSPI=y
-# CONFIG_HWMON is not set
-CONFIG_THERMAL=y
-CONFIG_RCAR_THERMAL=y
-CONFIG_REGULATOR=y
-CONFIG_REGULATOR_FIXED_VOLTAGE=y
-CONFIG_DRM=y
-CONFIG_DRM_RCAR_DU=y
-# CONFIG_USB_SUPPORT is not set
-CONFIG_MMC=y
-CONFIG_MMC_SDHI=y
-CONFIG_MMC_SH_MMCIF=y
-CONFIG_NEW_LEDS=y
-CONFIG_LEDS_CLASS=y
-CONFIG_RTC_CLASS=y
-CONFIG_DMADEVICES=y
-CONFIG_SH_DMAE=y
-# CONFIG_IOMMU_SUPPORT is not set
-# CONFIG_DNOTIFY is not set
-CONFIG_MSDOS_FS=y
-CONFIG_VFAT_FS=y
-CONFIG_TMPFS=y
-CONFIG_CONFIGFS_FS=y
-# CONFIG_MISC_FILESYSTEMS is not set
-CONFIG_NFS_FS=y
-CONFIG_NFS_V3_ACL=y
-CONFIG_NFS_V4=y
-CONFIG_NFS_V4_1=y
-CONFIG_ROOT_NFS=y
-CONFIG_NLS_CODEPAGE_437=y
-CONFIG_NLS_ISO8859_1=y
-# CONFIG_ENABLE_WARN_DEPRECATED is not set
-# CONFIG_ENABLE_MUST_CHECK is not set
-# CONFIG_ARM_UNWIND is not set
-# CONFIG_CRYPTO_ANSI_CPRNG is not set
-# CONFIG_CRYPTO_HW is not set
-- 
2.0.0

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

* [PATCH] ARM: shmobile: genmai: remove defconfig
  2014-07-15  7:29 [PATCH] ARM: shmobile: genmai: remove defconfig Simon Horman
@ 2014-07-15  7:54 ` Wolfram Sang
  2014-07-15 12:25   ` Simon Horman
  2014-07-15 11:58 ` Laurent Pinchart
  1 sibling, 1 reply; 8+ messages in thread
From: Wolfram Sang @ 2014-07-15  7:54 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jul 15, 2014 at 04:29:24PM +0900, Simon Horman wrote:
> The genmai board code is scheduled for removal and once
> that occurs the defconfig will be of no use. Remove it.
> 
> Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> Cc: Wolfram Sang <wsa+renesas@sang-engineering.com>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

Acked-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140715/a3eb60c4/attachment.sig>

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

* [PATCH] ARM: shmobile: genmai: remove defconfig
  2014-07-15  7:29 [PATCH] ARM: shmobile: genmai: remove defconfig Simon Horman
  2014-07-15  7:54 ` Wolfram Sang
@ 2014-07-15 11:58 ` Laurent Pinchart
  2014-07-15 12:23   ` Simon Horman
  1 sibling, 1 reply; 8+ messages in thread
From: Laurent Pinchart @ 2014-07-15 11:58 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Simon,

Thank you for the patch.

On Tuesday 15 July 2014 16:29:24 Simon Horman wrote:
> The genmai board code is scheduled for removal and once
> that occurs the defconfig will be of no use. Remove it.
> 
> Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> Cc: Wolfram Sang <wsa+renesas@sang-engineering.com>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

Acked-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>

Now that the MTU2 boot issue has been solved (thank you for tracking it down), 
am I correct to assume that all timer patches, the genmai board file removal 
series and this patch will make it to v3.17 ?

> ---
>  arch/arm/configs/genmai_defconfig | 122 -----------------------------------
> 1 file changed, 122 deletions(-)
>  delete mode 100644 arch/arm/configs/genmai_defconfig

-- 
Regards,

Laurent Pinchart

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

* [PATCH] ARM: shmobile: genmai: remove defconfig
  2014-07-15 11:58 ` Laurent Pinchart
@ 2014-07-15 12:23   ` Simon Horman
  2014-07-15 13:04     ` Simon Horman
  0 siblings, 1 reply; 8+ messages in thread
From: Simon Horman @ 2014-07-15 12:23 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jul 15, 2014 at 01:58:21PM +0200, Laurent Pinchart wrote:
> Hi Simon,
> 
> Thank you for the patch.
> 
> On Tuesday 15 July 2014 16:29:24 Simon Horman wrote:
> > The genmai board code is scheduled for removal and once
> > that occurs the defconfig will be of no use. Remove it.
> > 
> > Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> > Cc: Wolfram Sang <wsa+renesas@sang-engineering.com>
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> 
> Acked-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> 
> Now that the MTU2 boot issue has been solved (thank you for tracking it down), 
> am I correct to assume that all timer patches, the genmai board file removal 
> series and this patch will make it to v3.17 ?

Yes, that is my plan.

I hope to have them queued up this evening.

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

* [PATCH] ARM: shmobile: genmai: remove defconfig
  2014-07-15  7:54 ` Wolfram Sang
@ 2014-07-15 12:25   ` Simon Horman
  0 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2014-07-15 12:25 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jul 15, 2014 at 09:54:40AM +0200, Wolfram Sang wrote:
> On Tue, Jul 15, 2014 at 04:29:24PM +0900, Simon Horman wrote:
> > The genmai board code is scheduled for removal and once
> > that occurs the defconfig will be of no use. Remove it.
> > 
> > Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> > Cc: Wolfram Sang <wsa+renesas@sang-engineering.com>
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> 
> Acked-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> 



On Tue, Jul 15, 2014 at 01:58:21PM +0200, Laurent Pinchart wrote:
> Hi Simon,
> 
> Thank you for the patch.
> 
> On Tuesday 15 July 2014 16:29:24 Simon Horman wrote:
> > The genmai board code is scheduled for removal and once
> > that occurs the defconfig will be of no use. Remove it.
> > 
> > Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> > Cc: Wolfram Sang <wsa+renesas@sang-engineering.com>
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> 
> Acked-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>

Thanks, I have queued this up.

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

* [PATCH] ARM: shmobile: genmai: remove defconfig
  2014-07-15 12:23   ` Simon Horman
@ 2014-07-15 13:04     ` Simon Horman
  2014-07-15 23:01       ` Laurent Pinchart
  0 siblings, 1 reply; 8+ messages in thread
From: Simon Horman @ 2014-07-15 13:04 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jul 15, 2014 at 09:23:50PM +0900, Simon Horman wrote:
> On Tue, Jul 15, 2014 at 01:58:21PM +0200, Laurent Pinchart wrote:
> > Hi Simon,
> > 
> > Thank you for the patch.
> > 
> > On Tuesday 15 July 2014 16:29:24 Simon Horman wrote:
> > > The genmai board code is scheduled for removal and once
> > > that occurs the defconfig will be of no use. Remove it.
> > > 
> > > Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> > > Cc: Wolfram Sang <wsa+renesas@sang-engineering.com>
> > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > 
> > Acked-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> > 
> > Now that the MTU2 boot issue has been solved (thank you for tracking it down), 
> > am I correct to assume that all timer patches, the genmai board file removal 
> > series and this patch will make it to v3.17 ?
> 
> Yes, that is my plan.
> 
> I hope to have them queued up this evening.

Please take a look at renesas-next-v3.16-rc3-20140715v2 and let
me know if anything is missing.

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

* [PATCH] ARM: shmobile: genmai: remove defconfig
  2014-07-15 13:04     ` Simon Horman
@ 2014-07-15 23:01       ` Laurent Pinchart
  2014-07-16  0:18         ` Simon Horman
  0 siblings, 1 reply; 8+ messages in thread
From: Laurent Pinchart @ 2014-07-15 23:01 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Simon,

On Tuesday 15 July 2014 22:04:59 Simon Horman wrote:
> On Tue, Jul 15, 2014 at 09:23:50PM +0900, Simon Horman wrote:
> > On Tue, Jul 15, 2014 at 01:58:21PM +0200, Laurent Pinchart wrote:
> > > Hi Simon,
> > > 
> > > Thank you for the patch.
> > > 
> > > On Tuesday 15 July 2014 16:29:24 Simon Horman wrote:
> > > > The genmai board code is scheduled for removal and once
> > > > that occurs the defconfig will be of no use. Remove it.
> > > > 
> > > > Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> > > > Cc: Wolfram Sang <wsa+renesas@sang-engineering.com>
> > > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > > 
> > > Acked-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> > > 
> > > Now that the MTU2 boot issue has been solved (thank you for tracking it
> > > down), am I correct to assume that all timer patches, the genmai board
> > > file removal series and this patch will make it to v3.17 ?
> > 
> > Yes, that is my plan.
> > 
> > I hope to have them queued up this evening.
> 
> Please take a look at renesas-next-v3.16-rc3-20140715v2 and let me know if
> anything is missing.

Everything seems to be in order. Thank you.

-- 
Regards,

Laurent Pinchart

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

* [PATCH] ARM: shmobile: genmai: remove defconfig
  2014-07-15 23:01       ` Laurent Pinchart
@ 2014-07-16  0:18         ` Simon Horman
  0 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2014-07-16  0:18 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jul 16, 2014 at 01:01:46AM +0200, Laurent Pinchart wrote:
> Hi Simon,
> 
> On Tuesday 15 July 2014 22:04:59 Simon Horman wrote:
> > On Tue, Jul 15, 2014 at 09:23:50PM +0900, Simon Horman wrote:
> > > On Tue, Jul 15, 2014 at 01:58:21PM +0200, Laurent Pinchart wrote:
> > > > Hi Simon,
> > > > 
> > > > Thank you for the patch.
> > > > 
> > > > On Tuesday 15 July 2014 16:29:24 Simon Horman wrote:
> > > > > The genmai board code is scheduled for removal and once
> > > > > that occurs the defconfig will be of no use. Remove it.
> > > > > 
> > > > > Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> > > > > Cc: Wolfram Sang <wsa+renesas@sang-engineering.com>
> > > > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > > > 
> > > > Acked-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> > > > 
> > > > Now that the MTU2 boot issue has been solved (thank you for tracking it
> > > > down), am I correct to assume that all timer patches, the genmai board
> > > > file removal series and this patch will make it to v3.17 ?
> > > 
> > > Yes, that is my plan.
> > > 
> > > I hope to have them queued up this evening.
> > 
> > Please take a look at renesas-next-v3.16-rc3-20140715v2 and let me know if
> > anything is missing.
> 
> Everything seems to be in order. Thank you.

Great thanks.

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

end of thread, other threads:[~2014-07-16  0:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-15  7:29 [PATCH] ARM: shmobile: genmai: remove defconfig Simon Horman
2014-07-15  7:54 ` Wolfram Sang
2014-07-15 12:25   ` Simon Horman
2014-07-15 11:58 ` Laurent Pinchart
2014-07-15 12:23   ` Simon Horman
2014-07-15 13:04     ` Simon Horman
2014-07-15 23:01       ` Laurent Pinchart
2014-07-16  0:18         ` Simon Horman

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