Re: [PATCH 9/10] drivers/mmc: Move a dereference below a NULL test

2009-07-20 Thread arun c
On Mon, Jul 20, 2009 at 1:31 PM, Adrian Hunteradrian.hun...@nokia.com wrote: Julia Lawall wrote: From: Julia Lawall ju...@diku.dk If the NULL test is necessary, then the dereference should be moved below the NULL test. The semantic patch that makes this change is as follows:

Communication protocol through PCI between host and target

2009-01-03 Thread arun c
and target. [This is what I am planning to implement] Anybody has come across similar sort of scenario? Any ideas or any pointers will be highly appreciated. Regards, Arun C -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord

Re: touch screen not working on omap2430, how should i test it.

2008-10-07 Thread arun c
' for testing. Regards, Arun C -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: omap-sdp3430_Rotation patch

2008-10-05 Thread arun c
Hi Rajesh, On Mon, Oct 6, 2008 at 9:54 AM, Rajesh [EMAIL PROTECTED] wrote: Thanks for giving me the comments.I have incorporated all the comments and sending the complete patch for review

Re: OMAP3EVM LCD red tint

2008-09-27 Thread arun c
); } Regards, Arun C -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: PM related problem with dispc controller

2008-09-23 Thread arun c
); l = ~((3 12) | (3 3)); - l |= (2 12) | (2 3) | (1 2) | (1 0); + l |= (2 3) | (1 2) | (1 0); dispc_write_reg(DISPC_SYSCONFIG, l); omap_writel(1 0, DSS_BASE + DSS_SYSCONFIG); Regards, Arun C All comments and ideas are welcome. -- Jouni Högander

[PATCH] OMAP3EVM: TWL4030 Keypad irq error fix

