An error occurred fetching the project authors.
- 15 May, 2014 3 commits
-
-
Abhilash Kesavan authored
Add generic cluster power control functions for exynos based SoCS for cluster power up/down and to know the cluster status. Signed-off-by:
Abhilash Kesavan <a.kesavan@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
Leela Krishna Amudala authored
Use generic exynos cpu power control functions to power up/down and to know the status of the cpu in platsmp and hotplug code. Signed-off-by:
Leela Krishna Amudala <leela.krishna@linaro.org> Signed-off-by:
Abhilash Kesavan <a.kesavan@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
Leela Krishna Amudala authored
Add generic cpu power control functions for exynos based SoCS for cpu power up/down and to know the cpu status. Signed-off-by:
Leela Krishna Amudala <leela.krishna@linaro.org> Signed-off-by:
Abhilash Kesavan <a.kesavan@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 20 Mar, 2014 2 commits
-
-
Tomasz Figa authored
Since Exynos SoCs does not follow most of the semantics of older SoCs when configuring the system to enter sleep, there is no reason to rely on the legacy Samsung PM core anymore. This patch adds local Exynos suspend ops and removes all the code left unnecessary. As a side effect, suspend support on Exynos becomes multiplatform-friendly. Signed-off-by:
Tomasz Figa <t.figa@samsung.com> Acked-by:
Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
Sachin Kamat authored
Since there is very little difference between these two files, they can be easily combined into one with necessary SoC checks. While at it also merge the common.c file into this as it does not have any other users. Signed-off-by:
Sachin Kamat <sachin.kamat@linaro.org> Acked-by:
Arnd Bergmann <arnd@arndb.de> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 18 Dec, 2013 2 commits
-
-
Kukjin Kim authored
This is needed to remove dependency of headers. Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
Kukjin Kim authored
Remove useless definitions in the regs-pmu.h file. Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 16 Oct, 2013 1 commit
-
-
Sylwester Nawrocki authored
Generic PHY drivers are used to handle the MIPI CSIS and MIPI DSIM DPHYs so we can remove now unused code at arch/arm/plat-samsung. In case there is any board file for S5PV210 platforms using MIPI CSIS/DSIM (not any upstream currently) it should use the generic PHY API to bind the PHYs to respective PHY consumer drivers and a platform device for the PHY provider should be defined. Signed-off-by:
Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by:
Kyungmin Park <kyungmin.park@samsung.com> Acked-by:
Felipe Balbi <balbi@ti.com> Acked-by:
Kukjin Kim <kgene.kim@samsung.com> Signed-off-by:
Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
- 09 May, 2013 1 commit
-
-
Inderpal Singh authored
The kernel crashes while resuming from AFTR idle mode. It happens because L2 cache was not going into retention state. This patch configures the USE_RETENTION bit of ARM_L2_OPTION register so that it does not depend on MANUAL_L2RSTDISABLE_CONTROL of ARM_COMMON_OPTION register for L2RSTDISABLE signal. Signed-off-by:
Inderpal Singh <inderpal.singh@linaro.org> Tested-by:
Chander Kashyap <chander.kashyap@linaro.org> Signed-off-by:
Olof Johansson <olof@lixom.net>
-
- 22 Nov, 2012 1 commit
-
-
Kukjin Kim authored
This patch adds support for EXYNOS5440 SoC which is including ARM Cortex-A15 Quad cores. Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 20 Nov, 2012 1 commit
-
-
Abhilash Kesavan authored
On Exynos5 we have a new high-speed i2c controller. The interrupt sources for the legacy and new controller are muxed and are controlled via the SYSCON I2C_CFG register. At reset the interrupt source is configured for the high-speed controller, to continue using the old i2c controller we need to modify the I2C_CFG register. Signed-off-by:
Abhilash Kesavan <a.kesavan@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 07 Nov, 2012 1 commit
-
-
Vivek Gautam authored
EXYNOS5_USB_CFG macro should actually point to USB20PHY_CFG system register (base addr + 0x230). It's wrongly placed in regs-pmu. Actual register at offset 0x230 in PMU is SEQ_TRANSITION4. Signed-off-by:
Vivek Gautam <gautam.vivek@samsung.com> Reviewed-by:
Jingoo Han <jg1.han@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 12 Jul, 2012 1 commit
-
-
Jonghwan Choi authored
When SYS_WDTRESET is set, watchdog timer reset request is ignored by power management unit. Signed-off-by:
Jonghwan Choi <jhbird.choi@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 19 May, 2012 1 commit
-
-
Jongpill Lee authored
This patch adds pmu table setting feature for EXYNOS5250. Signed-off-by:
Jongpill Lee <boyko.lee@samsung.com> [kgene.kim@samsung.com: re-worked on top of v3.4-rc7] Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 16 May, 2012 1 commit
-
-
Lukasz Majewski authored
This patch supports to control usb otg phy of EXYNOS4210. Signed-off-by:
Joonyoung Shim <jy0922.shim@samsung.com> Signed-off-by:
Kyungmin Park <kyungmin.park@samsung.com> [Rebased on the newest git/kgene/linux-samsung #for-next] Signed-off-by:
Lukasz Majewski <l.majewski@samsung.com> [kgene.kim@samsung.com: squashed 2 patches together] Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 14 May, 2012 1 commit
-
-
Inderpal Singh authored
This patch provides the suspend/resume support for EXYNOS4412. Signed-off-by:
Inderpal Singh <inderpal.singh@linaro.org> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 14 Mar, 2012 1 commit
-
-
Kukjin Kim authored
This patch add support for EXYNOS5250 SoC has two Cortex-A15 cores. Since actually, most codes in mach-exynos/ are used commonly for EXYNOS4 and EXYNOS5 the EXYNOS5/EXYNOS5250 has been implemented in mach-exynos/. 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>
-
- 04 Oct, 2011 3 commits
-
-
Jongpill Lee authored
Signed-off-by:
Jongpill Lee <boyko.lee@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
Jongpill Lee authored
This patch modifies PMU register setting function to support the other EXYNOS4 SoCs. Signed-off-by:
Jongpill Lee <boyko.lee@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
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>
-
- 19 Aug, 2011 1 commit
-
-
Kyungmin Park authored
This is required to use SWRESET. Signed-off-by:
Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 20 Jul, 2011 1 commit
-
-
JungHi Min authored
To insert the code for power on/off with pmu control to support hotplug in/out core1 As for hotplug.c, the codes for core1 to be hotplug in/out is inserted. As for regs-pmu.h, S5P_CORE_LOCAL_PWR_EN is defined. As for platsmp.c, the codes for core1 to be powered on is inserted. Signed-off-by:
JungHi Min <junghi.min@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 13 Apr, 2011 1 commit
-
-
Joonyoung Shim authored
EXYNOS4 has 2 phys for usb host and usb device. This patch supports to control usb host phy of EXYNOS4. Signed-off-by:
Joonyoung Shim <jy0922.shim@samsung.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
-
- 15 Mar, 2011 1 commit
-
-
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>
-
- 12 Mar, 2011 1 commit
-
-
Jaecheol Lee authored
This patch adds definitions of PMU and CMU registers for EXYNOS4 PM. Signed-off-by:
Jaecheol Lee <jc.lee@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 11 Mar, 2011 1 commit
-
-
Sylwester Nawrocki authored
Add common code for MIPI-CSIS and MIPI-DSIM drivers to support their corresponding D-PHY's enable and reset control. 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>
-
- 22 Feb, 2011 1 commit
-
-
Kukjin Kim authored
This patch adds EXYNOS4 CPU support files in mach-exynos4, and basically they are moved from mach-s5pv310 so that it can support Samsung's new CPU name, EXYNOS4. The EXYNOS4 ingegrates a ARM Cortex A9 multi-core. Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 30 Dec, 2010 1 commit
-
-
Changhwan Youn authored
This patch adds support Power Domain for S5PV310 and S5PC210. Signed-off-by: Changhwan Youn <chaos.youn at samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-