Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1434322 > unrolled thread
| Started by | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| First post | 2016-06-30 10:00 +0200 |
| Last post | 2016-07-06 08:10 +0200 |
| Articles | 5 — 2 participants |
Back to article view | Back to linux.kernel
[GIT PULL 0/4] ARM: exynos: Second round for v4.8 Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-06-30 10:00 +0200
[GIT PULL 2/4] ARM: exynos: Drivers for v4.8, part 2 Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-06-30 10:00 +0200
Re: [GIT PULL 2/4] ARM: exynos: Drivers for v4.8, part 2 Olof Johansson <olof@lixom.net> - 2016-07-06 08:10 +0200
[GIT PULL 4/4] ARM: defconfig: exynos: Stuff for v4.8, part 2 Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-06-30 10:00 +0200
Re: [GIT PULL 4/4] ARM: defconfig: exynos: Stuff for v4.8, part 2 Olof Johansson <olof@lixom.net> - 2016-07-06 08:10 +0200
| From | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| Date | 2016-06-30 10:00 +0200 |
| Subject | [GIT PULL 0/4] ARM: exynos: Second round for v4.8 |
| Message-ID | <rPF3b-6QF-9@gated-at.bofh.it> |
Hi, Secound round for v4.8. No specific order of pulls. No external dependencies. Everything is based on previous work. Expected one conflict, described in email with the conflict itself. Best regards, Krzysztof
[toc] | [next] | [standalone]
| From | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| Date | 2016-06-30 10:00 +0200 |
| Subject | [GIT PULL 2/4] ARM: exynos: Drivers for v4.8, part 2 |
| Message-ID | <rPF3c-6QF-23@gated-at.bofh.it> |
| In reply to | #1434322 |
Hi,
On top of previous pull.
Best regards,
Krzysztof
The following changes since commit 9479f7cc91879c6ba75e70da41c4c9fe7842b342:
soc: samsung: pm_domains: Enable COMPILE_TEST for build coverage (2016-05-30 09:12:57 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-drivers-4.8-2
for you to fetch changes up to 187364b6fcabb9f4bfefcb62fab4fcda019b5810:
cpufreq: s5pv210: use relaxed IO accesors (2016-06-22 14:00:21 +0200)
----------------------------------------------------------------
Samsung drivers/soc update for v4.8, part 2:
1. Endian-friendly fixes.
2. Make SROMC driver explicitly non-module.
----------------------------------------------------------------
Ben Dooks (2):
memory: samsung: endian fixes for IO
cpufreq: s5pv210: use relaxed IO accesors
Paul Gortmaker (1):
memory: samsung: exynos-srom: make it explicitly non-modular
drivers/cpufreq/s5pv210-cpufreq.c | 68 ++++++++++++++++++------------------
drivers/memory/samsung/exynos-srom.c | 39 +++++++--------------
2 files changed, 46 insertions(+), 61 deletions(-)
[toc] | [prev] | [next] | [standalone]
| From | Olof Johansson <olof@lixom.net> |
|---|---|
| Date | 2016-07-06 08:10 +0200 |
| Subject | Re: [GIT PULL 2/4] ARM: exynos: Drivers for v4.8, part 2 |
| Message-ID | <rROc1-5vh-9@gated-at.bofh.it> |
| In reply to | #1434324 |
On Thu, Jun 30, 2016 at 09:51:13AM +0200, Krzysztof Kozlowski wrote: > Hi, > > On top of previous pull. > > Best regards, > Krzysztof > > > The following changes since commit 9479f7cc91879c6ba75e70da41c4c9fe7842b342: > > soc: samsung: pm_domains: Enable COMPILE_TEST for build coverage (2016-05-30 09:12:57 +0200) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-drivers-4.8-2 > > for you to fetch changes up to 187364b6fcabb9f4bfefcb62fab4fcda019b5810: > > cpufreq: s5pv210: use relaxed IO accesors (2016-06-22 14:00:21 +0200) Merged, thanks. -Olof
[toc] | [prev] | [next] | [standalone]
| From | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| Date | 2016-06-30 10:00 +0200 |
| Subject | [GIT PULL 4/4] ARM: defconfig: exynos: Stuff for v4.8, part 2 |
| Message-ID | <rPF3c-6QF-25@gated-at.bofh.it> |
| In reply to | #1434322 |
Hi,
On top of previous pull.
Best regards,
Krzysztof
The following changes since commit 4b388071a2235ed8f05d05d069f5a5a29782a8c5:
ARM: exynos_defconfig: Save defconfig on current linux-next (2016-06-06 08:36:55 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-defconfig-4.8-2
for you to fetch changes up to 065069248736926d2a89ff99372270fbf38537f6:
ARM: multi_v7_defconfig: Enable vivid driver as a module (2016-06-27 08:19:09 +0200)
----------------------------------------------------------------
Samsung defconfig update for v4.8, part 2:
1. Enable Virtual Video Test Driver on nulti_v7 and exynos defconfigs.
Useful for testing.
----------------------------------------------------------------
Javier Martinez Canillas (2):
ARM: exynos_defconfig: Enable vivid driver as a module
ARM: multi_v7_defconfig: Enable vivid driver as a module
arch/arm/configs/exynos_defconfig | 2 ++
arch/arm/configs/multi_v7_defconfig | 2 ++
2 files changed, 4 insertions(+)
[toc] | [prev] | [next] | [standalone]
| From | Olof Johansson <olof@lixom.net> |
|---|---|
| Date | 2016-07-06 08:10 +0200 |
| Subject | Re: [GIT PULL 4/4] ARM: defconfig: exynos: Stuff for v4.8, part 2 |
| Message-ID | <rROc2-5vh-25@gated-at.bofh.it> |
| In reply to | #1434326 |
On Thu, Jun 30, 2016 at 09:51:15AM +0200, Krzysztof Kozlowski wrote: > Hi, > > On top of previous pull. > > Best regards, > Krzysztof > > > The following changes since commit 4b388071a2235ed8f05d05d069f5a5a29782a8c5: > > ARM: exynos_defconfig: Save defconfig on current linux-next (2016-06-06 08:36:55 +0200) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-defconfig-4.8-2 > > for you to fetch changes up to 065069248736926d2a89ff99372270fbf38537f6: > > ARM: multi_v7_defconfig: Enable vivid driver as a module (2016-06-27 08:19:09 +0200) > > ---------------------------------------------------------------- > Samsung defconfig update for v4.8, part 2: > 1. Enable Virtual Video Test Driver on nulti_v7 and exynos defconfigs. > Useful for testing. Merged, thanks. -Olof
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web