Re: [PATCH v9 1/2] regulator: Add driver for max77802 PMIC PMIC regulators

2014-08-25 Thread Yuvaraj Cd
On Mon, Aug 25, 2014 at 2:37 PM, Javier Martinez Canillas wrote: > Hello Yuvaraj, > > On 08/25/2014 10:22 AM, Yuvaraj Cd wrote: >>>> Good question. I'm not that familiar with the dw_mmc host controller nor >>>> its driver implementation so I'll let Yuva

Re: [PATCH v9 1/2] regulator: Add driver for max77802 PMIC PMIC regulators

2014-08-25 Thread Yuvaraj Cd
On Sat, Aug 23, 2014 at 3:45 AM, Doug Anderson wrote: > Hi, > > On Fri, Aug 22, 2014 at 3:02 PM, Javier Martinez Canillas > wrote: >> Hello Mark, >> >> On 08/22/2014 08:30 PM, Mark Brown wrote: >>> The problem is that one of these regulators is used as the vqmmc-supply (VCCQ/VDD_IO) so

Re: [PATCH v9 1/2] regulator: Add driver for max77802 PMIC PMIC regulators

2014-08-21 Thread Yuvaraj Cd
On Mon, Aug 18, 2014 at 2:02 PM, Javier Martinez Canillas wrote: > The MAX77802 PMIC has 10 high-efficiency Buck and 32 Low-dropout > (LDO) regulators. This patch adds support for all these regulators > found on the MAX77802 PMIC and is based on a driver added by Simon > Glass to the Chrome OS ker

Re: io-domain voltages as regulators?

2014-08-12 Thread Yuvaraj Cd
On Tue, Aug 12, 2014 at 8:43 PM, Doug Anderson wrote: > Hi, > > On Mon, Aug 11, 2014 at 5:46 AM, Ulf Hansson wrote: >> On 11 August 2014 09:44, Linus Walleij wrote: >>> On Mon, Aug 4, 2014 at 12:18 AM, Heiko Stübner wrote: >>> >>> [Adding Ulf Hansson to this discussion...] >>> Hi Mark, Lin

Re: [PATCH] usb:hub set hub->change_bits when over-current happens

2014-03-19 Thread Yuvaraj Cd
With this patch,I can see usb 3.0 device detection is failing on exynos5250-smdk5250 boards. CONFIG_USB_SUSPEND=n / $ [ 11.486922] hub 2-0:1.0: connect-debounce failed, port 1 disabled [ 13.891919] hub 2-0:1.0: connect-debounce failed, port 1 disabled [ 16.296919] hub 2-0:1.0: connect-deboun

Re: [PATCH 1/2] i2c: exynos5: add support for HSI2C on Exynos5260 SoC

2013-11-21 Thread Yuvaraj Cd
On Fri, Nov 22, 2013 at 11:42 AM, Naveen Krishna Chatradhi wrote: > This patch adds new compatible to support HSI2C module on Exynos5260 > HSI2C module on Exynos5260 needs to be reset during during initialization. > > Signed-off-by: Naveen Krishna Chatradhi > --- > .../devicetree/bindings/i2c/i2

Re: [RFC: PATCH v5] i2c: exynos5: add High Speed I2C controller driver

2013-03-25 Thread Yuvaraj CD
On Wed, Mar 20, 2013 at 9:54 PM, Naveen Krishna Chatradhi wrote: > Adds support for High Speed I2C driver found in Exynos5 and later > SoCs from Samsung. This driver currently supports Auto mode. > > Driver only supports Device Tree method. > Note: Added debugfs support for registers view, not tes