aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-s2mps11.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-06clk: s2mps11: constify clk_ops structureJulia Lawall1-1/+1
2018-10-18Merge branches 'clk-imx6-mmdc', 'clk-qcom-krait', 'clk-rockchip' and 'clk-smp2s11-match' into clk-nextStephen Boyd1-0/+30
2018-10-18Merge branches 'clk-spdx', 'clk-qcom-dfs', 'clk-smp2s11-include', 'clk-qcom-8996-missing' and 'clk-qcom-qspi' into clk-nextStephen Boyd1-6/+1
2018-10-18clk: s2mps11: Add used attribute to s2mps11_dt_matchNathan Chancellor1-1/+1
2018-10-16clk: s2mps11: Fix matching when built as module and DT node contains compatibleKrzysztof Kozlowski1-0/+30
2018-08-27clk: s2mps11: Use existing defines from bindings for clock IDsKrzysztof Kozlowski1-6/+1
2018-08-27clk: s2mps11,s3c64xx: Add SPDX license identifiersKrzysztof Kozlowski1-16/+5
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook1-2/+2
2016-06-30clk: s2mps11: Migrate to clk_hw based OF and registration APIsStephen Boyd1-12/+9
2016-03-02clk: s2mps11: Remove CLK_IS_ROOTStephen Boyd1-3/+0
2016-01-29clk: s2mps11: remove redundant codeAndi Shyti1-20/+16
2016-01-29clk: s2mps11: remove redundant static variables declarationAndi Shyti1-9/+10
2016-01-29clk: s2mps11: allocate only one structure for clock initAndi Shyti1-44/+7
2016-01-29clk: s2mps11: merge two for loops in oneAndi Shyti1-6/+0
2015-07-28clk: s2mps11: Use kcalloc instead of kzalloc for array allocationVaibhav Hiremath1-11/+7
2015-07-28clk: s2mps11: Simplify s2mps11_clk_probe unwind pathsAxel Lin1-10/+4
2015-05-06clk: s2mps11: use clkdev_create()Russell King1-3/+1
2014-12-20Merge tag 'clk-for-linus-3.19' of git://git.linaro.org/people/mike.turquette/linuxLinus Torvalds1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-28Merge tag 'ib-mfd-regulator-clk-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into clk-nextMichael Turquette1-0/+24
2014-11-25clk: clk-s2mps11: fix semicolon.cocci warningskbuild test robot1-1/+1
2014-11-25clk: s2mps11: Add the support for S2MPS13 PMIC clockChanwoo Choi1-0/+24
2014-10-20clk: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-03Merge branch 'clk-fixes' into clk-nextMike Turquette1-5/+2
2014-07-02clk: s2mps11: Fix clk_opsKarol Wrona1-22/+11
2014-07-01clk: s2mps11: Fix double free corruption during driver unbindKrzysztof Kozlowski1-5/+2
2014-05-23clk: s2mps11: Add support for S2MPS14 clocksKrzysztof Kozlowski1-16/+48
2014-05-23clk: s2mps11: Remove useless check for clk_tableKrzysztof Kozlowski1-13/+11
2014-05-23clk: s2mps11: Add missing of_node_put and of_clk_del_providerKrzysztof Kozlowski1-5/+11
2014-03-24clk: s2mps11: Use of_get_child_by_nameKrzysztof Kozlowski1-1/+1
2014-03-24clk: s2mps11: Fix possible NULL pointer dereferenceKrzysztof Kozlowski1-1/+1
2014-03-18clk: clk-s2mps11: Add support for clocks in S5M8767 MFDTushar Behera1-0/+5
2014-03-18clk: clk-s2mps11: Refactor for including support for other MFD clocksTushar Behera1-4/+16
2013-12-16mfd: s2mps11: Fix build after regmap field rename in sec-core.cKrzysztof Kozlowski1-3/+3
2013-08-08clk: s2mps11: Add support for s2mps11Yadwinder Singh Brar1-0/+273