All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 2/7] Samsung cleanup for v3.14
@ 2013-12-15 20:21 ` Kukjin Kim
  0 siblings, 0 replies; 8+ messages in thread
From: Kukjin Kim @ 2013-12-15 20:21 UTC (permalink / raw)
  To: Arnd Bergmann, 'Olof Johansson', Kevin Hilman
  Cc: arm, linux-arm-kernel, linux-samsung-soc

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

  arch/arm/Kconfig                        |  1 -
  arch/arm/mach-exynos/pm.c               |  4 ++--
  arch/arm/mach-exynos/pmu.c              | 14 +++++++-------
  arch/arm/mach-s3c24xx/dma.c             |  2 +-
  arch/arm/mach-s3c24xx/simtec-usb.c      |  3 +--
  arch/arm/mach-s3c64xx/mach-smartq.c     |  2 +-
  arch/arm/plat-samsung/Kconfig           |  8 --------
  arch/arm/plat-samsung/include/plat/pm.h |  4 ++--
  arch/arm/plat-samsung/pm.c              |  4 ++--
  9 files changed, 16 insertions(+), 26 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL 2/7] Samsung cleanup for v3.14
@ 2013-12-15 20:21 ` Kukjin Kim
  0 siblings, 0 replies; 8+ messages in thread
From: Kukjin Kim @ 2013-12-15 20:21 UTC (permalink / raw)
  To: linux-arm-kernel

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

  arch/arm/Kconfig                        |  1 -
  arch/arm/mach-exynos/pm.c               |  4 ++--
  arch/arm/mach-exynos/pmu.c              | 14 +++++++-------
  arch/arm/mach-s3c24xx/dma.c             |  2 +-
  arch/arm/mach-s3c24xx/simtec-usb.c      |  3 +--
  arch/arm/mach-s3c64xx/mach-smartq.c     |  2 +-
  arch/arm/plat-samsung/Kconfig           |  8 --------
  arch/arm/plat-samsung/include/plat/pm.h |  4 ++--
  arch/arm/plat-samsung/pm.c              |  4 ++--
  9 files changed, 16 insertions(+), 26 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL 2/7] Samsung cleanup for v3.14
  2013-12-15 20:21 ` Kukjin Kim
@ 2013-12-22 22:03   ` Olof Johansson
  -1 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2013-12-22 22:03 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: Arnd Bergmann, Kevin Hilman, arm, linux-arm-kernel, linux-samsung-soc

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

Pulled into next/cleanup. Please be consistent in patch subjects like
other platforms, so "ARM: samsung: .." or "ARM: exynos: ...".


-Olof

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL 2/7] Samsung cleanup for v3.14
@ 2013-12-22 22:03   ` Olof Johansson
  0 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2013-12-22 22:03 UTC (permalink / raw)
  To: linux-arm-kernel

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

Pulled into next/cleanup. Please be consistent in patch subjects like
other platforms, so "ARM: samsung: .." or "ARM: exynos: ...".


-Olof

^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: [GIT PULL 2/7] Samsung cleanup for v3.14
  2013-12-22 22:03   ` Olof Johansson
@ 2013-12-24  1:42     ` Kukjin Kim
  -1 siblings, 0 replies; 8+ messages in thread
From: Kukjin Kim @ 2013-12-24  1:42 UTC (permalink / raw)
  To: 'Olof Johansson'
  Cc: 'Arnd Bergmann', 'Kevin Hilman',
	arm, linux-arm-kernel, linux-samsung-soc

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL 2/7] Samsung cleanup for v3.14
@ 2013-12-24  1:42     ` Kukjin Kim
  0 siblings, 0 replies; 8+ messages in thread
From: Kukjin Kim @ 2013-12-24  1:42 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL 2/7] Samsung cleanup for v3.14
  2013-12-24  1:42     ` Kukjin Kim
@ 2013-12-24  2:49       ` Olof Johansson
  -1 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2013-12-24  2:49 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: Arnd Bergmann, Kevin Hilman, arm, linux-arm-kernel, linux-samsung-soc

On Mon, Dec 23, 2013 at 5:42 PM, Kukjin Kim <kgene.kim@samsung.com> wrote:
> 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.

Ok, well, what I'm looking for mostly is consistency. So if you prefer
to capitalize the words then make sure you always do so. :)


-Olof

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL 2/7] Samsung cleanup for v3.14
@ 2013-12-24  2:49       ` Olof Johansson
  0 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2013-12-24  2:49 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Dec 23, 2013 at 5:42 PM, Kukjin Kim <kgene.kim@samsung.com> wrote:
> 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.

Ok, well, what I'm looking for mostly is consistency. So if you prefer
to capitalize the words then make sure you always do so. :)


-Olof

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-12-24  2:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-15 20:21 [GIT PULL 2/7] Samsung cleanup for v3.14 Kukjin Kim
2013-12-15 20:21 ` Kukjin Kim
2013-12-22 22:03 ` Olof Johansson
2013-12-22 22:03   ` Olof Johansson
2013-12-24  1:42   ` Kukjin Kim
2013-12-24  1:42     ` Kukjin Kim
2013-12-24  2:49     ` Olof Johansson
2013-12-24  2:49       ` Olof Johansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.