From: Alexander Shiyan <eagle.alexander923@gmail.com>
To: barebox@lists.infradead.org
Cc: Alexander Shiyan <eagle.alexander923@gmail.com>
Subject: [RFC 0/2] Context storage for the clocksource
Date: Fri, 10 Jun 2022 11:56:33 +0300 [thread overview]
Message-ID: <20220610085633.21606-3-eagle.alexander923@gmail.com> (raw)
In-Reply-To: <20220610085633.21606-1-eagle.alexander923@gmail.com>
First patch: Implement "ctx" field for struct clocksource and
convert all users to updated structure.
Second patch: Simple example to context usage.
Alexander Shiyan (2):
clocksource: Introduce a context storage for the clocksource structure
clocksource: arm_global_timer: Convert driver to use clocksource
context field
arch/arm/mach-at91/at91rm9200_time.c | 4 +--
arch/arm/mach-davinci/time.c | 4 +--
arch/arm/mach-ep93xx/clocksource.c | 4 +--
arch/arm/mach-mxs/clocksource-imx23.c | 4 +--
arch/arm/mach-mxs/clocksource-imx28.c | 4 +--
arch/arm/mach-pxa/clocksource.c | 4 +--
arch/arm/mach-samsung/s3c-timer.c | 4 +--
arch/arm/mach-tegra/tegra20-timer.c | 4 +--
arch/arm/mach-versatile/core.c | 4 +--
arch/mips/lib/csrc-r4k.c | 4 +--
arch/mips/mach-xburst/csrc-jz4750.c | 4 +--
arch/openrisc/lib/clock.c | 4 +--
arch/powerpc/mach-mpc5xxx/time.c | 4 +--
arch/powerpc/mach-mpc85xx/time.c | 4 +--
arch/sandbox/board/clock.c | 4 +--
common/clock.c | 18 ++++++++-----
drivers/clocksource/amba-sp804.c | 4 +--
drivers/clocksource/arm_architected_timer.c | 4 +--
drivers/clocksource/arm_global_timer.c | 29 ++++++++++++---------
drivers/clocksource/arm_smp_twd.c | 4 +--
drivers/clocksource/armv7m_systick.c | 4 +--
drivers/clocksource/bcm2835.c | 4 +--
drivers/clocksource/clps711x.c | 4 +--
drivers/clocksource/digic.c | 4 +--
drivers/clocksource/dw_apb_timer.c | 4 +--
drivers/clocksource/efi.c | 4 +--
drivers/clocksource/efi_x86.c | 4 +--
drivers/clocksource/kvx_timer.c | 4 +--
drivers/clocksource/mvebu.c | 4 +--
drivers/clocksource/nomadik.c | 4 +--
drivers/clocksource/orion.c | 4 +--
drivers/clocksource/rk_timer.c | 4 +--
drivers/clocksource/timer-atmel-pit.c | 4 +--
drivers/clocksource/timer-clint.c | 4 +--
drivers/clocksource/timer-imx-gpt.c | 4 +--
drivers/clocksource/timer-riscv.c | 6 ++---
drivers/clocksource/timer-stm32.c | 4 +--
drivers/clocksource/timer-ti-32k.c | 4 +--
drivers/clocksource/timer-ti-dm.c | 4 +--
drivers/clocksource/uemd.c | 4 +--
include/clock.h | 7 ++---
41 files changed, 109 insertions(+), 99 deletions(-)
--
2.32.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2022-06-10 8:58 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-10 8:56 [RFC 1/2] clocksource: Introduce a context storage for the clocksource structure Alexander Shiyan
2022-06-10 8:56 ` [RFC 2/2] clocksource: arm_global_timer: Convert driver to use clocksource context field Alexander Shiyan
2022-06-10 9:40 ` Sascha Hauer
2022-06-10 9:53 ` Alexander Shiyan
2022-06-10 8:56 ` Alexander Shiyan [this message]
2022-06-10 9:35 ` [RFC 1/2] clocksource: Introduce a context storage for the clocksource structure Sascha Hauer
2022-06-10 9:42 ` Alexander Shiyan
2022-06-10 9:44 ` Sascha Hauer
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=20220610085633.21606-3-eagle.alexander923@gmail.com \
--to=eagle.alexander923@gmail.com \
--cc=barebox@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox