From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kukjin Kim Subject: RE: [GIT PULL 2/7] Samsung cleanup for v3.14 Date: Tue, 24 Dec 2013 10:42:56 +0900 Message-ID: <1af801cf0049$783fe660$68bfb320$@samsung.com> References: <52AE0F4E.5070309@samsung.com> <20131222220338.GB13365@quad.lixom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailout4.samsung.com ([203.254.224.34]:13694 "EHLO mailout4.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757452Ab3LXBm7 (ORCPT ); Mon, 23 Dec 2013 20:42:59 -0500 Received: from epcpsbgr5.samsung.com (u145.gpu120.samsung.co.kr [203.254.230.145]) by mailout4.samsung.com (Oracle Communications Messaging Server 7u4-24.01 (7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0MYA00DXHFFLDO20@mailout4.samsung.com> for linux-samsung-soc@vger.kernel.org; Tue, 24 Dec 2013 10:42:57 +0900 (KST) In-reply-to: <20131222220338.GB13365@quad.lixom.net> Content-language: ko Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: 'Olof Johansson' Cc: 'Arnd Bergmann' , 'Kevin Hilman' , arm@kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org Olof Johansson wrote: > > On Mon, Dec 16, 2013 at 05:21:34AM +0900, Kukjin Kim wrote: > > The following changes since commit > 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae: > > > > Linux 3.13-rc1 (2013-11-22 11:30:55 -0800) > > > > are available in the git repository at: > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git > > tags/samsung-cleanup > > > > for you to fetch changes up to 7c394e7be4d267c02eaaac8fa197a7c1b023c99b: > > > > ARM: EXYNOS: Constify clksrc immutable register restore tables > > (2013-12-12 07:09:33 +0900) > > > > ---------------------------------------------------------------- > > Samsung cleanup for v3.14 > > - remove unused SAMSUNG_GPIOLIB_4BIT and IRQF_DISABLED > > - constify immutable PMU data table and PM clksrc register > > - make const struct for sleep_save > > > > ---------------------------------------------------------------- > > Daniel Kurtz (3): > > ARM: EXYNOS: Constify data tables for pmu > > ARM: SAMSUNG: Let s3c_pm_do_restore_*() take const sleep_save > > ARM: EXYNOS: Constify clksrc immutable register restore tables > > > > Michael Opdenacker (2): > > ARM: SAMSUNG: remove unused SAMSUNG_GPIOLIB_4BIT Kconfig parameter > > ARM: SAMSUNG: remove IRQF_DISABLED > Hi Olof, > Pulled into next/cleanup. Thanks. > Please be consistent in patch subjects like > other platforms, so "ARM: samsung: .." or "ARM: exynos: ...". > Well, 'SAMSUNG' and 'EXYNOS' are proper names and they have a habit of starting with a capital letter or just using capital letters like 'ARM' in the subject. Additionally, we used to use like that. - Kukjin From mboxrd@z Thu Jan 1 00:00:00 1970 From: kgene.kim@samsung.com (Kukjin Kim) Date: Tue, 24 Dec 2013 10:42:56 +0900 Subject: [GIT PULL 2/7] Samsung cleanup for v3.14 In-Reply-To: <20131222220338.GB13365@quad.lixom.net> References: <52AE0F4E.5070309@samsung.com> <20131222220338.GB13365@quad.lixom.net> Message-ID: <1af801cf0049$783fe660$68bfb320$@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Olof Johansson wrote: > > On Mon, Dec 16, 2013 at 05:21:34AM +0900, Kukjin Kim wrote: > > The following changes since commit > 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae: > > > > Linux 3.13-rc1 (2013-11-22 11:30:55 -0800) > > > > are available in the git repository at: > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git > > tags/samsung-cleanup > > > > for you to fetch changes up to 7c394e7be4d267c02eaaac8fa197a7c1b023c99b: > > > > ARM: EXYNOS: Constify clksrc immutable register restore tables > > (2013-12-12 07:09:33 +0900) > > > > ---------------------------------------------------------------- > > Samsung cleanup for v3.14 > > - remove unused SAMSUNG_GPIOLIB_4BIT and IRQF_DISABLED > > - constify immutable PMU data table and PM clksrc register > > - make const struct for sleep_save > > > > ---------------------------------------------------------------- > > Daniel Kurtz (3): > > ARM: EXYNOS: Constify data tables for pmu > > ARM: SAMSUNG: Let s3c_pm_do_restore_*() take const sleep_save > > ARM: EXYNOS: Constify clksrc immutable register restore tables > > > > Michael Opdenacker (2): > > ARM: SAMSUNG: remove unused SAMSUNG_GPIOLIB_4BIT Kconfig parameter > > ARM: SAMSUNG: remove IRQF_DISABLED > Hi Olof, > Pulled into next/cleanup. Thanks. > Please be consistent in patch subjects like > other platforms, so "ARM: samsung: .." or "ARM: exynos: ...". > Well, 'SAMSUNG' and 'EXYNOS' are proper names and they have a habit of starting with a capital letter or just using capital letters like 'ARM' in the subject. Additionally, we used to use like that. - Kukjin