aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds12-65/+32
2013-02-21Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-11/+18
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+1
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+3
2013-02-17Merge branch 'next/fixes-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/fixes-non-criticalOlof Johansson3-2/+9
2013-02-14ARM defconfigs: add missing inclusions of linux/platform_device.hArnd Bergmann1-0/+1
2013-02-14ARM: samsung: fix assembly syntax for new gasArnd Bergmann1-9/+9
2013-02-12ARM: SAMSUNG: Silence empty switch warning in fimc-core.hSachin Kamat1-0/+2
2013-02-12ARM: SAMSUNG: Silence empty switch warning in sdhci.hSachin Kamat1-0/+2
2013-02-05Merge branch 'next/irq-s3c24xx' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanupOlof Johansson3-6/+3
2013-02-05Merge tag 'cleanup-decompwdog-3.9' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/cleanupOlof Johansson1-28/+0
2013-02-04Merge branch 'next/cleanup-header' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanupOlof Johansson2-2/+12
2013-02-03ARM: S3C24XX: modify s3c2443 irq init to initialize all irqsHeiko Stuebner1-0/+2
2013-02-03ARM: S3C24XX: modify s3c2416 irq init to initialize all irqsHeiko Stuebner1-0/+1
2013-02-03ARM: S3C24XX: Move irq syscore-ops to irq-pmHeiko Stuebner1-6/+0
2013-01-30ARM: SAMSUNG: Gracefully exit on suspend failureAbhilash Kesavan1-1/+4
2013-01-30ARM: SAMSUNG: using vsnprintf instead of vsprintf for the limit buffer length 256Chen Gang1-1/+1
2013-01-29ARM: SAMSUNG: Make dma request compatible to generic dma bindings.Padmavathi Venna3-4/+12
2013-01-25ARM: Convert to devm_ioremap_resource()Thierry Reding1-5/+3
2013-01-14Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into next/cleanupOlof Johansson2-4/+2
2013-01-14Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson3-11/+4
2013-01-14ARM: use clockevents_config_and_register() where possibleShawn Guo1-8/+1
2013-01-12irqchip: Move ARM vic.h to include/linux/irqchip/arm-vic.hRob Herring2-4/+2
2013-01-11ARM: samsung: remove unused arch_decomp_wdog() codeShawn Guo1-28/+0
2013-01-10ARM: SAMSUNG: cleanup mach/gpio-fns.h gpio-track.h and gpio-nrs.hKukjin Kim2-2/+12
2013-01-08Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2013-01-03ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-12-28ARM: SAMSUNG: fix the cpu id for EXYNOS5440Kukjin Kim1-1/+1
2012-12-24ARM: delete struct sys_timerStephen Warren4-13/+4
2012-12-24ARM: samsung: register syscore_ops for timer resume directlyStephen Warren1-1/+6
2012-12-24ARM: set arch_gettimeoffset directlyStephen Warren1-3/+4
2012-12-18ARM: SAMSUNG: Add missing include guard to gpio-core.hMichael Spang1-0/+5
2012-12-14Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+73
2012-12-13Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds2-10/+0
2012-12-13Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-2/+8
2012-12-13Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+2
2012-12-13Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-2/+46
2012-12-12ARM: arm-soc: Merge branch 'next/pm2' into next/pmOlof Johansson5-41/+59
2012-12-12Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-0/+85
2012-12-10Merge remote-tracking branch 'asoc/topic/samsung' into asoc-nextMark Brown2-10/+0
2012-12-07ASoC: Samsung: Do not register samsung audio dma device as pdevPadmavathi Venna2-10/+0
2012-11-30Merge branch 'next/devel-samsung-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/socOlof Johansson1-0/+1
2012-11-30Merge branch 'next/cam-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/socOlof Johansson3-0/+76
2012-11-30Merge branch 'next/cleanup-samsung-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanupOlof Johansson1-1/+0
2012-11-29Merge branch 'next/dt' into next/pm2Olof Johansson4-2/+46
2012-11-28ARM: EXYNOS: add UART3 to DEBUG_LL portsOlof Johansson1-0/+1
2012-11-28ARM: SAMSUNG: Add s3c24xx/s3c64xx CAMIF GPIO setup helpersSylwester Nawrocki3-0/+76
2012-11-28ARM: EXYNOS: Remove unused non-dt support for dwmci controllerThomas Abraham1-1/+0
2012-11-28ARM: EXYNOS: Add support for rtc wakeupInderpal Singh1-0/+2
2012-11-22ARM: EXYNOS: add support for EXYNOS5440 SoCKukjin Kim1-0/+8