summaryrefslogtreecommitdiff
path: root/arch/sh/lib/time.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-15sh: tmu: Zap get_tbclk and timer_read_counterMarek Vasut1-16/+0
2018-09-15sh: tmu: Clean up register usageMarek Vasut1-43/+11
2018-09-15sh: tmu: Inline sh_tmu.hMarek Vasut1-1/+42
2018-09-15sh: tmu: Clean up CONFIG_SH_TMU_CLK_FREQMarek Vasut1-1/+5
2018-09-15sh: tmu: Inline get_tmu0_clk_rate()Marek Vasut1-1/+1
2018-09-15sh: tmu: Inline tmu_timer_{start,stop}()Marek Vasut1-17/+3
2018-09-15sh: tmu: Simplify the tmu_bit mathMarek Vasut1-5/+2
2018-09-15sh: tmu: Clean up CONFIG_SYS_TMU_CLK_DIVMarek Vasut1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2013-11-04sh: convert to common timer codeRob Herring1-60/+2
2013-10-17sh: timer: Remove static global variableNobuhiro Iwamatsu1-4/+4
2013-10-17sh: timer: Mask bit of timer prescalerNobuhiro Iwamatsu1-1/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-08-21sh: tmu: Removed arch/sh/include/asm/clk.hNobuhiro Iwamatsu1-1/+0
2012-08-21sh: tmu: Changed switch statement to shift operationNobuhiro Iwamatsu1-30/+18
2012-08-21sh: tmu: Changed TMU driver using array of structuresNobuhiro Iwamatsu1-12/+15
2012-03-08sh: timer: Remove unnecessary variable 'ticks'Nobuhiro Iwamatsu1-6/+1
2011-07-26Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ1-7/+0
2011-07-26Timer: Remove set_timer completelyGraeme Russ1-6/+1
2010-06-28sh: Fix overflow problem in get_ticksNobuhiro Iwamatsu1-2/+18
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser1-0/+141