Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1261136 > unrolled thread
| Started by | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| First post | 2015-11-03 03:00 +0100 |
| Last post | 2015-11-05 06:40 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v3 4/7] ARCH: EXYNOS: split up exynos4 SoC specific PMU data Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-11-03 03:00 +0100
Re: [PATCH v3 4/7] ARCH: EXYNOS: split up exynos4 SoC specific PMU data Pankaj Dubey <pankaj.dubey@samsung.com> - 2015-11-05 06:40 +0100
| From | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| Date | 2015-11-03 03:00 +0100 |
| Subject | Re: [PATCH v3 4/7] ARCH: EXYNOS: split up exynos4 SoC specific PMU data |
| Message-ID | <qqz3d-4xe-29@gated-at.bofh.it> |
On 26.10.2015 21:55, Pankaj Dubey wrote: > This patch splits up mach-exynos/pmu.c file, and moves exynos4210, > exynos4412 and exynos4212 PMU configuration data and functions handing > data into a common exynos4 SoC specific PMU file mach-exynos/exynos4-pmu.c. > > Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com> > --- > arch/arm/mach-exynos/Makefile | 2 +- > arch/arm/mach-exynos/exynos-pmu.h | 3 + > arch/arm/mach-exynos/exynos4-pmu.c | 223 +++++++++++++++++++++++++++++++++++++ > arch/arm/mach-exynos/pmu.c | 207 ---------------------------------- > 4 files changed, 227 insertions(+), 208 deletions(-) > create mode 100644 arch/arm/mach-exynos/exynos4-pmu.c > Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Best regards, Krzysztof -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Pankaj Dubey <pankaj.dubey@samsung.com> |
|---|---|
| Date | 2015-11-05 06:40 +0100 |
| Message-ID | <qrlrc-2q8-19@gated-at.bofh.it> |
| In reply to | #1261136 |
On Tuesday 03 November 2015 07:26 AM, Krzysztof Kozlowski wrote: > On 26.10.2015 21:55, Pankaj Dubey wrote: >> This patch splits up mach-exynos/pmu.c file, and moves exynos4210, >> exynos4412 and exynos4212 PMU configuration data and functions handing >> data into a common exynos4 SoC specific PMU file mach-exynos/exynos4-pmu.c. >> >> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com> >> --- >> arch/arm/mach-exynos/Makefile | 2 +- >> arch/arm/mach-exynos/exynos-pmu.h | 3 + >> arch/arm/mach-exynos/exynos4-pmu.c | 223 +++++++++++++++++++++++++++++++++++++ >> arch/arm/mach-exynos/pmu.c | 207 ---------------------------------- >> 4 files changed, 227 insertions(+), 208 deletions(-) >> create mode 100644 arch/arm/mach-exynos/exynos4-pmu.c >> > > > Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> > Thanks, Pankaj Dubey > Best regards, > Krzysztof > > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web