RE: [PATCH 04/11] OMAP3: DMA: HWMOD: Add hwmod data structures

2010-08-03 Thread G, Manjunath Kondaiah
Kevin, -Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Wednesday, August 04, 2010 3:27 AM To: G, Manjunath Kondaiah Cc: linux-omap@vger.kernel.org; Cousson, Benoit; Paul Walmsley; Tony Lindgren; Sawant, Anand; Shilimkar, Santosh; Nayak, Rajendra

RE: [PATCH 01/11] OMAP: DMA: Introduce DMA device attributes

2010-08-04 Thread G, Manjunath Kondaiah
-Original Message- From: Cousson, Benoit Sent: Wednesday, August 04, 2010 3:44 PM To: G, Manjunath Kondaiah Cc: linux-omap@vger.kernel.org; Kevin Hilman; Paul Walmsley; Tony Lindgren; Sawant, Anand; Shilimkar, Santosh; Nayak, Rajendra; Basak, Partha; Varadarajan, Charulatha

RE: [PATCH 04/11] OMAP3: DMA: HWMOD: Add hwmod data structures

2010-08-04 Thread G, Manjunath Kondaiah
-Original Message- From: Shilimkar, Santosh Sent: Wednesday, August 04, 2010 4:08 PM To: Cousson, Benoit Cc: G, Manjunath Kondaiah; Kevin Hilman; linux-omap@vger.kernel.org; Paul Walmsley; Tony Lindgren; Sawant, Anand; Nayak, Rajendra; Basak, Partha; Varadarajan, Charulatha

RE: [PATCH 00/11] OMAP: DMA: HWMOD and DMA as platform driver

2010-08-11 Thread G, Manjunath Kondaiah
for this patch series, I will incorporate review comments and post next version. Regards, Manjunath -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of G, Manjunath Kondaiah Sent: Thursday, July 29, 2010 3:29 PM To: linux

RE: [PATCH] OMAP2PLUS: Fix Sparse errors/warnings in mach-omap2

2010-08-13 Thread G, Manjunath Kondaiah
-Original Message- From: Menon, Nishanth Sent: Friday, August 13, 2010 3:04 PM To: G, Manjunath Kondaiah Cc: linux-omap@vger.kernel.org; Tony Lindgren Subject: Re: [PATCH] OMAP2PLUS: Fix Sparse errors/warnings in mach-omap2 G, Manjunath Kondaiah had written, on 08/13/2010 03

RE: [PATCH v2 03/11] OMAP2430: DMA: HWMOD: Add hwmod data structures

