Hi Mr. Kyungmin Park,
On Mon, Mar 28, 2011 at 6:41 PM, Kyungmin Park wrote:
> Hi,
>
> On Mon, Mar 28, 2011 at 8:07 PM, Thomas Abraham wrote:
>> Add clkdev support for Samsung's Exynos4 platforms.
>>
>> Cc: Ben Dooks
>> Signed-off-by: Thomas Abraham
>> ---
>> arch/arm/Kconfig
Hi,
On Mon, Mar 28, 2011 at 8:07 PM, Thomas Abraham wrote:
> Add clkdev support for Samsung's Exynos4 platforms.
>
> Cc: Ben Dooks
> Signed-off-by: Thomas Abraham
> ---
> arch/arm/Kconfig | 1 +
> arch/arm/mach-exynos4/clock.c | 57
> +
The driver depends on pdev->dev.platform_data to retrive information
about the platform data even after the initialization. To add device
tree support, this has to be changed in way that the platform data
is avialable from driver's private data. This patch adds support
for keeping a copy of the pla
Add clkdev support for Samsung's Exynos4 platforms.
Cc: Ben Dooks
Signed-off-by: Thomas Abraham
---
arch/arm/Kconfig|1 +
arch/arm/mach-exynos4/clock.c | 57 +++
arch/arm/mach-exynos4/include/mach/clkdev.h |7 +++
arch/
Add infrastructure for clkdev support on samsung platforms.
Cc: Ben Dooks
Signed-off-by: Thomas Abraham
---
arch/arm/plat-samsung/clock.c | 18 ++
arch/arm/plat-samsung/include/plat/clock.h |5 +
2 files changed, 23 insertions(+), 0 deletions(-)
diff --gi
In s3c24xx_serial_console_setup function, if the uart port that is
being setup as a console has not been initialized, an error can be
returned instead of using uart port 0 as the default console port.
The uart port that was intended to be used as a console could be
initialized at a later point duri
Uart port is registered as a console during the driver's probe.
So explict registration of console with console_initcall is
removed.
Cc: Ben Dooks
Signed-off-by: Thomas Abraham
---
drivers/tty/serial/s5pv210.c |7 ---
drivers/tty/serial/samsung.c |3 ++-
2 files changed, 2 insertion
This patchset is a prerequisite for device tree patches on Exynos4. It
includes the following changes.
1. Adds clkdev support for Exynos4
2. Removes redundant console registration for Exynos4 and clkdev.
3. Modifies samsung serial driver to keep a copy of platform data and use it.
Changes since V
Hi Linus,
Please pull Samsung fixes from:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
s5p-fixes-for-linus
These things are for small fixes on 2.6.39-rc1.
If any problems, please let me know.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim , Senior Engineer,
SW Solution Dev
This patch adds support for LCD backlight control using PWM timer
for Samsung's SMDKC210 board.
Signed-off-by: Jingoo Han
---
Changes since v1:
- fixed wrong function name.
arch/arm/mach-exynos4/Kconfig |1 +
arch/arm/mach-exynos4/mach-smdkc210.c | 43 +
10 matches
Mail list logo