Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1474854
| From | Chanwoo Choi <cw00.choi@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 4/5] PM / devfreq: rockchip: add devfreq driver for rk3399 dmc |
| Date | 2016-09-02 03:50 +0200 |
| Message-ID | <scLMd-1dN-1@gated-at.bofh.it> (permalink) |
| References | <scIOm-7Qu-5@gated-at.bofh.it> <scIOn-7Qu-53@gated-at.bofh.it> <scLMd-1dN-3@gated-at.bofh.it> <scJr4-8jA-13@gated-at.bofh.it> |
| Organization | Samsung Electronics |
Hi Heiko, On 2016년 09월 02일 08:17, Heiko Stübner wrote: > Am Freitag, 2. September 2016, 06:31:24 schrieb Lin Huang: >> base on dfi result, we do ddr frequency scaling, register >> dmc driver to devfreq framework, and use simple-ondemand >> policy. >> >> Signed-off-by: Lin Huang <hl@rock-chips.com> >> Signed-off-by: MyngJoo Ham <myngjoo.ham@samsung.com> >> Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com> >> --- > > [...] > >> diff --git a/drivers/devfreq/rk3399_dmc.c b/drivers/devfreq/rk3399_dmc.c >> new file mode 100644 >> index 0000000..54d65f2 >> --- /dev/null >> +++ b/drivers/devfreq/rk3399_dmc.c >> @@ -0,0 +1,480 @@ >> +/* >> + * Copyright (c) 2016, Fuzhou Rockchip Electronics Co., Ltd. >> + * Author: Lin Huang <hl@rock-chips.com> >> + * >> + * This program is free software; you can redistribute it and/or modify it >> + * under the terms and conditions of the GNU General Public License, >> + * version 2, as published by the Free Software Foundation. >> + * >> + * This program is distributed in the hope it will be useful, but WITHOUT >> + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or >> + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License >> for + * more details. >> + */ >> + >> +#include <linux/arm-smccc.h> >> +#include <linux/clk.h> >> +#include <linux/delay.h> >> +#include <linux/devfreq.h> >> +#include <linux/devfreq-event.h> >> +#include <linux/interrupt.h> >> +#include <linux/module.h> >> +#include <linux/of.h> >> +#include <linux/platform_device.h> >> +#include <linux/pm_opp.h> >> +#include <linux/regulator/consumer.h> >> +#include <linux/rwsem.h> >> +#include <linux/suspend.h> >> + >> +#include <soc/rockchip/rockchip_sip.h> > > (Repeated from previous version) > For the shared sip-interface header I've prepared a signed, stable tag > which can be pulled from > > The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc: > > Linux 4.8-rc1 (2016-08-07 18:18:00 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/rockchip-ddr-sip > > for you to fetch changes up to 97dd82682f1a6174698fbea149a04b4cabc58c4f: > > soc: rockchip: add header for ddr rate SIP interface (2016-08-31 18:53:24 +0200) > > ---------------------------------------------------------------- > Header file defining the SIP-interface to the ATF for DDR frequency changes > > ---------------------------------------------------------------- > Lin Huang (1): > soc: rockchip: add header for ddr rate SIP interface > > include/soc/rockchip/rockchip_sip.h | 27 +++++++++++++++++++++++++++ > 1 file changed, 27 insertions(+) > create mode 100644 include/soc/rockchip/rockchip_sip.h > > > Thanks for creating the immutable branch. -- Best Regards, Chanwoo Choi
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/5] rk3399 support ddr frequency scaling Lin Huang <hl@rock-chips.com> - 2016-09-02 00:40 +0200
[PATCH 5/5] drm/rockchip: Add dmc notifier in vop driver Lin Huang <hl@rock-chips.com> - 2016-09-02 00:40 +0200
[PATCH 4/5] PM / devfreq: rockchip: add devfreq driver for rk3399 dmc Lin Huang <hl@rock-chips.com> - 2016-09-02 00:40 +0200
Re: [PATCH 4/5] PM / devfreq: rockchip: add devfreq driver for rk3399 dmc Heiko Stübner <heiko@sntech.de> - 2016-09-02 01:20 +0200
Re: [PATCH 4/5] PM / devfreq: rockchip: add devfreq driver for rk3399 dmc Chanwoo Choi <cw00.choi@samsung.com> - 2016-09-02 03:50 +0200
[PATCH 3/5] Documentation: bindings: add dt documentation for rk3399 dmc Lin Huang <hl@rock-chips.com> - 2016-09-02 00:40 +0200
Re: [PATCH 3/5] Documentation: bindings: add dt documentation for rk3399 dmc Chanwoo Choi <cw00.choi@samsung.com> - 2016-09-02 11:00 +0200
csiph-web