aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-max77686.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-06clk: clk-max77686: Clean clkdev lookup leak and use devmMatti Vaittinen1-22/+6
2018-11-06clk: max77686: constify clk_ops structureJulia Lawall1-1/+1
2018-08-27clk: max77686: Add SPDX license identifiersKrzysztof Kozlowski1-21/+6
2016-10-17clk: max77686: fix number of clocks setup for clk_hw based registrationJavier Martinez Canillas1-0/+1
2016-08-18clk: max77686: Migrate to clk_hw based OF and registration APIsStephen Boyd1-21/+21
2016-08-15clk: max77686: Add support for MAX77620 clocksLaxman Dewangan1-0/+18
2016-08-15clk: max77686: Combine Maxim max77686 and max77802 driverLaxman Dewangan1-12/+232
2016-03-15clk: max77{686,802}: Remove CLK_IS_ROOTStephen Boyd1-3/+0
2015-06-16drivers/clk: include <module.h> for clk-max77xxx modular codePaul Gortmaker1-0/+1
2014-09-25clk: Remove .owner field for driverKiran Padwal1-1/+0
2014-09-09clk: max77686: Convert to the generic max clock driverJavier Martinez Canillas1-168/+8
2014-09-09clk: max77686: Add DT include for MAX77686 PMIC clockJavier Martinez Canillas1-6/+1
2014-01-08clk: max77686: Register OF clock providerTomasz Figa1-0/+24
2014-01-08clk: max77686: Refactor driver data handlingTomasz Figa1-13/+14
2014-01-08clk: max77686: Fix clean-up in error and remove pathsTomasz Figa1-19/+10
2014-01-08clk: max77686: Make max77686_clk_register() return struct clk *Tomasz Figa1-7/+10
2014-01-08clk: max77686: Refactor successful exit of probe functionTomasz Figa1-2/+1
2014-01-08clk: max77686: Provide .recalc_rate() operationTomasz Figa1-0/+7
2014-01-08clk: max77686: Correct callback used for checking clock statusTomasz Figa1-2/+2
2013-12-26clk: max77686: Remove redundant breakSachin Kamat1-2/+0
2013-01-15clk: max77686: Avoid double free at remove timeLaurent Pinchart1-2/+1
2013-01-15clk: max77686: Remove unnecessary NULL checking for container_of()Axel Lin1-21/+7
2013-01-11clk: max77686: Fix return value checking for devm_kzallocAxel Lin1-3/+3
2012-11-28clk: remove use of __devexitBill Pemberton1-1/+1
2012-11-28clk: remove use of __devinitBill Pemberton1-1/+1
2012-11-28clk: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-06clock: max77686: Add driver for Maxim 77686 32Khz crystal oscillator.Jonghwa Lee1-0/+244