aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/clk-gpio.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-10Replace HTTP links with HTTPS ones: Common CLK frameworkGravatar Alexander A. Klimov 1-1/+1
2020-01-05clk: gpio: Use DT way of specifying parentsGravatar Stephen Boyd 1-113/+59
2019-11-08clk: clk-gpio: propagate rate change to parentGravatar Michael Hennerich 1-1/+1
2019-04-26clk: Remove CLK_IS_BASIC clk flagGravatar Stephen Boyd 1-1/+1
2019-02-21clk: clk-gpio: add support for sleeping GPIOs in gpio-gate-clkGravatar Thomas Petazzoni 1-2/+37
2018-12-11clk: Tag basic clk types with SPDXGravatar Stephen Boyd 1-4/+1
2018-08-30clk: Convert to using %pOFn instead of device_node.nameGravatar Rob Herring 1-4/+4
2018-03-19clk: clk-gpio: Allow GPIO to sleep in set/get_parentGravatar Mike Looijmans 1-2/+2
2017-11-02clk: clk-gpio: Request GPIO descriptor as LOWGravatar Linus Walleij 1-9/+1
2017-11-02clk: clk-gpio: Make GPIO clock provider use descriptors onlyGravatar Linus Walleij 1-55/+35
2016-04-19clk: gpio: Add hw based registration APIsGravatar Stephen Boyd 1-11/+41
2016-02-26clk: gpio: Remove impossible check for of_clk_get_parent_count() < 0Gravatar Stephen Boyd 1-4/+2
2016-02-18Merge branch 'clk-fixes' into clk-nextGravatar Stephen Boyd 1-1/+1
2016-02-18clk: gpio: Really allow an optional clock= DT propertyGravatar Stephen Boyd 1-1/+1
2016-02-06clk: gpio: Make into a platform driverGravatar Stephen Boyd 1-113/+52
2016-01-29clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGravatar Geliang Tang 1-2/+0
2016-01-02clk: fix clk-gpio.c with optional clock= DT propertyGravatar Russell King 1-9/+13
2015-12-31clk: gpio: handle error codes for of_clk_get_parent_count()Gravatar Brian Norris 1-2/+4
2015-12-31clk: gpio: fix memory leakGravatar Sudip Mukherjee 1-1/+3
2015-11-18clk: gpio: Get parent clk names in of_gpio_clk_setup()Gravatar Jyri Sarha 1-16/+17
2015-07-28clk: gpio: Mark parent_names array constGravatar Stephen Boyd 1-6/+7
2015-07-28clk: gpio: Unlock mutex on error pathGravatar Stephen Boyd 1-2/+4
2015-07-06clk: Rename clk-gpio-gate.c to clk-gpio.cGravatar Sergej Sawazki 1-0/+322