2010-08-24 Thread G, Manjunath Kondaiah
-Original Message- From: Mika Westerberg [mailto:mika.westerb...@gmail.com] On Behalf Of Mika Westerberg Sent: Tuesday, August 24, 2010 5:01 PM To: G, Manjunath Kondaiah Cc: linux-omap@vger.kernel.org; Cousson, Benoit; Kevin Hilman; Shilimkar, Santosh Subject: Re: [PATCH v2 03

[PATCH 00/11] OMAP2/TWL: Fix Sparse warnings

2010-08-26 Thread G, Manjunath Kondaiah
This patch series fixes sparse warnings for OMAP and TWL code. For better readabilty the patches are categorised based on type of sparse warnigns. The sparse warning logs are embedded with each patch followed by fix. Build and boot tested on omap3 with omap3_defconfig. Manjunatha GK (11):

[PATCH 01/11] OMAP: mach-omap2: Fix incorrect assignment warnings

2010-08-26 Thread G, Manjunath Kondaiah
From: Manjunatha GK manj...@ti.com This patch fixes below sparse warnings for incorrect assignments. arch/arm/mach-omap2/control.c:195:16: warning: incorrect type in assignment (different address spaces) arch/arm/mach-omap2/control.c:195:16:expected unsigned int [usertype] *v_addr

[PATCH 02/11] OMAP: mach-omap2: Fix static declaration warnings

2010-08-26 Thread G, Manjunath Kondaiah
From: Manjunatha GK manj...@ti.com This patch fixes sparse warnings due to non declaration of static structures and variables. Sparse warning logs fixed: arch/arm/mach-omap2/control.c:88:6: warning: symbol 'omap3_secure_ram_storage' was not declared. Should it be static? n

[PATCH 03/11] OMAP: mach-omap2: Fix static function warnings

2010-08-26 Thread G, Manjunath Kondaiah
From: Manjunatha GK manj...@ti.com This patch fixes sparse warnings due non declarations of static functions. arch/arm/mach-omap2/timer-gp.c:115:12: warning: symbol 'omap2_gp_clockevent_set_gptimer' was not declared. Should it be static? arch/arm/mach-omap2/powerdomain.c:993:5: warning: symbol

[PATCH 04/11] OMAP: mach-omap2: Fix miscellaneous sparse warnings

2010-08-26 Thread G, Manjunath Kondaiah
From: Manjunatha GK manj...@ti.com This patch fixes miscellaneous sparse warnings in mach-omap2. arch/arm/mach-omap2/board-am3517evm.c:141:17: warning: Initializer entry defined twice arch/arm/mach-omap2/board-am3517evm.c:142:18: also defined here arch/arm/mach-omap2/irq.c:50:35: warning:

[PATCH 06/11] OMAP: McBSP: Fix static function warning

2010-08-26 Thread G, Manjunath Kondaiah
From: Manjunatha GK manj...@ti.com This patch fixes sparse warning due non declaration of static function sound/soc/omap/omap-mcbsp.c:783:5: warning: symbol 'omap_mcbsp_st_info_volsw' was not declared. Should it be static? Signed-off-by: Manjunatha GK manj...@ti.com Cc: Tony Lindgren

[PATCH 07/11] OMAP: HSMMC: Fix unused variable warning

2010-08-26 Thread G, Manjunath Kondaiah
From: Manjunatha GK manj...@ti.com Fixes warning due to unused variable. drivers/mmc/host/omap_hsmmc.c: In function 'omap_hsmmc_suspend': drivers/mmc/host/omap_hsmmc.c:2308: warning: unused variable 'state' Signed-off-by: Manjunatha GK manj...@ti.com Cc: Tony Lindgren t...@atomide.com Cc:

[PATCH 08/11] OMAP: NAND: Fix static declaration warning

2010-08-26 Thread G, Manjunath Kondaiah
From: Manjunatha GK manj...@ti.com This patch fixes sparse warning for static declaration of variable use_dma drivers/mtd/nand/omap2.c:114:11: warning: symbol 'use_dma' was not declared. Should it be static? Signed-off-by: Manjunatha GK manj...@ti.com Cc: Tony Lindgren t...@atomide.com Cc:

[PATCH 09/11] TWL CORE: Fix sparse warning

2010-08-26 Thread G, Manjunath Kondaiah
From: Manjunatha GK manj...@ti.com Fixes below sparse warning. drivers/mfd/twl-core.c:258:20: warning: symbol 'twl_map' was not declared. Should it be static? Signed-off-by: Manjunatha GK manj...@ti.com Cc: Tony Lindgren t...@atomide.com Cc: Nishanth Menon n...@ti.com ---

[PATCH 10/11] TWL IRQ: Fix fucntion declaration warnings

2010-08-26 Thread G, Manjunath Kondaiah
From: Manjunatha GK manj...@ti.com Fixes following sparse warnings for twl4030 and twl6030 irq files. drivers/mfd/twl4030-irq.c:783:5: warning: symbol 'twl4030_init_irq' was not declared. Should it be static? drivers/mfd/twl4030-irq.c:863:5: warning: symbol 'twl4030_exit_irq' was not declared.

[PATCH 11/11] TWL4030: Codec: Fix fucntion declaration error

2010-08-26 Thread G, Manjunath Kondaiah
From: Manjunatha GK manj...@ti.com Fixes sparse warning for the below error drivers/mfd/twl4030-codec.c:118:5: error: symbol 'twl4030_codec_disable_resource' redeclared with different type (originally declared at include/linux/mfd/twl4030- codec.h:268) - incompatible argument 1 (different

RE: [PATCH] dmtimer: hwmod: add omap2420 database

2010-09-03 Thread G, Manjunath Kondaiah
Tarun, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of DebBarma, Tarun Kanti Sent: Saturday, August 14, 2010 8:44 PM To: linux-omap@vger.kernel.org Cc: DebBarma, Tarun Kanti; Basak, Partha; Gopinath, Thara; Paul

RE: [PATCH v2 00/11] OMAP: DMA: HWMOD and DMA as platform driver

2010-09-03 Thread G, Manjunath Kondaiah
...@vger.kernel.org] On Behalf Of G, Manjunath Kondaiah Sent: Tuesday, August 24, 2010 4:34 PM To: linux-omap@vger.kernel.org Cc: Cousson, Benoit; Kevin Hilman; Shilimkar, Santosh Subject: [PATCH v2 00/11] OMAP: DMA: HWMOD and DMA as platform driver This patch series has review comments

RE: [PATCH v2 00/11] OMAP: DMA: HWMOD and DMA as platform driver

2010-09-07 Thread G, Manjunath Kondaiah
-Original Message- From: Cousson, Benoit Sent: Friday, September 03, 2010 10:10 PM To: G, Manjunath Kondaiah Cc: linux-omap@vger.kernel.org; Kevin Hilman; Shilimkar, Santosh; Sawant, Anand Subject: Re: [PATCH v2 00/11] OMAP: DMA: HWMOD and DMA as platform driver Hi

RE: [PATCH v2 00/11] OMAP: DMA: HWMOD and DMA as platform driver

2010-09-07 Thread G, Manjunath Kondaiah
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Saturday, September 04, 2010 2:09 AM To: G, Manjunath Kondaiah Cc: linux-omap@vger.kernel.org; Cousson, Benoit; Shilimkar, Santosh Subject: Re: [PATCH v2 00/11] OMAP: DMA: HWMOD and DMA as platform

RE: [PATCH v2 10/11] OMAP: DMA: Use DMA device attributes

2010-09-07 Thread G, Manjunath Kondaiah
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Saturday, September 04, 2010 2:16 AM To: G, Manjunath Kondaiah Cc: linux-omap@vger.kernel.org; Cousson, Benoit; Shilimkar, Santosh Subject: Re: [PATCH v2 10/11] OMAP: DMA: Use DMA device attributes

RE: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration

2010-09-07 Thread G, Manjunath Kondaiah
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Saturday, September 04, 2010 2:30 AM To: G, Manjunath Kondaiah Cc: linux-omap@vger.kernel.org; Cousson, Benoit; Shilimkar, Santosh Subject: Re: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device

RE: [PATCH v2 08/11] OMAP: DMA: Convert DMA library into DMA platform Driver

2010-09-07 Thread G, Manjunath Kondaiah
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Saturday, September 04, 2010 4:04 AM To: G, Manjunath Kondaiah Cc: linux-omap@vger.kernel.org; Cousson, Benoit; Shilimkar, Santosh Subject: Re: [PATCH v2 08/11] OMAP: DMA: Convert DMA library

RE: [PATCH v2 09/11] OMAP: DMA: Implement generic errata handling

2010-09-07 Thread G, Manjunath Kondaiah
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Saturday, September 04, 2010 4:12 AM To: G, Manjunath Kondaiah Cc: linux-omap@vger.kernel.org; Cousson, Benoit; Shilimkar, Santosh Subject: Re: [PATCH v2 09/11] OMAP: DMA: Implement generic errata

RE: [PATCH v2 00/11] OMAP: DMA: HWMOD and DMA as platform driver

2010-09-07 Thread G, Manjunath Kondaiah
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Saturday, September 04, 2010 4:20 AM To: G, Manjunath Kondaiah Cc: linux-omap@vger.kernel.org; Cousson, Benoit; Shilimkar, Santosh; Sawant, Anand Subject: Re: [PATCH v2 00/11] OMAP: DMA: HWMOD

[PATCH] OMAP3: Keypad: Fix failure exit path in probe

2010-09-07 Thread G, Manjunath Kondaiah
] (kernel_init+0x98/0x150) from [c0042970] (kernel_thread_exit+0x0/0x8) [1.707214] ---[ end trace 6559b322ad3cbdfe ]--- [1.718292] twl4030_keypad: probe of twl4030_keypad failed with error -16 Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc: Tony Lindgren t...@atomide.com --- drivers

