linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab+kde@kernel.org>
To: Jacopo Mondi <jacopo+renesas@jmondi.org>
Cc: hverkuil@xs4all.nl, mchehab@kernel.org,
	ysato@users.sourceforge.jp, dalias@libc.org,
	linux-renesas-soc@vger.kernel.org, linux-media@vger.kernel.org,
	linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/9] sh: defconfig: migor: Update defconfig
Date: Tue, 24 Jul 2018 18:49:08 -0300	[thread overview]
Message-ID: <20180724184908.28b4f27b@coco.lan> (raw)
In-Reply-To: <1530699346-3235-2-git-send-email-jacopo+renesas@jmondi.org>

Em Wed,  4 Jul 2018 12:15:38 +0200
Jacopo Mondi <jacopo+renesas@jmondi.org> escreveu:

> Update defconfig to Linux v4.18-rc2.
> 
> Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>

Why do you want to apply this via the media tree?

IMO, the natural path would be to submit this to the SUPERH
maintainer. If there is a good reason for merging via media,
I'd expect an ack from the maintainer to do it so.

Regards,
Mauro

> 
> ---
> The updated config file generated by:
> 
> make ARCH=sh migor_defconfig
> make ARCH=sh menuconfig
> make ARCH=sh savedefconfig
> cp defconfig arch/sh/configs/migor_defconfig
> ---
> ---
>  arch/sh/configs/migor_defconfig | 25 ++-----------------------
>  1 file changed, 2 insertions(+), 23 deletions(-)
> 
> diff --git a/arch/sh/configs/migor_defconfig b/arch/sh/configs/migor_defconfig
> index e04f21b..a85a327 100644
> --- a/arch/sh/configs/migor_defconfig
> +++ b/arch/sh/configs/migor_defconfig
> @@ -3,8 +3,6 @@ CONFIG_IKCONFIG=y
>  CONFIG_IKCONFIG_PROC=y
>  CONFIG_LOG_BUF_SHIFT=14
>  CONFIG_BLK_DEV_INITRD=y
> -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
> -# CONFIG_SYSCTL_SYSCALL is not set
>  CONFIG_SLAB=y
>  CONFIG_PROFILING=y
>  CONFIG_OPROFILE=y
> @@ -13,9 +11,7 @@ CONFIG_MODULES=y
>  CONFIG_CPU_SUBTYPE_SH7722=y
>  CONFIG_MEMORY_START=0x0c000000
>  CONFIG_NUMA=y
> -# CONFIG_MIGRATION is not set
>  CONFIG_SH_MIGOR=y
> -# CONFIG_SH_TIMER_CMT is not set
>  CONFIG_SECCOMP=y
>  CONFIG_CMDLINE_OVERWRITE=y
>  CONFIG_CMDLINE="console=tty0 console=ttySC0,115200 earlyprintk=serial ip=on root=/dev/nfs ip=dhcp"
> @@ -27,7 +23,6 @@ CONFIG_IP_PNP=y
>  CONFIG_IP_PNP_DHCP=y
>  # CONFIG_IPV6 is not set
>  CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
> -CONFIG_FW_LOADER=m
>  CONFIG_MTD=y
>  CONFIG_MTD_CMDLINE_PARTS=y
>  CONFIG_MTD_BLOCK=y
> @@ -40,9 +35,7 @@ CONFIG_BLK_DEV_RAM=y
>  CONFIG_SCSI=y
>  CONFIG_BLK_DEV_SD=y
>  CONFIG_NETDEVICES=y
> -CONFIG_NET_ETHERNET=y
>  CONFIG_SMC91X=y
> -# CONFIG_INPUT_MOUSEDEV is not set
>  CONFIG_INPUT_EVDEV=y
>  # CONFIG_KEYBOARD_ATKBD is not set
>  CONFIG_KEYBOARD_SH_KEYSC=y
> @@ -50,30 +43,16 @@ CONFIG_KEYBOARD_SH_KEYSC=y
>  CONFIG_INPUT_TOUCHSCREEN=y
>  CONFIG_TOUCHSCREEN_MIGOR=y
>  # CONFIG_SERIO is not set
> -CONFIG_VT_HW_CONSOLE_BINDING=y
>  CONFIG_SERIAL_SH_SCI=y
> -CONFIG_SERIAL_SH_SCI_NR_UARTS=3
> -CONFIG_SERIAL_SH_SCI_CONSOLE=y
>  CONFIG_HW_RANDOM=y
>  CONFIG_I2C=y
>  CONFIG_I2C_SH_MOBILE=y
>  # CONFIG_HWMON is not set
>  CONFIG_MEDIA_SUPPORT=y
> -CONFIG_VIDEO_DEV=y
> -# CONFIG_VIDEO_ALLOW_V4L1 is not set
> -# CONFIG_MEDIA_TUNER_CUSTOMISE is not set
> -CONFIG_VIDEO_HELPER_CHIPS_AUTO=y
> -CONFIG_SOC_CAMERA=y
> -CONFIG_SOC_CAMERA_TW9910=y
> -CONFIG_SOC_CAMERA_OV772X=y
> -CONFIG_VIDEO_SH_MOBILE_CEU=y
> -# CONFIG_RADIO_ADAPTERS is not set
>  CONFIG_FB=y
>  CONFIG_FB_SH_MOBILE_LCDC=y
>  CONFIG_FRAMEBUFFER_CONSOLE=y
>  CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
> -CONFIG_FONTS=y
> -CONFIG_FONT_MINI_4x6=y
>  CONFIG_LOGO=y
>  # CONFIG_LOGO_LINUX_MONO is not set
>  # CONFIG_LOGO_LINUX_VGA16 is not set
> @@ -81,7 +60,6 @@ CONFIG_LOGO=y
>  # CONFIG_LOGO_SUPERH_MONO is not set
>  # CONFIG_LOGO_SUPERH_CLUT224 is not set
>  CONFIG_USB_GADGET=y
> -CONFIG_USB_GADGET_M66592=y
>  CONFIG_USB_G_SERIAL=m
>  CONFIG_RTC_CLASS=y
>  CONFIG_RTC_DRV_RS5C372=y
> @@ -95,6 +73,7 @@ CONFIG_NFS_FS=y
>  CONFIG_ROOT_NFS=y
>  CONFIG_DEBUG_FS=y
>  CONFIG_CRYPTO_MANAGER=y
> -# CONFIG_CRYPTO_ANSI_CPRNG is not set
>  # CONFIG_CRYPTO_HW is not set
>  CONFIG_CRC_T10DIF=y
> +CONFIG_FONTS=y
> +CONFIG_FONT_MINI_4x6=y



