All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Felipe Balbi <balbi@ti.com>
Cc: Linux OMAP Mailing List <linux-omap@vger.kernel.org>,
	Linux ARM Kernel Mailing List
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 00/11] arm: omap: timer cleanups
Date: Fri, 16 Oct 2015 13:40:59 -0700	[thread overview]
Message-ID: <20151016204058.GE24370@atomide.com> (raw)
In-Reply-To: <1445012530-14126-1-git-send-email-balbi@ti.com>

* Felipe Balbi <balbi@ti.com> [151016 09:27]:
> Hi Tony,
> 
> Here's the a series of timer cleanups (and a new 32k clocksource driver
> which is safe to apply during v4.3 merge window. We're only missing,
> now, two changes to enable TWD timer for AM437x.
> 
> All patches are also available in a branch which you can pull should you
> choose. Pull request below.
> 
> The following changes since commit 049e6dde7e57f0054fdc49102e7ef4830c698b46:
> 
>   Linux 4.3-rc4 (2015-10-04 16:57:17 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git for-tony
> 
> for you to fetch changes up to bf4c94490aa4491cca758d633c0e641a4419c920:
> 
>   arm: omap2: timer: limit hwmod usage to non-DT boots (2015-10-16 11:06:24 -0500)

Great! I'm pulling this into omap-for-v4.4/soc and then assuming no
issues in Linux next we'll hopefully have it in for v4.4.

Regards,

Tony


> ----------------------------------------------------------------
> Felipe Balbi (11):
>       arm: omap2: timer: always define omap4_local_timer_init
>       arm: omap2: timer: get rid of obfuscating macros
>       arm: omap2: timer: add a gptimer argument to sync32k_timer_init()
>       arm: omap2: timer: remove __omap_gptimer_init()
>       arm: omap2: timer: provide generic sync32k_timer_init function
>       arm: omap2: timer: move realtime_counter_init() around
>       arm: omap2: timer: always call clocksource_of_init() when DT
>       arm: omap2: timer: rename omap_sync32k_timer_init()
>       clocksource: add TI 32.768 Hz counter driver
>       arm: omap2+: select 32k clocksource driver
>       arm: omap2: timer: limit hwmod usage to non-DT boots
> 
>  arch/arm/mach-omap2/Kconfig         |   1 +
>  arch/arm/mach-omap2/board-generic.c |  10 +--
>  arch/arm/mach-omap2/board-ldp.c     |   2 +-
>  arch/arm/mach-omap2/board-rx51.c    |   2 +-
>  arch/arm/mach-omap2/common.h        |   3 +-
>  arch/arm/mach-omap2/timer.c         | 162 ++++++++++++++++--------------------
>  drivers/clocksource/Kconfig         |   7 ++
>  drivers/clocksource/Makefile        |   1 +
>  drivers/clocksource/timer-ti-32k.c  | 126 ++++++++++++++++++++++++++++
>  9 files changed, 215 insertions(+), 99 deletions(-)
>  create mode 100644 drivers/clocksource/timer-ti-32k.c
> 
> -- 
> 2.5.3
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/11] arm: omap: timer cleanups
Date: Fri, 16 Oct 2015 13:40:59 -0700	[thread overview]
Message-ID: <20151016204058.GE24370@atomide.com> (raw)
In-Reply-To: <1445012530-14126-1-git-send-email-balbi@ti.com>

