RE: [PATCH v2] usb: musb: Enable DMA mode1 RX for USB-Mass-Storage

2011-07-19 Thread Gadiyar, Anand
From: Vikram Pandita vikram.pand...@ti.com This patch enables the DMA mode1 RX support. This feature is enabled based on the short_not_ok flag passed from gadget drivers. This will result in a thruput performance gain of around 40% for USB mass-storage/mtp use cases. Based on Original

Re: [PATCH v2] usb: musb: Enable DMA mode1 RX for USB-Mass-Storage

2011-07-19 Thread Pandita, Vikram
On Mon, Jul 18, 2011 at 11:22 PM, Gadiyar, Anand gadi...@ti.com wrote: From: Vikram Pandita vikram.pand...@ti.com This patch enables the DMA mode1 RX support. This feature is enabled based on the short_not_ok flag passed from gadget drivers. This will result in a thruput performance gain of

RE: [PATCH v2] usb: musb: Enable DMA mode1 RX for USB-Mass-Storage

2011-07-19 Thread Gadiyar, Anand
Pandita, Vikram wrote: On Mon, Jul 18, 2011 at 11:22 PM, Gadiyar, Anand gadi...@ti.com wrote: From: Vikram Pandita vikram.pand...@ti.com This patch enables the DMA mode1 RX support. This feature is enabled based on the short_not_ok flag passed from gadget drivers. This will result

Re: [PATCHv3 2/6] omap: voltage: change code to use new location of voltage.h and vp.h

2011-07-19 Thread Tero Kristo
On Mon, 2011-07-18 at 20:16 +0200, Balbi, Felipe wrote: Hi, On Mon, Jul 18, 2011 at 08:35:18PM +0300, Tero Kristo wrote: These are now under plat-omap/include/plat. Signed-off-by: Tero Kristo t-kri...@ti.com this has to be folded into previous patch, otherwise we will have a broken

Re: [PATCHv3 1/6] OMAP: move voltage.h and vp.h under platform include directory

2011-07-19 Thread Tero Kristo
On Mon, 2011-07-18 at 20:16 +0200, Balbi, Felipe wrote: Hi, On Mon, Jul 18, 2011 at 08:35:17PM +0300, Tero Kristo wrote: This is needed so that these include files can be accessed from drivers. Signed-off-by: Tero Kristo t-kri...@ti.com --- arch/arm/mach-omap2/voltage.h

Re: [PATCHv3 3/6] regulator: omap smps regulator driver

2011-07-19 Thread Tero Kristo
On Tue, 2011-07-19 at 01:40 +0200, Hilman, Kevin wrote: Felipe Balbi ba...@ti.com writes: On Mon, Jul 18, 2011 at 08:35:19PM +0300, Tero Kristo wrote: diff --git a/drivers/regulator/omap-smps-regulator.c b/drivers/regulator/omap-smps-regulator.c new file mode 100644 index

Re: [PATCHv3 3/6] regulator: omap smps regulator driver

2011-07-19 Thread Tero Kristo
On Mon, 2011-07-18 at 20:22 +0200, Balbi, Felipe wrote: Hi, On Mon, Jul 18, 2011 at 08:35:19PM +0300, Tero Kristo wrote: diff --git a/drivers/regulator/omap-smps-regulator.c b/drivers/regulator/omap-smps-regulator.c new file mode 100644 index 000..8b56e4f --- /dev/null +++

Re: [PATCH v2] usb: musb: Enable DMA mode1 RX for USB-Mass-Storage

2011-07-19 Thread Pandita, Vikram
On Tue, Jul 19, 2011 at 12:46 AM, Gadiyar, Anand gadi...@ti.com wrote: Pandita, Vikram wrote: On Mon, Jul 18, 2011 at 11:22 PM, Gadiyar, Anand gadi...@ti.com wrote: snip But you can't just change authorship when the entire functional code is the same. (It doesn't matter much to me - I'm not as

Re: [PATCHv3 4/6] omap3: pmic: add API to get common SMPS regulators

2011-07-19 Thread Tero Kristo
On Mon, 2011-07-18 at 20:23 +0200, Balbi, Felipe wrote: Hi, On Mon, Jul 18, 2011 at 08:35:20PM +0300, Tero Kristo wrote: diff --git a/arch/arm/mach-omap2/twl-common.h b/arch/arm/mach-omap2/twl-common.h index 5e83a5b..fde8467 100644 --- a/arch/arm/mach-omap2/twl-common.h +++

RE: [PATCH v2] usb: musb: Enable DMA mode1 RX for USB-Mass-Storage

2011-07-19 Thread Gadiyar, Anand
Pandita, Vikram wrote: On Tue, Jul 19, 2011 at 12:46 AM, Gadiyar, Anand gadi...@ti.com wrote: Pandita, Vikram wrote: On Mon, Jul 18, 2011 at 11:22 PM, Gadiyar, Anand gadi...@ti.com wrote: snip But you can't just change authorship when the entire functional code is the same. (It doesn't

