Re: linux-next: build failures after merge of the drm tree

2014-08-10 Thread Sachin Kamat
On Sun, Aug 10, 2014 at 1:28 PM, Dave Airlie wrote: >> > > Been on holidays, but ack for anything DT related, > > Look I wishI knew how DT worked, and what tree is canonical for changes to > it, I'm not sure its well defined enough or sub maintaniers know enough, > so I do just trust the exynos

Re: linux-next: build failures after merge of the drm tree

2014-08-10 Thread Sachin Kamat
On Sun, Aug 10, 2014 at 1:28 PM, Dave Airlie airl...@linux.ie wrote: Been on holidays, but ack for anything DT related, Look I wishI knew how DT worked, and what tree is canonical for changes to it, I'm not sure its well defined enough or sub maintaniers know enough, so I do just trust the

Re: [PATCH RESEND] usb: ehci/ohci-exynos: Fix PHY getting sequence

2014-08-05 Thread Sachin Kamat
ue with ehci-exynos and ohci-exynos, wherein > in the absence of SAMSUNG_USB2PHY config symbol, we end up getting > the NOP_USB_XCEIV phy when the same is enabled. And thus the PHYs > are not configured properly. > > Reported-by: Sachin Kamat > Signed-off-by: Vivek Gautam >

Re: [PATCH RESEND] usb: ehci/ohci-exynos: Fix PHY getting sequence

2014-08-05 Thread Sachin Kamat
the issue with ehci-exynos and ohci-exynos, wherein in the absence of SAMSUNG_USB2PHY config symbol, we end up getting the NOP_USB_XCEIV phy when the same is enabled. And thus the PHYs are not configured properly. Reported-by: Sachin Kamat sachin.ka...@samsung.com Signed-off-by: Vivek Gautam

Re: [PATCH 1/1] MAINTAINERS: Update Samsung pin control entry

2014-07-25 Thread Sachin Kamat
On Fri, Jul 11, 2014 at 3:41 PM, Tomasz Figa wrote: > On 11.07.2014 11:57, Sachin Kamat wrote: >> + Tomasz >> >> Sorry for missing the maintainer himself :) >> >> On Fri, Jul 11, 2014 at 2:29 PM, Sachin Kamat >> wrote: >>> Update to ref

Re: [PATCH v2] Input: soc_button_array: Remove kfree on data allocated with devm_zalloc

2014-07-25 Thread Sachin Kamat
oves the error lables and instead releases resources and returns > after failures > > CC: Dmitry Torokhov > CC: Lejun Zhu > CC: Sachin Kamat > > Signed-off-by: Pramod Gurav > --- > > Changes since v1: > - Removes de_err logs on OOM cases which is not nee

Re: [PATCH] Input: soc_button_array: Remove kfree on data allocated with devm_zalloc

2014-07-25 Thread Sachin Kamat
ble from err_free_mem to err_mem. > - Adds couple of dev_err on failure to allocate memory > > CC: Dmitry Torokhov > CC: Lejun Zhu > CC: Sachin Kamat > > Signed-off-by: Pramod Gurav > --- > drivers/input/misc/soc_button_array.c | 19 ++- > 1 file chang

Re: [PATCH] Input: soc_button_array: Remove kfree on data allocated with devm_zalloc

2014-07-25 Thread Sachin Kamat
was missing and renames a lable from err_free_mem to err_mem. - Adds couple of dev_err on failure to allocate memory CC: Dmitry Torokhov dmitry.torok...@gmail.com CC: Lejun Zhu lejun@linux.intel.com CC: Sachin Kamat sachin.ka...@linaro.org Signed-off-by: Pramod Gurav pramod.gu...@smartplayin.com

Re: [PATCH v2] Input: soc_button_array: Remove kfree on data allocated with devm_zalloc

2014-07-25 Thread Sachin Kamat
which was missing - Removes the error lables and instead releases resources and returns after failures CC: Dmitry Torokhov dmitry.torok...@gmail.com CC: Lejun Zhu lejun@linux.intel.com CC: Sachin Kamat sachin.ka...@linaro.org Signed-off-by: Pramod Gurav pramod.gu...@smartplayin.com

Re: [PATCH 1/1] MAINTAINERS: Update Samsung pin control entry

2014-07-25 Thread Sachin Kamat
On Fri, Jul 11, 2014 at 3:41 PM, Tomasz Figa t.f...@samsung.com wrote: On 11.07.2014 11:57, Sachin Kamat wrote: + Tomasz Sorry for missing the maintainer himself :) On Fri, Jul 11, 2014 at 2:29 PM, Sachin Kamat sachin.ka...@samsung.com wrote: Update to reflect the recent file movement

[PATCH Resend 2/2] mfd: tps65912-spi: Remove unused variable

2014-07-18 Thread Sachin Kamat
‘rx_buf’ is not used in this function. Signed-off-by: Sachin Kamat --- drivers/mfd/tps65912-spi.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/mfd/tps65912-spi.c b/drivers/mfd/tps65912-spi.c index 69a5178bf152..de60ad98bd9f 100644 --- a/drivers/mfd/tps65912

[PATCH 1/2 Resend] mfd: htc-i2cpld: Remove unused code

2014-07-18 Thread Sachin Kamat
Removed code unused in this function. Signed-off-by: Sachin Kamat Cc: Cory Maccarrone --- Compile tested. --- drivers/mfd/htc-i2cpld.c |5 - 1 file changed, 5 deletions(-) diff --git a/drivers/mfd/htc-i2cpld.c b/drivers/mfd/htc-i2cpld.c index d7b2a75aca3e..b44f0203983b 100644

[PATCH Resend 2/2] mfd: tps65912-spi: Remove unused variable

