An error occurred fetching the project authors.
- 27 Jan, 2012 1 commit
-
-
Kukjin Kim authored
Fixed following build warning with exynos4_defconfig. arch/arm/mach-exynos/clock.c:33: warning: 'exynos4_clock_save' defined but not used arch/arm/mach-exynos/clock-exynos4210.c:35: warning: 'exynos4210_clock_save' defined but not used arch/arm/mach-exynos/clock-exynos4212.c:35: warning: 'exynos4212_clock_save' defined but not used Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 03 Jan, 2012 1 commit
-
-
Kukjin Kim authored
This patch introduces common.[ch] which are used only in the arch/arm/mach-exynos/ directory. The common.c file merges the cpu.c, init.c, irq-combiner.c and irq-eint.c files which are used commonly on EXYNOS SoCs and the common.h file replaces with plat/exynos4.h file. Cc: Ben Dooks <ben-linux@fluff.org> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 26 Dec, 2011 1 commit
-
-
Padmavathi Venna authored
As SPI platform devices are consolidated to plat-samsung, some corresponding changes are required in the respective machine folder. Setup files are added for SPI GPIO configurations and platform data initialization. Signed-off-by:
Padmavathi Venna <padma.v@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 23 Dec, 2011 3 commits
-
-
Rajeshwari Shinde authored
Add support for lookup of sdhci-s3c controller clocks using generic names for s3c2416, s3c64xx, s5pc100, s5pv210 and exynos4 SoC's. Signed-off-by:
Rajeshwari Shinde <rajeshwari.s@samsung.com> [kgene.kim@samsung.com: fixed trailing whitespace] Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
Thomas Abraham authored
PDMA controllers when instantiated from device tree are registered using amba_device_register(). The registration process enables clock to the controllers to read the peripheral id of the PDMA amba device. In case of Exynos4, the clocks to the PDMA controllers are named as 'dma' but amba_device_register() looks up the clock using the name 'apb_pclk'. Hence, alias clocks with name 'apb_pclk' clock are created for clocks with name 'dma'. Signed-off-by:
Thomas Abraham <thomas.abraham@linaro.org> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
Thomas Abraham authored
Samsung uart driver lookups the clock using the connection id 'clk_uart_baud'. The uart clocks for all Samsung platforms are reorganized to register them with the lookup name as required by the uart driver. Cc: Ben Dooks <ben-linux@fluff.org> Signed-off-by:
Thomas Abraham <thomas.abraham@linaro.org> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 06 Nov, 2011 1 commit
-
-
Kukjin Kim authored
The arch/arm/mach-exynos4 directory (CONFIG_ARCH_EXYNOS4) has made for plaforms based on EXYNOS4 SoCs. But since upcoming Samsung's SoCs such as EXYNOS5 (ARM Cortex A15) can reuse most codes in current mach-exynos4, one mach-exynos directory will be used for them. This patch changes to CONFIG_ARCH_EXYNOS (arch/arm/mach-exynos) but keeps original CONFIG_ARCH_EXYNOS4 in mach-exynos/Kconfig to avoid changing in driver side. Cc: Arnd Bergmann <arnd@arndb.de> Cc: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 05 Nov, 2011 1 commit
-
-
Kukjin Kim authored
The mark of conflict should be removed. This happened at the commit fba95699 ("Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma") Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com> [ I always check the conflict resolution with "git diff" before I add the result, but I clearly missed that this time, and didn't notice the second conflict in that file after having fixed the first one. Oops, my bad. - Linus ] Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
- 04 Oct, 2011 3 commits
-
-
Tomasz Stanislawski authored
This patch adds all the resources for TV drivers and devices for Samsung Exynos4 and S5PV210 platforms. Signed-off-by:
Tomasz Stanislawski <t.stanislaws@samsung.com> Signed-off-by:
Kyungmin Park <kyungmin.park@samsung.com> [m.szyprowski: squashed Exynos4 and S5PV210 patches and rewrote commit message] Signed-off-by:
Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
Tomasz Stanislawski authored
This patch adds hdmiphy dedicated i2c controller definitions. Signed-off-by:
Tomasz Stanislawski <t.stanislaws@samsung.com> Signed-off-by:
Kyungmin Park <kyungmin.park@samsung.com> [m.szyprowski: renamed to i2c-hdmiphy and squashed Exynos4 and S5PV210 patches] Signed-off-by:
Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
Changhwan Youn authored
This patch makes EXYNOS4412 use same clock code for EXYNOS4212 because the clock hierarchy of both SoCs are same. Signed-off-by:
Changhwan Youn <chaos.youn@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 26 Sep, 2011 1 commit
-
-
Sylwester Nawrocki authored
The sclk_cam clocks are now controlled by the top level FIMC media device driver bound to "s5p-fimc-md" platform device. Rename sclk_cam clocks so they accessible by the corresponding driver. Signed-off-by:
Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by:
Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 16 Sep, 2011 2 commits
-
-
Jonghwan Choi authored
This patch moves regarding clock stuff of PM into clock file to support PM on EXYNOS4210 and EXYNOS4212 with one single kernel image. Because some clock registers are different on each SoCs. Signed-off-by:
Jonghwan Choi <jhbird.choi@samsung.com> [kgene.kim@samsung.com: use CONFIG_PM_SLEEP instead of CONFIG_PM] Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
Kukjin Kim authored
This patch splits EXYNOS4 clock code to EXYNOS4 common, EXYNOS4210 and EXYNOS4212 for supporting new EXYNOS4212 SoC with one kernel image. Of course, this patch adds some clock codes for EXYNOS4212 SoC. Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 15 Sep, 2011 1 commit
-
-
Jonghwan Choi authored
The PLL4650C is used for VPLL on EXYNOS4 so should be fixed. Signed-off-by:
Jonghwan Choi <jhbird.choi@samsung.com> [kgene.kim@samsung.com: added message] Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 14 Sep, 2011 1 commit
-
-
Boojin Kim authored
This patch makes Samsung EXYNOS4 to use DMA PL330 driver on DMADEVICE. The EXYNOS4 uses DMA generic APIs instead of SAMSUNG specific S3C-PL330 APIs. Signed-off-by:
Boojin Kim <boojin.kim@samsung.com> Acked-by:
Linus Walleij <linus.walleij@linaro.org> Acked-by:
Vinod Koul <vinod.koul@intel.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com> Signed-off-by:
Vinod Koul <vinod.koul@intel.com>
-
- 19 Aug, 2011 1 commit
-
-
Jonghwan Choi authored
Signed-off-by:
Jonghwan Choi <jhbird.choi@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 18 Aug, 2011 1 commit
-
-
Vladimir Zapolskiy authored
This change replaces s3c-pl330.x clock device names with dma-pl330.x, otherwise there won't be a correspondence between clock device name and amba device name, thus clocks can't be enabled. Fixes runtime errors on clk_get() from drivers/dma/pl330.c: dma-pl330 dma-pl330.0: Cannot get operation clock. dma-pl330: probe of dma-pl330.0 failed with error -22 Signed-off-by:
Vladimir Zapolskiy <vz@mleia.com> Acked-by:
Boojin Kim <boojin.kim@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 21 Jul, 2011 3 commits
-
-
Kamil Debski authored
Add support for MFC device to plat-s5p, mach-exynos4, mach-s5pv210: - clock support - memory mapping and reserving - s5p_device_mfc platform device Signed-off-by:
Kamil Debski <k.debski@samsung.com> Signed-off-by:
Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by:
Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
Jingoo Han authored
According to SoC name, EXYNOS4, this patch changes devname for FIMD from 's5pv310-fb' to 'exynos4-fb'. Signed-off-by:
Jingoo Han <jg1.han@samsung.com> [kgene.kim@samsung.com: removed to change wrong clock name] Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
Jingoo Han authored
According to SoC name, EXYNOS4, this patch changes devname for FIMD from 's5pv310-fb' to 'exynos4-fb'. Signed-off-by:
Jingoo Han <jg1.han@samsung.com> [kgene.kim@samsung.com: removed to change wrong clock name] Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 20 Jul, 2011 1 commit
-
-
Thomas Abraham authored
Signed-off-by:
Thomas Abraham <thomas.ab@samsung.com> [kgene.kim@samsung.com: removed changes of mach-exynos4/time.c] Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 15 Mar, 2011 3 commits
-
-
KyongHo Cho authored
This patch includes the implementation of the clock gating for System MMU. Initially, all System MMUs are not asserted the system clock. Asserting the system clock to a System MMU is enabled only when s5p_sysmmu_enable() is called. Likewise, it is disabled only when s5p_sysmmu_disable() is called. Therefore, clock gating on System MMUs are still invisible to the outside of the System MMU driver. Signed-off-by:
KyongHo Cho <pullip.cho@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
Naveen Krishna Ch authored
The keypad IF on EXYNOS4 uses 100MHz from PERIR functional block for clocks, this patch updates the same. Signed-off-by:
Naveen Krishna Ch <ch.naveen@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
Abhilash Kesavan authored
Adds the device definitions, platform specific initialization and clocks for SATA on ARMLEX4210. Signed-off-by:
Abhilash Kesavan <a.kesavan@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 07 Mar, 2011 1 commit
-
-
Inderpal Singh authored
This patch adds the parent clock for watchdog timer for EXYNOS4. Signed-off-by:
Inderpal Singh <inderpal.s@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 22 Feb, 2011 1 commit
-
-
Kukjin Kim authored
This patch updates Clock part of EXYNOS4 according to the change of ARCH name, EXYNOS4. Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 04 Jan, 2011 1 commit
-
-
Kukjin Kim authored
This patch changes the clock registration code to use the s3c_register_clocks() followed by s3c_disable_clocks() instead of the loops it was using and cleanups the return of s3c24xx_register_clocks() because it includes it. Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 29 Dec, 2010 3 commits
-
-
Jassi Brar authored
Define missing controller clocks for the I2S-0, 1 and 2 blocks. Signed-off-by:
Jassi Brar <jassi.brar@samsung.com> Acked-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> [kgene.kim@samsung.com: Added description] Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
Jassi Brar authored
Define clock for the AC97 controller. Signed-off-by:
Jassi Brar <jassi.brar@samsung.com> Acked-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
Jassi Brar authored
Define PDMA clocks for the controller 0 and 1. Signed-off-by:
Jassi Brar <jassi.brar@samsung.com> Acked-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 23 Dec, 2010 2 commits
-
-
Jaecheol Lee authored
FOUT APLL clock is used as a source of ARM core clock. So we need that the clock source can be changed dynamically by using CPUFREQ driver. This patch can give correct frequency when calling clk_get_rate() function. Signed-off-by:
Jaecheol Lee <jc.lee@samsung.com> Signed-off-by:
Sangwook Ju <sw.ju@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
Sunyoung Kang authored
This patch adds CMU(Clock Management Unit) registers for S5PV310/S5PC210 CPUFREQ driver and modifies some register names according to datasheet. Signed-off-by:
Sunyoung Kang <sy0816.kang@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 20 Oct, 2010 7 commits
-
-
Changhwan Youn authored
This patch adds support RTC for S5PV310 and S5PC210. Signed-off-by:
Changhwan Youn <chaos.youn@samsung.com> Signed-off-by:
Jemings Ko <jemings@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
Jaecheol Lee authored
This patch fixes source clocks of moutcore. That should be clk_mout_apll instead of clk_sclk_apll. Signed-off-by:
Jaecheol Lee <jc.lee@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
Jongpill Lee authored
This patch adds various special clocks for S5PV310/S5PC210. Signed-off-by:
Jongpill Lee <boyko.lee@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
Jongpill Lee authored
This patch adds video clocks for S5PV310/S5PC210. Signed-off-by:
Jongpill Lee <boyko.lee@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
Jongpill Lee authored
This patch adds various clocks for S5PV310/S5PC210. Signed-off-by:
Jongpill Lee <boyko.lee@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
Jongpill Lee authored
This patch adds SDMMC clocks for S5PV310/S5PC210. Signed-off-by:
Jongpill Lee <boyko.lee@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
Jongpill Lee authored
This patch adds enable and ctrlbit for struct clksrc_clk clk_vpllsrc Signed-off-by:
Jongpill Lee <boyko.lee@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-