Re: USB lockup on OMAP3530

2010-02-13 Thread Andreas Hartmetz
On Thu, Feb 11, 2010 at 7:57 PM, Michael Trimarchi wrote: > > Use an hub with external power and connect the hub to the OTG and the device > to the HUB. > Is it the same? > Uhm... what do you think how I attached a hard disk and a network device to the Beagle's USB OTG port (ONE port) that can onl

Re: [PATCH v2] Input: ads7846: add regulator support

2010-02-13 Thread Mark Brown
On Sat, Feb 13, 2010 at 09:40:26PM +0200, Mike Rapoport wrote: > On Sat, Feb 13, 2010 at 6:31 PM, Grazvydas Ignotas wrote: > > +       ts->reg = regulator_get(&spi->dev, "vcc"); > "vcc" is way too generic name. What about "vcc-ts" or "vcc-touch"? This should be OK as-is - the general style for

Re: [PATCH v2] Input: ads7846: add regulator support

2010-02-13 Thread Mike Rapoport
Just one nitpicking comment below: On Sat, Feb 13, 2010 at 6:31 PM, Grazvydas Ignotas wrote: > The ADS7846/TSC2046 touchscreen controllers can (and usually are) > connected to various regulators for power, so add regulator support. > > Valid regulator will now be required, so boards without compl

Re: [PATCH v2] Input: ads7846: add regulator support

2010-02-13 Thread Mark Brown
On Sat, Feb 13, 2010 at 06:31:54PM +0200, Grazvydas Ignotas wrote: > The ADS7846/TSC2046 touchscreen controllers can (and usually are) > connected to various regulators for power, so add regulator support. > > Valid regulator will now be required, so boards without complete > regulator setup shoul

[PATCH v2] Input: ads7846: add regulator support

2010-02-13 Thread Grazvydas Ignotas
The ADS7846/TSC2046 touchscreen controllers can (and usually are) connected to various regulators for power, so add regulator support. Valid regulator will now be required, so boards without complete regulator setup should either disable regulator framework or enable CONFIG_REGULATOR_DUMMY. Signe

Re: [PATCH 00/17] OMAP DSS2 model restructuring

2010-02-13 Thread Grazvydas Ignotas
On Mon, Feb 8, 2010 at 5:57 PM, Tomi Valkeinen wrote: > Here are a bunch of patches that change the DSS2 driver's driver model a bit. > This change was triggered by trying to support new hardware, and realizing > that > the current model just won't work. > > Currently the omapdss driver is in con

[PATCH 1/2-V3] AM3517: Enable RTC driver support for AM3517EVM

2010-02-13 Thread hvaibhav
From: Vaibhav Hiremath Add platform hook-up interface to support RTC driver (S35390A). Signed-off-by: Vaibhav Hiremath --- arch/arm/mach-omap2/board-am3517evm.c | 39 + 1 files changed, 39 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-a

[PATCH 2/2-V3] AM3517: Enable I2C-GPIO Expander driver support for AM3517EVM

2010-02-13 Thread hvaibhav
From: Vaibhav Hiremath Add platform hook-up interface to support I2C based GPIo expander (TCA6416). There are 3 instances of I2C Expander on AM3517EVM, - One is over I2C-2 mounted on Base board - Two are over I2C3 mounted on UI Card Signed-off-by: Vaibhav Hiremath --- arch/arm

[PATCH 0/2-V3] Add support for I2C based devices to AM3517EVM

2010-02-13 Thread hvaibhav
From: Vaibhav Hiremath This series of patchset adds platform hook-up interface for I2C based devices to AM3517 - - Real Time Clock (S35390A) - I2C GPIO Expander (TCA6416) Changes from last submission (V2) - - Added seperate function for RTC init, to handle error return

RE: Moving board patches from DSS2 to linux-omap

2010-02-13 Thread Hiremath, Vaibhav
> -Original Message- > From: Hiremath, Vaibhav > Sent: Saturday, February 13, 2010 4:04 PM > To: 'Tomi Valkeinen'; ext Tony Lindgren > Cc: ext Mike Rapoport; linux-omap@vger.kernel.org > Subject: RE: Moving board patches from DSS2 to linux-omap > > > > -Original Message- > > From

RE: omap3 camera interface driver

2010-02-13 Thread Hiremath, Vaibhav
> -Original Message- > From: Weng, Wending [mailto:ww...@rheinmetall.ca] > Sent: Friday, February 12, 2010 9:51 PM > To: Hiremath, Vaibhav > Cc: linux-omap@vger.kernel.org > Subject: omap3 camera interface driver > > Hi Hiremath, > > I used to work with BSP from TI, there is

RE: Moving board patches from DSS2 to linux-omap

2010-02-13 Thread Hiremath, Vaibhav
> -Original Message- > From: Tomi Valkeinen [mailto:tomi.valkei...@nokia.com] > Sent: Friday, February 12, 2010 4:14 PM > To: ext Tony Lindgren > Cc: ext Mike Rapoport; Hiremath, Vaibhav; linux-omap@vger.kernel.org > Subject: Re: Moving board patches from DSS2 to linux-omap > > On Thu, 20

Re: [PATCH v2 1/3] OMAP: ZOOM: Introducing 'board-zoom-flash.c'

2010-02-13 Thread Vimal Singh
On Fri, Feb 12, 2010 at 2:49 AM, Tony Lindgren wrote: > * Tony Lindgren [100211 12:43]: >> * Vimal Singh [100210 21:16]: >> > From: Vimal Singh >> > >> > This patch adds 'board-zoom-flash.c', which could be utilized >> > by boards similar to ZOOM2. (For ex: LDP, ZOOM2, ZOOM3). >> > >> > This do