summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'samsung/driver' into next/driversArnd Bergmann2011-12-281-0/+44
|\
| * ARM: S5P64X0: Add HSMMC setup for host ControllerRajeshwari Shinde2011-12-261-0/+44
* | Merge branch 'samsung/cleanup' into next/driversArnd Bergmann2011-12-2810-80/+193
|\ \ | |/
| * ARM: S5PC100: Modified files for SPI consolidation workPadmavathi Venna2011-12-232-0/+5
| * ARM: S3C64XX: Modified files for SPI consolidation workPadmavathi Venna2011-12-232-0/+13
| * ARM: SAMSUNG: Consolidation of SPI platform devices to plat-samsungPadmavathi Venna2011-12-234-16/+141
| * ARM: SAMSUNG: Remove SPI bus clocks from platform dataPadmavathi Venna2011-12-231-2/+0
| * ARM: SAMSUNG: Remove SDHCI bus clocks from platform dataRajeshwari Shinde2011-12-231-31/+0
| * ARM: SAMSUNG: Add device tree support for pl330 dma engine wrappersThomas Abraham2011-12-233-2/+11
| * DMA: PL330: move filter function into driverThomas Abraham2011-12-231-6/+0
| * serial: samsung: merge probe() function from all SoC specific extensionsThomas Abraham2011-12-231-0/+12
| * serial: samsung: remove all uses of get_clksrc and set_clksrcThomas Abraham2011-12-231-1/+6
| * ARM: SAMSUNG: remove struct 's3c24xx_uart_clksrc' and all uses of itThomas Abraham2011-12-231-23/+0
| * serial: samsung: switch to clkdev based clock lookupThomas Abraham2011-12-231-0/+5
| * ARM: SAMSUNG: Move timer irq numbers to end of linux irq spaceThomas Abraham2011-12-231-1/+2
* | ARM: EXYNOS: Add USB OHCI deviceJingoo Han2011-12-231-0/+1
|/
* ARM: SAMSUNG: remove duplicated header includeJingoo Han2011-12-081-1/+0
* ARM: SAMSUNG: include linux/types.h at gpio-cfg.hAxel Lin2011-11-171-0/+2
* ARM: SAMSUNG: inclusion export.h instead of module.hKukjin Kim2011-11-172-2/+2
* arm: Add export.h to recently added files for EXPORT_SYMBOLPaul Gortmaker2011-11-072-0/+2
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-062-0/+2
|\
| * arm: add slab.h to plat-samsung files for GFP_KERNELPaul Gortmaker2011-10-312-0/+2
* | ARM: EXYNOS: Add ARCH_EXYNOS and reorganize arch/arm/mach-exynosKukjin Kim2011-11-061-3/+3
* | ARM: SAMSUNG: Add clk enable/disable of pwmJoonyoung Shim2011-11-061-0/+7
* | ARM: SAMSUNG: Fix compile error due to kfreeJonghwan Choi2011-11-061-0/+1
* | Merge branch 'next/devel2' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-055-18/+43
|\ \
| * | ARM: S3C64XX: Fix SoC identification for S3C64xx devicesMark Brown2011-10-181-3/+3
| * | ARM: S3C24XX: use clk_get_rate to init fclk in common_setup_clocksHeiko Stuebner2011-10-141-3/+2
| * | ARM: S3C24XX: Add infrastructure to transmit armdiv to common codeHeiko Stuebner2011-10-141-1/+3
| * | ARM: SAMSUNG: Add support s3c2416-adc for S3C2416/S3C2450Heiko Stuebner2011-10-141-6/+19
| * | ARM: SAMSUNG: Add support s3c2443-adc for S3C2443Heiko Stuebner2011-10-141-5/+12
| * | ARM: SAMSUNG: Allow overriding of adc device name for S3C24XXHeiko Stuebner2011-10-121-1/+1
| * | ARM: SAMSUNG: Fix mux bit modification in s3c_adc_selectHeiko Stuebner2011-10-121-1/+2
| * | ARM: SAMSUNG: Add adc registers for S3C2443/S3C2416Heiko Stuebner2011-10-121-0/+3
* | | Merge branch 'next/cleanup3' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-0584-2602/+4236
|\ \ \
| * | | ARM: SAMSUNG: Move fimc plat. device from board files to plat-samsungSylwester Nawrocki2011-10-132-0/+6
| * | | ARM: SAMSUNG: Cleanup resources by using macroKukjin Kim2011-10-061-580/+117
| * | | ARM: SAMSUNG: Cleanup plat-samsung/devs.c and devs.hKukjin Kim2011-10-0629-1605/+1058
| * | | ARM: S5P: To merge devs.c files to one devs.cKukjin Kim2011-10-061-0/+468
| * | | ARM: S3C64XX: To merge devs.c files to one devs.cKukjin Kim2011-10-061-0/+35
| * | | ARM: S3C24XX: To merge s3c24xx devs.c files to one devs.cKukjin Kim2011-10-063-1/+505
| |/ /
| * | Merge branch 'next-samsung-board-2' into next-samsung-devel-2Kukjin Kim2011-10-041-0/+8
| |\ \
| * \ \ Merge branch 'next-samsung-cleanup-2' into next-samsung-devel-2Kukjin Kim2011-10-0441-112/+2384
| |\ \ \
| | * | | ARM: SAMSUNG: Move S5P header files to plat-samsungKukjin Kim2011-10-0412-0/+547
| | * | | ARM: SAMSUNG: Move S3C24XX header files to plat-samsungKukjin Kim2011-10-0411-0/+998
| | * | | ARM: SAMSUNG: Moving each SoC support header filesKukjin Kim2011-10-0412-0/+423
| | * | | ARM: SAMSUNG: Consolidate plat/pll.hKukjin Kim2011-10-042-51/+323
| | * | | ARM: SAMSUNG: Consolidate plat/pwm-clock.hKukjin Kim2011-10-042-2/+92
| | * | | ARM: SAMSUNG: remove sdhci default configuration setup platform helperThomas Abraham2011-10-042-59/+0
| * | | | Merge branch 'next-samsung-devel' into next-samsung-devel-2Kukjin Kim2011-10-0423-2187/+636
| |\ \ \ \
OpenPOWER on IntegriCloud