summaryrefslogtreecommitdiff
path: root/scripts/git.orderFile
diff options
context:
space:
mode:
authorChunyan Zhang <chunyan.zhang@unisoc.com>2020-03-04 15:27:29 +0800
committerStephen Boyd <sboyd@kernel.org>2020-03-24 19:03:57 -0700
commitf95e8c7923d1b65b892f7052f66f8588b08f65b3 (patch)
tree8ab63a817d8c262d4b37f7c7d304099bad72d492 /scripts/git.orderFile
parentea8ca3109dd4dc14c4a8813b8c4a6d8d011836c4 (diff)
downloadkernel-f95e8c7923d1b65b892f7052f66f8588b08f65b3.tar.gz
clk: sprd: support to get regmap from parent node
Some SC9863a clock nodes would be the child of a syscon node, clocks can use the regmap of syscon device directly for this kind of cases. Signed-off-by: Chunyan Zhang <chunyan.zhang@unisoc.com> Link: https://lkml.kernel.org/r/20200304072730.9193-7-zhang.lyra@gmail.com Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'scripts/git.orderFile')
0 files changed, 0 insertions, 0 deletions
or: of: add support for allowed modes configurationDavid Collins 2018-04-20regulator: Don't return or expect -errno from of_map_mode()Douglas Anderson 2018-02-12regulator: of: Add a missing 'of_node_put()' in an error handling path of 'of...Christophe JAILLET 2018-01-26Merge branch 'topic/suspend' of https://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown 2018-01-26regulator: core: Move of_find_regulator_by_node() to of_regulator.cMaciej Purski 2018-01-26regulator: add PM suspend and resume hooksChunyan Zhang 2018-01-26regulator: leave one item to record whether regulator is enabledChunyan Zhang 2017-09-05Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds 2017-08-11PM / s2idle: Rename PM_SUSPEND_FREEZE to PM_SUSPEND_TO_IDLERafael J. Wysocki 2017-07-19regulator: of: regulator_of_get_init_data() missing of_node_get()Frank Rowand 2017-05-17regulator: Allow for asymmetric settling timesMatthias Kaehlcke 2017-04-05regulator: Add settling time for non-linear voltage transitionLaxman Dewangan 2016-06-22regulator: of: setup initial suspend stateKeerthy 2016-03-30regulator: of: Don't flag voltage change as possible for exact voltagesMark Brown 2016-03-27regulator: core: Ensure we are at least in bounds for our constraintsMark Brown 2016-03-22regulator: core: Always flag voltage constraints as appliableMark Brown 2016-03-13Merge remote-tracking branches 'regulator/topic/mt6397', 'regulator/topic/of'...Mark Brown 2016-03-12regulator: of: Use of_property_read_u32() for reading min/maxLaxman Dewangan 2016-03-02regulator: core: Add support for active-discharge configurationLaxman Dewangan