* [PATCH 1/2] ARM: tegra: rebuild tegra_defconfig
@ 2013-12-04 22:27 Stephen Warren
[not found] ` <1386196073-25193-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Stephen Warren @ 2013-12-04 22:27 UTC (permalink / raw)
To: swarren-3lzwWm7+Weoh9ZMKESR00Q
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-tegra-u79uwXL29TY76Z2rM5mHXA, Stephen Warren
From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
This separates out "NULL" changes from future real changes.
Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
arch/arm/configs/tegra_defconfig | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig
index 4934295bb4f0..4a293393f415 100644
--- a/arch/arm/configs/tegra_defconfig
+++ b/arch/arm/configs/tegra_defconfig
@@ -36,8 +36,8 @@ CONFIG_PCIEPORTBUS=y
CONFIG_SMP=y
CONFIG_PREEMPT=y
CONFIG_AEABI=y
-# CONFIG_OABI_COMPAT is not set
CONFIG_HIGHMEM=y
+CONFIG_CMA=y
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
CONFIG_KEXEC=y
@@ -63,7 +63,6 @@ CONFIG_INET_ESP=y
# CONFIG_INET_LRO is not set
# CONFIG_INET_DIAG is not set
CONFIG_IPV6=y
-CONFIG_IPV6_PRIVACY=y
CONFIG_IPV6_ROUTER_PREF=y
CONFIG_IPV6_OPTIMISTIC_DAD=y
CONFIG_INET6_AH=y
@@ -85,7 +84,6 @@ CONFIG_RFKILL_GPIO=y
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
# CONFIG_FIRMWARE_IN_KERNEL is not set
-CONFIG_CMA=y
CONFIG_DMA_CMA=y
CONFIG_MTD=y
CONFIG_MTD_M25P80=y
@@ -164,7 +162,6 @@ CONFIG_MEDIA_CAMERA_SUPPORT=y
CONFIG_MEDIA_USB_SUPPORT=y
CONFIG_USB_VIDEO_CLASS=m
CONFIG_DRM=y
-CONFIG_TEGRA_HOST1X=y
CONFIG_DRM_TEGRA=y
CONFIG_BACKLIGHT_LCD_SUPPORT=y
# CONFIG_LCD_CLASS_DEVICE is not set
@@ -256,16 +253,15 @@ CONFIG_ROOT_NFS=y
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_ISO8859_1=y
CONFIG_PRINTK_TIME=y
+CONFIG_DEBUG_INFO=y
CONFIG_MAGIC_SYSRQ=y
-CONFIG_DEBUG_FS=y
+CONFIG_DEBUG_SLAB=y
+CONFIG_DEBUG_VM=y
CONFIG_DETECT_HUNG_TASK=y
CONFIG_SCHEDSTATS=y
CONFIG_TIMER_STATS=y
-CONFIG_DEBUG_SLAB=y
# CONFIG_DEBUG_PREEMPT is not set
CONFIG_DEBUG_MUTEXES=y
-CONFIG_DEBUG_INFO=y
-CONFIG_DEBUG_VM=y
CONFIG_DEBUG_SG=y
CONFIG_DEBUG_LL=y
CONFIG_EARLY_PRINTK=y
--
1.8.1.5
^ permalink raw reply related [flat|nested] 6+ messages in thread[parent not found: <1386196073-25193-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>]
* [PATCH 2/2] ARM: tegra: enable MAX98090 audio driver in tegra_defconfig [not found] ` <1386196073-25193-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> @ 2013-12-04 22:27 ` Stephen Warren [not found] ` <1386196073-25193-2-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> 2013-12-06 15:22 ` [PATCH 1/2] ARM: tegra: rebuild tegra_defconfig Thierry Reding 2013-12-12 20:50 ` Stephen Warren 2 siblings, 1 reply; 6+ messages in thread From: Stephen Warren @ 2013-12-04 22:27 UTC (permalink / raw) To: swarren-3lzwWm7+Weoh9ZMKESR00Q Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-tegra-u79uwXL29TY76Z2rM5mHXA, Stephen Warren From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> This audio driver is required by the Venice2 board. Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> --- arch/arm/configs/tegra_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig index 4a293393f415..432a58a4efc1 100644 --- a/arch/arm/configs/tegra_defconfig +++ b/arch/arm/configs/tegra_defconfig @@ -184,6 +184,7 @@ CONFIG_SND_SOC_TEGRA_WM8753=y CONFIG_SND_SOC_TEGRA_WM8903=y CONFIG_SND_SOC_TEGRA_TRIMSLICE=y CONFIG_SND_SOC_TEGRA_ALC5632=y +CONFIG_SND_SOC_TEGRA_MAX98090=y CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_EHCI_HCD=y -- 1.8.1.5 ^ permalink raw reply related [flat|nested] 6+ messages in thread
[parent not found: <1386196073-25193-2-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>]
* Re: [PATCH 2/2] ARM: tegra: enable MAX98090 audio driver in tegra_defconfig [not found] ` <1386196073-25193-2-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> @ 2013-12-06 15:23 ` Thierry Reding 0 siblings, 0 replies; 6+ messages in thread From: Thierry Reding @ 2013-12-06 15:23 UTC (permalink / raw) To: Stephen Warren Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-tegra-u79uwXL29TY76Z2rM5mHXA, Stephen Warren [-- Attachment #1: Type: text/plain, Size: 451 bytes --] On Wed, Dec 04, 2013 at 03:27:53PM -0700, Stephen Warren wrote: > From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> > > This audio driver is required by the Venice2 board. > > Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> > --- > arch/arm/configs/tegra_defconfig | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> [-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/2] ARM: tegra: rebuild tegra_defconfig [not found] ` <1386196073-25193-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> 2013-12-04 22:27 ` [PATCH 2/2] ARM: tegra: enable MAX98090 audio driver in tegra_defconfig Stephen Warren @ 2013-12-06 15:22 ` Thierry Reding [not found] ` <20131206152225.GF32372-AwZRO8vwLAwmlAP/+Wk3EA@public.gmane.org> 2013-12-12 20:50 ` Stephen Warren 2 siblings, 1 reply; 6+ messages in thread From: Thierry Reding @ 2013-12-06 15:22 UTC (permalink / raw) To: Stephen Warren Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-tegra-u79uwXL29TY76Z2rM5mHXA, Stephen Warren [-- Attachment #1: Type: text/plain, Size: 646 bytes --] On Wed, Dec 04, 2013 at 03:27:52PM -0700, Stephen Warren wrote: > From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> > > This separates out "NULL" changes from future real changes. > > Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> > --- > arch/arm/configs/tegra_defconfig | 12 ++++-------- > 1 file changed, 4 insertions(+), 8 deletions(-) Not sure if this makes sense for what's essentially a machine-generated change, but I've at least verified that this doesn't drop anything unwanted, so: Reviewed-by: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> [-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <20131206152225.GF32372-AwZRO8vwLAwmlAP/+Wk3EA@public.gmane.org>]
* Re: [PATCH 1/2] ARM: tegra: rebuild tegra_defconfig [not found] ` <20131206152225.GF32372-AwZRO8vwLAwmlAP/+Wk3EA@public.gmane.org> @ 2013-12-06 17:43 ` Stephen Warren 0 siblings, 0 replies; 6+ messages in thread From: Stephen Warren @ 2013-12-06 17:43 UTC (permalink / raw) To: Thierry Reding Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-tegra-u79uwXL29TY76Z2rM5mHXA, Stephen Warren On 12/06/2013 08:22 AM, Thierry Reding wrote: > On Wed, Dec 04, 2013 at 03:27:52PM -0700, Stephen Warren wrote: >> From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> >> >> This separates out "NULL" changes from future real changes. >> >> Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> --- >> arch/arm/configs/tegra_defconfig | 12 ++++-------- 1 file >> changed, 4 insertions(+), 8 deletions(-) > > Not sure if this makes sense for what's essentially a > machine-generated change, but I've at least verified that this > doesn't drop anything unwanted, so: Well, the purpose was to make the real change in patch 2/2 obvious, so it was easier to review. defconfig changes all get squashed back together when applied. ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/2] ARM: tegra: rebuild tegra_defconfig [not found] ` <1386196073-25193-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> 2013-12-04 22:27 ` [PATCH 2/2] ARM: tegra: enable MAX98090 audio driver in tegra_defconfig Stephen Warren 2013-12-06 15:22 ` [PATCH 1/2] ARM: tegra: rebuild tegra_defconfig Thierry Reding @ 2013-12-12 20:50 ` Stephen Warren 2 siblings, 0 replies; 6+ messages in thread From: Stephen Warren @ 2013-12-12 20:50 UTC (permalink / raw) To: swarren-3lzwWm7+Weoh9ZMKESR00Q Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-tegra-u79uwXL29TY76Z2rM5mHXA, Stephen Warren On 12/04/2013 03:27 PM, Stephen Warren wrote: > This separates out "NULL" changes from future real changes. I've squashed the series into Tegra's for-3.14/defconfig branch. ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-12-12 20:50 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-04 22:27 [PATCH 1/2] ARM: tegra: rebuild tegra_defconfig Stephen Warren
[not found] ` <1386196073-25193-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-12-04 22:27 ` [PATCH 2/2] ARM: tegra: enable MAX98090 audio driver in tegra_defconfig Stephen Warren
[not found] ` <1386196073-25193-2-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-12-06 15:23 ` Thierry Reding
2013-12-06 15:22 ` [PATCH 1/2] ARM: tegra: rebuild tegra_defconfig Thierry Reding
[not found] ` <20131206152225.GF32372-AwZRO8vwLAwmlAP/+Wk3EA@public.gmane.org>
2013-12-06 17:43 ` Stephen Warren
2013-12-12 20:50 ` Stephen Warren
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).