summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-max77686.c
Commit message (Expand)AuthorAgeFilesLines
* clk: max77686: fix number of clocks setup for clk_hw based registrationJavier Martinez Canillas2016-10-171-0/+1
* clk: max77686: Migrate to clk_hw based OF and registration APIsStephen Boyd2016-08-181-21/+21
* clk: max77686: Add support for MAX77620 clocksLaxman Dewangan2016-08-151-0/+18
* clk: max77686: Combine Maxim max77686 and max77802 driverLaxman Dewangan2016-08-151-12/+232
* clk: max77{686,802}: Remove CLK_IS_ROOTStephen Boyd2016-03-151-3/+0
* drivers/clk: include <module.h> for clk-max77xxx modular codePaul Gortmaker2015-06-161-0/+1
* clk: Remove .owner field for driverKiran Padwal2014-09-251-1/+0
* clk: max77686: Convert to the generic max clock driverJavier Martinez Canillas2014-09-091-168/+8
* clk: max77686: Add DT include for MAX77686 PMIC clockJavier Martinez Canillas2014-09-091-6/+1
* clk: max77686: Register OF clock providerTomasz Figa2014-01-081-0/+24
* clk: max77686: Refactor driver data handlingTomasz Figa2014-01-081-13/+14
* clk: max77686: Fix clean-up in error and remove pathsTomasz Figa2014-01-081-19/+10
* clk: max77686: Make max77686_clk_register() return struct clk *Tomasz Figa2014-01-081-7/+10
* clk: max77686: Refactor successful exit of probe functionTomasz Figa2014-01-081-2/+1
* clk: max77686: Provide .recalc_rate() operationTomasz Figa2014-01-081-0/+7
* clk: max77686: Correct callback used for checking clock statusTomasz Figa2014-01-081-2/+2
* clk: max77686: Remove redundant breakSachin Kamat2013-12-261-2/+0
* clk: max77686: Avoid double free at remove timeLaurent Pinchart2013-01-151-2/+1
* clk: max77686: Remove unnecessary NULL checking for container_of()Axel Lin2013-01-151-21/+7
* clk: max77686: Fix return value checking for devm_kzallocAxel Lin2013-01-111-3/+3
* clk: remove use of __devexitBill Pemberton2012-11-281-1/+1
* clk: remove use of __devinitBill Pemberton2012-11-281-1/+1
* clk: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* clock: max77686: Add driver for Maxim 77686 32Khz crystal oscillator.Jonghwa Lee2012-09-061-0/+244