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

2011-07-18 Thread Gadiyar, Anand
> From: Vikram Pandita > > 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 work by > A

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

2011-07-18 Thread G, Manjunath Kondaiah
Grant/Kevin, On Sun, Jul 17, 2011 at 10:43 AM, Grant Likely 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 2:07 PM, G, Manjunath Kondaiah wrote: >> On Thu, Jul 14, 2011 at 4:45 AM, Grant Like

Re: [RFC 7/8] drivers: introduce rpmsg, a remote-processor messaging bus

2011-07-18 Thread Ohad Ben-Cohen
Hi Pavel, On Thu, Jun 9, 2011 at 8:12 PM, Pavel Machek wrote: > So this is basically networking... right? Why not implement it as > sockets? (accept, connect, read, write)? This patch focuses on adding the core rpmsg kernel infrastructure. The next step, after getting the basic stuff in, would b

Example: Plain Text Message

2011-07-18 Thread Smart Williams
: This is a test message. Best Regards, Smart Williams wsmar...@yahoo.nl Sent on 2011-07-18 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majo

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

2011-07-18 Thread Vikram Pandita
From: Vikram Pandita 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 work by Anand Gadiyar on 2.6.3

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

2011-07-18 Thread Kevin Hilman
Tero Kristo writes: > This is needed so that these include files can be accessed from drivers. I think you can get by with a with simply an opaque struct voltagedomain, and the definitions of the functions needed by the regulator driver (currently only voltdm_scale, omap_vp_get_curr_volt). Then

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

2011-07-18 Thread Kevin Hilman
Felipe Balbi 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 000..8b56e4f >> --- /dev/null >> +++ b/drivers/regulator/omap-smps-regulat

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

2011-07-18 Thread Pandita, Vikram
On Sat, Jul 16, 2011 at 4:22 AM, Sergei Shtylyov wrote: > > Hello. > > On 16-07-2011 3:44, Vikram Pandita wrote: > >> From: Vikram Pandita > >> 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 resu

Re: [PATCH] omap-serial: Allow IXON and IXOFF to be disabled.

2011-07-18 Thread Nick Pelly
On Thu, Jul 14, 2011 at 10:37 PM, Govindraj wrote: > > On Fri, Jul 15, 2011 at 12:19 AM, Nick Pelly wrote: > > Fixes logic bug that software flow control cannot be disabled, because > > serial_omap_configure_xonxoff() is not called if both IXON and IXOFF bits > > are cleared. > > > > Thanks, Good

Re: [RFC 7/8] drivers: introduce rpmsg, a remote-processor messaging bus

2011-07-18 Thread Pavel Machek
Hi! > @@ -0,0 +1,75 @@ > +What:/sys/bus/rpmsg/devices/.../name > +Date:June 2011 > +KernelVersion: 3.2 > +Contact: Ohad Ben-Cohen > +Description: > + Every rpmsg device is a communication channel with a remote > + processor. Channe

Re: [PATCH 1/6] OMAP4: Add missing clock divider for OCP_ABE_ICLK

2011-07-18 Thread Jon Hunter
On 7/18/2011 15:57, Jon Hunter wrote: On further inspection of the clock44xx_data.c, it appears that all interface clocks are called xxx_fck and not xxx_ick. I will ask Benoit about this. However, this particular clock we are dealing with here is an interface clock. Actually, the above it not

Re: [PATCH 1/6] OMAP4: Add missing clock divider for OCP_ABE_ICLK

2011-07-18 Thread Jon Hunter
On 7/15/2011 9:34, Jon Hunter wrote: 2). The "ocp_abe_iclk" is an interface clock and is not a parent to any other functional clock and therefore, is not driving any internal logic in a peripheral which would have a direct impact of the speed of that peripheral. However, there does appear to be

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

2011-07-18 Thread Felipe Balbi
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 > +++ b/arch/arm/mach-omap2/twl-common.h > @@ -25,6 +25,11 @@ > #define T

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

2011-07-18 Thread Felipe Balbi
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 > +++ b/drivers/regulator/omap-smps-regulator.c > @@ -0,0 +1,179 @@ >

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

2011-07-18 Thread Felipe Balbi
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 this has to be folded into previous patch, otherwise we will have a broken bisection point. -- balbi signature.asc Description: Digital signature

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

2011-07-18 Thread Felipe Balbi
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 > --- > arch/arm/mach-omap2/voltage.h | 180 > - > arch/arm/mach-omap2/vp.h

Re: [PATCHv3 0/6] OMAP SMPS regulator driver

2011-07-18 Thread Tero Kristo
On Mon, 2011-07-18 at 19:35 +0200, Kristo, Tero wrote: > Hello, > > Main changes compared to v2: > > - cleanup should now work better > - register all available regulators always, if no initdata => readonly > - added board init support functionality to twl-common > - constraints not touched by th

[PATCHv3 6/6] TEMP: OMAP3: beagle rev-c4: enable OPP6

2011-07-18 Thread Tero Kristo
Beagleboard rev-c4 has a speed sorted OMAP3530 chip which can run at 720MHz. This is a temporary patch for supporting this set only, do not integrate. Signed-off-by: Tero Kristo --- arch/arm/mach-omap2/board-omap3beagle.c | 32 +++ arch/arm/mach-omap2/opp3xxx_data.

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

