All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Hartley <james.hartley@imgtec.com>
To: Daniel Lezcano <daniel.lezcano@linaro.org>, <tglx@linutronix.de>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	"Vineet Gupta" <vgupta@synopsys.com>,
	"Russell King" <linux@armlinux.org.uk>,
	"Matthias Brugger" <matthias.bgg@gmail.com>,
	"Tony Lindgren" <tony@atomide.com>,
	"Heiko Stuebner" <heiko@sntech.de>,
	"Simon Horman" <horms@verge.net.au>,
	"Magnus Damm" <magnus.damm@gmail.com>,
	"Viresh Kumar" <vireshk@kernel.org>,
	"Shiraz Hashim" <shiraz.linux.kernel@gmail.com>,
	"Maxime Ripard" <maxime.ripard@free-electrons.com>,
	"Chen-Yu Tsai" <wens@csie.org>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"Michal Simek" <michal.simek@xilinx.com>,
	"Sören Brinkmann" <soren.brinkmann@xilinx.com>,
	"Catalin Marinas" <catalin.marinas@arm.com>,
	"Will Deacon" <will.deacon@arm.com>,
	"Yoshinori Sato" <ysato@users.sourceforge.jp>,
	"Ralf Baechle" <ralf@linux-mips.org>,
	"Ionela Voinescu" <ionela.voinescu@imgtec.com>,
	"John Crispin" <john@phrozen.org>,
	"Ley Foon Tan" <lftan@altera.com>,
	"Rich Felker" <dalias@libc.org>,
	"Chris Zankel" <chris@zankel.net>,
	"Max Filippov" <jcmvbkbc@gmail.com>,
	"John Stultz" <john.stultz@linaro.org>,
	"Stephen Boyd" <sboyd@codeaurora.org>,
	"Noam Camus" <noamc@ezchip.com>, "Rob Herring" <robh@kernel.org>,
	"Kefeng Wang" <wangkefeng.wang@huawei.com>,
	"Andrea Gelmini" <andrea.gelmini@gelma.net>,
	"Icenowy Zheng" <icenowy@aosc.xyz>,
	"Paul Burton" <paul.burton@imgtec.com>,
	"Marcin Nowakowski" <marcin.nowakowski@imgtec.com>,
	"Matt Redfearn" <matt.redfearn@imgtec.com>,
	"Eric Anholt" <eric@anholt.net>, "Ray Jui" <ray.jui@broadcom.com>,
	"Arnd Bergmann" <arnd@arndb.de>, "Joerg Roedel" <jroedel@suse.de>,
	"open list:SYNOPSYS ARC ARCHITECTURE"
	<linux-snps-arc@lists.infradead.org>,
	"moderated list:ARM/Mediatek SoC support"
	<linux-mediatek@lists.infradead.org>,
	"open list:OMAP2+ SUPPORT" <linux-omap@vger.kernel.org>,
	"open list:ARM/Rockchip SoC support"
	<linux-rockchip@lists.infradead.org>,
	"open list:ARM/SHMOBILE ARM ARCHITECTURE"
	<linux-renesas-soc@vger.kernel.org>,
	"moderated list:H8/300 ARCHITECTURE"
	<uclinux-h8-devel@lists.sourceforge.jp>,
	"open list:MIPS" <linux-mips@linux-mips.org>,
	"moderated list:NIOS2 ARCHITECTURE"
	<nios2-dev@lists.rocketboards.org>,
	"open list:SUPERH" <linux-sh@vger.kernel.org>,
	"open list:TENSILICA XTENSA PORT (xtensa)"
	<linux-xtensa@linux-xtensa.org>
Subject: Re: [PATCH 3/7] clocksource: Rename clocksource_probe
Date: Wed, 31 May 2017 11:29:45 +0100	[thread overview]
Message-ID: <a974f62d-5a3c-629c-7e80-b45ba34f44dc@imgtec.com> (raw)
In-Reply-To: <1495879129-28109-3-git-send-email-daniel.lezcano@linaro.org>



