aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/tcb_clksrc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-15clockevents/tcb_clksrc: Prevent disabling an already disabled clockAlexandre Belloni1-1/+2
2015-10-06misc: atmel_tclib: get and use slow clockBoris Brezillon1-1/+9
2015-10-06clocksource: tcb_clksrc: fix setup_clkevents error pathBoris Brezillon1-1/+1
2015-08-10clockevents/drivers/tcb_clksrc: Migrate to new 'set-state' interfaceViresh Kumar1-42/+51
2014-09-08clocksource: tcb_clksrc: sanitize IRQ requestGaël PORTAY1-9/+4
2014-09-08ARM: at91/tclib: move initialization from alloc to probeGaël PORTAY1-1/+1
2014-05-22clocksource: tcb_clksrc: Make tc_mode interrupt safeDavid Jander1-4/+4
2013-10-03clocksource: tcb_clksrc: Remove IRQF_DISABLEDBoris BREZILLON1-1/+1
2013-10-03clocksource: tcb_clksrc: Improve driver robustnessBoris BREZILLON1-5/+28
2013-10-03clocksource: tcb_clksrc: Replace clk_enable/disable with clk_prepare_enable/disable_unprepareBoris BREZILLON1-5/+21
2013-01-14clocksource: use clockevents_config_and_register() where possibleShawn Guo1-6/+1
2012-03-01ARM: at91/tc/clocksource: Add 32 bit variant to Timer CounterNicolas Ferre1-28/+62
2011-11-21clocksource: Convert tcb_clksrc to use clocksource_register_hz/khzJohn Stultz1-3/+1
2011-01-26drivers/clocksource/tcb_clksrc.c: fix init sequenceVoss, Nikolaus1-2/+2
2009-04-21clocksource: pass clocksource to read() callbackMagnus Damm1-1/+1
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell1-1/+1
2008-03-13tclib: Fix compile warningsDavid Brownell1-7/+4
2008-03-04atmel_tc clocksource/clockevent codeDavid Brownell1-0/+305