2008-09-20 Thread arun c
without this the below error messages were coming continuously TWL4030 module irq 369 is disabled but can't be masked! 2TWL4030 module irq 369 is disabled but can't be masked! Signed-off-by: Arun C [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-omap3evm.c |2 ++ 1 files changed, 2

Re: [PATCH] Re: omap-sdp3430_Rotation patch

2008-09-17 Thread arun c
Hi, On Wed, Sep 17, 2008 at 11:43 AM, [EMAIL PROTECTED] wrote: From: Rajesh K [EMAIL PROTECTED] OMAP FBDEV: VRFB framebuffer rotation support This patch provides rotation support for OMAP2/3. You will have to append video=omapfb:rotation=0 parameters to your u-boot arguments to get this

[PATCH] omapfb: remove wrong scale call for gfx_plane

2008-09-09 Thread arun c
The gfx_plane doesn't support scaling. Signed-off-by: Arun C [EMAIL PROTECTED] --- drivers/video/omap/dispc.c |3 +-- drivers/video/omap/omapfb_main.c |6 -- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/video/omap/dispc.c b/drivers/video/omap/dispc.c

[PATCH] omapfb: setting GOLCD bit for shadow registers to make effect

2008-09-08 Thread arun c
A shadow register change has no direct effect on the display configuration until the GOLCD (DISPC_CONTROL[5]) is set. Signed-off-by: Arun C [EMAIL PROTECTED] --- drivers/video/omap/dispc.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/drivers/video/omap/dispc.c b

[PATCH] OMAP2EVM: Fix for omapfb irq error messages

2008-09-06 Thread arun c
This patch fixes the irq error warnings from omapfb which was stalling the console. Only the below 2 errors are coming now omapfb omapfb: irq error status 00e2 omapfb omapfb: irq error status 00c0 Signed-off-by: Arun C [EMAIL PROTECTED] --- drivers/video/omap/lcd_omap2evm.c |6 +++--- 1

Re: omapfb problem on 3430sdp

2008-09-01 Thread arun c
On Sun, Aug 31, 2008 at 9:31 PM, stanley.miao [EMAIL PROTECTED] wrote: On Fri, 2008-08-29 at 21:18 +0530, arun c wrote: Hi stanley, On Fri, Aug 29, 2008 at 5:58 PM, stanley.miao [EMAIL PROTECTED] wrote: I have tried. It is not backlight's problem. Try this out Boot with the working

GUI for OMAP3EVM

2008-08-28 Thread arun c
Hi All, I want to have a GUI on OMAP3EVM. Basically I am looking for a GUI stack that can work on top of linux framebuffer device(Eg: DirectFb). X window based GUI is not suitable for embedded devices, am I right? Does any body tried this? Regards, Arun C -- To unsubscribe from this list: send

[PATCH 1/2] OMAP2EVM: Add keypad support

2008-08-12 Thread arun c
TWL4030 keypad controller driver support for OMAP2EVM Signed-off-by: Arun C [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-omap2evm.c | 38 ++ 1 files changed, 38 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-omap2evm.c b/arch/arm/mach

[PATCH 2/2] OMAP2EVM: twl4030 keypad Kconfig dependency fix

2008-08-12 Thread arun c
OMAP2EVM keypad is controlled by twl4030 Signed-off-by: Arun C [EMAIL PROTECTED] --- drivers/input/keyboard/Kconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index cf86a7b..e4d0436 100644

USB-webcam support

2008-08-12 Thread arun c
Hi All, If I have a USB camera with good Linux support, can I connect it to omap3evm(or any omap2) and make it functional? Regards, Arun C -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: USB-webcam support

2008-08-12 Thread arun c
mode and connect the camera to the MUSB port. I have a Creative webcam and a fedora9 host machine. If I connect my webcam to my PC it happily gives me /dev/video0 to play with(I can grab photos, use xawtv). Can I expect the same with the OMAP3EVM? Regards, Arun C - Anand-- To unsubscribe from

Re: About to tag v2.6.26-omap1, patch queue deleted, please check and repost

2008-08-06 Thread arun c
the console sometimes, otherwise everything seems to be fine. Regards, Arun C -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[Resending - PATCH] OMAP2EVM: add LCD panel support

2008-08-05 Thread arun c
omap2evm LCD supports VGA and QVGA resolution, by default its in VGA mode. Signed-off-by: Arun C [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-omap2evm.c | 15 +++- drivers/video/omap/Makefile |2 + drivers/video/omap/lcd_omap2evm.c| 195

Re: Does DSS support 24 bits_per_pixel?

2008-07-29 Thread arun c
On Tue, Jul 29, 2008 at 4:37 PM, Syed Mohammed, Khasim [EMAIL PROTECTED] wrote: Hi all, Does omap (23) DSS support 24 bit output? I was trying to enable DVI support for omap2evm(data lines=24, bits per pixel =24), I couldn't find 24 bit support in omapfb driver(git) and

Does DSS support 24 bits_per_pixel?

2008-07-28 Thread arun c
the drivers?. Does the hardware really support 24 bit format? Regards, Arun C -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] OMAP2EVM: add LCD panel support

2008-07-03 Thread arun c
omap2evm LCD supports VGA and QVGA resolution, by default its in VGA mode. Signed-off-by: Arun C [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-omap2evm.c | 15 +++- drivers/video/omap/Makefile |1 + drivers/video/omap/lcd_omap2evm.c| 195

[PATCH 0 /1] Backlight control for omap3evm

2008-07-01 Thread arun c
/devices/platform/omapfb/panel/backlight_level This will give maximum brightness Regards, Arun C -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 1/3] OMAP3 EVM: Add twl4030 keypad driver support

2008-06-26 Thread arun c
On Wed, Jun 25, 2008 at 8:43 PM, Miguel Angel Aguilar Ulloa [EMAIL PROTECTED] wrote: The OMAP3 EVM has 15 keys arranged in a matrix from SW4 to SW18, but it also has a user key (power on/off) in SW3, this key is included in the keypad mapping. This is how mapping is done in an 4x4 array. arun

Re: [PATCH 1/3] OMAP3 EVM: Add twl4030 keypad driver support

2008-06-25 Thread arun c
On Tue, Jun 24, 2008 at 3:21 AM, Miguel Angel Aguilar Ulloa [EMAIL PROTECTED] wrote: Add twl4030 keypad driver support to OMAP3 EVM Signed-off-by: Miguel Angel Aguilar [EMAIL PROTECTED] --- a/arch/arm/mach-omap2/board-omap3evm.c 2008-06-23 15:07:13.0 -0600 +++

[PATCH 2/3] Adding basic compile support for OMAP2EVM

2008-06-11 Thread arun c
From f24b517daecd23377d92c706bb28e218431d1887 Mon Sep 17 00:00:00 2001 From: arun [EMAIL PROTECTED] Date: Wed, 11 Jun 2008 14:48:49 +0530 Subject: [PATCH] Adding basic compile support for OMAP2EVM Signed-off-by: arun [EMAIL PROTECTED] --- arch/arm/configs/omap2_evm_defconfig |2 +-

[Resend][PATCH] Fix for the i2c initialization error on 2430sdp

2008-06-09 Thread arun c
# Regards, Arun C -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

DISPC register values to eliminate the omapfb irq errors on 2430SDP

2008-06-09 Thread arun c
channel_out, l |= cconv_en 9; l = ~(0x03 burst_shift); - l |= DISPC_BURST_8x32 burst_shift; + l |= DISPC_BURST_16x32 burst_shift; l = ~(1 chout_shift); l |= chout_val chout_shift; ### Regards, Arun C -- To unsubscribe from

Re: [PATCH] Fix for the i2c initialiation error on 2430sdp

2008-06-08 Thread arun c
On Sat, Jun 7, 2008 at 3:23 PM, Chandra shekhar [EMAIL PROTECTED] wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Koen Kooi Sent: Friday, June 06, 2008 8:59 PM To: Eduardo Valentin Cc: Felipe Balbi; arun c; linux-omap@vger.kernel.org Subject

[PATCH] Fix for the i2c initialiation error on 2430sdp

2008-06-06 Thread arun c
Regards, Arun C i2c_error_fix_boot_log Description: Binary data

Re: omap osk and mistral touchscreen-ads7846

2008-05-22 Thread arun c
://linux.omap.com/mailman/listinfo/linux-omap-open-source Hi Shareef, Touch the screen several times and do a cat /proc/interrupts to check whether the interrupts are coming. Or you can enable event device debugging in menuconfig and see the debug messages. Regards, Arun C -- To unsubscribe from

Re: omap osk and mistral touchscreen-ads7846

2008-05-22 Thread arun c
, Arun C -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Power management behavior of linux-2.6.14-omap2-v5

2008-05-19 Thread arun c
myimg is disappeared from the screen. e) cat /dev/fb0 myimg_after_wakeup The two binary files myimg_before_sleep and myimg_after_wakeup differs each other. Can somebody explain me why such a behavior? Why the lcd fails to display the same image before and after sleeping? Regards, Arun C

Re: Power management behavior of linux-2.6.14-omap2-v5

2008-05-19 Thread arun c
the fb driver's responsibility to do so? Regards, Arun C It has been this way for years if not forever on all Linux systems. A long while back in 2.4 this bothered me enough that I did fix it in a MV kernel. This is in effect of the console layer not saving its logo settings

Re: [PATCH] omap3beagle: add driver to turn on the TFP410 framer to get DVI output

2008-05-16 Thread arun c
there is a need for LCD_PIXCLOCK_MAX and LCD_PIXCLOCK_MIN. It should be changed to LCD_PIXCLOCK, am I right? +#define LCD_PIXCLOCK_MAX64000 /* in kHz */ +#define LCD_PIXCLOCK_MIN64000 /* in kHz */ Regards, Arun C -- To unsubscribe from this list: send the line unsubscribe linux-omap

Re: [PATCH] omap3beagle: add driver to turn on the TFP410 framer to get DVI output

2008-05-16 Thread arun c
On Fri, May 16, 2008 at 12:32 PM, arun c [EMAIL PROTECTED] wrote: Hi Koen, diff --git a/drivers/video/omap/lcd_omap3beagle.c b/drivers/video/omap/lcd_omap3beagle.c new file mode 100644 index 000..f5b7466 --- /dev/null +++ b/drivers/video/omap/lcd_omap3beagle.c @@ -0,0 +1,135

2430SDP booting problem with the latest git

2008-05-09 Thread arun c
up port of RPC 13/2 on 192.168.10.135 ### Regards, Arun C bootlog Description: Binary data

[PATCH] OMAP:DISPC Register name typo

2008-05-07 Thread arun c
, Arun C From 8734c18115caf53121c46002983b6c4763bd7f2b Mon Sep 17 00:00:00 2001 From: arun [EMAIL PROTECTED] Date: Wed, 7 May 2008 12:25:40 +0530 Subject: [PATCH] OMAP:DISPC Register name typo DISPC_CONTROL was used instead of DISPC_SYSCONFIG. Signed-off-by: arun [EMAIL PROTECTED] --- drivers

Re: FrameBuffer Boot Option OMAP3 2

2008-05-06 Thread arun c
the kernel you are using( I think you are using 2.6.14 kernel and not the latest git) Regards, Arun C -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 6/7] OMAP3 EVM: add lcd support

2008-04-29 Thread arun c
required? +extern void omap2_disp_replication_enable (void); Regards, Arun C -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] This patch adds VRFB based rotation support to omapfb

2008-04-19 Thread arun c
, pr_info(omapfb: configured for panel %s\n, fbdev-panel-name); +#ifdef ROTATION_TEST + def_vxres = ROT_LINE_LENGTH; +#else def_vxres = def_vxres ? : fbdev-panel-x_res; +#endif def_vyres = def_vyres ? : fbdev-panel-y_res; init_state++; -- 1.5.3.4 Regards, Arun C

[PATCH] This patch removes a dead line from omapfb_main.c

2008-03-31 Thread arun c
This patch removes a dead line from omapfb_main.c Signed-off-by: arun c [EMAIL PROTECTED] --- drivers/video/omap/omapfb_main.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/video/omap/omapfb_main.c b/drivers/video/omap/omapfb_main.c index 139c84c..418ed9f