RE: [PATCH v2 08/11] OMAP: DMA: Convert DMA library into DMA platform Driver

2010-09-07 Thread G, Manjunath Kondaiah
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Wednesday, September 08, 2010 4:15 AM To: G, Manjunath Kondaiah Cc: linux-omap@vger.kernel.org; Cousson, Benoit; Shilimkar, Santosh Subject: Re: [PATCH v2 08/11] OMAP: DMA: Convert DMA library

RE: [PATCH v2 04/11] OMAP3: DMA: HWMOD: Add hwmod data structures

2010-09-07 Thread G, Manjunath Kondaiah
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Saturday, September 04, 2010 2:22 AM To: G, Manjunath Kondaiah Cc: linux-omap@vger.kernel.org; Cousson, Benoit; Shilimkar, Santosh Subject: Re: [PATCH v2 04/11] OMAP3: DMA: HWMOD: Add hwmod data

[PATCH] OMAP: McBSP: Fix static function warning

2010-09-07 Thread G, Manjunath Kondaiah
This patch fixes sparse warning due non declaration of static function sound/soc/omap/omap-mcbsp.c:783:5: warning: symbol 'omap_mcbsp_st_info_volsw' was not declared. Should it be static? Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc: alsa-de...@alsa-project.org Cc: Jarkko Nikula jhnik

RE: [PATCH v2 00/11] OMAP: DMA: HWMOD and DMA as platform driver

2010-09-08 Thread G, Manjunath Kondaiah
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of G, Manjunath Kondaiah Sent: Tuesday, September 07, 2010 5:18 PM To: Kevin Hilman Cc: linux-omap@vger.kernel.org; Cousson, Benoit; Shilimkar, Santosh; Sawant, Anand

RE: [PATCH v2 09/11] OMAP: DMA: Implement generic errata handling

2010-09-14 Thread G, Manjunath Kondaiah
Kevin, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of G, Manjunath Kondaiah Sent: Tuesday, September 07, 2010 5:18 PM To: Kevin Hilman Cc: linux-omap@vger.kernel.org; Cousson, Benoit; Shilimkar, Santosh Subject

RE: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration

2010-09-14 Thread G, Manjunath Kondaiah
Kevin, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of G, Manjunath Kondaiah Sent: Tuesday, September 07, 2010 5:17 PM To: Kevin Hilman Cc: linux-omap@vger.kernel.org; Cousson, Benoit; Shilimkar, Santosh Subject

RE: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration

2010-09-14 Thread G, Manjunath Kondaiah
-Original Message- From: Balbi, Felipe Sent: Tuesday, September 14, 2010 3:54 PM To: G, Manjunath Kondaiah Cc: Kevin Hilman; linux-omap@vger.kernel.org; Cousson, Benoit; Shilimkar, Santosh Subject: Re: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration Hi

RE: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration

2010-09-14 Thread G, Manjunath Kondaiah
-Original Message- From: Balbi, Felipe Sent: Tuesday, September 14, 2010 5:27 PM To: G, Manjunath Kondaiah Cc: Balbi, Felipe; Kevin Hilman; linux-omap@vger.kernel.org; Cousson, Benoit; Shilimkar, Santosh Subject: Re: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration

RE: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration

2010-09-15 Thread G, Manjunath Kondaiah
Hi, -Original Message- From: Balbi, Felipe Sent: Wednesday, September 15, 2010 12:41 PM To: G, Manjunath Kondaiah Cc: Balbi, Felipe; Kevin Hilman; linux-omap@vger.kernel.org; Cousson, Benoit; Shilimkar, Santosh Subject: Re: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device

RE: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration

2010-09-16 Thread G, Manjunath Kondaiah
-Original Message- From: Balbi, Felipe Sent: Thursday, September 16, 2010 11:33 AM To: G, Manjunath Kondaiah Cc: Balbi, Felipe; Kevin Hilman; linux-omap@vger.kernel.org; Cousson, Benoit; Shilimkar, Santosh Subject: Re: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device