On 27/05/17 10:58, Daniel Lezcano wrote:
> The function name is now renamed to 'timer_probe' for consistency with
> the CLOCKSOURCE_OF_DECLARE => TIMER_OF_DECLARE change.
>
> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
> ---
>  arch/arc/kernel/setup.c                  |  2 +-
>  arch/arm/kernel/time.c                   |  2 +-
>  arch/arm/mach-mediatek/mediatek.c        |  2 +-
>  arch/arm/mach-omap2/timer.c              | 10 +++++-----
>  arch/arm/mach-rockchip/rockchip.c        |  2 +-
>  arch/arm/mach-shmobile/setup-rcar-gen2.c |  2 +-
>  arch/arm/mach-spear/spear13xx.c          |  2 +-
>  arch/arm/mach-sunxi/sunxi.c              |  2 +-
>  arch/arm/mach-u300/core.c                |  2 +-
>  arch/arm/mach-zynq/common.c              |  2 +-
>  arch/arm64/kernel/time.c                 |  2 +-
>  arch/h8300/kernel/setup.c                |  2 +-
>  arch/microblaze/kernel/setup.c           |  2 +-
>  arch/mips/generic/init.c                 |  2 +-
>  arch/mips/mti-malta/malta-time.c         |  2 +-
>  arch/mips/pic32/pic32mzda/time.c         |  2 +-
>  arch/mips/pistachio/time.c               |  2 +-
>  arch/mips/ralink/clk.c                   |  2 +-
>  arch/mips/ralink/timer-gic.c             |  2 +-
>  arch/mips/xilfpga/time.c                 |  2 +-
>  arch/nios2/kernel/time.c                 |  2 +-
>  arch/sh/boards/of-generic.c              |  2 +-
>  arch/xtensa/kernel/time.c                |  2 +-
>  drivers/clocksource/clksrc-probe.c       |  2 +-
>  include/linux/clocksource.h              |  4 ++--
>  25 files changed, 30 insertions(+), 30 deletions(-)
>
>
For pistachio:

Acked-by: James Hartley <james.hartley@imgtec.com>

Thanks,
James.

WARNING: multiple messages have this Message-ID (diff)
From: James Hartley <james.hartley@imgtec.com>
To: Daniel Lezcano <daniel.lezcano@linaro.org>, tglx@linutronix.de
Cc: linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	"Vineet Gupta" <vgupta@synopsys.com>,
	"Russell King" <linux@armlinux.org.uk>,
	"Matthias Brugger" <matthias.bgg@gmail.com>,
	"Tony Lindgren" <tony@atomide.com>,
	"Heiko Stuebner" <heiko@sntech.de>,
	"Simon Horman" <horms@verge.net.au>,
	"Magnus Damm" <magnus.damm@gmail.com>,
	"Viresh Kumar" <vireshk@kernel.org>,
	"Shiraz Hashim" <shiraz.linux.kernel@gmail.com>,
	"Maxime Ripard" <maxime.ripard@free-electrons.com>,
	"Chen-Yu Tsai" <wens@csie.org>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"Michal Simek" <michal.simek@xilinx.com>,
	"Sören Brinkmann" <soren.brinkmann@xilinx.com>,
	"Catalin Marinas" <catalin.marinas@arm.com>,
	"Will Deacon" <will.deacon@arm.com>,
	"Yoshinori Sato" <ysato@users.sourceforge.jp>,
	"Ralf Baechle" <ralf@linux-mips.org>,
	"Ionela Voinescu" <ionela.voinescu@imgtec.com>,
	"John Crispin" <john@phrozen.org>,
	"Ley Foon Tan" <lftan@altera.com>,
	"Rich Felker" <dalias@libc.org>,
	"Chris Zankel" <chris@zankel.net>,
	"Max Filippov" <jcmvbkbc@gmail.com>,
	"John Stultz" <john.stultz@linaro.org>,
	"Stephen Boyd" <sboyd@codeaurora.org>,
	"Noam Camus" <noamc@ezchip.com>, "Rob Herring" <robh@kernel.org>,
	"Kefeng Wang" <wangkefeng.wang@huawei.com>,
	"Andrea Gelmini" <andrea.gelmini@gelma.net>,
	"Icenowy Zheng" <icenowy@aosc.xyz>,
	"Paul Burton" <paul.burton@imgtec.com>,
	"Marcin Nowakowski" <marcin.nowakowski@imgtec.com>,
	"Matt Redfearn" <matt.redfearn@imgtec.com>,
	"Eric Anholt" <eric@anholt.net>, "Ray Jui" <ray.jui@broadcom.com>,
	"Arnd Bergmann" <arnd@arndb.de>, "Joerg Roedel" <jroedel@suse.de>,
	"open list:SYNOPSYS ARC ARCHITECTURE"
	<linux-snps-arc@lists.infradead.org>,
	"moderated list:ARM/Mediatek SoC support"
	<linux-mediatek@lists.infradead.org>,
	"open list:OMAP2+ SUPPORT" <linux-omap@vger.kernel.org>,
	"open list:ARM/Rockchip SoC support"
	<linux-rockchip@lists.infradead.org>,
	"open list:ARM/SHMOBILE ARM ARCHITECTURE"
	<linux-renesas-soc@vger.kernel.org>,
	"moderated list:H8/300 ARCHITECTURE"
	<uclinux-h8-devel@lists.sourceforge.jp>,
	"open list:MIPS" <linux-mips@linux-mips.org>,
	"moderated list:NIOS2 ARCHITECTURE"
	<nios2-dev@lists.rocketboards.org>,
	"open list:SUPERH" <linux-sh@vger.kernel.org>,
	"open list:TENSILICA XTENSA PORT (xtensa)"
	<linux-xtensa@linux-xtensa.org>
