aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/socfpga
AgeCommit message (Expand)AuthorFilesLines
2019-09-20Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 2-14/+17
2019-08-16clk: socfpga: deindent code to proper indentationGravatar Stephen Boyd 1-2/+2
2019-08-16clk: socfpga: Don't reference clk_init_data after registrationGravatar Stephen Boyd 2-13/+16
2019-08-14clk: socfpga: stratix10: fix rate caclulationg for cnt_clksGravatar Dinh Nguyen 1-1/+1
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-1/+5
2019-06-28Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2019-06-25clk: socfpga: stratix10: fix divider entry for the emac clocksGravatar Dinh Nguyen 1-2/+2
2019-06-25clk: socfpga: stratix10: add additional clocks needed for the NAND IPGravatar Dinh Nguyen 1-1/+5
2019-06-25clk: socfpga: stratix10: fix divider entry for the emac clocksGravatar Dinh Nguyen 1-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Gravatar Thomas Gleixner 1-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Gravatar Thomas Gleixner 3-36/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 3-33/+3
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Gravatar Thomas Gleixner 1-13/+1
2019-05-15clk: Remove io.h from clk-provider.hGravatar Stephen Boyd 3-0/+3
2019-03-08Merge branches 'clk-of-refcount', 'clk-mmio-fixed-clock', 'clk-remove-clps', ...Gravatar Stephen Boyd 3-9/+15
2019-01-24clk: socfpga: Don't have get_parent for single parent opsGravatar Stephen Boyd 1-9/+13
2019-01-15clk: socfpga: stratix10: fix naming convention for the fixed-clocksGravatar Dinh Nguyen 1-10/+10
2019-01-11clk: socfpga: stratix10: fix rate calculation for pll clocksGravatar Dinh Nguyen 1-1/+1
2018-12-28clk: socfpga: fix refcount leakGravatar Yangtao Li 2-0/+2
2018-07-06clk: socfpga: stratix10: fix the sdmmc_free_clk muxGravatar Dinh Nguyen 1-1/+1
2018-07-06clk: socfpga: stratix10: fix the parents of mpu_free_clkGravatar Dinh Nguyen 1-1/+6
2018-05-15clk: socfpga: stratix10: suppress unbinding platform's clock driverGravatar Dinh Nguyen 1-0/+1
2018-05-15clk: socfpga: stratix10: use platform driver APIsGravatar Dinh Nguyen 1-22/+17
2018-04-06clk: socfpga: stratix10: add clock driver for Stratix10 platformGravatar Dinh Nguyen 7-5/+853
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-06-19clk: socfpga: Fix the smplsel on Arria10 and Stratix10Gravatar Dinh Nguyen 2-1/+4
2016-02-22clk: socfpga: allow for multiple parents on Arria10 periph clocksGravatar Dinh Nguyen 2-9/+4
2016-02-08clk: socfpga: fix __init annotationGravatar Arnd Bergmann 1-1/+1
2015-08-24clk: socfpga: Add a second parent option for the dbg_base_clkGravatar Dinh Nguyen 2-4/+15
2015-07-28clk: socfpga: switch to GENMASK()Gravatar Andy Shevchenko 5-5/+4
2015-07-20clk: socfpga: Remove clk.h and clkdev.h includesGravatar Stephen Boyd 7-7/+6
2015-06-09clk: socfpga: remove a stray tabGravatar Dan Carpenter 1-1/+1
2015-06-05clk: socfpga: make use of of_clk_parent_fill helper functionGravatar Dinh Nguyen 2-11/+2
2015-05-21clk: socfpga: add a clock driver for the Arria 10 platformGravatar Dinh Nguyen 6-1/+469
2015-05-21clk: socfpga: update clk.h so for Arria10 platform to useGravatar Dinh Nguyen 2-5/+5
2015-05-14clk: socfpga: Silence sparse warningGravatar Stephen Boyd 1-1/+1
2015-05-14clk: socfpga: Silence sparse warningGravatar Stephen Boyd 1-1/+1
2014-05-12Merge tag 'socfpga-clk-update-for-v3.16' of git://git.rocketboards.org/linux-...Gravatar Mike Turquette 3-4/+23
2014-05-12clk: socfpga: add divider registers to the main pll outputsGravatar Dinh Nguyen 3-4/+23
2014-04-30clk: socfpga: fix clock driver for 3.15Gravatar Dinh Nguyen 2-20/+10
2014-03-18clk: socfpga: Fix section mismatch warningGravatar Dinh Nguyen 1-1/+1
2014-02-26clk: socfpga: Support multiple parents for the pll clocksGravatar Dinh Nguyen 1-4/+22
2014-02-26clk: socfpga: Fix integer overflow in clock calculationGravatar Dinh Nguyen 1-3/+5
2014-02-18clk: socfpga: Add a clk-phase property to the "altr,socfpga-gate-clk"Gravatar Dinh Nguyen 1-0/+68
2014-02-18clk: socfpga: split clk codeGravatar Steffen Trumtrar 6-306/+462
2014-02-18clk: socfpga: fix define typoGravatar Steffen Trumtrar 1-3/+3
2014-02-18clk: socfpga: remove unused fieldGravatar Steffen Trumtrar 1-1/+0
2014-02-18clk: socfpga: Remove socfpga_init_clocksGravatar Dinh Nguyen 1-10/+0
2014-02-18clk: socfpga: Look for the GPIO_DB_CLK by its offsetGravatar Dinh Nguyen 1-2/+3
2014-02-18clk: socfpga: Map the clk manager base address in the clock driverGravatar Dinh Nguyen 1-4/+16