summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-s2mps11.c
Commit message (Expand)AuthorAgeFilesLines
* clk: s2mps11: Migrate to clk_hw based OF and registration APIsStephen Boyd2016-06-301-12/+9
* clk: s2mps11: Remove CLK_IS_ROOTStephen Boyd2016-03-021-3/+0
* clk: s2mps11: remove redundant codeAndi Shyti2016-01-291-20/+16
* 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/+7
* clk: s2mps11: merge two for loops in oneAndi Shyti2016-01-291-6/+0
* clk: s2mps11: Use kcalloc instead of kzalloc for array allocationVaibhav Hiremath2015-07-281-11/+7
* clk: s2mps11: Simplify s2mps11_clk_probe unwind pathsAxel Lin2015-07-281-10/+4
* clk: s2mps11: use clkdev_create()Russell King2015-05-061-3/+1
* Merge tag 'clk-for-linus-3.19' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2014-12-201-1/+1
|\
| * Merge tag 'ib-mfd-regulator-clk-v3.19' of git://git.kernel.org/pub/scm/linux/...Michael Turquette2014-11-281-0/+24
| |\
| * | clk: clk-s2mps11: fix semicolon.cocci warningskbuild test robot2014-11-251-1/+1
* | | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\ \ \ | |_|/ |/| |
| * | clk: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
| |/
* / 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/+2
|\
| * clk: s2mps11: Fix double free corruption during driver unbindKrzysztof Kozlowski2014-07-011-5/+2
* | clk: s2mps11: Fix clk_opsKarol Wrona2014-07-021-22/+11
|/
* clk: s2mps11: Add support for S2MPS14 clocksKrzysztof Kozlowski2014-05-231-16/+48
* clk: s2mps11: Remove useless check for clk_tableKrzysztof Kozlowski2014-05-231-13/+11
* clk: s2mps11: Add missing of_node_put and of_clk_del_providerKrzysztof Kozlowski2014-05-231-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-181-0/+5
* clk: clk-s2mps11: Refactor for including support for other MFD clocksTushar Behera2014-03-181-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-081-0/+273