From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kukjin Kim Subject: RE: [GIT PULL] ARM: defconfig: Improvements for 4.3 Date: Sat, 25 Jul 2015 11:07:30 +0900 Message-ID: <05b001d0c67e$a9cdf350$fd69d9f0$@kernel.org> References: <1437115877-22010-1-git-send-email-k.kozlowski@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailout3.samsung.com ([203.254.224.33]:51195 "EHLO mailout3.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753030AbbGYCHe (ORCPT ); Fri, 24 Jul 2015 22:07:34 -0400 In-reply-to: Content-language: ko Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: 'Krzysztof Kozlowski' Cc: linux-samsung-soc@vger.kernel.org, 'Kukjin Kim' , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Krzysztof Kozlowski > > 2015-07-17 15:51 GMT+09:00 Krzysztof Kozlowski : > > Dear Kukjin, > > > > Few defconfig related changes. > > > > Description along with a tag. > > You can find them also on the lists with my reviewed-by. > > > > Best regards, > > Krzysztof > > Any comments on this pull request? > Will pick them up, thanks. > Best regards, > Krzysztof > > > > > > > > The following changes since commit 1c4c7159ed2468f3ac4ce5a7f08d79663d381a93: > > > > Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 > (2015-07-05 16:24:54 -0700) Please don't make a branch based on some random commit, just use 'rc' as a basis. Note that usually '-rc1' is used if there is no reason to use another 'rc' because of dependency. - Kukjin > > > > are available in the git repository at: > > > > > > https://github.com/krzk/linux.git tags/samsung-defconfig-4.3 > > > > for you to fetch changes up to 5efedc7617df7add295702f21f11dd7e7a67b76e: > > > > ARM: multi_v7_defconfig: Enable max77802 regulator (2015-07-16 15:57:31 +0900) > > > > ---------------------------------------------------------------- > > Defconfig changes around Exynos based boards: > > 1. Enable sound on Odroid XU3 on exynos defconfig. > > 2. Enable NTC thermistors for Chromebooks on exynos and multi_v7. > > 3. Enable main PMIC regulator for Chromebooks on multi_v7. > > 4. Clean up in multi_v7 - remove old (non-existing) configs. > > > > ---------------------------------------------------------------- > > Anand Moon (1): > > ARM: exynos_defconfig: Enable CONFIG_SND_SOC_ODROIDX2 for Odroid-XU3 > > > > Javier Martinez Canillas (4): > > ARM: multi_v7_defconfig: Remove old Samsung USB PHY configs > > ARM: multi_v7_defconfig: Enable NTC Thermistors support > > ARM: exynos_defconfig: Enable NTC Thermistors support > > ARM: multi_v7_defconfig: Enable max77802 regulator > > > > arch/arm/configs/exynos_defconfig | 3 +++ > > arch/arm/configs/multi_v7_defconfig | 5 +++-- > > 2 files changed, 6 insertions(+), 2 deletions(-) > > -- From mboxrd@z Thu Jan 1 00:00:00 1970 From: kgene@kernel.org (Kukjin Kim) Date: Sat, 25 Jul 2015 11:07:30 +0900 Subject: [GIT PULL] ARM: defconfig: Improvements for 4.3 In-Reply-To: References: <1437115877-22010-1-git-send-email-k.kozlowski@samsung.com> Message-ID: <05b001d0c67e$a9cdf350$fd69d9f0$@kernel.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Krzysztof Kozlowski > > 2015-07-17 15:51 GMT+09:00 Krzysztof Kozlowski : > > Dear Kukjin, > > > > Few defconfig related changes. > > > > Description along with a tag. > > You can find them also on the lists with my reviewed-by. > > > > Best regards, > > Krzysztof > > Any comments on this pull request? > Will pick them up, thanks. > Best regards, > Krzysztof > > > > > > > > The following changes since commit 1c4c7159ed2468f3ac4ce5a7f08d79663d381a93: > > > > Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 > (2015-07-05 16:24:54 -0700) Please don't make a branch based on some random commit, just use 'rc' as a basis. Note that usually '-rc1' is used if there is no reason to use another 'rc' because of dependency. - Kukjin > > > > are available in the git repository at: > > > > > > https://github.com/krzk/linux.git tags/samsung-defconfig-4.3 > > > > for you to fetch changes up to 5efedc7617df7add295702f21f11dd7e7a67b76e: > > > > ARM: multi_v7_defconfig: Enable max77802 regulator (2015-07-16 15:57:31 +0900) > > > > ---------------------------------------------------------------- > > Defconfig changes around Exynos based boards: > > 1. Enable sound on Odroid XU3 on exynos defconfig. > > 2. Enable NTC thermistors for Chromebooks on exynos and multi_v7. > > 3. Enable main PMIC regulator for Chromebooks on multi_v7. > > 4. Clean up in multi_v7 - remove old (non-existing) configs. > > > > ---------------------------------------------------------------- > > Anand Moon (1): > > ARM: exynos_defconfig: Enable CONFIG_SND_SOC_ODROIDX2 for Odroid-XU3 > > > > Javier Martinez Canillas (4): > > ARM: multi_v7_defconfig: Remove old Samsung USB PHY configs > > ARM: multi_v7_defconfig: Enable NTC Thermistors support > > ARM: exynos_defconfig: Enable NTC Thermistors support > > ARM: multi_v7_defconfig: Enable max77802 regulator > > > > arch/arm/configs/exynos_defconfig | 3 +++ > > arch/arm/configs/multi_v7_defconfig | 5 +++-- > > 2 files changed, 6 insertions(+), 2 deletions(-) > > --