RE: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration

2010-09-16 Thread G, Manjunath Kondaiah
Balbi, -Original Message- From: Balbi, Felipe Sent: Thursday, September 16, 2010 12:11 PM To: G, Manjunath Kondaiah Cc: Balbi, Felipe; Kevin Hilman; linux-omap@vger.kernel.org; Cousson, Benoit; Shilimkar, Santosh Subject: Re: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device

RE: [PATCH v2 09/11] OMAP: DMA: Implement generic errata handling

2010-09-16 Thread G, Manjunath Kondaiah
Kevin, -Original Message- From: G, Manjunath Kondaiah Sent: Tuesday, September 14, 2010 3:42 PM To: G, Manjunath Kondaiah; Kevin Hilman Cc: linux-omap@vger.kernel.org; Cousson, Benoit; Shilimkar, Santosh Subject: RE: [PATCH v2 09/11] OMAP: DMA: Implement generic errata handling

RE: [PATCH v2 09/11] OMAP: DMA: Implement generic errata handling

2010-09-17 Thread G, Manjunath Kondaiah
Hi Benoit, -Original Message- From: Cousson, Benoit Sent: Friday, September 17, 2010 12:55 PM To: G, Manjunath Kondaiah Cc: Kevin Hilman; linux-omap@vger.kernel.org; Shilimkar, Santosh Subject: Re: [PATCH v2 09/11] OMAP: DMA: Implement generic errata handling Hi Manjunath

RE: [PATCH v2 09/11] OMAP: DMA: Implement generic errata handling

2010-09-17 Thread G, Manjunath Kondaiah
-Original Message- From: Cousson, Benoit Sent: Friday, September 17, 2010 3:59 PM To: G, Manjunath Kondaiah Cc: Kevin Hilman; linux-omap@vger.kernel.org; Shilimkar, Santosh Subject: Re: [PATCH v2 09/11] OMAP: DMA: Implement generic errata handling On 9/17/2010 10:09 AM, G

RE: [PATCH v2 09/11] OMAP: DMA: Implement generic errata handling

2010-09-17 Thread G, Manjunath Kondaiah
-Original Message- From: Cousson, Benoit Sent: Friday, September 17, 2010 8:21 PM To: G, Manjunath Kondaiah Cc: Kevin Hilman; linux-omap@vger.kernel.org; Shilimkar, Santosh Subject: Re: [PATCH v2 09/11] OMAP: DMA: Implement generic errata handling On 9/17/2010 1:28 PM, G

RE: [PATCH v2 09/11] OMAP: DMA: Implement generic errata handling

2010-09-17 Thread G, Manjunath Kondaiah
-Original Message- From: Cousson, Benoit Sent: Friday, September 17, 2010 9:15 PM To: G, Manjunath Kondaiah Cc: linux-omap@vger.kernel.org; Kevin Hilman; Shilimkar, Santosh Subject: Re: [PATCH v2 09/11] OMAP: DMA: Implement generic errata handling On 8/24/2010 1:04 PM, G

RE: [PATCH v2 09/11] OMAP: DMA: Implement generic errata handling

2010-09-17 Thread G, Manjunath Kondaiah
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Friday, September 17, 2010 9:02 PM To: Cousson, Benoit Cc: G, Manjunath Kondaiah; linux-omap@vger.kernel.org; Shilimkar, Santosh Subject: Re: [PATCH v2 09/11] OMAP: DMA: Implement generic errata

[PATCH v2 00/10] OMAP2/TWL: Fix Sparse warnings

2010-09-21 Thread G, Manjunath Kondaiah
, Manjunath Kondaiah (10): OMAP: mach-omap2: Fix miscellaneous sparse warnings OMAP: mach-omap2: Fix incorrect assignment warnings OMAP: mach-omap2: Fix static declaration warnings OMAP: mach-omap2: Fix static function warnings OMAP: plat-omap: Fix static function warnings OMAP: NAND: Fix

[PATCH v2 01/10] OMAP: mach-omap2: Fix incorrect assignment warnings

2010-09-21 Thread G, Manjunath Kondaiah
/arm/mach-omap2/pm34xx.c:334:29: warning: incorrect type in argument 1 (different address spaces) arch/arm/mach-omap2/pm34xx.c:334:29:expected void const volatile [noderef] asn:2*noident arch/arm/mach-omap2/pm34xx.c:334:29:got unsigned int [usertype] * Signed-off-by: G, Manjunath Kondaiah

[PATCH v2 02/10] OMAP: mach-omap2: Fix static declaration warnings

2010-09-21 Thread G, Manjunath Kondaiah
'omap3stalker_spi_board_info' was not declared. Should it be static? Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc: linux-arm-ker...@lists.infradead.org Cc: Tony Lindgren t...@atomide.com Cc: Nishanth Menon n...@ti.com --- arch/arm/mach-omap2/board-am3517evm.c |2 +- arch/arm

[PATCH v2 03/10] OMAP: mach-omap2: Fix static function warnings

2010-09-21 Thread G, Manjunath Kondaiah
it be static? arch/arm/mach-omap2/board-igep0020.c:110:13: warning: symbol 'igep2_flash_init' was not declared. Should it be static? arch/arm/mach-omap2/board-am3517evm.c:109:6: warning: symbol 'am3517_evm_ethernet_init' was not declared. Should it be static? Signed-off-by: G, Manjunath Kondaiah manj

