Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1558486 > unrolled thread
| Started by | Krzysztof Kozlowski <krzk@kernel.org> |
|---|---|
| First post | 2017-01-13 16:30 +0100 |
| Last post | 2017-01-17 08:20 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[GIT PULL 1/4] ARM: exynos: Mach/soc for v4.11 Krzysztof Kozlowski <krzk@kernel.org> - 2017-01-13 16:30 +0100
Re: [GIT PULL 1/4] ARM: exynos: Mach/soc for v4.11 Olof Johansson <olof@lixom.net> - 2017-01-17 08:20 +0100
| From | Krzysztof Kozlowski <krzk@kernel.org> |
|---|---|
| Date | 2017-01-13 16:30 +0100 |
| Subject | [GIT PULL 1/4] ARM: exynos: Mach/soc for v4.11 |
| Message-ID | <sZbXH-2vV-3@gated-at.bofh.it> |
Hi,
Mostly cleanups for v4.11.
Best regards,
Krzysztof
The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-4.11
for you to fetch changes up to cda1a52dab50340728e46601e6c9da9fc4beaf1f:
ARM: s3c64xx: Constify wake_irqs (2016-12-29 15:41:44 +0200)
----------------------------------------------------------------
Samsung mach/soc update for v4.11. Mostly cleanups:
1. Removal of unused platform data in S3C24XX and S3C64xx as follow up of
conversion to new DMA channel request API.
2. Adding const and __ro_after_init to various data in Samsung platforms.
----------------------------------------------------------------
Krzysztof Kozlowski (7):
ARM: EXYNOS: Constify list of retention registers
ARM: EXYNOS: Annotate iomem and pm_data pointers __ro_after_init
ARM: s3c24xx: Constify few integer tables
ARM: s3c64xx: Annotate external clock frequencies __ro_after_init
ARM: SAMSUNG: Constify array of wake irqs passed to samsung_sync_wakemask
ARM: s3c24xx: Constify wake_irqs
ARM: s3c64xx: Constify wake_irqs
Sylwester Nawrocki (2):
ARM: s3c64xx: Drop initialization of unused struct s3c_audio_pdata fields
ARM: s3c24xx: Drop unused struct s3c_audio_pdata entries
arch/arm/mach-exynos/exynos.c | 4 ++--
arch/arm/mach-exynos/mcpm-exynos.c | 2 +-
arch/arm/mach-exynos/suspend.c | 10 +++++-----
arch/arm/mach-s3c24xx/bast-irq.c | 4 ++--
arch/arm/mach-s3c24xx/iotiming-s3c2410.c | 2 +-
arch/arm/mach-s3c24xx/pm-s3c2412.c | 2 +-
arch/arm/mach-s3c64xx/common.c | 3 ++-
arch/arm/mach-s3c64xx/dev-audio.c | 19 -------------------
arch/arm/mach-s3c64xx/pm.c | 2 +-
arch/arm/plat-samsung/devs.c | 19 -------------------
arch/arm/plat-samsung/include/plat/wakeup-mask.h | 2 +-
arch/arm/plat-samsung/wakeup-mask.c | 2 +-
12 files changed, 17 insertions(+), 54 deletions(-)
[toc] | [next] | [standalone]
| From | Olof Johansson <olof@lixom.net> |
|---|---|
| Date | 2017-01-17 08:20 +0100 |
| Message-ID | <t0wdH-41a-11@gated-at.bofh.it> |
| In reply to | #1558486 |
On Fri, Jan 13, 2017 at 05:20:27PM +0200, Krzysztof Kozlowski wrote: > Hi, > > Mostly cleanups for v4.11. > > Best regards, > Krzysztof > > > The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77: > > Linux 4.10-rc1 (2016-12-25 16:13:08 -0800) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-4.11 > > for you to fetch changes up to cda1a52dab50340728e46601e6c9da9fc4beaf1f: > > ARM: s3c64xx: Constify wake_irqs (2016-12-29 15:41:44 +0200) > > ---------------------------------------------------------------- > Samsung mach/soc update for v4.11. Mostly cleanups: > 1. Removal of unused platform data in S3C24XX and S3C64xx as follow up of > conversion to new DMA channel request API. > 2. Adding const and __ro_after_init to various data in Samsung platforms. > > ---------------------------------------------------------------- > Krzysztof Kozlowski (7): > ARM: EXYNOS: Constify list of retention registers > ARM: EXYNOS: Annotate iomem and pm_data pointers __ro_after_init > ARM: s3c24xx: Constify few integer tables > ARM: s3c64xx: Annotate external clock frequencies __ro_after_init > ARM: SAMSUNG: Constify array of wake irqs passed to samsung_sync_wakemask > ARM: s3c24xx: Constify wake_irqs > ARM: s3c64xx: Constify wake_irqs > > Sylwester Nawrocki (2): > ARM: s3c64xx: Drop initialization of unused struct s3c_audio_pdata fields > ARM: s3c24xx: Drop unused struct s3c_audio_pdata entries Merged, thanks. -Olof
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web