aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung
Commit message (Expand)AuthorAge
...
| | * | arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas2013-03-26
| | |/
| * | ARM: S3C24XX: move plat-samsung/s3c24XX headers to local common.hHeiko Stuebner2013-03-04
| * | ARM: S3C24XX: remove plat/irq.h in plat-samsungHeiko Stuebner2013-03-04
| * | ARM: S3C24XX: plat/common-smdk.h localKukjin Kim2013-03-04
| |/
* | Merge tag 'spi-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2013-04-29
|\ \
| * | spi: s3c64xx: move to generic dmaengine APIArnd Bergmann2013-04-12
| |/
* | Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-29
|\ \
| * | usb: exynos: do not include plat/usb-phy.hArnd Bergmann2013-04-11
| |/
* | Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-29
|\ \
| * | tty: serial/samsung: make register definitions globalArnd Bergmann2013-04-11
| |/
* / video/s3c: move platform_data out of arch/armArnd Bergmann2013-04-11
|/
* Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-21
|\
| * Merge branch 'next/irq-s3c24xx' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2013-02-05
| |\
| | * ARM: S3C24XX: modify s3c2443 irq init to initialize all irqsHeiko Stuebner2013-02-03
| | * ARM: S3C24XX: modify s3c2416 irq init to initialize all irqsHeiko Stuebner2013-02-03
| | * ARM: S3C24XX: Move irq syscore-ops to irq-pmHeiko Stuebner2013-02-03
| * | Merge tag 'cleanup-decompwdog-3.9' of git://git.linaro.org/people/shawnguo/li...Olof Johansson2013-02-05
| |\ \
| | * | ARM: samsung: remove unused arch_decomp_wdog() codeShawn Guo2013-01-11
| * | | Merge branch 'next/cleanup-header' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2013-02-05
| |\ \ \ | | | |/ | | |/|
| | * | ARM: SAMSUNG: cleanup mach/gpio-fns.h gpio-track.h and gpio-nrs.hKukjin Kim2013-01-10
| | |/
| * | Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into...Olof Johansson2013-01-14
| |\ \
| | * | irqchip: Move ARM vic.h to include/linux/irqchip/arm-vic.hRob Herring2013-01-12
| * | | Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson2013-01-14
| |\ \ \
| | * | | ARM: use clockevents_config_and_register() where possibleShawn Guo2013-01-14
| | |/ /
| * | | ARM: delete struct sys_timerStephen Warren2012-12-24
| * | | ARM: samsung: register syscore_ops for timer resume directlyStephen Warren2012-12-24
| * | | ARM: set arch_gettimeoffset directlyStephen Warren2012-12-24
| | |/ | |/|
* | | Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-02-21
|\ \ \
| * \ \ Merge branch 'next/fixes-samsung' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2013-02-17
| |\ \ \
| | * | | ARM: SAMSUNG: Silence empty switch warning in fimc-core.hSachin Kamat2013-02-12
| | * | | ARM: SAMSUNG: Silence empty switch warning in sdhci.hSachin Kamat2013-02-12
| | * | | ARM: SAMSUNG: Gracefully exit on suspend failureAbhilash Kesavan2013-01-31
| | * | | ARM: SAMSUNG: using vsnprintf instead of vsprintf for the limit buffer length...Chen Gang2013-01-31
| | | |/ | | |/|
| * / | ARM: samsung: fix assembly syntax for new gasArnd Bergmann2013-02-14
| |/ /
* | | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-21
|\ \ \
| * | | ARM defconfigs: add missing inclusions of linux/platform_device.hArnd Bergmann2013-02-14
| |/ /
* | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-21
|\ \ \
| * | | ARM: Convert to devm_ioremap_resource()Thierry Reding2013-01-25
| |/ /
* / / ARM: SAMSUNG: Make dma request compatible to generic dma bindings.Padmavathi Venna2013-01-29
|/ /
* | Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-01-08
|\ \
| * | ARM: SAMSUNG: fix the cpu id for EXYNOS5440Kukjin Kim2012-12-28
| |/
* / ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-03
|/
* ARM: SAMSUNG: Add missing include guard to gpio-core.hMichael Spang2012-12-18
* Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-14
|\
| * Merge branch 'next/hdmi-samsung' into next/devel-samsungKukjin Kim2012-11-20
| |\
| * | ARM: SAMSUNG: call clk_get_rate for debugfs rate filesColin Cross2012-10-23
| * | ARM: SAMSUNG: add clock_tree debugfs file in clockColin Cross2012-10-23
* | | Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-12-13
|\ \ \
| * \ \ Merge remote-tracking branch 'asoc/topic/samsung' into asoc-nextMark Brown2012-12-09
| |\ \ \
| | * | | ASoC: Samsung: Do not register samsung audio dma device as pdevPadmavathi Venna2012-12-07
| | |/ /