2014-07-18 Thread Sachin Kamat
‘rx_buf’ is not used in this function. Signed-off-by: Sachin Kamat sachin.ka...@samsung.com --- drivers/mfd/tps65912-spi.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/mfd/tps65912-spi.c b/drivers/mfd/tps65912-spi.c index 69a5178bf152..de60ad98bd9f 100644

[PATCH 1/2 Resend] mfd: htc-i2cpld: Remove unused code

2014-07-18 Thread Sachin Kamat
Removed code unused in this function. Signed-off-by: Sachin Kamat sachin.ka...@samsung.com Cc: Cory Maccarrone darkstar6...@gmail.com --- Compile tested. --- drivers/mfd/htc-i2cpld.c |5 - 1 file changed, 5 deletions(-) diff --git a/drivers/mfd/htc-i2cpld.c b/drivers/mfd/htc-i2cpld.c

Re: [PATCH 1/4 v2] iio: exyno-adc: use syscon for PMU register access

2014-07-17 Thread Sachin Kamat
Hi Naveen, On Thu, Jul 17, 2014 at 4:49 PM, Naveen Krishna Chatradhi wrote: > This patch updates the IIO based ADC driver to use syscon and regmap > APIs to access and use PMU registers instead of remapping the PMU > registers in the driver. > > Signed-off-by: Naveen Krishna Chatradhi > To:

Re: [PATCH 1/4 v2] iio: exyno-adc: use syscon for PMU register access

2014-07-17 Thread Sachin Kamat
Hi Naveen, On Thu, Jul 17, 2014 at 4:49 PM, Naveen Krishna Chatradhi ch.nav...@samsung.com wrote: This patch updates the IIO based ADC driver to use syscon and regmap APIs to access and use PMU registers instead of remapping the PMU registers in the driver. Signed-off-by: Naveen Krishna

[PATCH v3 1/2] phy: Kconfig: Re-organize Exynos USB 2.0 PHY configs

2014-07-14 Thread Sachin Kamat
that they are meant to work with. This will make life easier for end users who do not have any way knowing the dependencies. Signed-off-by: Sachin Kamat Reviewed-by: Jingoo Han --- Changes since v3: * Rebased the series on top of latest PHY tree [1]. [1] git://git.kernel.org/pub/scm/linux/kernel

[PATCH 2/2] phy: Kconfig: Update config for Exynos USB DRD

2014-07-14 Thread Sachin Kamat
USB DWC3 driver on Exynos platform does not work without its corresponding phy driver. Hence make the PHY driver depend on Exynos DWC3 driver and default it to yes to make things easier for the end user. Signed-off-by: Sachin Kamat Reviewed-by: Jingoo Han --- drivers/phy/Kconfig |2 ++ 1

Re: [PATCH v2 1/2] phy: Kconfig: Re-organize Exynos USB 2.0 PHY configs

2014-07-14 Thread Sachin Kamat
On Mon, Jul 14, 2014 at 2:39 PM, Kishon Vijay Abraham I wrote: > > > On Monday 14 July 2014 02:36 PM, Sachin Kamat wrote: >> On Mon, Jul 14, 2014 at 2:32 PM, Kishon Vijay Abraham I >> wrote: >>> >>> >>> On Monday 14 July 2014 02:29 PM, Sachin Kama

Re: [PATCH v2 1/2] phy: Kconfig: Re-organize Exynos USB 2.0 PHY configs

2014-07-14 Thread Sachin Kamat
On Mon, Jul 14, 2014 at 2:32 PM, Kishon Vijay Abraham I wrote: > > > On Monday 14 July 2014 02:29 PM, Sachin Kamat wrote: >> Hi, >> >> On Mon, Jul 14, 2014 at 2:26 PM, Kishon Vijay Abraham I >> wrote: >>> Hi, >>> >>> On Wednesday 09 Ju

Re: [PATCH v2 1/2] phy: Kconfig: Re-organize Exynos USB 2.0 PHY configs

2014-07-14 Thread Sachin Kamat
Hi, On Mon, Jul 14, 2014 at 2:26 PM, Kishon Vijay Abraham I wrote: > Hi, > > On Wednesday 09 July 2014 05:19 PM, Sachin Kamat wrote: >> Since the USB 2.0 PHYs are required with EHCI/OHCI USB drivers and >> USB gadget controller supported by the DWC2 gadget driver, make

Re: [PATCH v2 1/2] phy: Kconfig: Re-organize Exynos USB 2.0 PHY configs

2014-07-14 Thread Sachin Kamat
Hi, On Mon, Jul 14, 2014 at 2:26 PM, Kishon Vijay Abraham I kis...@ti.com wrote: Hi, On Wednesday 09 July 2014 05:19 PM, Sachin Kamat wrote: Since the USB 2.0 PHYs are required with EHCI/OHCI USB drivers and USB gadget controller supported by the DWC2 gadget driver, make it depend on them

Re: [PATCH v2 1/2] phy: Kconfig: Re-organize Exynos USB 2.0 PHY configs

2014-07-14 Thread Sachin Kamat
On Mon, Jul 14, 2014 at 2:32 PM, Kishon Vijay Abraham I kis...@ti.com wrote: On Monday 14 July 2014 02:29 PM, Sachin Kamat wrote: Hi, On Mon, Jul 14, 2014 at 2:26 PM, Kishon Vijay Abraham I kis...@ti.com wrote: Hi, On Wednesday 09 July 2014 05:19 PM, Sachin Kamat wrote: Since the USB

Re: [PATCH v2 1/2] phy: Kconfig: Re-organize Exynos USB 2.0 PHY configs

2014-07-14 Thread Sachin Kamat
On Mon, Jul 14, 2014 at 2:39 PM, Kishon Vijay Abraham I kis...@ti.com wrote: On Monday 14 July 2014 02:36 PM, Sachin Kamat wrote: On Mon, Jul 14, 2014 at 2:32 PM, Kishon Vijay Abraham I kis...@ti.com wrote: On Monday 14 July 2014 02:29 PM, Sachin Kamat wrote: Hi, On Mon, Jul 14, 2014