[PATCH v2 04/10] OMAP: mach-omap2: Fix miscellaneous sparse warnings

2010-09-21 Thread G, Manjunath Kondaiah
Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc: Tony Lindgren t...@atomide.com Cc: linux-arm-ker...@lists.infradead.org Cc: Nishanth Menon n...@ti.com --- arch/arm/mach-omap2/board-am3517evm.c |1 - arch/arm/mach-omap2/irq.c |1 - 2 files changed, 0 insertions(+), 2

[PATCH v2 05/10] OMAP: plat-omap: Fix static function warnings

2010-09-21 Thread G, Manjunath Kondaiah
? arch/arm/plat-omap/cpu-omap.c:61:14: warning: symbol 'omap_getspeed' was not declared. Should it be static? Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc: linux-arm-ker...@lists.infradead.org Cc: Tony Lindgren t...@atomide.com Cc: Nishanth Menon n...@ti.com --- arch/arm/plat-omap/cpu

[PATCH v2 06/10] OMAP: NAND: Fix static declaration warning

2010-09-21 Thread G, Manjunath Kondaiah
This patch fixes sparse warning for static declaration of variable use_dma drivers/mtd/nand/omap2.c:114:11: warning: symbol 'use_dma' was not declared. Should it be static? Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux

[PATCH v2 07/10] TWL CORE: Fix sparse warning

2010-09-21 Thread G, Manjunath Kondaiah
Fixes below sparse warning. drivers/mfd/twl-core.c:258:20: warning: symbol 'twl_map' was not declared. Should it be static? Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc: linux-arm-ker...@lists.infradead.org Cc: Samuel Ortiz sa...@linux.intel.com Cc: Tony Lindgren t...@atomide.com Cc

[PATCH v2 08/10] TWL IRQ: Fix fucntion declaration warnings

2010-09-21 Thread G, Manjunath Kondaiah
. Should it be static? Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc: linux-arm-ker...@lists.infradead.org Cc: Samuel Ortiz sa...@linux.intel.com Cc: Tony Lindgren t...@atomide.com Cc: Nishanth Menon n...@ti.com --- include/linux/i2c/twl.h |5 + 1 files changed, 5 insertions(+), 0

[PATCH v2 09/10] OMAP2/3: Convert write/read functions to raw read/write

2010-09-21 Thread G, Manjunath Kondaiah
/nand/omap2.c:484:15: originally declared here drivers/mtd/onenand/omap2.c:86:9: warning: symbol '__v' shadows an earlier one drivers/mtd/onenand/omap2.c:86:9: originally declared here Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux

[PATCH v2 10/10] OMAP3: Keypad: Fix incorrect type initializer

2010-09-21 Thread G, Manjunath Kondaiah
:13:expected unsigned int const [usertype] *keymap arch/arm/mach-omap2/board-omap3stalker.c:415:13:got int static [toplevel] *noident This patch modifies the variable keymap declaration as per declaration in matrix_keymap structure. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc

[PATCH v2] OMAP3: Keypad: Fix failure exit path in probe

2010-09-21 Thread G, Manjunath Kondaiah
] (kernel_init+0x98/0x150) from [c0042970] (kernel_thread_exit+0x0/0x8) [1.707214] ---[ end trace 6559b322ad3cbdfe ]--- [1.718292] twl4030_keypad: probe of twl4030_keypad failed with error -16 Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc: linux-in...@vger.kernel.org Cc: Dmitry Torokhov

RE: [PATCH v2] OMAP3: Keypad: Fix failure exit path in probe

2010-09-21 Thread G, Manjunath Kondaiah
Hi, -Original Message- From: Ameya Palande [mailto:ameya.pala...@nokia.com] Sent: Tuesday, September 21, 2010 7:04 PM To: G, Manjunath Kondaiah Cc: linux-omap@vger.kernel.org; linux-in...@vger.kernel.org; Dmitry Torokhov; linux-arm-ker...@lists.infradead.org; Tony Lindgren

[GIT PULL] omap2 sparse fixes

2010-09-22 Thread G, Manjunath Kondaiah
for BKL removal are available in the git repository at: git://dev.omapzoom.org/pub/scm/manju/kernel-omap3-dev.git sparse_fixes G, Manjunath Kondaiah (10): OMAP: mach-omap2: Fix incorrect assignment warnings OMAP: mach-omap2: Fix static declaration warnings OMAP: mach-omap2: Fix

RE: [PATCH v2] OMAP3: Keypad: Fix failure exit path in probe

2010-09-22 Thread G, Manjunath Kondaiah
Hi Dmitry, -Original Message- From: Dmitry Torokhov [mailto:dmitry.torok...@gmail.com] Sent: Tuesday, September 21, 2010 9:57 PM To: G, Manjunath Kondaiah Cc: Ameya Palande; linux-omap@vger.kernel.org; linux-in...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; Tony

RE: [PATCHv3 8/17] dmtimer: register mappings moved to hwmod database

2010-09-22 Thread G, Manjunath Kondaiah
Hi Tarun, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of DebBarma, Tarun Kanti Sent: Tuesday, September 21, 2010 2:24 PM To: linux-omap@vger.kernel.org Cc: DebBarma, Tarun Kanti; Basak, Partha; Shilimkar, Santosh;

RE: [PATCHv3 7/17] dmtimer: use list instead of static array