Subject: Re: [PATCH 3/7] clocksource: Rename clocksource_probe
Date: Wed, 31 May 2017 11:29:45 +0100	[thread overview]
Message-ID: <a974f62d-5a3c-629c-7e80-b45ba34f44dc@imgtec.com> (raw)
Message-ID: <20170531102945.qy6fSfwg1nsLEKS1qLUjvZXbSomA02qHwDDOW7xMg6A@z> (raw)
In-Reply-To: <1495879129-28109-3-git-send-email-daniel.lezcano@linaro.org>



On 27/05/17 10:58, Daniel Lezcano wrote:
> The function name is now renamed to 'timer_probe' for consistency with
> the CLOCKSOURCE_OF_DECLARE => TIMER_OF_DECLARE change.
>
> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
> ---
>  arch/arc/kernel/setup.c                  |  2 +-
>  arch/arm/kernel/time.c                   |  2 +-
>  arch/arm/mach-mediatek/mediatek.c        |  2 +-
>  arch/arm/mach-omap2/timer.c              | 10 +++++-----
>  arch/arm/mach-rockchip/rockchip.c        |  2 +-
>  arch/arm/mach-shmobile/setup-rcar-gen2.c |  2 +-
>  arch/arm/mach-spear/spear13xx.c          |  2 +-
>  arch/arm/mach-sunxi/sunxi.c              |  2 +-
>  arch/arm/mach-u300/core.c                |  2 +-
>  arch/arm/mach-zynq/common.c              |  2 +-
>  arch/arm64/kernel/time.c                 |  2 +-
>  arch/h8300/kernel/setup.c                |  2 +-
>  arch/microblaze/kernel/setup.c           |  2 +-
>  arch/mips/generic/init.c                 |  2 +-
>  arch/mips/mti-malta/malta-time.c         |  2 +-
>  arch/mips/pic32/pic32mzda/time.c         |  2 +-
>  arch/mips/pistachio/time.c               |  2 +-
>  arch/mips/ralink/clk.c                   |  2 +-
>  arch/mips/ralink/timer-gic.c             |  2 +-
>  arch/mips/xilfpga/time.c                 |  2 +-
>  arch/nios2/kernel/time.c                 |  2 +-
>  arch/sh/boards/of-generic.c              |  2 +-
>  arch/xtensa/kernel/time.c                |  2 +-
>  drivers/clocksource/clksrc-probe.c       |  2 +-
>  include/linux/clocksource.h              |  4 ++--
>  25 files changed, 30 insertions(+), 30 deletions(-)
>
>
For pistachio:

Acked-by: James Hartley <james.hartley@imgtec.com>

Thanks,
James.