* Felipe Balbi <balbi@ti.com> [151016 09:27]:
> Hi Tony,
> 
> Here's the a series of timer cleanups (and a new 32k clocksource driver
> which is safe to apply during v4.3 merge window. We're only missing,
> now, two changes to enable TWD timer for AM437x.
> 
> All patches are also available in a branch which you can pull should you
> choose. Pull request below.
> 
> The following changes since commit 049e6dde7e57f0054fdc49102e7ef4830c698b46:
> 
>   Linux 4.3-rc4 (2015-10-04 16:57:17 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git for-tony
> 
> for you to fetch changes up to bf4c94490aa4491cca758d633c0e641a4419c920:
> 
>   arm: omap2: timer: limit hwmod usage to non-DT boots (2015-10-16 11:06:24 -0500)

Great! I'm pulling this into omap-for-v4.4/soc and then assuming no
issues in Linux next we'll hopefully have it in for v4.4.

Regards,

Tony


> ----------------------------------------------------------------
> Felipe Balbi (11):
>       arm: omap2: timer: always define omap4_local_timer_init
>       arm: omap2: timer: get rid of obfuscating macros
>       arm: omap2: timer: add a gptimer argument to sync32k_timer_init()
>       arm: omap2: timer: remove __omap_gptimer_init()
>       arm: omap2: timer: provide generic sync32k_timer_init function
>       arm: omap2: timer: move realtime_counter_init() around
>       arm: omap2: timer: always call clocksource_of_init() when DT
>       arm: omap2: timer: rename omap_sync32k_timer_init()
>       clocksource: add TI 32.768 Hz counter driver
>       arm: omap2+: select 32k clocksource driver
>       arm: omap2: timer: limit hwmod usage to non-DT boots
> 
>  arch/arm/mach-omap2/Kconfig         |   1 +
>  arch/arm/mach-omap2/board-generic.c |  10 +--
>  arch/arm/mach-omap2/board-ldp.c     |   2 +-
>  arch/arm/mach-omap2/board-rx51.c    |   2 +-
>  arch/arm/mach-omap2/common.h        |   3 +-
>  arch/arm/mach-omap2/timer.c         | 162 ++++++++++++++++--------------------
>  drivers/clocksource/Kconfig         |   7 ++
>  drivers/clocksource/Makefile        |   1 +
>  drivers/clocksource/timer-ti-32k.c  | 126 ++++++++++++++++++++++++++++
>  9 files changed, 215 insertions(+), 99 deletions(-)
>  create mode 100644 drivers/clocksource/timer-ti-32k.c
> 
> -- 
> 2.5.3
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

  parent reply	other threads:[~2015-10-16 20:40 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-16 16:21 [PATCH 00/11] arm: omap: timer cleanups Felipe Balbi
2015-10-16 16:21 ` Felipe Balbi
2015-10-16 16:22 ` [PATCH 01/11] arm: omap2: timer: always define omap4_local_timer_init Felipe Balbi
2015-10-16 16:22   ` Felipe Balbi
2015-10-16 16:22 ` [PATCH 02/11] arm: omap2: timer: get rid of obfuscating macros Felipe Balbi
2015-10-16 16:22   ` Felipe Balbi
2015-10-16 16:22 ` [PATCH 03/11] arm: omap2: timer: add a gptimer argument to sync32k_timer_init() Felipe Balbi
2015-10-16 16:22   ` Felipe Balbi
2015-10-16 16:22 ` [PATCH 04/11] arm: omap2: timer: remove __omap_gptimer_init() Felipe Balbi
2015-10-16 16:22   ` Felipe Balbi
2015-10-16 16:22 ` [PATCH 05/11] arm: omap2: timer: provide generic sync32k_timer_init function Felipe Balbi
2015-10-16 16:22   ` Felipe Balbi
2015-10-16 16:22 ` [PATCH 06/11] arm: omap2: timer: move realtime_counter_init() around Felipe Balbi
2015-10-16 16:22   ` Felipe Balbi
2015-10-16 16:22 ` [PATCH 07/11] arm: omap2: timer: always call clocksource_of_init() when DT Felipe Balbi
2015-10-16 16:22   ` Felipe Balbi
2015-10-16 16:22 ` [PATCH 08/11] arm: omap2: timer: rename omap_sync32k_timer_init() Felipe Balbi
2015-10-16 16:22   ` Felipe Balbi
2015-10-16 16:22 ` [PATCH 09/11] clocksource: add TI 32.768 Hz counter driver Felipe Balbi
2015-10-16 16:22   ` Felipe Balbi
2015-10-16 16:22   ` Felipe Balbi
2015-10-16 20:49   ` kbuild test robot
2015-10-16 20:49     ` kbuild test robot
2015-10-16 20:49     ` kbuild test robot
2015-10-16 21:10     ` [PATCH] clocksource: ti-32k: make it depend on GENERIC_CLOCKSOURCE Felipe Balbi
2015-10-16 21:10       ` Felipe Balbi
2015-10-16 21:29       ` Tony Lindgren
2015-10-16 21:29         ` Tony Lindgren
2015-10-16 16:22 ` [PATCH 10/11] arm: omap2+: select 32k clocksource driver Felipe Balbi
2015-10-16 16:22   ` Felipe Balbi
2015-10-16 16:22 ` [PATCH 11/11] arm: omap2: timer: limit hwmod usage to non-DT boots Felipe Balbi
2015-10-16 16:22   ` Felipe Balbi
2015-10-16 20:40 ` Tony Lindgren [this message]
2015-10-16 20:40   ` [PATCH 00/11] arm: omap: timer cleanups Tony Lindgren

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=20151016204058.GE24370@atomide.com \
    --to=tony@atomide.com \
    --cc=balbi@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    /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 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.