Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753985Ab1FMHqm (ORCPT ); Mon, 13 Jun 2011 03:46:42 -0400 Received: from mailout3.samsung.com ([203.254.224.33]:52380 "EHLO mailout3.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753849Ab1FMHqk (ORCPT ); Mon, 13 Jun 2011 03:46:40 -0400 X-AuditID: cbfee61b-b7c62ae0000056ed-5a-4df5c05ed3e6 Date: Mon, 13 Jun 2011 16:46:32 +0900 From: Kukjin Kim Subject: [GIT PULL] Samsung fixes for 3.0-rc3 To: "'Linus Torvalds'" Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, ben-linux@fluff.org Message-id: <000001cc299e$07194550$154bcff0$%kim@samsung.com> MIME-version: 1.0 X-Mailer: Microsoft Office Outlook 12.0 Content-type: text/plain; charset=us-ascii Content-language: ko Content-transfer-encoding: 7BIT Thread-index: AcwpngM5Iup0hJbDQz+XFfW+/JFzBA== X-Brightmail-Tracker: AAAAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2544 Lines: 71 Hi Linus, Please pull Samsung fixes from: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git s5p-fixes-for-linus These things are for bug fix on 3.0-rc3. If any problems, please let me know. Thanks. Best regards, Kgene. -- Kukjin Kim , Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. The following changes since commit 55922c9d1b84b89cb946c777fddccb3247e7df2c: Linux 3.0-rc1 (2011-05-29 17:43:36 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git s5p-fixes-for-linus Heiko Stuebner (3): ARM: S3C24xx: Fix missing struct for s3c2410_dma_chan ARM: S3C24XX: Move s3c24xx_irq_syscore_ops to plat-s3c24xx/irq.c ARM: S3C2410: remove the now empty mach-s3c2410/irq.c Jonghwan Choi (1): ARM: S5PV210: Fix possible null pointer dereference Kukjin Kim (1): ARM: S5P: Should be S3C_VA_USB_HSPHY instead of S5P_VA_XX Kyungmin Park (2): ARM: EXYNOS4: Remove compiler warning on exynos4_pwm4_resume ARM: SAMSUNG: Remove unused onenand plat functions Padmavathi Venna (1): ARM: S5P64X0: Fix SPI platform device name Tushar Behera (1): ARM: S5P: Fix compilation error for exynos4_defconfig arch/arm/mach-exynos4/Kconfig | 6 +++ arch/arm/mach-exynos4/Makefile | 2 +- arch/arm/mach-exynos4/cpu.c | 2 +- arch/arm/mach-exynos4/include/mach/regs-usb-phy.h | 2 +- .../mach-exynos4/{usb-phy.c => setup-usb-phy.c} | 0 arch/arm/mach-exynos4/time.c | 2 + arch/arm/mach-s3c2410/Makefile | 1 - arch/arm/mach-s3c2410/irq.c | 34 -------------------- arch/arm/mach-s5pv210/cpufreq.c | 8 +++-- arch/arm/plat-s3c24xx/dma.c | 2 +- arch/arm/plat-s3c24xx/irq.c | 6 +++ arch/arm/plat-s5p/dev-onenand.c | 12 ------- arch/arm/plat-s5p/include/plat/map-s5p.h | 2 +- arch/arm/plat-samsung/dev-onenand.c | 12 ------- arch/arm/plat-samsung/include/plat/devs.h | 6 +-- 15 files changed, 26 insertions(+), 71 deletions(-) -- 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/