WARNING: multiple messages have this Message-ID (diff)
From: James Hartley <james.hartley-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
To: Daniel Lezcano
	<daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org
Cc: "open list:MIPS"
	<linux-mips-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org>,
	Kefeng Wang
	<wangkefeng.wang-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>,
	Rich Felker <dalias-8zAoT0mYgF4@public.gmane.org>,
	Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>,
	"open list:SUPERH"
	<linux-sh-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>,
	Catalin Marinas <catalin.marinas-5wv7dgnIgG8@public.gmane.org>,
	Linus Walleij
	<linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>,
	"moderated list:NIOS2 ARCHITECTURE"
	<nios2-dev-g9ZBwUv/Ih/yUk5EbOjzuce+I+R0W71w@public.gmane.org>,
	Michal Simek
	<michal.simek-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>,
	Max Filippov <jcmvbkbc-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Ray Jui <ray.jui-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>,
	Icenowy Zheng <icenowy-ymACFijhrKM@public.gmane.org>,
	Andrea Gelmini
	<andrea.gelmini-PT7Us6ch6G9eoWH0uzbU5w@public.gmane.org>,
	Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Yoshinori Sato
	<ysato-Rn4VEauK+AKRv+LV9MX5uooqe+aC9MnS@public.gmane.org>,
	Viresh Kumar <vireshk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Magnus Damm <magnus.damm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Russell King <linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org>,
	"open list:ARM/Rockchip SoC support"
	<linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
	Chen-Yu
Subject: Re: [PATCH 3/7] clocksource: Rename clocksource_probe
Date: Wed, 31 May 2017 11:29:45 +0100	[thread overview]
Message-ID: <a974f62d-5a3c-629c-7e80-b45ba34f44dc@imgtec.com> (raw)
In-Reply-To: <1495879129-28109-3-git-send-email-daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>



On 27/05/17 10:58, Daniel Lezcano wrote:
> The function name is now renamed to 'timer_probe' for consistency with
> the CLOCKSOURCE_OF_DECLARE => TIMER_OF_DECLARE change.
>
> Signed-off-by: Daniel Lezcano <daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
> ---
>  arch/arc/kernel/setup.c                  |  2 +-
>  arch/arm/kernel/time.c                   |  2 +-
>  arch/arm/mach-mediatek/mediatek.c        |  2 +-
>  arch/arm/mach-omap2/timer.c              | 10 +++++-----
>  arch/arm/mach-rockchip/rockchip.c        |  2 +-
>  arch/arm/mach-shmobile/setup-rcar-gen2.c |  2 +-
>  arch/arm/mach-spear/spear13xx.c          |  2 +-
>  arch/arm/mach-sunxi/sunxi.c              |  2 +-
>  arch/arm/mach-u300/core.c                |  2 +-
>  arch/arm/mach-zynq/common.c              |  2 +-
>  arch/arm64/kernel/time.c                 |  2 +-
>  arch/h8300/kernel/setup.c                |  2 +-
>  arch/microblaze/kernel/setup.c           |  2 +-
>  arch/mips/generic/init.c                 |  2 +-
>  arch/mips/mti-malta/malta-time.c         |  2 +-
>  arch/mips/pic32/pic32mzda/time.c         |  2 +-
>  arch/mips/pistachio/time.c               |  2 +-
>  arch/mips/ralink/clk.c                   |  2 +-
>  arch/mips/ralink/timer-gic.c             |  2 +-
>  arch/mips/xilfpga/time.c                 |  2 +-
>  arch/nios2/kernel/time.c                 |  2 +-
>  arch/sh/boards/of-generic.c              |  2 +-
>  arch/xtensa/kernel/time.c                |  2 +-
>  drivers/clocksource/clksrc-probe.c       |  2 +-
>  include/linux/clocksource.h              |  4 ++--
>  25 files changed, 30 insertions(+), 30 deletions(-)
>
>
For pistachio:

Acked-by: James Hartley <james.hartley-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>

Thanks,
James.

