Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1379551
| From | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 1/8] PM / devfreq: event: Add new Exynos NoC probe driver |
| Date | 2016-04-15 10:40 +0200 |
| Message-ID | <ro7se-91-9@gated-at.bofh.it> (permalink) |
| References | <ro5A5-728-7@gated-at.bofh.it> <ro5A6-728-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 04/15/2016 08:32 AM, Chanwoo Choi wrote: > This patch adds NoC (Network on Chip) Probe driver which provides > the primitive values to get the performance data. The packets that the Network > on Chip (NoC) probes detects are transported over the network infrastructure. > Exynos542x bus has multiple NoC probes to provide bandwidth information about > behavior of the SoC that you can use while analyzing system performance. > > Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> > Tested-by: Markus Reichl <m.reichl@fivetechno.de> > Tested-by: Anand Moon <linux.amoon@gmail.com> > --- > .../bindings/devfreq/event/exynos-nocp.txt | 26 ++ > drivers/devfreq/event/Kconfig | 8 + > drivers/devfreq/event/Makefile | 2 + > drivers/devfreq/event/exynos-nocp.c | 304 +++++++++++++++++++++ > drivers/devfreq/event/exynos-nocp.h | 78 ++++++ > 5 files changed, 418 insertions(+) > create mode 100644 Documentation/devicetree/bindings/devfreq/event/exynos-nocp.txt > create mode 100644 drivers/devfreq/event/exynos-nocp.c > create mode 100644 drivers/devfreq/event/exynos-nocp.h > Looks good now. Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Best regards, Krzysztof
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v2 1/8] PM / devfreq: event: Add new Exynos NoC probe driver Chanwoo Choi <cw00.choi@samsung.com> - 2016-04-15 08:40 +0200 Re: [PATCH v2 1/8] PM / devfreq: event: Add new Exynos NoC probe driver Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-04-15 10:40 +0200
csiph-web