[PATCH 2/2] phy: Kconfig: Update config for Exynos USB DRD

2014-07-14 Thread Sachin Kamat
USB DWC3 driver on Exynos platform does not work without its corresponding phy driver. Hence make the PHY driver depend on Exynos DWC3 driver and default it to yes to make things easier for the end user. Signed-off-by: Sachin Kamat sachin.ka...@samsung.com Reviewed-by: Jingoo Han jg1

[PATCH v3 1/2] phy: Kconfig: Re-organize Exynos USB 2.0 PHY configs

2014-07-14 Thread Sachin Kamat
that they are meant to work with. This will make life easier for end users who do not have any way knowing the dependencies. Signed-off-by: Sachin Kamat sachin.ka...@samsung.com Reviewed-by: Jingoo Han jg1@samsung.com --- Changes since v3: * Rebased the series on top of latest PHY tree [1]. [1

[PATCH 1/1] mfd: tps65912-spi: Remove unused variable

2014-07-11 Thread Sachin Kamat
‘rx_buf’ is not used in this function. Signed-off-by: Sachin Kamat --- drivers/mfd/tps65912-spi.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/mfd/tps65912-spi.c b/drivers/mfd/tps65912-spi.c index 69a5178bf152..de60ad98bd9f 100644 --- a/drivers/mfd/tps65912

[PATCH 1/1] mfd: htc-i2cpld: Remove unused code

2014-07-11 Thread Sachin Kamat
Removed code unused in this function. Signed-off-by: Sachin Kamat --- Compile tested. --- drivers/mfd/htc-i2cpld.c |5 - 1 file changed, 5 deletions(-) diff --git a/drivers/mfd/htc-i2cpld.c b/drivers/mfd/htc-i2cpld.c index d7b2a75aca3e..b44f0203983b 100644 --- a/drivers/mfd/htc

Re: [PATCH 1/1] MAINTAINERS: Update Samsung pin control entry

2014-07-11 Thread Sachin Kamat
+ Tomasz Sorry for missing the maintainer himself :) On Fri, Jul 11, 2014 at 2:29 PM, Sachin Kamat wrote: > Update to reflect the recent file movement to a sub-directory. > > Signed-off-by: Sachin Kamat > --- > MAINTAINERS |4 +--- > 1 file changed, 1 insertion(+), 3 del

Re: [PATCH 2/4] Documentation: dt-bindings: move exynos-adc.txt to more iio/adc/

2014-07-11 Thread Sachin Kamat
Hi Naveen, On Fri, Jul 11, 2014 at 2:36 PM, Naveen Krishna Chatradhi wrote: > The DT bindings in exynos-adc.txt applies to the ADC > driver (exynos-adc.c) developed based on IIO framework. > > The bindings are more appropriate to be under > Documentation/devicetree/bindings/iio/adc/ > >

[PATCH 1/1] MAINTAINERS: Update Samsung pin control entry

2014-07-11 Thread Sachin Kamat
Update to reflect the recent file movement to a sub-directory. Signed-off-by: Sachin Kamat --- MAINTAINERS |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index e3a517635eb4..898cf76f8837 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6943,9

Re: [PATCH 12/16] i2c: i2c-s3c2410: Drop class based scanning to improve bootup time

2014-07-11 Thread Sachin Kamat
i2c->adap.class = I2C_CLASS_HWMON | I2C_CLASS_SPD | > I2C_CLASS_DEPRECATED; > - i2c->tx_setup = 50; > + i2c->adap.class = I2C_CLASS_DEPRECATED; > + i2c->tx_setup = 50; > > init_waitqueue_head(>wait); > > -- Tested on

Re: [PATCH 12/16] i2c: i2c-s3c2410: Drop class based scanning to improve bootup time

2014-07-11 Thread Sachin Kamat
; + i2c-adap.class = I2C_CLASS_DEPRECATED; + i2c-tx_setup = 50; init_waitqueue_head(i2c-wait); -- Tested on Exynos 5250 boards. Tested-by: Sachin Kamat sachin.ka...@samsung.com -- Regards, Sachin. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

[PATCH 1/1] MAINTAINERS: Update Samsung pin control entry

2014-07-11 Thread Sachin Kamat
Update to reflect the recent file movement to a sub-directory. Signed-off-by: Sachin Kamat sachin.ka...@samsung.com --- MAINTAINERS |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index e3a517635eb4..898cf76f8837 100644 --- a/MAINTAINERS +++ b

Re: [PATCH 2/4] Documentation: dt-bindings: move exynos-adc.txt to more iio/adc/

2014-07-11 Thread Sachin Kamat
Hi Naveen, On Fri, Jul 11, 2014 at 2:36 PM, Naveen Krishna Chatradhi ch.nav...@samsung.com wrote: The DT bindings in exynos-adc.txt applies to the ADC driver (exynos-adc.c) developed based on IIO framework. The bindings are more appropriate to be under

Re: [PATCH 1/1] MAINTAINERS: Update Samsung pin control entry

2014-07-11 Thread Sachin Kamat
+ Tomasz Sorry for missing the maintainer himself :) On Fri, Jul 11, 2014 at 2:29 PM, Sachin Kamat sachin.ka...@samsung.com wrote: Update to reflect the recent file movement to a sub-directory. Signed-off-by: Sachin Kamat sachin.ka...@samsung.com --- MAINTAINERS |4 +--- 1 file

[PATCH 1/1] mfd: htc-i2cpld: Remove unused code

2014-07-11 Thread Sachin Kamat
Removed code unused in this function. Signed-off-by: Sachin Kamat sachin.ka...@samsung.com --- Compile tested. --- drivers/mfd/htc-i2cpld.c |5 - 1 file changed, 5 deletions(-) diff --git a/drivers/mfd/htc-i2cpld.c b/drivers/mfd/htc-i2cpld.c index d7b2a75aca3e..b44f0203983b 100644