WARNING: multiple messages have this Message-ID (diff)
From: james.hartley@imgtec.com (James Hartley)
To: linux-snps-arc@lists.infradead.org
Subject: [PATCH 3/7] clocksource: Rename clocksource_probe
Date: Wed, 31 May 2017 11:29:45 +0100	[thread overview]
Message-ID: <a974f62d-5a3c-629c-7e80-b45ba34f44dc@imgtec.com> (raw)
In-Reply-To: <1495879129-28109-3-git-send-email-daniel.lezcano@linaro.org>



On 27/05/17 10:58, Daniel Lezcano wrote:
> The function name is now renamed to 'timer_probe' for consistency with
> the CLOCKSOURCE_OF_DECLARE => TIMER_OF_DECLARE change.
>
> Signed-off-by: Daniel Lezcano <daniel.lezcano at linaro.org>
> ---
>  arch/arc/kernel/setup.c                  |  2 +-
>  arch/arm/kernel/time.c                   |  2 +-
>  arch/arm/mach-mediatek/mediatek.c        |  2 +-
>  arch/arm/mach-omap2/timer.c              | 10 +++++-----
>  arch/arm/mach-rockchip/rockchip.c        |  2 +-
>  arch/arm/mach-shmobile/setup-rcar-gen2.c |  2 +-
>  arch/arm/mach-spear/spear13xx.c          |  2 +-
>  arch/arm/mach-sunxi/sunxi.c              |  2 +-
>  arch/arm/mach-u300/core.c                |  2 +-
>  arch/arm/mach-zynq/common.c              |  2 +-
>  arch/arm64/kernel/time.c                 |  2 +-
>  arch/h8300/kernel/setup.c                |  2 +-
>  arch/microblaze/kernel/setup.c           |  2 +-
>  arch/mips/generic/init.c                 |  2 +-
>  arch/mips/mti-malta/malta-time.c         |  2 +-
>  arch/mips/pic32/pic32mzda/time.c         |  2 +-
>  arch/mips/pistachio/time.c               |  2 +-
>  arch/mips/ralink/clk.c                   |  2 +-
>  arch/mips/ralink/timer-gic.c             |  2 +-
>  arch/mips/xilfpga/time.c                 |  2 +-
>  arch/nios2/kernel/time.c                 |  2 +-
>  arch/sh/boards/of-generic.c              |  2 +-
>  arch/xtensa/kernel/time.c                |  2 +-
>  drivers/clocksource/clksrc-probe.c       |  2 +-
>  include/linux/clocksource.h              |  4 ++--
>  25 files changed, 30 insertions(+), 30 deletions(-)
>
>
For pistachio:

Acked-by: James Hartley <james.hartley at imgtec.com>

Thanks,
James.

  parent reply	other threads:[~2017-05-31 10:30 UTC|newest]

Thread overview: 116+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-27  9:58 [PATCH 1/7] Revert "clockevents: Add a clkevt-of mechanism like clksrc-of" Daniel Lezcano
2017-05-27  9:58 ` Daniel Lezcano
2017-05-27  9:58 ` [PATCH 2/7] clocksource: Rename CLOCKSOURCE_OF_DECLARE Daniel Lezcano
2017-05-27  9:58   ` Daniel Lezcano
2017-05-27  9:58   ` Daniel Lezcano
2017-05-27  9:58   ` Daniel Lezcano
2017-05-27  9:58   ` Daniel Lezcano
2017-05-28 13:48   ` Linus Walleij
2017-05-28 13:48     ` Linus Walleij
2017-05-28 13:48     ` Linus Walleij
2017-05-28 13:48     ` Linus Walleij
2017-05-28 14:20     ` Daniel Lezcano
2017-05-28 14:20       ` Daniel Lezcano
2017-05-28 14:20       ` Daniel Lezcano
2017-05-28 14:20       ` Daniel Lezcano
2017-05-29  7:39   ` Heiko Stübner
2017-05-29  7:39     ` Heiko Stübner
2017-05-29  7:39     ` Heiko Stübner
2017-05-29  7:39     ` Heiko Stübner
2017-05-29  8:00   ` Neil Armstrong
2017-05-29  8:00     ` Neil Armstrong
2017-05-29  8:00     ` Neil Armstrong
2017-05-29  8:00     ` Neil Armstrong
2017-05-29  8:02   ` Mason
2017-05-29  8:41   ` Arnd Bergmann
2017-05-29  8:41     ` Arnd Bergmann
2017-05-29  8:41     ` Arnd Bergmann
2017-05-29  8:41     ` Arnd Bergmann
     [not found]     ` <CAK8P3a3QACHYqtCO1z_FpW0nXEtx356wCDha_=SNXU872=q1UQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-05-29  8:48       ` Daniel Lezcano
2017-05-29  8:48         ` Daniel Lezcano
2017-05-29  8:48         ` Daniel Lezcano
2017-05-29  8:48         ` Daniel Lezcano
2017-05-29  9:57         ` Arnd Bergmann
2017-05-29  9:57           ` Arnd Bergmann
2017-05-29  9:57           ` Arnd Bergmann
2017-05-29  9:57           ` Arnd Bergmann
     [not found]           ` <CAK8P3a1Kv_RhKL43ie6co_N5pDXvRHd7Uq8g70qt80WkxuhzLw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-05-29 10:55             ` Daniel Lezcano
