summaryrefslogtreecommitdiffstats
path: root/drivers/clk/socfpga/clk-gate.c
Commit message (Expand)AuthorAgeFilesLines
* clk: socfpga: use of_clk_add_hw_provider and improve error handlingMarco Pagani2023-03-211-13/+22
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2022-12-131-1/+4
|\
| * clk: socfpga: Fix memory leak in socfpga_gate_init()Xiu Jianfeng2022-12-081-1/+4
* | clk: socfpga: remove the setting of clk-phase for sdmmc_clkDinh Nguyen2022-12-071-61/+0
|/
* clk: socfpga: remove redundant assignment after a mask operationColin Ian King2022-01-051-2/+2
*-. Merge branches 'clk-cleanup', 'clk-renesas', 'clk-socfpga', 'clk-allwinner' a...Stephen Boyd2021-04-271-5/+8
|\ \
| | * clk: socfpga: fix iomem pointer cast on 64-bitKrzysztof Kozlowski2021-03-291-1/+1
| |/ |/|
| * clk: socfpga: use clk_hw_register for a5/c5Dinh Nguyen2021-03-301-4/+7
|/
* clk: socfpga: deindent code to proper indentationStephen Boyd2019-08-161-2/+2
* clk: socfpga: Don't reference clk_init_data after registrationStephen Boyd2019-08-161-10/+12
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-11/+1
* clk: socfpga: Don't have get_parent for single parent opsStephen Boyd2019-01-241-9/+13
* clk: socfpga: switch to GENMASK()Andy Shevchenko2015-07-281-1/+1
* clk: socfpga: Remove clk.h and clkdev.h includesStephen Boyd2015-07-201-2/+1
* clk: socfpga: make use of of_clk_parent_fill helper functionDinh Nguyen2015-06-051-5/+1
* clk: socfpga: update clk.h so for Arria10 platform to useDinh Nguyen2015-05-211-4/+0
* clk: socfpga: Silence sparse warningStephen Boyd2015-05-141-1/+1
* clk: socfpga: add divider registers to the main pll outputsDinh Nguyen2014-05-121-1/+0
* clk: socfpga: Add a clk-phase property to the "altr,socfpga-gate-clk"Dinh Nguyen2014-02-181-0/+68
* clk: socfpga: split clk codeSteffen Trumtrar2014-02-181-0/+195