[PATCH 1/1] mfd: tps65912-spi: Remove unused variable

2014-07-11 Thread Sachin Kamat
‘rx_buf’ is not used in this function. Signed-off-by: Sachin Kamat sachin.ka...@samsung.com --- drivers/mfd/tps65912-spi.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/mfd/tps65912-spi.c b/drivers/mfd/tps65912-spi.c index 69a5178bf152..de60ad98bd9f 100644

[PATCH 1/1] pinctrl: samsung: Group all drivers in a sub-dir

2014-07-10 Thread Sachin Kamat
Group all pin control drivers of Samsung platform together in a sub-directory for easy maintenance. Signed-off-by: Sachin Kamat --- This patch has been inspired by a similar patch [1] from Linus Walleij for Qualcomm drivers. I have boot tested this patch on Exynos boards and compile tested

[PATCH 1/1] pinctrl: samsung: Group all drivers in a sub-dir

2014-07-10 Thread Sachin Kamat
Group all pin control drivers of Samsung platform together in a sub-directory for easy maintenance. Signed-off-by: Sachin Kamat sachin.ka...@samsung.com --- This patch has been inspired by a similar patch [1] from Linus Walleij for Qualcomm drivers. I have boot tested this patch on Exynos boards

Re: [PATCH 1/3] usb: usb3503: fix build warning

2014-07-09 Thread Sachin Kamat
Hi Joonyoung, On Thu, Jul 10, 2014 at 9:53 AM, Joonyoung Shim wrote: > This fixes below build warning. > > drivers/usb/misc/usb3503.c: In function ‘usb3503_probe’: > drivers/usb/misc/usb3503.c:195:11: warning: ‘err’ may be used uninitialized > in this function [-Wmaybe-uninitialized] >

[PATCH v2 1/2] phy: Kconfig: Re-organize Exynos USB 2.0 PHY configs

2014-07-09 Thread Sachin Kamat
that they are meant to work with. This will make life easier for end users who do not have any way knowing the dependencies. Signed-off-by: Sachin Kamat --- Changes since v1: * Added dependency on DWC2 gadget driver as suggested by Tomasz Figa. --- drivers/phy/Kconfig | 35

[PATCH v2 2/2] phy: Kconfig: Update config for Exynos USB DRD

2014-07-09 Thread Sachin Kamat
USB DWC3 driver on Exynos platform does not work without its corresponding phy driver. Hence make the PHY driver depend on Exynos DWC3 driver and default it to yes to make things easier for the end user. Signed-off-by: Sachin Kamat --- No changes since v1. --- drivers/phy/Kconfig |2 ++ 1

[PATCH v2 2/2] phy: Kconfig: Update config for Exynos USB DRD

2014-07-09 Thread Sachin Kamat
USB DWC3 driver on Exynos platform does not work without its corresponding phy driver. Hence make the PHY driver depend on Exynos DWC3 driver and default it to yes to make things easier for the end user. Signed-off-by: Sachin Kamat sachin.ka...@samsung.com --- No changes since v1. --- drivers

[PATCH v2 1/2] phy: Kconfig: Re-organize Exynos USB 2.0 PHY configs

2014-07-09 Thread Sachin Kamat
that they are meant to work with. This will make life easier for end users who do not have any way knowing the dependencies. Signed-off-by: Sachin Kamat sachin.ka...@samsung.com --- Changes since v1: * Added dependency on DWC2 gadget driver as suggested by Tomasz Figa. --- drivers/phy/Kconfig

Re: [PATCH 1/3] usb: usb3503: fix build warning

2014-07-09 Thread Sachin Kamat
Hi Joonyoung, On Thu, Jul 10, 2014 at 9:53 AM, Joonyoung Shim jy0922.s...@samsung.com wrote: This fixes below build warning. drivers/usb/misc/usb3503.c: In function ‘usb3503_probe’: drivers/usb/misc/usb3503.c:195:11: warning: ‘err’ may be used uninitialized in this function

Re: [PATCH 1/2] phy: Kconfig: Re-organize Exynos USB 2.0 PHY configs

2014-07-08 Thread Sachin Kamat
Hi Tomasz, On Tue, Jul 8, 2014 at 9:15 PM, Tomasz Figa wrote: > On 30.06.2014 10:56, Sachin Kamat wrote: >> Since the USB 2.0 PHYs are required only with EHCI/OHCI USB drivers, > > That's not true. They are also required for USB gadget controller > supported by the DWC2 gadge

Re: [PATCH 1/1] ARM: imx: use PTR_ERR_OR_ZERO

2014-07-08 Thread Sachin Kamat
On Tue, Jul 8, 2014 at 10:49 AM, Shawn Guo wrote: > On Tue, Jul 08, 2014 at 09:18:56AM +0530, Sachin Kamat wrote: >> Hi Shawn, >> >> On Mon, Jul 7, 2014 at 11:25 AM, Shawn Guo wrote: >> > On Fri, Jul 04, 2014 at 09:03:10PM +0200, Fabian Frederick wrote

Re: [PATCH 1/1] ARM: imx: use PTR_ERR_OR_ZERO

2014-07-08 Thread Sachin Kamat
On Tue, Jul 8, 2014 at 10:49 AM, Shawn Guo shawn@freescale.com wrote: On Tue, Jul 08, 2014 at 09:18:56AM +0530, Sachin Kamat wrote: Hi Shawn, On Mon, Jul 7, 2014 at 11:25 AM, Shawn Guo shawn@freescale.com wrote: On Fri, Jul 04, 2014 at 09:03:10PM +0200, Fabian Frederick wrote

Re: [PATCH 1/2] phy: Kconfig: Re-organize Exynos USB 2.0 PHY configs