[PATCH v3] usb: musb: Enable DMA mode1 RX for USB-Mass-Storage

2011-07-19 Thread Vikram Pandita
From: Anand Gadiyar gadi...@ti.com This patch enables the DMA mode1 RX support. This feature is enabled based on the short_not_ok flag passed from gadget drivers. This will result in a thruput performance gain of around 40% for USB mass-storage/mtp use cases. Signed-off-by: Anand Gadiyar

Re: [PATCHv3 3/6] regulator: omap smps regulator driver

2011-07-19 Thread Graeme Gregory
On 07/18/2011 06:35 PM, Tero Kristo wrote: OMAP SMPS regulator driver provides access to OMAP voltage processor controlled regulators. These include VDD_MPU and VDD_CORE for OMAP3 and additionally VDD_IVA for OMAP4. SMPS regulators use the OMAP voltage layer for the actual voltage regulation

[RFC 0/2 v2] join omap4panda and pcm049

2011-07-19 Thread Jan Weitzel
Try to join both boards. Only compile testet. basis for discusson Jan Weitzel (2): omap4: board-omap4panda: prepare for join omap4: board-omap4pcm049: add Phytec phyCORE-OMAP4 arch/arm/mach-omap2/Kconfig |6 + arch/arm/mach-omap2/Makefile |5 +

[RFC 1/2] omap4: board-omap4panda: prepare for join

2011-07-19 Thread Jan Weitzel
Prepare board-omap4panda for joing other similar boards. Split common stuff into board-omap4panda-common. MUX: board_mux and omap4_panda_mux omap4_common_preinit: for muxing omap4_common_init: all common devices struct panda_board_data: gpios, omap_board_data, i2c_board_info ... some

[RFC 2/2] omap4: board-omap4pcm049: add Phytec phyCORE-OMAP4

2011-07-19 Thread Jan Weitzel
Adds support for the Phytec OMAP4430 board called phyCORE-OMAP4 PCM049. Signed-off-by: Jan Weitzel j.weit...@phytec.de --- arch/arm/mach-omap2/Kconfig |6 + arch/arm/mach-omap2/Makefile |4 + arch/arm/mach-omap2/board-omap4pcm049.c | 368

Re: conflicts between omap/cleanup branch and omap_dss2 tree

2011-07-19 Thread Archit Taneja
Hi, On Monday 18 July 2011 01:38 PM, Tony Lindgren wrote: * Arnd Bergmanna...@arndb.de [110717 14:36]: Hi Paul and Tomi, I'm trying to get the arm-soc tree integrated into linux-next, but right now that fails because of lots of conflicts in the arch/arm/mach-omap2/clock44xx_data.c and

Re: conflicts between omap/cleanup branch and omap_dss2 tree

2011-07-19 Thread Arnd Bergmann
On Tuesday 19 July 2011, Archit Taneja wrote: Tomi is on vacation right now, but he checks his mail once in a while, so we may get a response soon. Tomi's for-next branch is not up to date yet. So it shouldn't be considered for now. The HWMOD patches in Tomi's for-next branch will be

RE: [PATCHV2] OMAP4: OPP: add OMAP4460 definitions

2011-07-19 Thread Vishwanath Sripathy
Kevin/Paul, I see that this patch is not queued for 3.1 merge window. Any issues/comments on this patch? Vishwa -Original Message- From: Vishwanath BS [mailto:vishwanath...@ti.com] Sent: Monday, July 04, 2011 11:11 AM To: linux-omap@vger.kernel.org Cc: Vishwanath BS; Nishanth Menon

[PATCH] arm: omap: usb: clock enable typo fix in usbhs driver

2011-07-19 Thread Keshava Munegowda
From: Keshava Munegowda keshava_mgo...@ti.com The usbhs_disable function was invoking clk_enable api instead of clk_disable; The clk_disable is called to disble the port clocks of usbhs Signed-off-by: Keshava Munegowda keshava_mgo...@ti.com --- drivers/mfd/omap-usb-host.c |4 ++-- 1 files

Re: [PATCHV2] OMAP4: OPP: add OMAP4460 definitions

2011-07-19 Thread Kevin Hilman
Vishwanath Sripathy vishwanath...@ti.com writes: I see that this patch is not queued for 3.1 merge window. Any issues/comments on this patch? I did not look at this patch as it came late in the development cycle. A quick glance now suggests it has a few minor problems. - patch was not Cc's

Re: [PATCH v3] usb: musb: Enable DMA mode1 RX for USB-Mass-Storage

2011-07-19 Thread Kevin Hilman
Vikram Pandita vikram.pand...@ti.com writes: From: Anand Gadiyar gadi...@ti.com This patch enables the DMA mode1 RX support. This feature is enabled based on the short_not_ok flag passed from gadget drivers. This will result in a thruput performance gain of around 40% for USB

