summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-03clocksource/drivers/prima: Remove sirf prima driverArnd Bergmann3-249/+0
2021-02-03clocksource/drivers/atlas: Remove sirf atlas driverArnd Bergmann3-288/+0
2021-02-03clocksource/drivers/tango: Remove tango driverArnd Bergmann3-66/+0
2021-02-03clocksource/drivers/u300: Remove the u300 driverArnd Bergmann4-483/+0
2021-01-18dt-bindings: timer: nuvoton: Clarify that interrupt of timer 0 should be spec...Jonathan Neuschäfer1-2/+1
2021-01-18clocksource/drivers/davinci: Move pr_fmt() before the includesBartosz Golaszewski1-3/+2
2021-01-18clocksource/drivers/efm32: Drop unused timer codeUwe Kleine-König3-288/+0
2020-12-13ntp: Fix prototype in the !CONFIG_GENERIC_CMOS_UPDATE caseIngo Molnar1-0/+2
2020-12-11tick/sched: Make jiffies update quick check more robustThomas Gleixner1-27/+47
2020-12-11ntp: Consolidate the RTC update implementationThomas Gleixner1-92/+52
2020-12-11ntp: Make the RTC sync offset less obscureThomas Gleixner4-32/+61
2020-12-11ntp, rtc: Move rtc_set_ntp_time() to ntp codeThomas Gleixner4-99/+85
2020-12-11ntp: Make the RTC synchronization more reliableThomas Gleixner3-43/+55
2020-12-11rtc: core: Make the sync offset default more realisticThomas Gleixner1-1/+1
2020-12-11rtc: cmos: Make rtc_cmos sync offset correctThomas Gleixner1-0/+3
2020-12-11rtc: mc146818: Reduce spinlock section in mc146818_set_time()Thomas Gleixner1-4/+2
2020-12-11rtc: mc146818: Prevent reading garbageThomas Gleixner1-25/+39
2020-12-07clocksource/drivers/sh_cmt: Fix potential deadlock when calling runtime PMNiklas Söderlund1-4/+14
2020-12-05clocksource/drivers/arm_arch_timer: Correct fault programming of CNTKCTL_EL1....Keqian Zhu1-7/+16
2020-12-05clocksource/drivers/arm_arch_timer: Use stable count reader in erratum sneKeqian Zhu1-2/+2
2020-12-05clocksource/drivers/dw_apb_timer_of: Add error handling if no clock availableDinh Nguyen1-18/+39
2020-12-03clocksource/drivers/riscv: Make RISCV_TIMER depends on RISCV_SBIKefeng Wang1-1/+1
2020-12-03clocksource/drivers/ingenic: Fix section mismatchDaniel Lezcano1-1/+1
2020-12-03clocksource/drivers/cadence_ttc: Fix memory leak in ttc_setup_clockevent()Yu Kuai1-9/+9
2020-12-03dt-bindings: timer: renesas: tmu: Convert to json-schemaGeert Uytterhoeven2-50/+99
2020-12-03dt-bindings: timer: renesas: tmu: Document r8a774e1 bindingsMarian-Cristian Rotariu1-0/+1
2020-12-03clocksource/drivers/orion: Add missing clk_disable_unprepare() on error pathYang Yingliang1-3/+8
2020-12-03clocksource/drivers/nps: Remove EZChip NPS clocksource driverVineet Gupta3-295/+0
2020-12-03dt-bindings: timer: Add new OST support for the upcoming new driver.周琰杰 (Zhou Yanjie)1-3/+7
2020-12-03clocksource/drivers/sp804: Use pr_fmtKefeng Wang1-4/+7
2020-12-03clocksource/drivers/sp804: Correct clk_get_rate handleKefeng Wang1-9/+1
2020-12-03clocksource/drivers/sp804: Use clk_prepare_enable and clk_disable_unprepareKefeng Wang1-11/+2
2020-12-03clocksource/drivers/sp804: Make some symbol staticKefeng Wang1-3/+2
2020-12-03clocksource/drivers/sp804: Add static for functions such as sp804_clockevents...Zhen Lei1-6/+6
2020-11-19tick: Get rid of tick_periodThomas Gleixner4-18/+15
2020-11-19tick/sched: Release seqcount before invoking calc_load_global()Yunfeng Ye1-1/+11
2020-11-19tick/sched: Optimize tick_do_update_jiffies64() furtherThomas Gleixner1-5/+6
2020-11-19tick/sched: Reduce seqcount held scope in tick_do_update_jiffies64()Yunfeng Ye1-25/+22
2020-11-19tick/sched: Use tick_next_period for lockless quick checkThomas Gleixner1-13/+33
2020-11-19tick: Document protections for tick related dataThomas Gleixner2-2/+6
2020-11-19tick/broadcast: Serialize access to tick_next_periodThomas Gleixner1-3/+20
2020-11-16hrtimer: Fix kernel-doc markupsMauro Carvalho Chehab2-2/+6
2020-11-16timers: Make run_local_timers() staticThomas Gleixner2-25/+24
2020-11-15timekeeping: Address parameter documentation issues for various functionsAlex Shi1-2/+5
2020-11-15timekeeping: Fix parameter docs of read_persistent_wall_and_boot_offset()Alex Shi1-2/+3
2020-11-15timekeeping: Add missing parameter docs for pvclock_gtod_[un]register_notifier()Alex Shi1-0/+2
2020-11-15timekeeping: Fix up function documentation for the NMI safe accessorsThomas Gleixner1-25/+33
2020-11-15timekeeping: Add missing parameter documentation for update_fast_timekeeper()Alex Shi1-0/+1
2020-11-15timekeeping: Remove static functions from kernel-doc markupAlex Shi1-7/+5
2020-11-15time: Add missing colons for parameter documentation of time64_to_tm()Alex Shi1-3/+3