2014-07-08 Thread Sachin Kamat
Hi Tomasz, On Tue, Jul 8, 2014 at 9:15 PM, Tomasz Figa t.f...@samsung.com wrote: On 30.06.2014 10:56, Sachin Kamat wrote: Since the USB 2.0 PHYs are required only with EHCI/OHCI USB drivers, That's not true. They are also required for USB gadget controller supported by the DWC2 gadget driver

Re: [PATCH 1/2] phy: Kconfig: Re-organize Exynos USB 2.0 PHY configs

2014-07-07 Thread Sachin Kamat
On Mon, Jun 30, 2014 at 2:26 PM, Sachin Kamat wrote: > Since the USB 2.0 PHYs are required only with EHCI/OHCI USB drivers, > make it depend on them and default to ARCH_EXYNOS as they are meant > for Exynos platforms. Also, make the sub-drivers silent options enabling > them base

Re: [PATCH 1/1] ARM: imx: use PTR_ERR_OR_ZERO

2014-07-07 Thread Sachin Kamat
Hi Shawn, On Mon, Jul 7, 2014 at 11:25 AM, Shawn Guo wrote: > On Fri, Jul 04, 2014 at 09:03:10PM +0200, Fabian Frederick wrote: >> replace IS_ERR/PTR_ERR >> >> Cc: Shawn Guo >> Cc: Sascha Hauer >> Cc: linux-arm-ker...@lists.infradead.org >> Signed-off-by: Fabian Frederick > > Applied, thanks.

Re: [PATCH 1/1] ARM: imx: use PTR_ERR_OR_ZERO

2014-07-07 Thread Sachin Kamat
Hi Shawn, On Mon, Jul 7, 2014 at 11:25 AM, Shawn Guo shawn@freescale.com wrote: On Fri, Jul 04, 2014 at 09:03:10PM +0200, Fabian Frederick wrote: replace IS_ERR/PTR_ERR Cc: Shawn Guo shawn@freescale.com Cc: Sascha Hauer ker...@pengutronix.de Cc: linux-arm-ker...@lists.infradead.org

Re: [PATCH 1/2] phy: Kconfig: Re-organize Exynos USB 2.0 PHY configs

2014-07-07 Thread Sachin Kamat
On Mon, Jun 30, 2014 at 2:26 PM, Sachin Kamat sachin.ka...@samsung.com wrote: Since the USB 2.0 PHYs are required only with EHCI/OHCI USB drivers, make it depend on them and default to ARCH_EXYNOS as they are meant for Exynos platforms. Also, make the sub-drivers silent options enabling them

Re: linux-next: Tree for Jul 4

2014-07-05 Thread Sachin Kamat
On Sat, Jul 5, 2014 at 6:18 AM, J. Bruce Fields wrote: > On Sat, Jul 05, 2014 at 01:10:58AM +1000, Stephen Rothwell wrote: >> Hi Sachin, >> >> On Fri, 4 Jul 2014 14:12:11 +0530 Sachin Kamat wrote: >> > >> > Was bisecting a kernel crash on Arndale

Re: linux-next: Tree for Jul 4

2014-07-05 Thread Sachin Kamat
On Fri, Jul 4, 2014 at 8:40 PM, Stephen Rothwell wrote: > Hi Sachin, > > On Fri, 4 Jul 2014 14:12:11 +0530 Sachin Kamat wrote: >> >> Was bisecting a kernel crash on Arndale octa board (Exynos5420). It >> points to a merge >> commit: >> 40556a4c485d12d324

Re: linux-next: Tree for Jul 4

2014-07-05 Thread Sachin Kamat
On Fri, Jul 4, 2014 at 8:40 PM, Stephen Rothwell s...@canb.auug.org.au wrote: Hi Sachin, On Fri, 4 Jul 2014 14:12:11 +0530 Sachin Kamat spk.li...@gmail.com wrote: Was bisecting a kernel crash on Arndale octa board (Exynos5420). It points to a merge commit

Re: linux-next: Tree for Jul 4

