On Wed, Mar 9, 2011 at 11:08 AM, Jaecheol Lee wrote:
> This patch adds support suspend to ram for EXYNOS4210.
> As a note, this includes function of outer cache flush
> because it is used before entering PM.
>
> Signed-off-by: Jaecheol Lee
> ---
> arch/arm/mach-exynos4/Makefile
This patch adds support HR-Timer(High Resolution Timer) and dynamic
tick system for S5P SoCs. There are many clock sources for HR-Timer
on S5P SoCs. The PWM timer, RTC, System Timer, and MCT can be used
for clock source.
This patch can only support PWM timer for clocksource of
S5P64x0 and S5PV210.
This patch update mach-s5p64x0 and mach-s5pv210
machine initialization for hrt support.
Except smdkv210, PWM Timer3 is used for default clockevent.
And PWM Timer4 is used for defualt clocksource.
In the SMDKV210, clockevent is used PMW Timer2.
Signed-off-by: Sangbeom Kim
---
arch/arm/mach-s5p64
This patch modify s5pv210_defconfig and s5p64x0_defconfig
for High resolution timer support.
S5P_HRT option is added and applied in s5pv210, s5p64x0 machines.
Signed-off-by: Sangbeom Kim
---
arch/arm/Kconfig |6 --
arch/arm/configs/s5p64x0_defconfig |2 ++
arch/arm/
The Following patches support high resolution timer for s5p series.
In this version, I had modified smdkv210 clockevent source.
Because, PWM timer3 is used as pwm backlight driver in the smdkv210.
and In previous version(v3), I had made a mistake for making patches.
Changes since v3:
- Change s
This patch adds support suspend to ram for EXYNOS4210.
As a note, this includes function of outer cache flush
because it is used before entering PM.
Signed-off-by: Jaecheol Lee
---
arch/arm/mach-exynos4/Makefile |1 +
arch/arm/mach-exynos4/include/mach/pm-core.h| 50 ++
This patch adds definitions of PMU registers for EXYNOS4 PM.
Signed-off-by: Jaecheol Lee
---
arch/arm/mach-exynos4/include/mach/regs-pmu.h | 142 +++--
1 files changed, 133 insertions(+), 9 deletions(-)
diff --git a/arch/arm/mach-exynos4/include/mach/regs-pmu.h
b/arch/arm/
This patch adds support suspend to ram on EXYNOS4 system.
As a note since there is a implementation of common PM will be updated later
such as sleep.S.
[PATCH 1/3] ARM: EXYNOS4: Add PMU Registers for PM
[PATCH 2/3] ARM: EXYNOS4: Suspend to RAM Support
[PATCH 3/3] ARM: EXYNOS4: Update HRT for sup
This patch updates HRT driver for supporting PM.
The resume function of PWM4 timer which is used clocksource is needed
when kernel is resuming for restarting.
Signed-off-by: Jaecheol Lee
---
arch/arm/mach-exynos4/time.c | 16
1 files changed, 16 insertions(+), 0 deletions(-)
This patch supports cpuidle framework for EXYNOS4210. Currently,
Only one idle state is possible to use, but more idle states can
be added following by this patch.
Signed-off-by: Jaecheol Lee
---
arch/arm/mach-exynos4/Makefile |1 +
arch/arm/mach-exynos4/cpuidle.c | 87 +++
Sylwester Nawrocki wrote:
>
> Hello,
>
> the following patch series adds the platform helpers for MIPI-CSIS and
MIPI-
> DSIM
> drivers to control their corresponding D-PHYs.
> MIPI-DSIM driver should use its D-PHY control function from
plat-s5p/setup-
> mipi.c.
>
> Changes since v1:
> - created
Russell King - ARM Linux wrote:
>
> > Subject: [PATCH 1/3] This patch adds support HR-Timer(High Resolution Timer)
> and dynamic tick system for S5P SoCs. There are many clock
> sources for HR-Timer on S5P SoCs. The PWM timer, RTC, System Timer,
> and MCT can be used for cl
Greeting,
I know your information below.
http://lwn.net/Articles/392313/
I would like to help.
Where should I talk for S3C6410? Also, I hope to get sample for USB
OTG2.0 Host
I am testing the image transfer on S3C6410 board on the computer. Then,
I send a data flow as follows.
Analog
Mauro,
please ignore the below pull request. I've found some issues in s5p-fimc
patches so I want to fix this and resent the pull request.
My apologies for the hassle.
Regards,
Sylwester
On 03/04/2011 11:53 AM, Sylwester Nawrocki wrote:
> Hi Mauro,
>
> please pull the following change set, it'
Hello,
On Monday, March 07, 2011 2:19 AM KyongHo Cho wrote:
> This patch includes the following enhancements for System MMU:
> - Enhanced readability
> - Removal of unused data structures or their members
> - Simplified function definitions
> - Corrections of some logical errors
> - Full complian
On Tue, Mar 08, 2011 at 04:10:52PM +0530, Giridhar Maruthy wrote:
> +#ifdef CONFIG_REGULATOR_WM8994
> +static struct regulator_consumer_supply wm8994_fixed_voltage0_supplies[] = {
> + {
> + .dev_name = "1-001a",
> + .supply = "AVDD2",
This ifdef looks wro
This commit adds the platform device and data of
wm8994 regulator to enable the I2S playback on
S5PV310 board on linux-linaro-2.6.38.
Signed-off-by: Giridhar Maruthy
---
arch/arm/mach-exynos4/mach-smdkv310.c | 167 -
1 files changed, 166 insertions(+), 1 deletion
Hello, Mr. Kukjin.
2011/3/8 Marek Szyprowski :
> Hello,
>
> On Tuesday, March 08, 2011 8:29 AM Kukjin Kim wrote:
>
>> Hello,
>>
>> There are comments for your System MMU driver below.
>
> Please take into account that this was an initial version of our SYSMMU
> driver to start the discussion, so
> Subject: [PATCH 1/3] This patch adds support HR-Timer(High Resolution Timer)
and dynamic tick system for S5P SoCs. There are many clock
sources for HR-Timer on S5P SoCs. The PWM timer, RTC, System Timer,
and MCT can be used for clock source. This patch can only support PWM
Hello,
On Tuesday, March 08, 2011 8:29 AM Kukjin Kim wrote:
> Hello,
>
> There are comments for your System MMU driver below.
Please take into account that this was an initial version of our SYSMMU
driver to start the discussion, so there were a few minor problems left.
Thanks for pointing them
Adds the device definitions, platform specific initialization and
clocks for SATA on ARMLEX4210.
Signed-off-by: Abhilash Kesavan
---
arch/arm/mach-exynos4/Kconfig |1 +
arch/arm/mach-exynos4/Makefile|1 +
arch/arm/mach-exynos4/clock.c |
21 matches
Mail list logo