Re: [PATCH v4 07/20] PM / devfreq: Show the related information according to governor type

2015-12-14 Thread MyungJoo Ham
> > This patch modifies the following sysfs entry of DEVFREQ framework > because the devfreq device using passive governor don't need the same > information of the devfreq device using rest governor. > - polling_interval: passive gov don't use the sampling rate. > - available_governors : pa

Re: [PATCH v4 06/20] PM / devfreq: Add devfreq_get_devfreq_by_phandle()

2015-12-14 Thread MyungJoo Ham
> > This patch adds the new devfreq_get_devfreq_by_phandle() OF helper function > which can find the instance of devfreq device by using phandle ("devfreq"). > > Signed-off-by: Chanwoo Choi > [linux.amoon: Tested on Odroid U3] > Tested-by: Anand Moo

Re: [PATCH v4 05/20] PM / devfreq: Add new passive governor

2015-12-14 Thread MyungJoo Ham
vice driver is operated as parent > with ondemand governor and then the rest device driver with passive governor > is influenced by parent device. > > Suggested-by: Myungjoo Ham > Signed-off-by: Chanwoo Choi > [linux.amoon: Tested on Odroid U3] > Tested-by: Anand Moon &

Re: [PATCH v4 04/20] ARM: dts: Add DMC bus frequency for exynos3250-rinato/monk

2015-12-14 Thread MyungJoo Ham
mu_dmc0*) can monitor the utilization of DMC bus > on runtime and the buck1_reg (VDD_MIF power line) supplies the power to > the DMC block. > > Signed-off-by: Chanwoo Choi > Reviewed-by: Krzysztof Kozlowski Acked-by: MyungJoo Ham

Re: [PATCH v4 03/20] ARM: dts: Add DMC bus node for Exynos3250

2015-12-14 Thread MyungJoo Ham
owing list specifies the detailed relation between the clock and DMC > block: > - The source clock of DMC block : div_dmc > > Signed-off-by: Chanwoo Choi > Reviewed-by: Krzysztof Kozlowski Acked-by: MyungJoo Ham N�r��yb�X��ǧv�^�)޺{.n�+���z��z��z)w*jg����ݢj/���z�ޖ��2�ޙ&�)ߡ�a�����G���h��j:+v���w��٥

Re: [PATCH v4 02/20] PM / devfreq: exynos: Add documentation for generic exynos bus frequency driver

2015-12-14 Thread MyungJoo Ham
> > This patch adds the documentation for generic exynos bus frequency > driver. > > Signed-off-by: Chanwoo Choi > Reviewed-by: Krzysztof Kozlowski A little changes following: > --- > .../devicetree/bindings/devfreq/exynos-bus.txt | 93 > ++ > 1 file changed, 93 i

Re: [PATCH v4 01/20] PM / devfreq: exynos: Add generic exynos bus frequency driver

2015-12-14 Thread MyungJoo Ham
> > This patch adds the generic exynos bus frequency driver for AMBA AXI bus > of sub-blocks in exynos SoC with DEVFREQ framework. The Samsung Exynos SoC > have the common architecture for bus between DRAM and sub-blocks in SoC. > This driver can support the generic bus frequency driver for Exy

Re: Re: [RFC PATCH 02/15] PM / devfreq: exynos: Add documentation for generic exynos bus frequency driver

2015-11-29 Thread MyungJoo Ham
> Hi Rob, > > On Sat, Nov 28, 2015 at 5:30 AM, Rob Herring wrote: > > On Thu, Nov 26, 2015 at 10:47:26PM +0900, Chanwoo Choi wrote: > >> This patch adds the documentation for generic exynos bus frequency > >> driver. > >> > >> Signed-off-by: Chanwoo Choi > >> --- > >> .../devicetree/bindings/de

Re: [RFC PATCH 01/15] PM / devfreq: exynos: Add generic exynos bus frequency driver

2015-11-26 Thread MyungJoo Ham
On Thu, Nov 26, 2015 at 10:47 PM, Chanwoo Choi wrote: > This patch adds the generic exynos bus frequency driver for AMBA AXI bus > of sub-blocks in exynos SoC with DEVFREQ framework. The Samsung Exynos SoC > have the common architecture for bus between DRAM and sub-blocks in SoC. > This driver can