2014-07-05 Thread Sachin Kamat
On Sat, Jul 5, 2014 at 6:18 AM, J. Bruce Fields bfie...@fieldses.org wrote: On Sat, Jul 05, 2014 at 01:10:58AM +1000, Stephen Rothwell wrote: Hi Sachin, On Fri, 4 Jul 2014 14:12:11 +0530 Sachin Kamat spk.li...@gmail.com wrote: Was bisecting a kernel crash on Arndale octa board (Exynos5420

Re: [PATCH] iommu/exynos: Select ARM_DMA_USE_IOMMU

2014-07-04 Thread Sachin Kamat
IOMMU Support" > depends on ARCH_EXYNOS > select IOMMU_API > + select ARM_DMA_USE_IOMMU > help > Support for the IOMMU (System MMU) of Samsung Exynos application > processor family. This enables H/W multimedia acc

Re: linux-next: Tree for Jul 4

2014-07-04 Thread Sachin Kamat
Hi Stephen, Was bisecting a kernel crash on Arndale octa board (Exynos5420). It points to a merge commit: 40556a4c485d12d324f1ea196cc30f590e564237 is the first bad commit ("Merge remote-tracking branch 'nfsd/nfsd-next'"). How do I proceed with this? Bisect log as follows: git bisect start #

Re: linux-next: Tree for Jul 4

2014-07-04 Thread Sachin Kamat
Hi Stephen, Was bisecting a kernel crash on Arndale octa board (Exynos5420). It points to a merge commit: 40556a4c485d12d324f1ea196cc30f590e564237 is the first bad commit (Merge remote-tracking branch 'nfsd/nfsd-next'). How do I proceed with this? Bisect log as follows: git bisect start #

Re: [PATCH] iommu/exynos: Select ARM_DMA_USE_IOMMU

2014-07-04 Thread Sachin Kamat
depends on ARCH_EXYNOS select IOMMU_API + select ARM_DMA_USE_IOMMU help Support for the IOMMU (System MMU) of Samsung Exynos application processor family. This enables H/W multimedia accelerators to see -- Reviewed-by: Sachin Kamat sachin.ka

Re: [PATCH 2/6] irq_work: Implement remote queueing

2014-07-03 Thread Sachin Kamat
n >> >> [with the s/static// already mentioned in this thread, obviously:-)] > > Right; I pushed out a fixed version right before loosing my tubes at the > airport :-) > > https://git.kernel.org/cgit/linux/kernel/git/peterz/queue.git/commit/?h=timers/nohz=921d8b81281ecdca686369f52165d04fa3505bd7 This

Re: [PATCH 09/16] MAINTAINERS: Update Samsunt MFD drivers pattern

2014-07-03 Thread Sachin Kamat
On Fri, Jul 4, 2014 at 5:23 AM, Sangbeom Kim wrote: > On Friday, July 04, 2014 7:08 AM, Joe Perches wrote: > >> F: drivers/regulator/s2m*.c >> F: drivers/regulator/s5m*.c >> -F: drivers/rtc/rtc-sec.c >> F: include/linux/mfd/samsung/ >> > > Yes, You are right. > There is no rtc-sec.c >

Re: [PATCH 09/16] MAINTAINERS: Update Samsunt MFD drivers pattern

2014-07-03 Thread Sachin Kamat
On Fri, Jul 4, 2014 at 5:23 AM, Sangbeom Kim sbki...@samsung.com wrote: On Friday, July 04, 2014 7:08 AM, Joe Perches wrote: F: drivers/regulator/s2m*.c F: drivers/regulator/s5m*.c -F: drivers/rtc/rtc-sec.c F: include/linux/mfd/samsung/ Yes, You are right. There is no

Re: [PATCH 2/6] irq_work: Implement remote queueing

2014-07-03 Thread Sachin Kamat
on Exynos5420/5800 based boards with bL switcher enabled. FWIW, Tested-by: Sachin Kamat sachin.ka...@samsung.com -- Regards, Sachin. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH 1/3] phy: exynos-dp-video: Use PTR_ERR_OR_ZERO

2014-07-02 Thread Sachin Kamat
On Thu, Jun 12, 2014 at 3:27 PM, Kishon Vijay Abraham I wrote: > > > On Thursday 12 June 2014 03:19 PM, Sachin Kamat wrote: >> Hi Kishon, >> >> On Mon, Jun 2, 2014 at 7:56 AM, Jingoo Han wrote: >>> On Thursday, May 29, 2014 3:31 PM, Sachin Kamat wrote:

Re: [PATCH 1/3] phy: exynos-dp-video: Use PTR_ERR_OR_ZERO

2014-07-02 Thread Sachin Kamat
On Thu, Jun 12, 2014 at 3:27 PM, Kishon Vijay Abraham I kis...@ti.com wrote: On Thursday 12 June 2014 03:19 PM, Sachin Kamat wrote: Hi Kishon, On Mon, Jun 2, 2014 at 7:56 AM, Jingoo Han jg1@samsung.com wrote: On Thursday, May 29, 2014 3:31 PM, Sachin Kamat wrote: PTR_ERR_OR_ZERO

Re: [PATCH] ARM: dts: Add TMU dt node to monitor the temperature for Exynos3250

2014-07-01 Thread Sachin Kamat
On Wed, Jul 2, 2014 at 5:22 AM, Chanwoo Choi wrote: > On 07/01/2014 01:10 PM, Sachin Kamat wrote: >> Hi Chanwoo, >> >> On Tue, Jul 1, 2014 at 9:34 AM, Chanwoo Choi wrote: >>> Hi Sachin, >>> >>> On 07/01/2014 12:33 PM, Sachin Kamat wrote: >>&

[PATCH v2 1/1] clk: Fix build warnings

2014-07-01 Thread Sachin Kamat
d-variable] drivers/clk/clk.c:46:27: warning: ‘orphan_list’ defined but not used [-Wunused-variable] Signed-off-by: Sachin Kamat Cc: Peter De Schrijver --- Changes since v1: Moved the definitions under already existing #ifdefs. --- drivers/clk/clk.c | 22 +++--- 1 file c

Re: [PATCH 1/1] clk: Fix build warnings

2014-07-01 Thread Sachin Kamat
On Mon, Jun 30, 2014 at 7:07 PM, Peter De Schrijver wrote: > On Mon, Jun 30, 2014 at 11:40:54AM +0200, Sachin Kamat wrote: >> ‘all_lists’ and ‘orphan_list’ is accessed only when DEBUG_FS is defined. >> Thus, make their compilation conditional to fix the below warnings introduc

Re: [PATCH 1/1] clk: Fix build warnings

2014-07-01 Thread Sachin Kamat
On Mon, Jun 30, 2014 at 7:07 PM, Peter De Schrijver pdeschrij...@nvidia.com wrote: On Mon, Jun 30, 2014 at 11:40:54AM +0200, Sachin Kamat wrote: ‘all_lists’ and ‘orphan_list’ is accessed only when DEBUG_FS is defined. Thus, make their compilation conditional to fix the below warnings introduced

[PATCH v2 1/1] clk: Fix build warnings

2014-07-01 Thread Sachin Kamat
] drivers/clk/clk.c:46:27: warning: ‘orphan_list’ defined but not used [-Wunused-variable] Signed-off-by: Sachin Kamat sachin.ka...@samsung.com Cc: Peter De Schrijver pdeschrij...@nvidia.com --- Changes since v1: Moved the definitions under already existing #ifdefs. --- drivers/clk/clk.c | 22

Re: [PATCH] ARM: dts: Add TMU dt node to monitor the temperature for Exynos3250