2017-05-29 10:55               ` Daniel Lezcano
2017-05-29 10:55               ` Daniel Lezcano
2017-05-29 10:55               ` Daniel Lezcano
2017-05-29 11:21               ` Arnd Bergmann
2017-05-29 11:21                 ` Arnd Bergmann
2017-05-29 11:21                 ` Arnd Bergmann
2017-05-29 11:21                 ` Arnd Bergmann
2017-05-30 12:09           ` [PATCH] clocksource: Add an alias macro CLOCKSOURCE_OF_DECLARE Daniel Lezcano
     [not found]   ` <1495879129-28109-2-git-send-email-daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2017-05-29 13:25     ` [PATCH 2/7] clocksource: Rename CLOCKSOURCE_OF_DECLARE Matthias Brugger
2017-05-29 13:25       ` Matthias Brugger
2017-05-29 13:25       ` Matthias Brugger
2017-05-29 13:25       ` Matthias Brugger
2017-05-31  8:19     ` Krzysztof Kozlowski
2017-05-31  8:19       ` Krzysztof Kozlowski
2017-05-31  8:19       ` Krzysztof Kozlowski
2017-05-31  8:19       ` Krzysztof Kozlowski
2017-05-30 16:36   ` Vineet Gupta
2017-05-30 16:36     ` Vineet Gupta
2017-05-30 16:36     ` Vineet Gupta
2017-05-31  7:11   ` Patrice CHOTARD
2017-05-31  7:11     ` Patrice CHOTARD
2017-05-31  7:11     ` Patrice CHOTARD
2017-05-31  7:11     ` Patrice CHOTARD
2017-05-27  9:58 ` [PATCH 3/7] clocksource: Rename clocksource_probe Daniel Lezcano
2017-05-27  9:58   ` Daniel Lezcano
2017-05-27  9:58   ` Daniel Lezcano
2017-05-27  9:58   ` Daniel Lezcano
2017-05-28 13:49   ` Linus Walleij
2017-05-28 13:49     ` Linus Walleij
2017-05-28 13:49     ` Linus Walleij
2017-05-29  4:34   ` Viresh Kumar
2017-05-29  4:34     ` Viresh Kumar
2017-05-29  4:34     ` Viresh Kumar
2017-05-29  7:37   ` Heiko Stübner
2017-05-29  7:37     ` Heiko Stübner
2017-05-29  7:37     ` Heiko Stübner
2017-05-31 10:29   ` James Hartley [this message]
2017-05-31 10:29     ` James Hartley
2017-05-31 10:29     ` James Hartley
2017-05-31 10:29     ` James Hartley
2017-05-27  9:58 ` [PATCH 4/7] clocksource: Rename CLOCKSOURCE_ACPI_DECLARE Daniel Lezcano
2017-05-27  9:58   ` Daniel Lezcano
2017-05-28 13:50   ` Linus Walleij
2017-05-28 13:50     ` Linus Walleij
2017-05-27  9:58 ` [PATCH 5/7] clocksource: Rename clksrc Daniel Lezcano
2017-05-27  9:58   ` Daniel Lezcano
2017-05-27  9:58   ` Daniel Lezcano
2017-05-28 13:51   ` Linus Walleij
2017-05-28 13:51     ` Linus Walleij
2017-05-28 13:51     ` Linus Walleij
2017-05-27  9:58 ` [PATCH 6/7] clocksource: Rename CLKSRC_OF to TIMER_OF Daniel Lezcano
2017-05-27  9:58   ` Daniel Lezcano
2017-05-27  9:58   ` Daniel Lezcano
2017-05-27  9:58   ` Daniel Lezcano
2017-05-27  9:58   ` Daniel Lezcano
2017-05-28  3:00   ` Shawn Guo
2017-05-28  3:00     ` Shawn Guo
2017-05-28  3:00     ` Shawn Guo
2017-05-28  3:00     ` Shawn Guo
2017-05-28  3:00     ` Shawn Guo
2017-05-28  9:18     ` Daniel Lezcano
2017-05-28  9:18       ` Daniel Lezcano
2017-05-28  9:18       ` Daniel Lezcano
2017-05-28  9:18       ` Daniel Lezcano
2017-05-28  9:18       ` Daniel Lezcano
2017-05-28 13:52   ` Linus Walleij
2017-05-28 13:52     ` Linus Walleij
2017-05-28 13:52     ` Linus Walleij
2017-05-28 13:52     ` Linus Walleij
2017-05-28 13:52     ` Linus Walleij
2017-05-31  8:24   ` Krzysztof Kozlowski
2017-05-31  8:24     ` Krzysztof Kozlowski
2017-05-31  8:24     ` Krzysztof Kozlowski
2017-05-31  8:24     ` Krzysztof Kozlowski
2017-05-31  8:24     ` Krzysztof Kozlowski
2017-05-27  9:58 ` [PATCH 7/7] clocksource: Rename CLKSRC_ACPI Daniel Lezcano
2017-05-27  9:58   ` Daniel Lezcano
2017-05-28 13:52   ` Linus Walleij
2017-05-28 13:52     ` Linus Walleij

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=a974f62d-5a3c-629c-7e80-b45ba34f44dc@imgtec.com \
    --to=james.hartley@imgtec.com \
    --cc=andrea.gelmini@gelma.net \
    --cc=arnd@arndb.de \
    --cc=catalin.marinas@arm.com \
    --cc=chris@zankel.net \
    --cc=dalias@libc.org \
    --cc=daniel.lezcano@linaro.org \
    --cc=eric@anholt.net \
    --cc=heiko@sntech.de \
    --cc=horms@verge.net.au \
    --cc=icenowy@aosc.xyz \
    --cc=ionela.voinescu@imgtec.com \
    --cc=jcmvbkbc@gmail.com \
    --cc=john.stultz@linaro.org \
    --cc=john@phrozen.org \
    --cc=jroedel@suse.de \
    --cc=lftan@altera.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-mips@linux-mips.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=linux-snps-arc@lists.infradead.org \
    --cc=linux-xtensa@linux-xtensa.org \
    --cc=linux@armlinux.org.uk \
    --cc=magnus.damm@gmail.com \
    --cc=marcin.nowakowski@imgtec.com \
    --cc=matt.redfearn@imgtec.com \
    --cc=matthias.bgg@gmail.com \
    --cc=maxime.ripard@free-electrons.com \
    --cc=michal.simek@xilinx.com \
    --cc=nios2-dev@lists.rocketboards.org \
    --cc=noamc@ezchip.com \
    --cc=paul.burton@imgtec.com \
    --cc=ralf@linux-mips.org \
    --cc=ray.jui@broadcom.com \
    --cc=robh@kernel.org \
    --cc=sboyd@codeaurora.org \
    --cc=shiraz.linux.kernel@gmail.com \
    --cc=soren.brinkmann@xilinx.com \
    --cc=tglx@linutronix.de \
    --cc=tony@atomide.com \
    --cc=uclinux-h8-devel@lists.sourceforge.jp \
    --cc=vgupta@synopsys.com \
    --cc=vireshk@kernel.org \
    --cc=wangkefeng.wang@huawei.com \
    --cc=wens@csie.org \
    --cc=will.deacon@arm.com \
    --cc=ysato@users.sourceforge.jp \
    /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.