Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

PM / devfreq: exynos-ppmu: Show the registred device for ppmu device

This patch just adds the simple log to show the PPMU device's registration
during the kernel booting.

Cc: Kukjin Kim <kgene@kernel.org>
Cc: Krzysztof Kozlowski <krzk@kernel.org>
Cc: Javier Martinez Canillas <javier@osg.samsung.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-samsung-soc@vger.kernel.org
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>

authored by

Chanwoo Choi and committed by
MyungJoo Ham
b0d75c08 c701335e

+3
+3
drivers/devfreq/event/exynos-ppmu.c
··· 643 643 "failed to add devfreq-event device\n"); 644 644 return PTR_ERR(edev[i]); 645 645 } 646 + 647 + pr_info("exynos-ppmu: new PPMU device registered %s (%s)\n", 648 + dev_name(&pdev->dev), desc[i].name); 646 649 } 647 650 648 651 clk_prepare_enable(info->ppmu.clk);