2014-07-01 Thread Sachin Kamat
On Wed, Jul 2, 2014 at 5:22 AM, Chanwoo Choi cw00.c...@samsung.com wrote: On 07/01/2014 01:10 PM, Sachin Kamat wrote: Hi Chanwoo, On Tue, Jul 1, 2014 at 9:34 AM, Chanwoo Choi cw00.c...@samsung.com wrote: Hi Sachin, On 07/01/2014 12:33 PM, Sachin Kamat wrote: Hi Chanwoo, On Tue, Jul 1

Re: [PATCH] ARM: dts: Add TMU dt node to monitor the temperature for Exynos3250

2014-06-30 Thread Sachin Kamat
Hi Chanwoo, On Tue, Jul 1, 2014 at 9:34 AM, Chanwoo Choi wrote: > Hi Sachin, > > On 07/01/2014 12:33 PM, Sachin Kamat wrote: >> Hi Chanwoo, >> >> On Tue, Jul 1, 2014 at 6:10 AM, Chanwoo Choi wrote: >>> This patch add TMU (Thermal Management Unit) dt node

Re: [PATCH] ARM: dts: Add TMU dt node to monitor the temperature for Exynos3250

2014-06-30 Thread Sachin Kamat
Hi Chanwoo, On Tue, Jul 1, 2014 at 6:10 AM, Chanwoo Choi wrote: > This patch add TMU (Thermal Management Unit) dt node to monitor the high > temperature for Exynos3250. > > Signed-off-by: Chanwoo Choi > Acked-by: Kyungmin Park > --- > This patch has a dependency on following patch [1]: > [1]

[PATCH 1/1] clk: Fix build warnings

2014-06-30 Thread Sachin Kamat
d-variable] drivers/clk/clk.c:46:27: warning: ‘orphan_list’ defined but not used [-Wunused-variable] Signed-off-by: Sachin Kamat Cc: Peter De Schrijver --- drivers/clk/clk.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index 7dfb2f308b35..a9

[PATCH 2/2] phy: Kconfig: Update config for Exynos USB DRD

2014-06-30 Thread Sachin Kamat
USB DWC3 driver on Exynos platform does not work without its corresponding phy driver. Hence make the PHY driver depend on Exynos DWC3 driver and default it to yes to make things easier for the end user. Signed-off-by: Sachin Kamat --- drivers/phy/Kconfig |2 ++ 1 file changed, 2 insertions

[PATCH 1/2] phy: Kconfig: Re-organize Exynos USB 2.0 PHY configs

2014-06-30 Thread Sachin Kamat
easier for end users who do not have any way knowing the dependencies. Signed-off-by: Sachin Kamat --- drivers/phy/Kconfig | 35 +++ 1 file changed, 11 insertions(+), 24 deletions(-) diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 16a2f067c242

[PATCH 1/2] phy: Kconfig: Re-organize Exynos USB 2.0 PHY configs

2014-06-30 Thread Sachin Kamat
easier for end users who do not have any way knowing the dependencies. Signed-off-by: Sachin Kamat sachin.ka...@samsung.com --- drivers/phy/Kconfig | 35 +++ 1 file changed, 11 insertions(+), 24 deletions(-) diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig

[PATCH 2/2] phy: Kconfig: Update config for Exynos USB DRD

2014-06-30 Thread Sachin Kamat
USB DWC3 driver on Exynos platform does not work without its corresponding phy driver. Hence make the PHY driver depend on Exynos DWC3 driver and default it to yes to make things easier for the end user. Signed-off-by: Sachin Kamat sachin.ka...@samsung.com --- drivers/phy/Kconfig |2 ++ 1

[PATCH 1/1] clk: Fix build warnings

2014-06-30 Thread Sachin Kamat
] drivers/clk/clk.c:46:27: warning: ‘orphan_list’ defined but not used [-Wunused-variable] Signed-off-by: Sachin Kamat sachin.ka...@samsung.com Cc: Peter De Schrijver pdeschrij...@nvidia.com --- drivers/clk/clk.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/clk/clk.c b/drivers/clk

Re: [PATCH] ARM: dts: Add TMU dt node to monitor the temperature for Exynos3250

2014-06-30 Thread Sachin Kamat
Hi Chanwoo, On Tue, Jul 1, 2014 at 6:10 AM, Chanwoo Choi cw00.c...@samsung.com wrote: This patch add TMU (Thermal Management Unit) dt node to monitor the high temperature for Exynos3250. Signed-off-by: Chanwoo Choi cw00.c...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com ---

Re: [PATCH] ARM: dts: Add TMU dt node to monitor the temperature for Exynos3250

2014-06-30 Thread Sachin Kamat
Hi Chanwoo, On Tue, Jul 1, 2014 at 9:34 AM, Chanwoo Choi cw00.c...@samsung.com wrote: Hi Sachin, On 07/01/2014 12:33 PM, Sachin Kamat wrote: Hi Chanwoo, On Tue, Jul 1, 2014 at 6:10 AM, Chanwoo Choi cw00.c...@samsung.com wrote: This patch add TMU (Thermal Management Unit) dt node to monitor

Re: [PATCH RESEND] ARM: EXYNOS: Do not calculate boot address twice

2014-06-26 Thread Sachin Kamat
_boot_reg() > again. > > Signed-off-by: Krzysztof Kozlowski > --- Thanks for the patch. Reviewed-by: Sachin Kamat Regards, Sachin. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo

Re: [PATCH RESEND] ARM: EXYNOS: Do not calculate boot address twice

2014-06-26 Thread Sachin Kamat
cpu_boot_reg() again. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com --- Thanks for the patch. Reviewed-by: Sachin Kamat sachin.ka...@samsung.com Regards, Sachin. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord

Re: [PATCH 2/2] i2c: exynos5: fix minor styling nits

