lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 30 Apr 2015 11:44:20 +0100
From:	Sudeep Holla <sudeep.holla@....com>
To:	linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org
Cc:	Sudeep Holla <sudeep.holla@....com>,
	Russell King <linux@....linux.org.uk>,
	Catalin Marinas <catalin.marinas@....com>,
	Daniel Lezcano <daniel.lezcano@...aro.org>,
	Thomas Gleixner <tglx@...utronix.de>,
	Rob Herring <robh@...nel.org>, Arnd Bergmann <arnd@...db.de>,
	Olof Johansson <olof@...om.net>
Subject: [PATCH 0/2] ARM: move Dual-Timer SP804 driver to drivers/clocksource

Since there are ARM64 platforms(e.g. Juno) with SP804 timers, we need
to move the driver out of arch/arm so that the code can be shared.

Regards,
Sudeep

Sudeep Holla (2):
  ARM: simplify timer initialisation and remove arm_timer.h inclusion
  ARM: move Dual-Timer SP804 driver to drivers/clocksource

 arch/arm/Kconfig                                            |  5 -----
 arch/arm/common/Makefile                                    |  1 -
 arch/arm/mach-integrator/integrator_ap.c                    |  1 -
 arch/arm/mach-nspire/nspire.c                               |  2 --
 arch/arm/mach-realview/core.c                               | 13 ++-----------
 arch/arm/mach-versatile/core.c                              | 13 ++-----------
 drivers/clocksource/Kconfig                                 |  5 +++++
 drivers/clocksource/Makefile                                |  1 +
 drivers/clocksource/timer-integrator-ap.c                   |  3 ++-
 .../hardware/arm_timer.h => drivers/clocksource/timer-sp.h  |  5 -----
 .../common/timer-sp.c => drivers/clocksource/timer-sp804.c  |  7 ++++---
 .../timer-sp.h => include/clocksource/timer-sp804.h         |  4 ++++
 12 files changed, 20 insertions(+), 40 deletions(-)
 rename arch/arm/include/asm/hardware/arm_timer.h => drivers/clocksource/timer-sp.h (93%)
 rename arch/arm/common/timer-sp.c => drivers/clocksource/timer-sp804.c (98%)
 rename arch/arm/include/asm/hardware/timer-sp.h => include/clocksource/timer-sp804.h (90%)

--
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