linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: saeed.bishara@gmail.com (saeed bishara)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] Moving Marvell Dove platform defaults to ARMv7
Date: Tue, 5 Apr 2011 16:00:37 +0300	[thread overview]
Message-ID: <BANLkTimsz==SVdg0C6XEX6bCvmhEe79dew@mail.gmail.com> (raw)
In-Reply-To: <1301814792-9438-1-git-send-email-kostap@marvell.com>

On Sun, Apr 3, 2011 at 10:13 AM, Konstantin Porotchkin
<kostap@marvell.com> wrote:
> Disabled legacy support for ARMv6 archtecture on Dove platform.
> Latest Dove HW uses only ARMv7 model.
>
> Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
> ---
> ?arch/arm/Kconfig ? ? ? ? ? ? ? ?| ? ?2 +-
> ?arch/arm/configs/dove_defconfig | ? 12 +-----------
> ?2 files changed, 2 insertions(+), 12 deletions(-)
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 599e163..e9d9a4f 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -463,7 +463,7 @@ config ARCH_IXP4XX
>
> ?config ARCH_DOVE
> ? ? ? ?bool "Marvell Dove"
> - ? ? ? select CPU_V6K
> + ? ? ? select CPU_V7
> ? ? ? ?select PCI
> ? ? ? ?select ARCH_REQUIRE_GPIOLIB
> ? ? ? ?select GENERIC_CLOCKEVENTS
> diff --git a/arch/arm/configs/dove_defconfig b/arch/arm/configs/dove_defconfig
> index 54bf5ee..40db34c 100644
> --- a/arch/arm/configs/dove_defconfig
> +++ b/arch/arm/configs/dove_defconfig
> @@ -8,8 +8,6 @@ CONFIG_MODULE_UNLOAD=y
> ?# CONFIG_BLK_DEV_BSG is not set
> ?CONFIG_ARCH_DOVE=y
> ?CONFIG_MACH_DOVE_DB=y
> -CONFIG_CPU_V6=y
> -CONFIG_CPU_32v6K=y
> ?CONFIG_NO_HZ=y
> ?CONFIG_HIGH_RES_TIMERS=y
> ?CONFIG_AEABI=y
> @@ -44,7 +42,6 @@ CONFIG_MTD_UBI=y
> ?CONFIG_BLK_DEV_LOOP=y
> ?CONFIG_BLK_DEV_RAM=y
> ?CONFIG_BLK_DEV_RAM_COUNT=1
> -# CONFIG_MISC_DEVICES is not set
> ?# CONFIG_SCSI_PROC_FS is not set
> ?CONFIG_BLK_DEV_SD=y
> ?# CONFIG_SCSI_LOWLEVEL is not set
> @@ -59,12 +56,12 @@ CONFIG_INPUT_EVDEV=y
> ?# CONFIG_KEYBOARD_ATKBD is not set
> ?# CONFIG_MOUSE_PS2 is not set
> ?# CONFIG_SERIO is not set
> +CONFIG_LEGACY_PTY_COUNT=16
> ?# CONFIG_DEVKMEM is not set
> ?CONFIG_SERIAL_8250=y
> ?CONFIG_SERIAL_8250_CONSOLE=y
> ?# CONFIG_SERIAL_8250_PCI is not set
> ?CONFIG_SERIAL_8250_RUNTIME_UARTS=2
> -CONFIG_LEGACY_PTY_COUNT=16
> ?# CONFIG_HW_RANDOM is not set
> ?CONFIG_I2C=y
> ?CONFIG_I2C_CHARDEV=y
> @@ -72,12 +69,10 @@ CONFIG_I2C_MV64XXX=y
> ?CONFIG_SPI=y
> ?CONFIG_SPI_ORION=y
> ?# CONFIG_HWMON is not set
> -# CONFIG_VGA_CONSOLE is not set
> ?CONFIG_USB=y
> ?CONFIG_USB_DEVICEFS=y
> ?CONFIG_USB_EHCI_HCD=y
> ?CONFIG_USB_EHCI_ROOT_HUB_TT=y
> -CONFIG_USB_EHCI_TT_NEWSCHED=y
> ?CONFIG_USB_STORAGE=y
> ?CONFIG_RTC_CLASS=y
> ?CONFIG_RTC_DRV_MV=y
> @@ -86,7 +81,6 @@ CONFIG_MV_XOR=y
> ?CONFIG_EXT2_FS=y
> ?CONFIG_EXT3_FS=y
> ?# CONFIG_EXT3_FS_XATTR is not set
> -CONFIG_INOTIFY=y
> ?CONFIG_ISO9660_FS=y
> ?CONFIG_JOLIET=y
> ?CONFIG_UDF_FS=m
> @@ -110,23 +104,19 @@ CONFIG_DEBUG_KERNEL=y
> ?CONFIG_TIMER_STATS=y
> ?# CONFIG_DEBUG_BUGVERBOSE is not set
> ?CONFIG_DEBUG_INFO=y
> -# CONFIG_RCU_CPU_STALL_DETECTOR is not set
> ?CONFIG_SYSCTL_SYSCALL_CHECK=y
> ?CONFIG_DEBUG_USER=y
> ?CONFIG_DEBUG_ERRORS=y
> ?CONFIG_CRYPTO_NULL=y
> -CONFIG_CRYPTO_CBC=y
> ?CONFIG_CRYPTO_ECB=m
> ?CONFIG_CRYPTO_PCBC=m
> ?CONFIG_CRYPTO_HMAC=y
> ?CONFIG_CRYPTO_MD4=y
> -CONFIG_CRYPTO_MD5=y
> ?CONFIG_CRYPTO_SHA1=y
> ?CONFIG_CRYPTO_SHA256=y
> ?CONFIG_CRYPTO_SHA512=y
> ?CONFIG_CRYPTO_AES=y
> ?CONFIG_CRYPTO_BLOWFISH=y
> -CONFIG_CRYPTO_DES=y
> ?CONFIG_CRYPTO_TEA=y
> ?CONFIG_CRYPTO_TWOFISH=y
> ?CONFIG_CRYPTO_DEFLATE=y
> --
> 1.7.4.1
>
Acked.
Nico, can you please merge for 2.6.40?
saeed

  reply	other threads:[~2011-04-05 13:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-03  7:13 [PATCH] Moving Marvell Dove platform defaults to ARMv7 Konstantin Porotchkin
2011-04-05 13:00 ` saeed bishara [this message]
2011-04-05 18:55   ` Nicolas Pitre
2011-04-06  8:22     ` saeed bishara
2011-04-06 13:05       ` Nicolas Pitre

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='BANLkTimsz==SVdg0C6XEX6bCvmhEe79dew@mail.gmail.com' \
    --to=saeed.bishara@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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;
as well as URLs for NNTP newsgroup(s).