Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1486777
| From | Robert Jarzmik <robert.jarzmik@free.fr> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] kill get_clock_tick_rate() |
| Date | 2016-09-19 21:20 +0200 |
| Message-ID | <sjcgF-10E-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, This serie aims at killing get_clock_tick_rate() from pxa and sa1100 and replace it by clock API calls. I'd like to have this reviewed and acked afterwards at least by : - Russell for the mach-sa1100 and sa1100_wdt.c - Stephen or Michael for the clk-pxa25x.c - Thomas or Daniel for the clocksource part - Wim for sa1100_wdt.c If the review converges, I'd also like to take it through the pxa/for-next tree, or alternatively Russell's tree if there is a dependency I'm not seeing, for v4.10 cycle. Cheers. Robert Jarzmik (3): ARM: sa11x0/pxa: acquire timer rate from the clock rate watchdog: sa11x0/pxa: get rid of get_clock_tick_rate ARM: sa11x0/pxa: get rid of get_clock_tick_rate Russell King - ARM Linux (1): clk: pxa25x: OSTIMER0 clocks from the main oscillator arch/arm/mach-pxa/generic.c | 18 +----------------- arch/arm/mach-pxa/include/mach/hardware.h | 2 -- arch/arm/mach-sa1100/generic.c | 2 +- arch/arm/mach-sa1100/include/mach/hardware.h | 4 ---- drivers/clk/pxa/clk-pxa25x.c | 2 +- drivers/clocksource/pxa_timer.c | 11 +++++------ drivers/watchdog/sa1100_wdt.c | 24 +++++++++++++++++++++++- include/clocksource/pxa.h | 3 +-- 8 files changed, 32 insertions(+), 34 deletions(-) -- 2.1.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] kill get_clock_tick_rate() Robert Jarzmik <robert.jarzmik@free.fr> - 2016-09-19 21:20 +0200
[PATCH 2/4] ARM: sa11x0/pxa: acquire timer rate from the clock rate Robert Jarzmik <robert.jarzmik@free.fr> - 2016-09-19 21:20 +0200
Re: [PATCH 2/4] ARM: sa11x0/pxa: acquire timer rate from the clock rate Daniel Lezcano <daniel.lezcano@linaro.org> - 2016-09-19 21:50 +0200
[PATCH 1/4] clk: pxa25x: OSTIMER0 clocks from the main oscillator Robert Jarzmik <robert.jarzmik@free.fr> - 2016-09-19 21:20 +0200
Re: [PATCH 1/4] clk: pxa25x: OSTIMER0 clocks from the main oscillator Stephen Boyd <sboyd@codeaurora.org> - 2016-09-19 21:30 +0200
[PATCH 3/4] watchdog: sa11x0/pxa: get rid of get_clock_tick_rate Robert Jarzmik <robert.jarzmik@free.fr> - 2016-09-19 21:30 +0200
Re: [PATCH 3/4] watchdog: sa11x0/pxa: get rid of get_clock_tick_rate Guenter Roeck <linux@roeck-us.net> - 2016-09-19 22:10 +0200
Re: [PATCH 3/4] watchdog: sa11x0/pxa: get rid of get_clock_tick_rate Russell King - ARM Linux <linux@armlinux.org.uk> - 2016-09-20 00:40 +0200
Re: [PATCH 3/4] watchdog: sa11x0/pxa: get rid of get_clock_tick_rate Guenter Roeck <linux@roeck-us.net> - 2016-09-20 06:40 +0200
Re: [PATCH 3/4] watchdog: sa11x0/pxa: get rid of get_clock_tick_rate Robert Jarzmik <robert.jarzmik@free.fr> - 2016-09-20 08:20 +0200
Re: [PATCH 3/4] watchdog: sa11x0/pxa: get rid of get_clock_tick_rate Guenter Roeck <linux@roeck-us.net> - 2016-09-20 06:40 +0200
[PATCH 4/4] ARM: sa11x0/pxa: get rid of get_clock_tick_rate Robert Jarzmik <robert.jarzmik@free.fr> - 2016-09-19 21:30 +0200
Re: [PATCH 4/4] ARM: sa11x0/pxa: get rid of get_clock_tick_rate Daniel Lezcano <daniel.lezcano@linaro.org> - 2016-09-19 22:00 +0200
csiph-web