summaryrefslogtreecommitdiffstats
path: root/drivers/clk/samsung/clk-s3c2410-dclk.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-19ARM: s3c24xx: pass pointer to clk driver via platform dataKrzysztof Kozlowski1-1/+6
2020-08-19ARM: s3c24xx: make S3C24XX_MISCCR access indirectArnd Bergmann1-6/+4
2019-10-16clk: s3c2410: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd1-0/+1
2018-12-10clk: samsung: s3c2410: Remove usage of CLK_IS_BASICStephen Boyd1-1/+1
2018-06-09Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-4/+2
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook1-3/+4
2018-05-15clk: samsung: simplify getting .drvdataWolfram Sang1-4/+2
2017-06-07clk: samsung: Convert common drivers to the new clk_hw APIMarek Szyprowski1-38/+37
2016-06-02clk: samsung: Suppress unbinding to prevent theoretical attacksKrzysztof Kozlowski1-2/+3
2015-12-16clk: s3c2410: removed unneeded variable in s3c24xx_clkout_set_parentPrasanna Karthik1-2/+1
2015-08-24clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd1-1/+1
2015-07-20clk: samsung: Properly include clk.h and clkdev.hStephen Boyd1-0/+4
2015-05-05clk: s3c2410: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-05clk: s3c2410: Staticize local symbolsKrzysztof Kozlowski1-2/+2
2014-09-25clk: Remove .owner field for driverKiran Padwal1-1/+0
2014-05-26clk: samsung: fix build errorOlof Johansson1-1/+1
2014-05-26clk: samsung: clk-s3c2410-dlck: do not use PNAME macro as it declares __initdataHeiko Stübner1-10/+10
2014-05-09clk: samsung: add clock driver for external clock outputsHeiko Stuebner1-0/+440