Re: [PATCH v2] extcon: gpio: Add the support for Device tree bindings

2015-10-05 Thread MyungJoo Ham
on issues described below, Signed-off-by: MyungJoo Ham > --- > This patch is based on following patch[1]. > [1] https://lkml.org/lkml/2015/10/3/304 > > Changes from v1: > - Create the include/dt-bindings/extcon/extcon.h including the identification > of external conne

Re: [RFC PATCH 0/2] thermal: Add generic devfreq cooling device

2015-07-16 Thread MyungJoo Ham
> > This patchset introduce the generic devfreq cooling device for generic > thermal > framework. The devfreq devices are used ad cooling device to reduce the > overheating temperature. This patch is based on drivers/thermal/cpu_cooling.c. > The devfreq cooling device can change the ragne of t

Re: [PATCH v6 0/8] Add support for Tegra Activity Monitor

2015-03-17 Thread MyungJoo Ham
ra: Use clock rate constraints > PM / devfreq: tegra: remove operating-points > PM / devfreq: tegra: Set drvdata before enabling the irq > PM / devfreq: tegra: Enable interrupts after resuming the devfreq > monitor > ARM: tegra: Add Tegra124 ACTMON support Acked-by: Myung

Re: Re: [PATCHv4 1/8] devfreq: event: Add new devfreq_event class to provide basic data for devfreq governor

2014-12-18 Thread MyungJoo Ham
> > Dear Myungjoo, > > Thanks for your review. > > On 12/18/2014 03:24 PM, MyungJoo Ham wrote: > > Hi Chanwoo, > > > > I love the idea and I now have a little mechanical issues in your code. > > > >> --- > >> drivers/de

Re: [PATCHv4 1/8] devfreq: event: Add new devfreq_event class to provide basic data for devfreq governor

2014-12-17 Thread MyungJoo Ham
Hi Chanwoo, I love the idea and I now have a little mechanical issues in your code. > --- > drivers/devfreq/Kconfig | 2 + > drivers/devfreq/Makefile| 5 +- > drivers/devfreq/devfreq-event.c | 449 > > drivers/devfreq/event/Makefile

Re: [RFC 1/3] devfreq: dt-bindings: Document Exynos3250 devfreq driver

2014-12-07 Thread MyungJoo Ham
> > Add documentation for bindings used by Exynos3250 devfreq driver. > > Signed-off-by: Krzysztof Kozlowski > --- > .../bindings/arm/samsung/exynos3250-devfreq.txt| 66 > ++ > 1 file changed, 66 insertions(+) > create mode 100644 > Documentation/devicetree/binding

Re: Re: [PATCH v2 2/3] PM / devfreq: tegra: add devfreq driver for Tegra Activity Monitor

2014-11-25 Thread MyungJoo Ham
> On 25 November 2014 at 08:07, MyungJoo Ham wrote: > >> The ACTMON block can monitor several counters, providing averaging and > >> firing > >> interrupts based on watermarking configuration. This implementation > >> monitors > >> the MCALL and M

Re: [PATCH v2 2/3] PM / devfreq: tegra: add devfreq driver for Tegra Activity Monitor

2014-11-24 Thread MyungJoo Ham
ed on work by Alex Frid and Mikko > Perttunen . > > Signed-off-by: Tomeu Vizoso Signed-off-by: MyungJoo Ham How are you going to integrate other two patches? May I just go ahead with this patch only? Cheers, MyungJoo. > > --- > > v2: * Use devfreq > --

Re: [PATCH RFC 0/8] Devfreq support for Exynos5250/5420

2014-04-27 Thread MyungJoo Ham
> This patchset adds devfreq support on Exynos5250 and Exynos5420. > The patches add the missing INT clock support for exynos5250 and > also add a new 5420 driver. We also have patches which add the PPMU > node and fix a typo in the exynos5250 driver. > > The patches have been tested on Exynos5250