2014-06-25 Thread Sachin Kamat
Hi Naveen, On Wed, Jun 25, 2014 at 4:08 PM, Naveen Krishna Chatradhi wrote: > This patch removes an extra line and fixes a styling nit > in exynos5_i2c_message_start() > > Signed-off-by: Naveen Krishna Chatradhi > --- > drivers/i2c/busses/i2c-exynos5.c |3 +-- > 1 file changed, 1

Re: [PATCH 2/2] i2c: exynos5: fix minor styling nits

2014-06-25 Thread Sachin Kamat
Hi Naveen, On Wed, Jun 25, 2014 at 4:08 PM, Naveen Krishna Chatradhi ch.nav...@samsung.com wrote: This patch removes an extra line and fixes a styling nit in exynos5_i2c_message_start() Signed-off-by: Naveen Krishna Chatradhi ch.nav...@samsung.com --- drivers/i2c/busses/i2c-exynos5.c |

[PATCH 1/1] mfd: pm8921-core: Remove unused variable

2014-06-24 Thread Sachin Kamat
‘irq_bit’ is unused in the function. Remove it. Signed-off-by: Sachin Kamat --- Compile tested. --- drivers/mfd/pm8921-core.c |4 1 file changed, 4 deletions(-) diff --git a/drivers/mfd/pm8921-core.c b/drivers/mfd/pm8921-core.c index 959513803542..39904f77c049 100644 --- a/drivers/mfd

[PATCH 1/1] regulator: s5m8767: Remove unused variable

2014-06-24 Thread Sachin Kamat
'size' is not used in the function. Remove it. Signed-off-by: Sachin Kamat --- drivers/regulator/s5m8767.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/regulator/s5m8767.c b/drivers/regulator/s5m8767.c index c79af943a5c0..0ab5cbeeb797 100644 --- a/drivers

[PATCH 1/2] regulator: tps65217: Fix build warnings

2014-06-24 Thread Sachin Kamat
ned expression < 0 is always false [-Wtype-limits] Signed-off-by: Sachin Kamat --- Series compile tested. --- drivers/regulator/tps65217-regulator.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/regulator/tps65217-regulator.c b/drivers/regulator/tps65217-regul

[PATCH 2/2] regulator: tps65218: Fix build warnings

2014-06-24 Thread Sachin Kamat
ned expression < 0 is always false [-Wtype-limits] Signed-off-by: Sachin Kamat --- drivers/regulator/tps65218-regulator.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/regulator/tps65218-regulator.c b/drivers/regulator/tps65218-regulator.c index 69b4b7

[PATCH 1/1] regulator: as3722: Fix incorrect parameter initialization

2014-06-24 Thread Sachin Kamat
'name' field was re-initialized and getting overwritten in some cases possibly due to a typo. Code inspection says the second time it should be 'sname' instead of 'name'. Replace it. Signed-off-by: Sachin Kamat --- Compile tested only. --- drivers/regulator/as3722-regulator.c |4 ++-- 1

[PATCH 1/1] regulator: as3722: Fix incorrect parameter initialization

2014-06-24 Thread Sachin Kamat
'name' field was re-initialized and getting overwritten in some cases possibly due to a typo. Code inspection says the second time it should be 'sname' instead of 'name'. Replace it. Signed-off-by: Sachin Kamat sachin.ka...@samsung.com --- Compile tested only. --- drivers/regulator/as3722

[PATCH 2/2] regulator: tps65218: Fix build warnings

2014-06-24 Thread Sachin Kamat
expression 0 is always false [-Wtype-limits] Signed-off-by: Sachin Kamat sachin.ka...@samsung.com --- drivers/regulator/tps65218-regulator.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/regulator/tps65218-regulator.c b/drivers/regulator/tps65218-regulator.c index

[PATCH 1/2] regulator: tps65217: Fix build warnings

2014-06-24 Thread Sachin Kamat
expression 0 is always false [-Wtype-limits] Signed-off-by: Sachin Kamat sachin.ka...@samsung.com --- Series compile tested. --- drivers/regulator/tps65217-regulator.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/regulator/tps65217-regulator.c b/drivers/regulator

[PATCH 1/1] regulator: s5m8767: Remove unused variable

2014-06-24 Thread Sachin Kamat
'size' is not used in the function. Remove it. Signed-off-by: Sachin Kamat sachin.ka...@samsung.com --- drivers/regulator/s5m8767.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/regulator/s5m8767.c b/drivers/regulator/s5m8767.c index c79af943a5c0..0ab5cbeeb797

[PATCH 1/1] mfd: pm8921-core: Remove unused variable

2014-06-24 Thread Sachin Kamat
‘irq_bit’ is unused in the function. Remove it. Signed-off-by: Sachin Kamat sachin.ka...@samsung.com --- Compile tested. --- drivers/mfd/pm8921-core.c |4 1 file changed, 4 deletions(-) diff --git a/drivers/mfd/pm8921-core.c b/drivers/mfd/pm8921-core.c index 959513803542..39904f77c049

Re: [PATCH 1/1] pinctrl: bcm281xx: Staticize bcm281xx_pinctrl_probe

2014-06-23 Thread Sachin Kamat
Hi Sherman, On Mon, Jun 23, 2014 at 11:35 PM, Sherman Yin wrote: > Hi Sachin, > > Looks good, thanks. How did you come across the need for this change? Thanks for the review. Sparse threw up a warning while doing a regular build. Regards, Sachin. -- To unsubscribe from this list: send the

[PATCH 1/1] pinctrl: bcm281xx: Staticize bcm281xx_pinctrl_probe

2014-06-23 Thread Sachin Kamat
bcm281xx_pinctrl_probe is local to this file. Make it static. Signed-off-by: Sachin Kamat --- drivers/pinctrl/pinctrl-bcm281xx.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/pinctrl-bcm281xx.c b/drivers/pinctrl/pinctrl-bcm281xx.c index 3bed792b2c03

  1   2   3   4   5   6   7   8   9   10   >