2011-07-18 Thread Tero Kristo
omap3_pmic_get_smps_config can now be used to get regulator configuration for MPU and CORE SMPS regulators. This should be expanded later to add IVA SMPS regulator for OMAP4. Signed-off-by: Tero Kristo --- arch/arm/mach-omap2/twl-common.c | 62 ++ arch/arm/m

[PATCHv3 5/6] omap3: beagleboard: add SMPS regulators

2011-07-18 Thread Tero Kristo
This is using the common API defined in twl-common. Signed-off-by: Tero Kristo --- arch/arm/mach-omap2/board-omap3beagle.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c index 32f5f89.

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

2011-07-18 Thread Tero Kristo
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 operations. Signed-off-by: Tero Kristo Cc: Kevi

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

2011-07-18 Thread Tero Kristo
These are now under plat-omap/include/plat. Signed-off-by: Tero Kristo --- arch/arm/mach-omap2/io.c |2 +- arch/arm/mach-omap2/omap_opp_data.h |3 +-- arch/arm/mach-omap2/omap_twl.c|2 +- arch/arm/mach-omap2/pm.c |

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

2011-07-18 Thread Tero Kristo
This is needed so that these include files can be accessed from drivers. Signed-off-by: Tero Kristo --- arch/arm/mach-omap2/voltage.h | 180 - arch/arm/mach-omap2/vp.h | 128 arch/arm/plat-omap/include/plat/voltage.h

[PATCHv3 0/6] OMAP SMPS regulator driver

2011-07-18 Thread Tero Kristo
Hello, Main changes compared to v2: - cleanup should now work better - register all available regulators always, if no initdata => readonly - added board init support functionality to twl-common - constraints not touched by the driver anymore Tested on omap3 beagle. -Tero Texas Instruments Oy

Re: [PATCH] omap1: select GENERIC_IRQ_CHIP for TI OMAP1

2011-07-18 Thread Kevin Hilman
Axel Lin writes: > 2011/6/28 Kevin Hilman : >> Axel Lin writes: >> >>> The gpio-omap driver has been converted to use generic IRQ chip. >>> Thus select GENERIC_IRQ_CHIP for TI OMAP1 to fix below build error. >>> >>>   LD      vmlinux >>> drivers/built-in.o: In function `omap_mpuio_alloc_gc': >>>

Re: [PATCHv5 01/11] OMAP: prcm: switch to a chained IRQ handler mechanism

2011-07-18 Thread Tero Kristo
On Fri, 2011-07-15 at 18:40 +0200, Todd Poynor wrote: > On Tue, Jul 05, 2011 at 01:27:47PM +0300, Tero Kristo wrote: > > Introduce a chained interrupt handler mechanism for the PRCM > > interrupt, so that individual PRCM event can cleanly be handled by > > handlers in separate drivers. We do this b

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

2011-07-18 Thread G, Manjunath Kondaiah
Hi Grant, On 17 July 2011 10:43, Grant Likely 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 2:07 PM, G, Manjunath Kondaiah wrote: >> On Thu, Jul 14, 2011 at 4:45 AM, Grant Likely >> wrote:

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

2011-07-18 Thread Tony Lindgren
* Grant Likely [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 "ti,omap3-device" > or something. > > 2) Leave of_platform_bus_create(), and instead us a notifier

Re: [RFC 0/2] join omap4panda and pcm049

2011-07-18 Thread Tony Lindgren
* Jan Weitzel [110715 09:01]: > First try to join both boards. Only compile testet. > basis for discusson > > Jan Weitzel (2): > omap4: board-omap4panda: prepare for join > omap4: board-omap4panda: join Phytec phyCORE-OMAP4 > > arch/arm/mach-omap2/Kconfig |6 + > arch/a

Re: [PATCHv2 0/5] OMAP SMPS regulator driver

2011-07-18 Thread Tony Lindgren
* Tero Kristo [110713 06:56]: > Hello, > > Based on the comments for the previous version of this set, I implemented > a regulator driver for the OMAP SMPS now. It could actually be moved under > arch/arm/mach-omap2/ directory instead of drivers/regulator, I think it > should work from there also

Re: conflicts between omap/cleanup branch and omap_dss2 tree

2011-07-18 Thread Tony Lindgren
* Arnd Bergmann [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 arch/arm/mach-omap2/omap_hwmod_44xx_data.c files. > > I've done a du

RE: [PATCH] dmaengine: add dma_ctrl_cmd to pass buffer stride configuration

2011-07-18 Thread Raju, Sundaram
> -Original Message- > From: Jassi Brar [mailto:jassisinghb...@gmail.com] > Sent: Tuesday, July 12, 2011 6:15 PM > To: Raju, Sundaram > Cc: Linus Walleij; linux-arm-ker...@lists.infradead.org; linux- > ker...@vger.kernel.org; davinci-linux-open-sou...@linux.davincidsp.com; > li...@arm.linux

Re: [beagleboard] SanDisk MMC card timeouts

2011-07-18 Thread Koen Kooi
Op 18 jul 2011, om 08:30 heeft Joel A Fernandes het volgende geschreven: > Hi, > > We're seeing MMC timeout errors with SanDisk MMC cards and a 2.6.32 > kernel (BeagleBoard Rev C5). Does the same happen with a more recent, e.g. 2.6.39 kernel? -- To unsubscribe from this list: send the line "uns