Thanks,
Mauro

  parent reply	other threads:[~2018-07-24 21:49 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-04 10:15 [PATCH 0/9] sh: Remove soc_camera from defconfigs Jacopo Mondi
2018-07-04 10:15 ` [PATCH 1/9] sh: defconfig: migor: Update defconfig Jacopo Mondi
2018-07-04 11:08   ` Geert Uytterhoeven
2018-07-04 11:52     ` jacopo mondi
2018-07-04 11:54       ` Geert Uytterhoeven
2018-07-24 21:49   ` Mauro Carvalho Chehab [this message]
2018-08-13 14:20     ` jacopo mondi
2018-07-04 10:15 ` [PATCH 2/9] sh: defconfig: migor: Enable CEU and sensor drivers Jacopo Mondi
2018-07-04 10:15 ` [PATCH 3/9] sh: defconfig: ecovec: Update defconfig Jacopo Mondi
2018-07-04 10:15 ` [PATCH 4/9] sh: defconfig: ecovec: Enable CEU and video drivers Jacopo Mondi
2018-07-04 10:15 ` [PATCH 5/9] sh: defconfig: se7724: Update defconfig Jacopo Mondi
2018-07-04 10:15 ` [PATCH 6/9] sh: defconfig: se7724: Enable CEU and sensor driver Jacopo Mondi
2018-07-04 10:15 ` [PATCH 7/9] sh: defconfig: ap325rxa: Update defconfig Jacopo Mondi
2018-07-04 10:15 ` [PATCH 8/9] sh: defconfig: ap325rxa: Enable CEU and sensor driver Jacopo Mondi
2018-07-04 10:15 ` [PATCH 9/9] sh: migor: Remove stale soc_camera include Jacopo Mondi

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=20180724184908.28b4f27b@coco.lan \
    --to=mchehab+kde@kernel.org \
    --cc=dalias@libc.org \
    --cc=hverkuil@xs4all.nl \
    --cc=jacopo+renesas@jmondi.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=ysato@users.sourceforge.jp \
    /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).