From mboxrd@z Thu Jan 1 00:00:00 1970 From: kgene.kim@samsung.com (Kukjin Kim) Date: Sat, 13 Aug 2011 13:15:36 +0900 Subject: [PATCH 0/5] Miscellaneous s3c64xx fixes. In-Reply-To: <2691749.ciX6KCIc5Y@flatron> References: <5661373.tZL1ZnPyVO@flatron> <2691749.ciX6KCIc5Y@flatron> Message-ID: <000801cc596f$a8435a50$f8ca0ef0$%kim@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Tomasz Figa wrote: > > Anyone? > Hi Tomasz Figa, Will be on this in the next week... Thanks. Best regards, Kgene. -- Kukjin Kim , Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. > On Friday 29 of July 2011 at 17:50:57, Tomasz Figa wrote: > > From c985e14a4fc5c7970d7f6c2fde6d214217214688 Mon Sep 17 00:00:00 2001 > > From: Tomasz Figa > > Date: Fri, 29 Jul 2011 16:50:16 +0200 > > Subject: [PATCH 0/5] Miscellaneous s3c64xx fixes. > > > > This series attempts to fix some issues I approached when working > > on the s3c64xx platform. See descriptions of individual patches for more > > details on each one. > > > > All the patches are based on v3.0 tag of Linus' tree. > > > > Tomasz Figa (5): > > ARM: s3c64xx: PM: Mask and acknowledge all UART interrupts during > > core resume. > > ARM: s3c64xx: DMA: Use S3C64XX_SDMA_SEL register name instead of > > numeric address. > > ARM: s3c64xx: Save/restore S3C64XX_SDMA_SEL on suspend/resume. > > ARM: s3c64xx: Save/restore S3C64XX_MODEM_MIFPCON on > suspend/resume to > > preserve LCD bypass state. > > ARM: s3c64xx: Add support for synchronous clock operation. > > > > arch/arm/mach-s3c64xx/clock.c | 8 +++++- > > arch/arm/mach-s3c64xx/dma.c | 2 +- > > arch/arm/mach-s3c64xx/include/mach/regs-clock.h | 4 +++ > > arch/arm/mach-s3c64xx/include/mach/regs-sys.h | 2 + > > arch/arm/mach-s3c64xx/pm.c | 30 > > +++++++++++++++++++++++ > > 5 files changed, 44 insertions(+), 2 deletions(-)