aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clockchips.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-12Revert "clockevents: Add a clkevt-of mechanism like clksrc-of"Daniel Lezcano1-9/+0
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2017-03-28clockevents: Fix syntax error in clkevt-of macroAlexander Kochetkov1-1/+1
2017-03-23clockevents: Make clockevents_config() staticNicolai Stange1-1/+0
2017-02-07clockevents: Add a clkevt-of mechanism like clksrc-ofDaniel Lezcano1-0/+9
2016-01-27clockevents: Rename last parameter of clocks_calc_mult_shift() to maxsecAlexander Kuleshov1-2/+2
2015-09-14clockevents: Remove unused set_mode() callbackViresh Kumar1-24/+5
2015-07-20clockevents: Remove clockevents_notify() prototypeStephen Boyd1-3/+0
2015-06-02clockevents: Rename state to state_use_accessorsThomas Gleixner1-7/+7
2015-06-02clockevents: Add helpers to check the state of a clockevent deviceViresh Kumar1-0/+26
2015-05-19clockevents: Introduce CLOCK_EVT_STATE_ONESHOT_STOPPED stateViresh Kumar1-1/+6
2015-04-03clockevents: Cleanup dead cpu explicitelyThomas Gleixner1-6/+0
2015-04-03clockevents: Make tick handover explicitThomas Gleixner1-1/+0
2015-04-03clockevents: Remove broadcast oneshot control leftoversRafael J. Wysocki1-2/+0
2015-04-03clockevents: Remove the broadcast control leftoversThomas Gleixner1-3/+0
2015-04-02clockevents: Clean up clockchips.hIngo Molnar1-46/+41
2015-04-01arm/bL_switcher: Kill tick suspend hackeryThomas Gleixner1-6/+0
2015-04-01clockevents: Make suspend/resume calls explicitThomas Gleixner1-2/+0
2015-04-01tick: Move core only declarations and functions to coreThomas Gleixner1-9/+6
2015-04-01clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILDThomas Gleixner1-6/+3
2015-03-27clockevents: Manage device's state separately for the coreViresh Kumar1-13/+31
2015-03-27clockevents: Handle tick device's resume separatelyViresh Kumar1-2/+2
2015-02-18clockevents: Introduce mode specific callbacksViresh Kumar1-2/+19
2014-02-09tick: Fixup more fallout from hrtimer broadcast modePreeti U Murthy1-0/+1
2014-02-07time: Fixup fallout from recent clockevent/tick changesThomas Gleixner1-1/+1
2014-02-07tick: Introduce hrtimer based broadcastPreeti U Murthy1-0/+9
2014-02-07time: Change the return type of clockevents_notify() to integerPreeti U Murthy1-3/+3
2013-10-02clockchips: Add FEAT_PERCPU clockevent flagSoren Brinkmann1-0/+1
2013-05-16clockevents: Implement unbind functionalityThomas Gleixner1-0/+1
2013-05-16clockevents: Add module refcountThomas Gleixner1-0/+3
2013-05-16clockevents: Get rid of the notifier chainThomas Gleixner1-1/+0
2013-04-30Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-16/+16
2013-04-01timer: move enum definition out of ifdef sectionDaniel Lezcano1-16/+16
2013-03-22clockevents: Add missing tick_check_broadcast_expired() for CLOCKEVENTS=nThomas Gleixner1-0/+1
2013-03-13tick: Provide a check for a forced broadcast pendingThomas Gleixner1-0/+6
2013-03-07tick: Dynamically set broadcast irq affinityDaniel Lezcano1-0/+5
2013-01-31clockevents: Add generic timer broadcast functionMark Rutland1-0/+5
2013-01-31clockevents: Add generic timer broadcast receiverMark Rutland1-0/+4
2012-09-04timekeeping: Add suspend and resume of clock event devicesRafael J. Wysocki1-0/+8
2012-05-25clockevents: Make clockevents_config() a global symbolMagnus Damm1-0/+1
2011-09-08clockevents: Add direct ktime programming functionMartin Schwidefsky1-3/+7
2011-09-08clockevents: Make minimum delay adjustments configurableMartin Schwidefsky1-1/+1
2011-05-19clockevents: Provide interface to reconfigure an active clock event deviceThomas Gleixner1-0/+2
2011-05-19clockevents: Provide combined configure and register functionThomas Gleixner1-0/+9
2011-05-19clockevents: Restructure clock_event_device membersThomas Gleixner1-22/+23
2010-03-12clockevents: Sanitize min_delta_ns adjustment and prevent overflowsThomas Gleixner1-0/+2
2009-11-13nohz: Allow 32-bit machines to sleep for more than 2.15 secondsJon Hunter1-4/+4
2009-11-13clocksource: Provide a generic mult/shift factor calculationThomas Gleixner1-0/+7
2009-11-13clockevents: Use u32 for mult and shift factorsThomas Gleixner1-2/+2