Re: [PATCHv3 3/6] regulator: omap smps regulator driver

2011-07-19 Thread Mark Brown
On Mon, Jul 18, 2011 at 08:35:19PM +0300, Tero Kristo wrote: OMAP SMPS regulator driver provides access to OMAP voltage processor controlled regulators. These include VDD_MPU and VDD_CORE for OMAP3 and additionally VDD_IVA for OMAP4. SMPS regulators use the OMAP voltage layer for the actual

Re: [PATCHv3 3/6] regulator: omap smps regulator driver

2011-07-19 Thread Tero Kristo
On Tue, 2011-07-19 at 17:38 +0200, Mark Brown wrote: On Mon, Jul 18, 2011 at 08:35:19PM +0300, Tero Kristo wrote: OMAP SMPS regulator driver provides access to OMAP voltage processor controlled regulators. These include VDD_MPU and VDD_CORE for OMAP3 and additionally VDD_IVA for OMAP4. SMPS

Re: [PATCH 3/4] dt: omap3: add generic board file for dt support

2011-07-19 Thread Grant Likely
On Mon, Jul 18, 2011 at 02:07:10AM -0700, Tony Lindgren wrote: * Grant Likely grant.lik...@secretlab.ca [110716 22:08]: The way I see it, you've got two options: 1) modify the of_platform_bus_create() to call some kind of of_platform_bus_create_omap() for devices that match

Re: [PATCH 3/4] dt: omap3: add generic board file for dt support

2011-07-19 Thread Grant Likely
On Mon, Jul 18, 2011 at 03:45:57PM +0530, G, Manjunath Kondaiah wrote: Hi Grant, On 17 July 2011 10:43, Grant Likely grant.lik...@secretlab.ca wrote: Hi Manjunath, Comments below.  I left in a lot of context for the new folks that I've cc'd (Tony and Kevin). On Sat, Jul 16, 2011 at

Re: [PATCH 3/4] dt: omap3: add generic board file for dt support

2011-07-19 Thread Grant Likely
On Tue, Jul 19, 2011 at 11:28:53AM +0530, G, Manjunath Kondaiah wrote: Grant/Kevin, On Sun, Jul 17, 2011 at 10:43 AM, Grant Likely grant.lik...@secretlab.ca wrote: Hi Manjunath, Comments below.  I left in a lot of context for the new folks that I've cc'd (Tony and Kevin). On Sat,

Re: [PATCH] MTD: Nand: use MTD_NAND_OMAP2 for OMAP4

2011-07-19 Thread Artem Bityutskiy
On Fri, 2011-07-15 at 12:52 +0200, Jan Weitzel wrote: config MTD_NAND_OMAP2 tristate NAND Flash device on OMAP2 and OMAP3 I guess you need to add OMAP4 to the string above as well. - depends on ARM (ARCH_OMAP2 || ARCH_OMAP3) + depends on ARM (ARCH_OMAP2 || ARCH_OMAP3 ||

[PATCH v4] usb: musb: Enable DMA mode1 RX for USB-Mass-Storage

2011-07-19 Thread Vikram Pandita
From: Anand Gadiyar gadi...@ti.com This patch enables the DMA mode1 RX support. This feature is enabled based on the short_not_ok flag passed from gadget drivers. This will result in a thruput performance gain of around 40% for USB mass-storage/mtp use cases. Signed-off-by: Anand Gadiyar

Re: [PATCH v4] usb: musb: Enable DMA mode1 RX for USB-Mass-Storage

2011-07-19 Thread Jassi Brar
On Wed, Jul 20, 2011 at 10:41 AM, Vikram Pandita vikram.pand...@ti.com wrote: From: Anand Gadiyar gadi...@ti.com This patch enables the DMA mode1 RX support. This feature is enabled based on the short_not_ok flag passed from gadget drivers. This will result in a thruput performance gain of

Re: [PATCH v4] usb: musb: Enable DMA mode1 RX for USB-Mass-Storage

2011-07-19 Thread Pandita, Vikram
On Tue, Jul 19, 2011 at 10:34 PM, Jassi Brar jassisinghb...@gmail.com wrote: On Wed, Jul 20, 2011 at 10:41 AM, Vikram Pandita vikram.pand...@ti.com wrote: From: Anand Gadiyar gadi...@ti.com This patch enables the DMA mode1 RX support. This feature is enabled based on the short_not_ok

Re: [PATCH v4] usb: musb: Enable DMA mode1 RX for USB-Mass-Storage

2011-07-19 Thread Jassi Brar
On Wed, Jul 20, 2011 at 11:15 AM, Pandita, Vikram vikram.pand...@ti.com wrote: On Tue, Jul 19, 2011 at 10:34 PM, Jassi Brar jassisinghb...@gmail.com wrote: On Wed, Jul 20, 2011 at 10:41 AM, Vikram Pandita vikram.pand...@ti.com wrote: From: Anand Gadiyar gadi...@ti.com This patch enables