This patch adds support for LCD backlight control using PWM timer
for Samsung SMDK6440 board.
Signed-off-by: Banajit Goswami
---
Changes since v1:
- Used common GPIO macro
- Removed redundant timers
arch/arm/mach-s5p64x0/Kconfig |1 +
arch/arm/mach-s5p64x0/mach-smdk6440.c | 43 +++
This patch adds support for LCD backlight control using PWM timer
for Samsung's SMDKV210 board.
Signed-off-by: Banajit Goswami
---
Changes since v1:
- Used common GPIO macro
- Removed redundant timers
arch/arm/mach-s5pv210/Kconfig |1 +
arch/arm/mach-s5pv210/mach-smdkv210.c | 43 +
This patch adds support for LCD backlight control using PWM timer
for Samsung SMDK6450 board.
Signed-off-by: Banajit Goswami
---
Changes since v1:
- Used common GPIO macro
- Removed redundant timers
arch/arm/mach-s5p64x0/Kconfig |1 +
arch/arm/mach-s5p64x0/mach-smdk6450.c | 43 +++
This patch adds support for LCD backlight using PWM timer for
Samsung SMDKC100 board.
Signed-off-by: Banajit Goswami
---
Changes since v1:
- Used common GPIO macro
- Removed redundant timers
arch/arm/mach-s5pc100/Kconfig |1 +
arch/arm/mach-s5pc100/mach-smdkc100.c | 49 +++
This patch adds support for LCD backlight using PWM timer for
Samsung SMDK6410 board.
Signed-off-by: Banajit Goswami
---
Changes since v1:
- Used common GPIO macro
- Removed redundant timers
arch/arm/mach-s3c64xx/Kconfig |1 +
arch/arm/mach-s3c64xx/mach-smdk6410.c | 45 +++
On Wed, Mar 2, 2011 at 4:29 PM, Kukjin Kim wrote:
> Kyungmin Park wrote:
>>
>> Hi,
>>
>> MCT is only possible from EVT1.0 or later. The current universal_c210
>> used the EVT0 version.
>> So can you remove the ifdef and board can select which timer is used?
>> Please refer the omap implementation
Kyungmin Park wrote:
>
> Hi,
>
> MCT is only possible from EVT1.0 or later. The current universal_c210
> used the EVT0 version.
> So can you remove the ifdef and board can select which timer is used?
> Please refer the omap implementation and how to use it.
>
Basically, "CONFIG_EXYNOS4_MCT" can
This patch enables lcd and backlight drivers in NURI board.
Signed-off-by: Donghwa Lee
Signed-off-by: Kyungmin Park
--
arch/arm/configs/exynos4_nuri_defconfig |9 +++-
arch/arm/mach-exynos4/Kconfig |1 +
arch/arm/mach-exynos4/mach-nuri.c | 62 ++
Hi,
some time around october 2010 Sangbeom Kim posted patches from Thomas Abraham
to support the hs-udc of the s3c24xx-platform. But these patches were not
added to the kernel.
We are currently working on s3c2416 based devices which would profit from this
drivers and not having to keep them lo
Hello,
On 02/26/2011 03:24 PM, Russell King - ARM Linux wrote:
> On Sat, Feb 26, 2011 at 11:45:55AM +0900, Sangbeom Kim wrote:
>> +static irqreturn_t s5p_clock_event_isr(int irq, void *dev_id)
>> +{
>> +struct clock_event_device *evt = &time_event_device;
>
> struct clock_event_device *
10 matches
Mail list logo