summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-s2mps11.c
Commit message (Expand)AuthorAgeFilesLines
* clk: s2mps11: constify clk_ops structureJulia Lawall2018-11-061-1/+1
*-. Merge branches 'clk-imx6-mmdc', 'clk-qcom-krait', 'clk-rockchip' and 'clk-smp...Stephen Boyd2018-10-191-0/+30
|\ \
| | * clk: s2mps11: Add used attribute to s2mps11_dt_matchNathan Chancellor2018-10-181-1/+1
| | * clk: s2mps11: Fix matching when built as module and DT node contains compatibleKrzysztof Kozlowski2018-10-161-0/+30
| |/
| |
| \
*-. \ Merge branches 'clk-spdx', 'clk-qcom-dfs', 'clk-smp2s11-include', 'clk-qcom-8...Stephen Boyd2018-10-191-6/+1Star
|\ \ \ | | |/ | |/|
| | * clk: s2mps11: Use existing defines from bindings for clock IDsKrzysztof Kozlowski2018-08-271-6/+1Star
| |/
* / clk: s2mps11,s3c64xx: Add SPDX license identifiersKrzysztof Kozlowski2018-08-271-16/+5Star
|/
* treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook2018-06-061-2/+2
* clk: s2mps11: Migrate to clk_hw based OF and registration APIsStephen Boyd2016-06-301-12/+9Star
* clk: s2mps11: Remove CLK_IS_ROOTStephen Boyd2016-03-031-3/+0Star
* clk: s2mps11: remove redundant codeAndi Shyti2016-01-291-20/+16Star
* clk: s2mps11: remove redundant static variables declarationAndi Shyti2016-01-291-9/+10
* clk: s2mps11: allocate only one structure for clock initAndi Shyti2016-01-291-44/+7Star
* clk: s2mps11: merge two for loops in oneAndi Shyti2016-01-291-6/+0Star
* clk: s2mps11: Use kcalloc instead of kzalloc for array allocationVaibhav Hiremath2015-07-281-11/+7Star
* clk: s2mps11: Simplify s2mps11_clk_probe unwind pathsAxel Lin2015-07-281-10/+4Star
* clk: s2mps11: use clkdev_create()Russell King2015-05-061-3/+1Star
* Merge tag 'clk-for-linus-3.19' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2014-12-211-1/+1
|\
| * Merge tag 'ib-mfd-regulator-clk-v3.19' of git://git.kernel.org/pub/scm/linux/...Michael Turquette2014-11-291-0/+24
| |\
| * | clk: clk-s2mps11: fix semicolon.cocci warningskbuild test robot2014-11-261-1/+1
* | | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\ \ \ | |_|/ |/| |
| * | clk: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
| |/
* / clk: s2mps11: Add the support for S2MPS13 PMIC clockChanwoo Choi2014-11-251-0/+24
|/
* Merge branch 'clk-fixes' into clk-nextMike Turquette2014-07-031-5/+2Star
|\
| * clk: s2mps11: Fix double free corruption during driver unbindKrzysztof Kozlowski2014-07-021-5/+2Star
* | clk: s2mps11: Fix clk_opsKarol Wrona2014-07-021-22/+11Star
|/
* clk: s2mps11: Add support for S2MPS14 clocksKrzysztof Kozlowski2014-05-241-16/+48
* clk: s2mps11: Remove useless check for clk_tableKrzysztof Kozlowski2014-05-241-13/+11Star
* clk: s2mps11: Add missing of_node_put and of_clk_del_providerKrzysztof Kozlowski2014-05-241-5/+11
* clk: s2mps11: Use of_get_child_by_nameKrzysztof Kozlowski2014-03-241-1/+1
* clk: s2mps11: Fix possible NULL pointer dereferenceKrzysztof Kozlowski2014-03-241-1/+1
* clk: clk-s2mps11: Add support for clocks in S5M8767 MFDTushar Behera2014-03-191-0/+5
* clk: clk-s2mps11: Refactor for including support for other MFD clocksTushar Behera2014-03-191-4/+16
* mfd: s2mps11: Fix build after regmap field rename in sec-core.cKrzysztof Kozlowski2013-12-161-3/+3
* clk: s2mps11: Add support for s2mps11Yadwinder Singh Brar2013-08-091-0/+273