summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung
Commit message (Expand)AuthorAgeFilesLines
* ARM: s3c24xx: use new PWM driverArnd Bergmann2012-08-091-1/+2
* Merge branch 'for-3.6' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds2012-07-302-420/+0Star
|\
| * ARM Samsung: Move s3c pwm driver to pwm frameworkSascha Hauer2012-07-022-424/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-07-241-1/+1
|\ \
| * | treewide: Put a space between #include and FILEPaul Bolle2012-06-281-1/+1
* | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-07-242-65/+34Star
|\ \ \
| * | | spi: s3c64xx: Remove the 'set_level' callback from controller dataThomas Abraham2012-07-131-2/+0Star
| * | | ARM: SAMSUNG: Modify s3c64xx_spi{0|1|2}_set_platdata functionThomas Abraham2012-07-132-44/+30Star
| * | | ARM: SAMSUNG: Remove pdev pointer parameter from spi gpio setup functionsThomas Abraham2012-07-131-4/+4
| * | | spi: s3c64xx: move controller information into driver dataThomas Abraham2012-07-131-15/+0Star
| * | | Merge branch 'next/devel-dma-ops' into next/dt-samsungKukjin Kim2012-07-133-59/+76
| |\ \ \
* | \ \ \ Merge tag 'dma' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-07-243-59/+76
|\ \ \ \ \
| * \ \ \ \ Merge branch 'next/devel-dma-ops' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2012-07-103-59/+76
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | ARM: SAMSUNG: Fix compiler warning in dma-ops.c fileSachin Kamat2012-06-271-2/+1Star
| | * | | ARM: SAMSUNG: Add config() function in DMA common operationsBoojin Kim2012-06-203-59/+77
| | | |/ | | |/|
* | | | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-07-243-2/+10
|\ \ \ \
| * \ \ \ Merge branch 'next/devel-samsung' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2012-07-173-2/+10
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | ARM: SAMSUNG: Introduce Kconfig variable for Samsung custom clk APIMark Brown2012-07-122-2/+6
| | * | | ARM: EXYNOS: Update HSOTG PHY clock setting for EXYNOS4X12Sachin Kamat2012-07-121-0/+4
| | |/ /
* | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-07-247-143/+0Star
|\ \ \ \
| * \ \ \ Merge branch 'next/cleanup-samsung' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2012-07-107-143/+0Star
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | ARM: EXYNOS: Remove leftovers of the Samsung specific power domain controlBartlomiej Zolnierkiewicz2012-06-275-138/+0Star
| | * | | ARM: SAMSUNG: Remove unused variable 'running' on PWMJonghwan Choi2012-06-211-4/+0Star
| | * | | ARM: SAMSUNG: Remove description corresponding to a deleted elementSachin Kamat2012-06-201-1/+0Star
| | |/ /
* | | | ARM: S3C24XX: Correct CAMIF interrupt definitionsSylwester Nawrocki2012-07-131-1/+2
* | | | ARM: SAMSUNG: fix race in s3c_adc_start for ADCTodd Poynor2012-07-131-3/+5
* | | | ARM: SAMSUNG: Update default rate for xusbxti clockTushar Behera2012-07-131-0/+1
|/ / /
* | | ARM: SAMSUNG: Fix for S3C2412 EBI memory mappingJose Miguel Goncalves2012-06-201-1/+1
* | | ARM: SAMSUNG: Should check for IS_ERR(clk) instead of NULLJonghwan Choi2012-06-201-1/+1
|/ /
* | Merge tag 'fbdev-updates-for-3.5' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-06-021-5/+6
|\ \
| * \ Merge tag 'omapdss-for-3.5' of git://github.com/tomba/linux into fbdev-nextFlorian Tobias Schandinat2012-05-271-0/+1
| |\ \
| * | | video: s3c-fb: remove 'default_win' element from platform dataThomas Abraham2012-04-091-2/+0Star
| * | | video: s3c-fb: move video interface timing out of window setup dataThomas Abraham2012-04-091-3/+6
* | | | Merge branch 'late/soc' into devel-lateOlof Johansson2012-05-311-0/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | ARM: S3C24XX: add support for second irq set of S3C2416Heiko Stuebner2012-05-191-0/+3
| * | | Merge branch 'next/devel-exynos5250-1' into next/devel-samsung-2Kukjin Kim2012-05-1915-1/+1769
| |\ \ \
* | \ \ \ Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-266-2/+39
|\ \ \ \ \
| * \ \ \ \ Merge branch 'next/devel-exynos5250-1' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann2012-05-163-1/+35
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | ARM: EXYNOS: Remove a new bus_type instance for EXYNOS5Thomas Abraham2012-05-161-1/+1
| | * | | | ARM: EXYNOS: Add pre-divider and fout mux clocks for bpll and mpllKisoo Yu2012-05-162-0/+34
| | * | | | Merge branch 'next/cleanup-plat-s5p' into next/devel-exynos5250-1Kukjin Kim2012-05-1515-96/+1734
| | |\ \ \ \
| * | \ \ \ \ Merge branch 'samsung/cleanup-plat-s5p' into next/soc2Arnd Bergmann2012-05-1613-0/+1734
| |\ \ \ \ \ \ | | | |/ / / / | | |/| / / / | | |_|/ / / | |/| | | |
| * | | | | ARM: EXYNOS: Support DMA for EXYNOS5250 SoCBoojin Kim2012-05-132-1/+2
| * | | | | Merge branch 'next/devel-samsung-iommu' into next/devel-samsungKukjin Kim2012-05-122-96/+0Star
| |\ \ \ \ \
| * | | | | | ARM: EXYNOS: add platform device for core DRM subsystemMarek Szyprowski2012-05-111-0/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-05-2613-0/+1734
|\ \ \ \ \ \
| * | | | | | Merge branch 'next/cleanup-plat-s3c24xx' into next/cleanup-plat-s3c24xx-s5pKukjin Kim2012-05-132-0/+29
| |\| | | | | | | |_|/ / / | |/| | | |
| * | | | | ARM: SAMSUNG: merge plat-s5p into plat-samsungKukjin Kim2012-05-131-0/+18
| * | | | | ARM: SAMSUNG: move options for common s5p into plat-samsung/KconfigKukjin Kim2012-05-131-0/+65
| * | | | | ARM: SAMSUNG: move setup code for s5p mfc and mipiphy into plat-samsungKukjin Kim2012-05-134-0/+147