2010-09-22 Thread G, Manjunath Kondaiah
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of DebBarma, Tarun Kanti Sent: Tuesday, September 21, 2010 2:23 PM To: linux-omap@vger.kernel.org Cc: DebBarma, Tarun Kanti; Cousson, Benoit; Paul Walmsley; Kevin

RE: [PATCHv3 2/17] dmtimer: infrastructure to support hwmod

2010-09-22 Thread G, Manjunath Kondaiah
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of DebBarma, Tarun Kanti Sent: Tuesday, September 21, 2010 2:21 PM To: linux-omap@vger.kernel.org Cc: DebBarma, Tarun Kanti; Basak, Partha; Gopinath, Thara; Cousson,

RE: [PATCHv3 1/17] OMAP2/3/4:dmtimer:add device names to flck nodes

2010-09-22 Thread G, Manjunath Kondaiah
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of DebBarma, Tarun Kanti Sent: Tuesday, September 21, 2010 2:21 PM To: linux-omap@vger.kernel.org Cc: Gopinath, Thara; Basak, Partha; DebBarma, Tarun Kanti; Cousson,

RE: [PATCHv3 0/17] OMAP dmtimer hwmod

2010-09-22 Thread G, Manjunath Kondaiah
Here is checkpatch and sparse warnings for this series: $./scripts/checkpatch.pl --strict timer_patches/*.patch CHECK: multiple assignments should be avoided #182: FILE: arch/arm/mach-omap1/dmtimer.c:127: + res[1].start = res[1].end = irq; total: 0 errors, 0 warnings, 1 checks,

RE: [GIT PULL] omap2 sparse fixes

2010-09-24 Thread G, Manjunath Kondaiah
-dev.git sparse_fixes G, Manjunath Kondaiah (10): OMAP: mach-omap2: Fix incorrect assignment warnings OMAP: mach-omap2: Fix static declaration warnings OMAP: mach-omap2: Fix static function warnings OMAP: mach-omap2: Fix miscellaneous sparse warnings OMAP: plat-omap: Fix

RE: [GIT PULL] omap2 sparse fixes

2010-09-25 Thread G, Manjunath Kondaiah
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Saturday, September 25, 2010 5:49 AM To: G, Manjunath Kondaiah Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org Subject: Re: [GIT PULL] omap2 sparse fixes * G, Manjunath Kondaiah manj

RE: [PATCH v2 08/10] TWL IRQ: Fix fucntion declaration warnings

2010-09-27 Thread G, Manjunath Kondaiah
Hi Samuel, -Original Message- From: Samuel Ortiz [mailto:sa...@linux.intel.com] Sent: Monday, September 27, 2010 4:46 PM To: G, Manjunath Kondaiah Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org; Tony Lindgren; Menon, Nishanth Subject: Re: [PATCH v2 08/10

RE: [GIT PULL] omap2 sparse fixes

2010-09-27 Thread G, Manjunath Kondaiah
Hi Tony, -Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Saturday, September 25, 2010 5:49 AM To: G, Manjunath Kondaiah Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org Subject: Re: [GIT PULL] omap2 sparse fixes * G, Manjunath

RE: [PATCH v2 08/10] TWL IRQ: Fix fucntion declaration warnings

2010-09-27 Thread G, Manjunath Kondaiah
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of G, Manjunath Kondaiah Sent: Monday, September 27, 2010 6:40 PM To: Samuel Ortiz Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org; Tony Lindgren

RE: [GIT PULL] omap2 sparse fixes

2010-09-27 Thread G, Manjunath Kondaiah
Hi Russell, -Original Message- From: Russell King - ARM Linux [mailto:li...@arm.linux.org.uk] Sent: Monday, September 27, 2010 7:38 PM To: G, Manjunath Kondaiah Cc: Tony Lindgren; linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org Subject: Re: [GIT PULL] omap2

RE: [GIT PULL] omap2 sparse fixes

2010-09-28 Thread G, Manjunath Kondaiah
Tony, -Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Saturday, September 25, 2010 5:49 AM To: G, Manjunath Kondaiah Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org Subject: Re: [GIT PULL] omap2 sparse fixes * G, Manjunath Kondaiah

RE: [GIT PULL] omap2 sparse fixes

2010-09-28 Thread G, Manjunath Kondaiah
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Tuesday, September 28, 2010 8:52 PM To: G, Manjunath Kondaiah Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org; Samuel Ortiz; Dmitry Torokhov; linux-...@lists.infradead.org; Russell King

RE: [GIT PULL] omap2 sparse fixes

2010-09-29 Thread G, Manjunath Kondaiah
Tony, -Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Wednesday, September 29, 2010 12:02 AM To: G, Manjunath Kondaiah Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org; Samuel Ortiz; Dmitry Torokhov; linux-...@lists.infradead.org

RE: [GIT PULL] omap2 sparse fixes

2010-09-29 Thread G, Manjunath Kondaiah
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Thursday, September 30, 2010 3:27 AM To: G, Manjunath Kondaiah Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org; Samuel Ortiz; Dmitry Torokhov; linux-...@lists.infradead.org; Russell

RE: [PATCH v2 03/10] OMAP: mach-omap2: Fix static function warnings

2010-09-29 Thread G, Manjunath Kondaiah
Hi Paul, -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Thursday, September 30, 2010 3:06 AM To: G, Manjunath Kondaiah Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org; Tony Lindgren; Menon, Nishanth Subject: Re: [PATCH v2 03/10] OMAP

RE: [PATCH 2/2] OMAP3: DMA: Errata: sDMA FIFO draining does not finish

2010-10-01 Thread G, Manjunath Kondaiah
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Peter Ujfalusi Sent: Friday, October 01, 2010 2:22 PM To: Menon, Nishanth Cc: Tony Lindgren; linux-omap@vger.kernel.org; Jarkko Nikula; Liam Girdwood Subject: Re:

RE: [PATCH 2/2] OMAP3: DMA: Errata: sDMA FIFO draining does not finish

2010-10-01 Thread G, Manjunath Kondaiah
-Original Message- From: Menon, Nishanth Sent: Friday, October 01, 2010 3:13 PM To: G, Manjunath Kondaiah Cc: Peter Ujfalusi; Tony Lindgren; linux-omap@vger.kernel.org; Jarkko Nikula; Liam Girdwood Subject: Re: [PATCH 2/2] OMAP3: DMA: Errata: sDMA FIFO draining does

RE: [PATCH 2/2] OMAP3: DMA: Errata: sDMA FIFO draining does not finish

2010-10-01 Thread G, Manjunath Kondaiah
-Original Message- From: Peter Ujfalusi [mailto:peter.ujfal...@nokia.com] Sent: Friday, October 01, 2010 4:11 PM To: G, Manjunath Kondaiah Cc: Menon, Nishanth; Tony Lindgren; linux-omap@vger.kernel.org; Jarkko Nikula; Liam Girdwood Subject: Re: [PATCH 2/2] OMAP3: DMA: Errata

RE: [PATCH v2 3/4] omap4 hsmmc: Register offset handling

2010-10-01 Thread G, Manjunath Kondaiah
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Kadiyala, Kishore Sent: Saturday, September 18, 2010 10:04 PM To: linux-...@vger.kernel.org; linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org Cc:

[PATCH] OMAP2plus: PM: omap_device: API for set/get MIDLE mode

2010-10-01 Thread G, Manjunath Kondaiah
to their modules if there is no other methods to resolve. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Paul Walmsley p...@pwsan.com --- arch/arm/mach-omap2/omap_hwmod.c | 83 ++ arch/arm/plat-omap/include/plat

RE: [PATCH] OMAP2plus: PM: omap_device: API for set/get MIDLE mode

2010-10-01 Thread G, Manjunath Kondaiah
-Manjunath -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of G, Manjunath Kondaiah Sent: Saturday, October 02, 2010 9:09 AM To: linux-omap@vger.kernel.org Cc: Kevin Hilman; Paul Walmsley Subject: [PATCH] OMAP2plus: PM

RE: [PATCH v3 1/2] omap: dma: Fix buffering disable bit setting for omap24xx

2010-10-01 Thread G, Manjunath Kondaiah
Peter, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Peter Ujfalusi Sent: Friday, October 01, 2010 6:06 PM To: Tony Lindgren Cc: linux-omap@vger.kernel.org; Jarkko Nikula; Liam Girdwood Subject: [PATCH v3 1/2]

RE: [PATCH v3 2/2] OMAP3: DMA: Errata: sDMA FIFO draining does not finish

2010-10-01 Thread G, Manjunath Kondaiah
I can rebase this patch on top of dma hwmod changes. Acked-by : G, Manjunath Kondaiah manj...@ti.com -Manjunath -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

RE: NOTE: hwmod changes merged to linux-omap master for testing

2010-10-04 Thread G, Manjunath Kondaiah
Hi Tony, With latest merges on master branch with commit ID: 0882b1455797b0a104978000a622c3f2412e7cf5 omap: READ CAREFULLY: Fix build after merging in hwmod support for testing Booting with zoom3 seems to be fine but observed issues with omap4 blaze board. Looks like multiple warning dumps and

RE: [PATCH v3 1/2] omap: dma: Fix buffering disable bit setting for omap24xx

2010-10-04 Thread G, Manjunath Kondaiah
Peter, -Original Message- From: Peter Ujfalusi [mailto:peter.ujfal...@nokia.com] Sent: Monday, October 04, 2010 12:46 PM To: G, Manjunath Kondaiah Cc: Jarkko Nikula; Tony Lindgren; linux-omap@vger.kernel.org; Liam Girdwood Subject: Re: [PATCH v3 1/2] omap: dma: Fix buffering

RE: NOTE: hwmod changes merged to linux-omap master for testing

2010-10-04 Thread G, Manjunath Kondaiah
-Original Message- From: Ohad Ben-Cohen [mailto:o...@wizery.com] Sent: Monday, October 04, 2010 6:03 PM To: G, Manjunath Kondaiah Cc: Tony Lindgren; linux-omap@vger.kernel.org Subject: Re: NOTE: hwmod changes merged to linux-omap master for testing On Mon, Oct 4, 2010 at 2:20

RE: NOTE: hwmod changes merged to linux-omap master for testing

2010-10-04 Thread G, Manjunath Kondaiah
-Original Message- From: Ohad Ben-Cohen [mailto:o...@wizery.com] Sent: Monday, October 04, 2010 5:44 PM To: G, Manjunath Kondaiah Cc: Tony Lindgren; linux-omap@vger.kernel.org Subject: Re: NOTE: hwmod changes merged to linux-omap master for testing On Mon, Oct 4, 2010 at 2:13

RE: NOTE: hwmod changes merged to linux-omap master for testing

2010-10-04 Thread G, Manjunath Kondaiah
-Original Message- From: Govindraj [mailto:govindraj...@gmail.com] Sent: Monday, October 04, 2010 2:50 PM To: G, Manjunath Kondaiah Cc: Tony Lindgren; linux-omap@vger.kernel.org Subject: Re: NOTE: hwmod changes merged to linux-omap master for testing On Mon, Oct 4, 2010 at 1

RE: [PATCH v4 1/4] omap: dma: Fix buffering disable bit setting for omap24xx

2010-10-04 Thread G, Manjunath Kondaiah
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Peter Ujfalusi Sent: Monday, October 04, 2010 1:48 PM To: Tony Lindgren Cc: linux-omap@vger.kernel.org; Jarkko Nikula; linux-arm-ker...@lists.infradead.org Subject:

RE: [PATCH v4 4/4] OMAP3: DMA: Errata i541: sDMA FIFO draining does not finish

2010-10-04 Thread G, Manjunath Kondaiah
-Original Message- From: Peter Ujfalusi [mailto:peter.ujfal...@nokia.com] Sent: Monday, October 04, 2010 4:13 PM To: G, Manjunath Kondaiah Cc: Tony Lindgren; linux-omap@vger.kernel.org; Jarkko Nikula; linux-arm-ker...@lists.infradead.org Subject: Re: [PATCH v4 4/4] OMAP3: DMA

RE: [PATCH v4 3/4] OMAP2: DMA: Use errata flag for disabling buffering

2010-10-04 Thread G, Manjunath Kondaiah
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Peter Ujfalusi Sent: Monday, October 04, 2010 1:48 PM To: Tony Lindgren Cc: linux-omap@vger.kernel.org; Jarkko Nikula; linux-arm-ker...@lists.infradead.org Subject:

RE: [PATCH v2] OMAP3: Keypad: Fix failure exit path in probe

2010-10-04 Thread G, Manjunath Kondaiah
Dmitry, As agreed, can you push this patch? https://patchwork.kernel.org/patch/197442/ -Manjunath -Original Message- From: Dmitry Torokhov [mailto:dmitry.torok...@gmail.com] Sent: Tuesday, September 21, 2010 9:57 PM To: G, Manjunath Kondaiah Cc: Ameya Palande; linux-omap

RE: [PATCH v4 4/4] OMAP3: DMA: Errata i541: sDMA FIFO draining does not finish

2010-10-04 Thread G, Manjunath Kondaiah
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Peter Ujfalusi Sent: Monday, October 04, 2010 1:48 PM To: Tony Lindgren Cc: linux-omap@vger.kernel.org; Jarkko Nikula; linux-arm-ker...@lists.infradead.org Subject:

RE: [PATCH v3 1/2] omap: dma: Fix buffering disable bit setting for omap24xx

2010-10-04 Thread G, Manjunath Kondaiah
-Original Message- From: Jarkko Nikula [mailto:jhnik...@gmail.com] Sent: Monday, October 04, 2010 11:13 AM To: G, Manjunath Kondaiah Cc: Peter Ujfalusi; Tony Lindgren; linux-omap@vger.kernel.org; Liam Girdwood Subject: Re: [PATCH v3 1/2] omap: dma: Fix buffering disable bit

RE: [PATCH v3 1/2] omap: dma: Fix buffering disable bit setting for omap24xx

2010-10-04 Thread G, Manjunath Kondaiah
-Original Message- From: Peter Ujfalusi [mailto:peter.ujfal...@nokia.com] Sent: Monday, October 04, 2010 11:45 AM To: G, Manjunath Kondaiah Cc: Jarkko Nikula; Tony Lindgren; linux-omap@vger.kernel.org; Liam Girdwood Subject: Re: [PATCH v3 1/2] omap: dma: Fix buffering disable

RE: NOTE: hwmod changes merged to linux-omap master for testing

2010-10-04 Thread G, Manjunath Kondaiah
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Monday, October 04, 2010 8:36 PM To: G, Manjunath Kondaiah Cc: Tony Lindgren; linux-omap@vger.kernel.org Subject: Re: NOTE: hwmod changes merged to linux-omap master for testing G, Manjunath

RE: NOTE: hwmod changes merged to linux-omap master for testing

2010-10-04 Thread G, Manjunath Kondaiah
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of G, Manjunath Kondaiah Sent: Monday, October 04, 2010 10:16 PM To: Kevin Hilman Cc: Tony Lindgren; linux-omap@vger.kernel.org Subject: RE: NOTE: hwmod changes

RE: [PATCH v2] OMAP3: Keypad: Fix failure exit path in probe

2010-10-04 Thread G, Manjunath Kondaiah
-Original Message- From: Dmitry Torokhov [mailto:dmitry.torok...@gmail.com] Sent: Monday, October 04, 2010 11:59 PM To: G, Manjunath Kondaiah Cc: Ameya Palande; linux-omap@vger.kernel.org; linux-in...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; Tony Lindgren

RE: NOTE: hwmod changes merged to linux-omap master for testing

2010-10-05 Thread G, Manjunath Kondaiah
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Tuesday, October 05, 2010 1:05 AM To: G, Manjunath Kondaiah Cc: Tony Lindgren; linux-omap@vger.kernel.org Subject: Re: NOTE: hwmod changes merged to linux-omap master for testing G, Manjunath

RE: [PATCH v5 1/3] omap: dma: Fix buffering disable bit setting for omap24xx

2010-10-05 Thread G, Manjunath Kondaiah
|= OMAP_DMA_CCR_BUFFERING_DISABLE; Acked-by: G, Manjunath Kondaiah manj...@ti.com -Manjunath-- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

  1   2   3   4   5   >