[PATCH 06/10] ARM: dts: omap3/dra62x: remove unneeded unit name for fixed regulators

2016-08-01 Thread Javier Martinez Canillas
This patch fixes the following DTC warnings for many boards: "Node /fixedregulator@0 has a unit name, but no reg property" Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/dra62x-j5eco-evm.dts | 2 +- arch/arm/boot/dts/omap3-n950-n9.dtsi | 4 ++-- 2 files changed, 3

[PATCH 01/10] ARM: dts: omap3/am4372: add missing unit name to ocp node

2016-08-01 Thread Javier Martinez Canillas
This patch fixes the following DTC warnings for many boards: "Node /ocp has a reg or ranges property, but no unit name" Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/am3517.dtsi | 2 +- arch/arm/boot/dts/am4372.dtsi | 2 +- arch/arm/boot/dts/omap3.dtsi| 2 +-

[PATCH 09/10] ARM: dts: am335x/437x/57xx: remove unneeded unit name for gpio-leds nodes

2016-08-01 Thread Javier Martinez Canillas
This patch fixes the following DTC warnings for many boards: "Node /leds/led@1 has a unit name, but no reg property" Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/am335x-base0033.dts | 4 ++-- arch/arm/boot/dts/am335x-bone-common.dtsi | 8 arch/ar

[PATCH 10/10] ARM: dts: omap3/4/5/dra7: remove unneeded unit name for gpio-leds nodes

2016-08-01 Thread Javier Martinez Canillas
This patch fixes the following DTC warnings for many boards: "Node /leds/led@1 has a unit name, but no reg property" Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/dra7-evm.dts | 8 arch/arm/boot/dts/omap3-pandora-common.dtsi | 8 arc

Re: [PATCH v2 5/7] arm64: dts: exynos: Add dts files for Samsung Exynos5433 64bit SoC

2016-09-07 Thread Javier Martinez Canillas
Hello Chanwoo, On 09/02/2016 12:59 PM, Chanwoo Choi wrote: > Hi Javier, > > On 2016년 08월 27일 02:49, Javier Martinez Canillas wrote: >> Hello Chanwoo, >> [snip] >> >>> + mipi_phy: video-phy@105C0708 { >>> + co

Re: [PATCH v2 6/7] arm64: dts: exynos: Add dts file for Exynos5433-based TM2 board

2016-09-07 Thread Javier Martinez Canillas
Hello Chanwoo, On 09/02/2016 01:29 PM, Chanwoo Choi wrote: > Hi Javier, > > On 2016년 08월 27일 03:30, Javier Martinez Canillas wrote: >> Hello Chanwoo, >> [snip] >>> + >> >> I see that most of the following regulators are marked as always-on >> bu

Re: [PATCH] ARM: imx: use IS_ENABLED() instead of checking for built-in or module

2016-09-07 Thread Javier Martinez Canillas
Hello Uwe, Thanks for your feedback. On 09/06/2016 08:42 AM, Uwe Kleine-König wrote: > Hello Javier, > > On Mon, Aug 29, 2016 at 11:32:11AM +0200, Javier Martinez Canillas wrote: >> From: Javier Martinez Canillas >> >> The IS_ENABLED() macro checks if a Kconfig sym

Re: [PATCH 5/6] ARM: dts: Add NextThing GR8 dtsi

2016-09-07 Thread Javier Martinez Canillas
Hello Maxime, On Wed, Aug 31, 2016 at 10:18 AM, Maxime Ripard wrote: [snip] > + > +#include "skeleton.dtsi" > + The skeleton.dtsi has been deprecated and shouldn't be used in new DTS files: http://www.spinics.net/lists/arm-kernel/msg528080.html Best regards, Javier

[PATCH] [media] ov9650: add support for asynchronous probing

2016-09-08 Thread Javier Martinez Canillas
Allow the sub-device to be probed asynchronously so a bridge driver that's waiting for the device can be notified and its .bound callback executed. Signed-off-by: Javier Martinez Canillas --- drivers/media/i2c/ov9650.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --

[PATCH 2/2] ARM: dts: s5p: Add missing unit name to memory nodes for S5PV210 boards

2016-09-08 Thread Javier Martinez Canillas
This patch fixes the following DTC warnings: "Node /memory has a reg or ranges property, but no unit name" Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/s5pv210-aquila.dts | 2 +- arch/arm/boot/dts/s5pv210-goni.dts | 2 +- arch/arm/boot/dts/s5pv210-smdkc1

[PATCH 0/2] ARM: dts: s5p: Remove skeleton.dtsi usage and fix memory node DTC warnings

2016-09-08 Thread Javier Martinez Canillas
Hello, This small patch series is similar to [0] that removed the skeleton.dtsi usage for Exynos DTS. This series do the same for S5PV210 boards DTS. [0]: http://www.spinics.net/lists/kernel/msg2333268.html Best regards, Javier Javier Martinez Canillas (2): ARM: dts: s5p: Remove

[PATCH 1/2] ARM: dts: s5p: Remove skeleton.dtsi inclusion for S5PV210

2016-09-08 Thread Javier Martinez Canillas
roperty, but no unit name" Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/s5pv210.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/s5pv210.dtsi b/arch/arm/boot/dts/s5pv210.dtsi index ffc36bd24d2f..a853918be43f 100644 --- a/arch/arm/b

Re: mwifiex: propagate error if IRQ request fails in mwifiex_sdio_of()

2016-09-08 Thread Javier Martinez Canillas
Hello Amitkumar, On 09/08/2016 11:55 AM, Amitkumar Karwar wrote: > Hi Javier, > >> From: Javier Martinez Canillas [mailto:jav...@osg.samsung.com] >> Sent: Tuesday, September 06, 2016 5:43 PM >> To: Kalle Valo >> Cc: linux-kernel@vger.kernel.org; Amitkumar Karwar; &g

[PATCH 01/23] ARM: am335x: Add missing memory node in sl50 board

2016-08-31 Thread Javier Martinez Canillas
roperty, but no unit name" But the sl50 board doesn't have a, so removing the skeleton.dtsi inclusion from am33xx.dtsi will cause a change in the compiled DTB. The board has 512 MiB of RAM and its starting address is 0x8000, so add a proper memory device node in the DTS. Signe

[PATCH 07/23] ARM: dts: am33xx: Remove skeleton.dtsi usage

2016-08-31 Thread Javier Martinez Canillas
roperty, but no unit name" The disassembled DTB are almost the same besides an empty chosen node being removed and nodes reordered, so it should not have functional changes. Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/am33xx.dtsi | 4 ++-- 1 file changed, 2 insertions(+),

[PATCH 05/23] ARM: dts: omap4: Remove skeleton.dtsi usage

2016-08-31 Thread Javier Martinez Canillas
roperty, but no unit name" The disassembled DTB are almost the same besides an empty chosen node being removed and nodes reordered, so it should not have functional changes. Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/omap4.dtsi | 4 ++-- 1 file changed, 2 insertions(+),

[PATCH 08/23] ARM: dts: dm814x: Remove skeleton.dtsi usage

2016-08-31 Thread Javier Martinez Canillas
roperty, but no unit name" The disassembled DTB are almost the same besides an empty chosen node being removed and nodes reordered, so it should not have functional changes. Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/dm814x.dtsi | 4 ++-- 1 file changed, 2 insertions(+),

[PATCH 12/23] ARM: dts: omap2: Add missing unit name to memory nodes

2016-08-31 Thread Javier Martinez Canillas
This patch fixes the following DTC warnings: "Node /memory has a reg or ranges property, but no unit name" Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/omap2420-h4.dts | 2 +- arch/arm/boot/dts/omap2420-n8x0-common.dtsi | 2 +- arch/arm/boot/dts/omap24

[PATCH 15/23] ARM: dts: omap5: Add missing unit name to memory nodes

2016-08-31 Thread Javier Martinez Canillas
This patch fixes the following DTC warnings: "Node /memory has a reg or ranges property, but no unit name" Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/omap5-cm-t54.dts | 2 +- arch/arm/boot/dts/omap5-igep0050.dts | 2 +- arch/arm/boot/dts/omap5-uevm.dts | 2 +

[PATCH 17/23] ARM: dts: am3517: Add missing unit name to memory nodes

2016-08-31 Thread Javier Martinez Canillas
This patch fixes the following DTC warnings: "Node /memory has a reg or ranges property, but no unit name" Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/am3517-craneboard.dts | 2 +- arch/arm/boot/dts/am3517-evm.dts| 2 +- arch/arm/boot/dts/am3517_mt_vento

[PATCH 23/23] ARM: dts: dra7: Add missing unit name to memory nodes

2016-08-31 Thread Javier Martinez Canillas
This patch fixes the following DTC warnings: "Node /memory has a reg or ranges property, but no unit name" Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/dra7-evm.dts | 2 +- arch/arm/boot/dts/dra72-evm-revc.dts | 2 +- arch/arm/boot/dts/dra72-evm.dts

[PATCH 19/23] ARM: dts: am572x: Add missing unit name to memory nodes

2016-08-31 Thread Javier Martinez Canillas
This patch fixes the following DTC warnings: "Node /memory has a reg or ranges property, but no unit name" Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/am572x-idk.dts | 2 +- arch/arm/boot/dts/am57xx-beagle-x15.dts | 2 +- arch/arm/boot/dts/am57xx-cl-som

[PATCH 21/23] ARM: dts: dm8168: Add missing unit name to memory nodes

2016-08-31 Thread Javier Martinez Canillas
This patch fixes the following DTC warnings: "Node /memory has a reg or ranges property, but no unit name" Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/dm8168-evm.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/dm8168-evm.

[PATCH 16/23] ARM: dts: am335x: Add missing unit name to memory nodes

2016-08-31 Thread Javier Martinez Canillas
This patch fixes the following DTC warnings: "Node /memory has a reg or ranges property, but no unit name" Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/am335x-baltos.dtsi | 2 +- arch/arm/boot/dts/am335x-bone-common.dtsi | 2 +- arch/arm/boot/dts/am335x-chi

[PATCH 18/23] ARM: dts: am4372: Add missing unit name to memory nodes

2016-08-31 Thread Javier Martinez Canillas
This patch fixes the following DTC warnings: "Node /memory has a reg or ranges property, but no unit name" Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/am4372.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/am4372.dtsi

[PATCH 22/23] ARM: dts: dra62x: Add missing unit name to memory nodes

2016-08-31 Thread Javier Martinez Canillas
This patch fixes the following DTC warnings: "Node /memory has a reg or ranges property, but no unit name" Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/dra62x-j5eco-evm.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/dr

[PATCH 20/23] ARM: dts: dm8148: Add missing unit name to memory nodes

2016-08-31 Thread Javier Martinez Canillas
This patch fixes the following DTC warnings: "Node /memory has a reg or ranges property, but no unit name" Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/dm8148-evm.dts | 2 +- arch/arm/boot/dts/dm8148-t410.dts | 2 +- 2 files changed, 2 insertions(+), 2 deletion

[PATCH 00/23] ARM: dts: omap: Remove skeleton.dtsi usage and fix memory node DTC warning"

2016-08-31 Thread Javier Martinez Canillas
only built tested. Best regards, Javier Javier Martinez Canillas (23): ARM: am335x: Add missing memory node in sl50 board ARM: omap3: Add missing memory node in overo and torpedo boards ARM: dts: omap2: Remove skeleton.dtsi usage ARM: dts: omap3: Remove skeleton.dtsi usage ARM: dts:

[PATCH 02/23] ARM: omap3: Add missing memory node in overo and torpedo boards

2016-08-31 Thread Javier Martinez Canillas
ventually the correct starting addresses and sizes should be used but I didn't find that information. Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/logicpd-torpedo-som.dtsi | 5 + arch/arm/boot/dts/omap3-overo-base.dtsi| 6 ++ 2 files changed, 11 insertions(+) dif

[PATCH 09/23] ARM: dts: dm816x: Remove skeleton.dtsi usage

2016-08-31 Thread Javier Martinez Canillas
roperty, but no unit name" The disassembled DTB are almost the same besides an empty chosen node being removed and nodes reordered, so it should not have functional changes. Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/dm816x.dtsi | 4 ++-- 1 file changed, 2 insertions(+),

[PATCH 13/23] ARM: dts: omap3: Add missing unit name to memory nodes

2016-08-31 Thread Javier Martinez Canillas
This patch fixes the following DTC warnings: "Node /memory has a reg or ranges property, but no unit name" Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/logicpd-torpedo-som.dtsi | 2 +- arch/arm/boot/dts/omap3-beagle-xm.dts | 2 +- arch/arm/boot

[PATCH 06/23] ARM: dts: omap5: Remove skeleton.dtsi usage

2016-08-31 Thread Javier Martinez Canillas
roperty, but no unit name" The disassembled DTB are almost the same besides an empty chosen node being removed and nodes reordered, so it should not have functional changes. Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/omap5.dtsi | 2 -- 1 file changed, 2 deletions(-) diff -

[PATCH 11/23] ARM: dts: am4372: Remove skeleton.dtsi usage

2016-08-31 Thread Javier Martinez Canillas
same than before. Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/am4372.dtsi | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index d8689878d67b..dda607d254ae 100644 --- a/arch/arm/boot/dts/a

[PATCH 10/23] ARM: dts: dra7: Remove skeleton.dtsi usage

2016-08-31 Thread Javier Martinez Canillas
roperty, but no unit name" The disassembled DTB are almost the same besides an empty chosen node being removed and nodes reordered, so it should not have functional changes. Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/dra7.dtsi | 2 -- 1 file changed, 2 deletions(-) diff -

[PATCH 14/23] ARM: dts: omap4: Add missing unit name to memory nodes

2016-08-31 Thread Javier Martinez Canillas
This patch fixes the following DTC warnings: "Node /memory has a reg or ranges property, but no unit name" Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/omap4-duovero.dtsi | 2 +- arch/arm/boot/dts/omap4-kc1.dts | 2 +- arch/arm/boot/dts/omap4-panda-c

[PATCH 03/23] ARM: dts: omap2: Remove skeleton.dtsi usage

2016-08-31 Thread Javier Martinez Canillas
roperty, but no unit name" The disassembled DTB are almost the same besides an empty chosen node being removed and nodes reordered, so it should not have functional changes. Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/omap2.dtsi | 4 ++-- 1 file changed, 2 insertions(+),

[PATCH 04/23] ARM: dts: omap3: Remove skeleton.dtsi usage

2016-08-31 Thread Javier Martinez Canillas
roperty, but no unit name" The disassembled DTB are almost the same besides an empty chosen node being removed and nodes reordered, so it should not have functional changes. Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/omap3.dtsi | 4 ++-- 1 file changed, 2 insertions(+),

[PATCH 6/7] ARM: dts: exynos: Add missing unit name to memory nodes in Exynos4 DTS

2016-08-31 Thread Javier Martinez Canillas
This patch fixes the following DTC warnings: "Node /memory has a reg or ranges property, but no unit name" Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/exynos4210-origen.dts | 2 +- arch/arm/boot/dts/exynos4210-smdkv310.dts | 2 +- arch/arm/boot/dts/

[PATCH 7/7] ARM: dts: exynos: Add missing unit name to memory nodes in Exynos5 DTS

2016-08-31 Thread Javier Martinez Canillas
This patch fixes the following DTC warnings: "Node /memory has a reg or ranges property, but no unit name" Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/exynos5250-arndale.dts | 2 +- arch/arm/boot/dts/exynos5250-smdk5250.dts | 2 +- arch/ar

[PATCH 3/7] ARM: dts: exynos: Remove skeleton.dtsi usage for Exynos4

2016-08-31 Thread Javier Martinez Canillas
roperty, but no unit name" The disassembled DTB are almost the same besides an empty chosen node being removed and nodes reordered, so it should not have functional changes. Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/exynos4.dtsi | 3 ++- arch/arm

[PATCH 5/7] ARM: dts: exynos: Add missing unit name to memory nodes in Exynos3 DTS

2016-08-31 Thread Javier Martinez Canillas
This patch fixes the following DTC warnings: "Node /memory has a reg or ranges property, but no unit name" Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/exynos3250-artik5.dtsi | 2 +- arch/arm/boot/dts/exynos3250-monk.dts| 2 +- arch/arm/boot/dts/exynos3250-rinat

[PATCH 1/7] ARM: dts: exynos: Add missing memory node for Exynos5440 boards

2016-08-31 Thread Javier Martinez Canillas
ventually the correct starting addresses and sizes should be used but I didn't find that information. Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/exynos5440-sd5v1.dts| 5 + arch/arm/boot/dts/exynos5440-ssdk5440.dts | 5 + 2 files changed, 10 insertions

[PATCH 2/7] ARM: dts: exynos: Remove skeleton.dtsi usage for Exynos3

2016-08-31 Thread Javier Martinez Canillas
roperty, but no unit name" The disassembled DTB are almost the same besides an empty chosen node being removed and nodes reordered, so it should not have functional changes. Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/exynos3250-artik5.dtsi | 1 + arch/arm/boot/dts/exynos

[PATCH 0/7] ARM: dts: exynos: Remove skeleton.dtsi usage and fix memory node DTC warnings

2016-08-31 Thread Javier Martinez Canillas
t only the Exynos5 changes have been tested. The others patches were just built tested. Best regards, Javier Javier Martinez Canillas (7): ARM: dts: exynos: Add missing memory node for Exynos5440 boards ARM: dts: exynos: Remove skeleton.dtsi usage for Exynos3 ARM: dts: exynos: Remove ske

[PATCH 4/7] ARM: dts: exynos: Remove skeleton.dtsi usage for Exynos5

2016-08-31 Thread Javier Martinez Canillas
roperty, but no unit name" The disassembled DTB are almost the same besides an empty chosen node being removed and nodes reordered, so it should not have functional changes. Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/exynos5.dtsi | 3 ++- arch/arm

Re: [PATCH 0/9] ARM: dts: exynos: Use macros for GPIO to make it more readable

2016-08-31 Thread Javier Martinez Canillas
ion = ; > + samsung,pin-pud = ; > + samsung,pin-drv = ; > > This should be just more readable. Especially for drive strenghts which > are unobvious and different between some SoCs. > I agree that's better to have macros for these instead of using magic number

Re: [PATCH 0/7] ARM: dts: exynos: Remove skeleton.dtsi usage and fix memory node DTC warnings

2016-08-31 Thread Javier Martinez Canillas
Hello Krzysztof, On 08/31/2016 02:55 PM, Krzysztof Kozlowski wrote: > On 08/31/2016 02:14 PM, Javier Martinez Canillas wrote: >> Hello Krzysztof, >> >> This series removes the usage of the skeleton.dtsi in all the Exynos dts, >> which allows to get rid of the DTC warnin

Re: [PATCH 1/7] ARM: dts: exynos: Add missing memory node for Exynos5440 boards

2016-09-01 Thread Javier Martinez Canillas
Hello Bartlomiej, On 08/31/2016 07:22 PM, Bartlomiej Zolnierkiewicz wrote: > > Hi, > > On Wednesday, August 31, 2016 02:14:33 PM Javier Martinez Canillas wrote: >> The skeleton.dtsi file was removed in ARM64 for different reasons as >> explained in commit ("

Re: [PATCH 0/7] ARM: dts: exynos: Remove skeleton.dtsi usage and fix memory node DTC warnings

2016-09-01 Thread Javier Martinez Canillas
Hello Bartlomiej, On 08/31/2016 07:40 PM, Bartlomiej Zolnierkiewicz wrote: > > Hi, > > On Wednesday, August 31, 2016 03:45:24 PM Javier Martinez Canillas wrote: >> Hello Krzysztof, >> >> On 08/31/2016 02:55 PM, Krzysztof Kozlowski wrote: >>> On 08/31/

Re: [PATCH 00/23] ARM: dts: omap: Remove skeleton.dtsi usage and fix memory node DTC warning"

2016-09-01 Thread Javier Martinez Canillas
Hello Tony, On 08/31/2016 07:54 PM, Tony Lindgren wrote: > * Tony Lindgren [160831 07:26]: >> * Javier Martinez Canillas [160831 03:36]: >>> Hello Tony, >>> >>> This series removes the usage of the skeleton.dtsi in all the OMAP dts, >>> which

Re: [PATCH 1/7] ARM: dts: exynos: Add missing memory node for Exynos5440 boards

2016-09-01 Thread Javier Martinez Canillas
Hello Krzysztof, On 08/31/2016 07:46 PM, Krzysztof Kozlowski wrote: > On Wed, Aug 31, 2016 at 02:14:33PM +0200, Javier Martinez Canillas wrote: >> The skeleton.dtsi file was removed in ARM64 for different reasons as >> explained in commit ("3ebee5a2e141 arm64: dts

[PATCH v2 0/7] ARM: dts: exynos: Remove skeleton.dtsi usage and fix memory node DTC warnings

2016-09-01 Thread Javier Martinez Canillas
ierkiewicz) - Fix commit message (Krzysztof Kozlowski). Javier Martinez Canillas (7): ARM: dts: exynos: Add missing memory node for Exynos5440 boards ARM: dts: exynos: Remove skeleton.dtsi usage for Exynos3 ARM: dts: exynos: Remove skeleton.dtsi usage for Exynos4 ARM: dts: exynos: Remove ske

[PATCH v2 4/7] ARM: dts: exynos: Remove skeleton.dtsi usage for Exynos5

2016-09-01 Thread Javier Martinez Canillas
roperty, but no unit name" The disassembled DTB are almost the same besides an empty chosen node being removed and nodes reordered, so it should not have functional changes. Signed-off-by: Javier Martinez Canillas --- Changes in v2: None arch/arm/boot/dts/exynos5.dtsi |

[PATCH v2 7/7] ARM: dts: exynos: Add missing unit name to memory nodes in Exynos5 DTS

2016-09-01 Thread Javier Martinez Canillas
This patch fixes the following DTC warnings: "Node /memory has a reg or ranges property, but no unit name" Signed-off-by: Javier Martinez Canillas --- Changes in v2: None arch/arm/boot/dts/exynos5250-arndale.dts | 2 +- arch/arm/boot/dts/exynos5250-smdk5250.dts

[PATCH v2 2/7] ARM: dts: exynos: Remove skeleton.dtsi usage for Exynos3

2016-09-01 Thread Javier Martinez Canillas
roperty, but no unit name" The disassembled DTB are almost the same besides an empty chosen node being removed and nodes reordered, so it should not have functional changes. Signed-off-by: Javier Martinez Canillas --- Changes in v2: None arch/arm/boot/dts/exynos3250-artik5.dtsi | 1

[PATCH v2 1/7] ARM: dts: exynos: Add missing memory node for Exynos5440 boards

2016-09-01 Thread Javier Martinez Canillas
. Eventually the correct starting addresses and sizes should be used but I didn't find that information. Signed-off-by: Javier Martinez Canillas --- Changes in v2: - Add a fixme to specify that the correct memory values should be set. (Bartlomiej Zolnierkiewicz) - Fix commit message (Kr

[PATCH v2 6/7] ARM: dts: exynos: Add missing unit name to memory nodes in Exynos4 DTS

2016-09-01 Thread Javier Martinez Canillas
This patch fixes the following DTC warnings: "Node /memory has a reg or ranges property, but no unit name" Signed-off-by: Javier Martinez Canillas --- Changes in v2: None arch/arm/boot/dts/exynos4210-origen.dts | 2 +- arch/arm/boot/dts/exynos4210-smdkv310.dts | 2 +-

[PATCH v2 5/7] ARM: dts: exynos: Add missing unit name to memory nodes in Exynos3 DTS

2016-09-01 Thread Javier Martinez Canillas
This patch fixes the following DTC warnings: "Node /memory has a reg or ranges property, but no unit name" Signed-off-by: Javier Martinez Canillas --- Changes in v2: None arch/arm/boot/dts/exynos3250-artik5.dtsi | 2 +- arch/arm/boot/dts/exynos3250-monk.dts| 2 +- arch/ar

[PATCH v2 3/7] ARM: dts: exynos: Remove skeleton.dtsi usage for Exynos4

2016-09-01 Thread Javier Martinez Canillas
roperty, but no unit name" The disassembled DTB are almost the same besides an empty chosen node being removed and nodes reordered, so it should not have functional changes. Signed-off-by: Javier Martinez Canillas --- Changes in v2: None arch/arm/boot/dts/exynos4.dtsi | 3 ++

Re: [PATCH 1/7] ARM: dts: exynos: Add missing memory node for Exynos5440 boards

2016-09-01 Thread Javier Martinez Canillas
Hello Krzysztof, On 09/01/2016 11:05 AM, Krzysztof Kozlowski wrote: > On 09/01/2016 10:43 AM, Javier Martinez Canillas wrote: >>>> --- a/arch/arm/boot/dts/exynos5440-ssdk5440.dts >>>> +++ b/arch/arm/boot/dts/exynos5440-ssdk5440.dts >>>> @@ -21,6 +21,11 @

Re: [PATCH 1/7] ARM: dts: exynos: Add missing memory node for Exynos5440 boards

2016-09-01 Thread Javier Martinez Canillas
Hello Krzysztof, On 09/01/2016 11:28 AM, Krzysztof Kozlowski wrote: > On 09/01/2016 11:19 AM, Javier Martinez Canillas wrote: >> Hello Krzysztof, >> >> On 09/01/2016 11:05 AM, Krzysztof Kozlowski wrote: >>> On 09/01/2016 10:43 AM, Javier Martinez Canillas wrote:

Re: [PATCH v2 00/10] pinctrl: exynos/samsung: Add header with values used for configuration

2016-09-01 Thread Javier Martinez Canillas
this series + the v2.1 1/10 resend and looks good to me. So for the whole series: Reviewed-by: Javier Martinez Canillas Best regards, -- Javier Martinez Canillas Open Source Group Samsung Research America

Re: [PATCH 1/2] ARM: dts: exynos: Fix mismatched value for SD4 pull up/down configuration on exynos4210

2016-09-01 Thread Javier Martinez Canillas
ne with same pattern. > > Fixes: 87711d8c7c70 ("ARM: dts: Add pinctrl node entries for SAMSUNG > EXYNOS4210 SoC") > Signed-off-by: Krzysztof Kozlowski > --- Reviewed-by: Javier Martinez Canillas Best regards, -- Javier Martinez Canillas Open Source Group Samsung Research America

Re: [PATCH 2/2] ARM: dts: exynos: Fix mismatched values of SD drive strengh configuration on exynos4415

2016-09-01 Thread Javier Martinez Canillas
files for exynos4415 SoC") > Signed-off-by: Krzysztof Kozlowski > --- Reviewed-by: Javier Martinez Canillas Best regards, -- Javier Martinez Canillas Open Source Group Samsung Research America

Re: [PATCH 1/6] pinctrl: dt-bindings: samsung: Update documentation with new macros

2016-09-01 Thread Javier Martinez Canillas
; > + samsung,pin-drv = ; > }; I wonder if besides updating the examples, the DT binding shouldn't also mention include/dt-bindings/pinctrl/samsung.h and list the macros for each possible pin configuration. Best regards, -- Javier Martinez Canillas Open Source Group Samsung Research America

Re: [PATCH 0/6] pinctrl: s3c/samsung: Add header with values used for configuration

2016-09-01 Thread Javier Martinez Canillas
's/samsung,pin-drv = <3>;$/samsung,pin-drv = > ;/' arch/arm/boot/dts/s5p* > Besides the comment for patch 1/6, the series looks good to me. So when posting v2 feel free to add: Reviewed-by: Javier Martinez Canillas Best regards, -- Javier Martinez Canillas Open Source Group Samsung Research America

[PATCH v2] staging: octeon: Use IS_ENABLED() instead of checking for built-in or module

2016-09-01 Thread Javier Martinez Canillas
Martinez Canillas Acked-by: David Daney --- Changes in v2: - Added David Daney Acked-by tag. - Rebased on top of latest master. drivers/staging/octeon/ethernet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/octeon/ethernet.c b/drivers/staging/octeon

Re: [RESEND PATCH] staging: octeon: Use IS_ENABLED() instead of checking for built-in or module

2016-09-01 Thread Javier Martinez Canillas
On 09/01/2016 05:32 PM, Greg Kroah-Hartman wrote: > On Thu, Aug 25, 2016 at 06:56:07PM -0400, Javier Martinez Canillas wrote: >> Hello David, >> >> On 08/25/2016 12:01 PM, David Daney wrote: >>> On 08/25/2016 06:55 AM, Javier Martinez Canillas wrote: >>>>

Re: [PATCH] staging: octeon: Use IS_ENABLED() instead of checking for built-in or module

2016-08-25 Thread Javier Martinez Canillas
Hello Greg, On 08/21/2016 12:02 PM, Greg Kroah-Hartman wrote: > On Thu, Jul 14, 2016 at 01:06:09PM -0400, Javier Martinez Canillas wrote: >> The IS_ENABLED() macro checks if a Kconfig symbol has been enabled either >> built-in or as a module, use that macro instead of open

[RESEND PATCH] staging: octeon: Use IS_ENABLED() instead of checking for built-in or module

2016-08-25 Thread Javier Martinez Canillas
Martinez Canillas Acked-by: David Daney --- Changes since first post: - Added David Daney Acked-by tag. - Rebased on top of latest master. drivers/staging/octeon/ethernet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/octeon/ethernet.c b/drivers/staging

[PATCH] MAINTAINERS: Add myself as reviewer for Samsung Exynos support

2016-08-25 Thread Javier Martinez Canillas
I've been helping reviewing and testing Exynos SoC support patches for the last couple of years. But it would be easier for me if I'm cc'ed for patches, so I'm adding myself as reviewer for this entry. Signed-off-by: Javier Martinez Canillas --- MAINTAINERS | 1 + 1 file

Re: [RESEND PATCH] staging: octeon: Use IS_ENABLED() instead of checking for built-in or module

2016-08-25 Thread Javier Martinez Canillas
Hello David, On 08/25/2016 12:01 PM, David Daney wrote: > On 08/25/2016 06:55 AM, Javier Martinez Canillas wrote: >> The IS_ENABLED() macro checks if a Kconfig symbol has been enabled either >> built-in or as a module, use that macro instead of open coding the same. >> >

Re: [PATCH] i2c: slave-eeprom: Add an OF device ID table

2017-08-16 Thread Javier Martinez Canillas
Hello Wolfram, On 08/14/2017 09:52 PM, Wolfram Sang wrote: > On Wed, Aug 09, 2017 at 12:12:56PM +0200, Javier Martinez Canillas wrote: >> The driver doesn't have a struct of_device_id table but supported devices >> are registered via Device Trees as shown in the foll

Re: [RESEND PATCH v5 03/16] ARM: dts: efm32: Add generic compatible string for I2C EEPROM

2017-08-16 Thread Javier Martinez Canillas
On Thu, Jun 15, 2017 at 8:54 PM, Javier Martinez Canillas wrote: > The at24 driver allows to register I2C EEPROM chips using different vendor > and devices, but the I2C subsystem does not take the vendor into account > when matching using the I2C table since it only has device entries

Re: [RFT PATCH] [media] partial revert of "[media] tvp5150: add HW input connectors support"

2017-08-17 Thread Javier Martinez Canillas
Hello Philipp, On Thu, Aug 17, 2017 at 3:05 PM, Philipp Zabel wrote: > Hi, > > On Tue, 2016-12-13 at 12:39 -0300, Javier Martinez Canillas wrote: >> Commit f7b4b54e6364 ("[media] tvp5150: add HW input connectors support") >> added input signals support for the tvp5

Re: [PATCH 4/6] regulator: hi6421v530: add driver for hi6421v530 voltage regulator

2017-05-26 Thread Javier Martinez Canillas
Hello Guodong, On Fri, May 26, 2017 at 8:35 AM, Guodong Xu wrote: > From: Wang Xiaoyin > [snip] > > +config REGULATOR_HI6421V530 > + tristate "HiSilicon Hi6421v530 PMIC voltage regulator support" The Kconfig symbol is tristate so the driver can be built as a module... > + > +static str

Re: [PATCH v6] eeprom: at24: Add OF device ID table

2017-11-06 Thread Javier Martinez Canillas
Hello Wolfram, On 11/05/2017 10:53 PM, Wolfram Sang wrote: > On Sun, Oct 01, 2017 at 12:49:48PM +0200, Javier Martinez Canillas wrote: >> The driver doesn't have a struct of_device_id table but supported devices >> are registered via Device Trees. This is working on the assu

Re: [PATCH v6] eeprom: at24: Add OF device ID table

2017-10-18 Thread Javier Martinez Canillas
On Tue, Oct 17, 2017 at 11:40 PM, Wolfram Sang wrote: > Hi, > >> + { >> + .compatible = "atmel,spd", >> + .data = (void *)AT24_DEVICE_MAGIC(2048 / 8, >> + AT24_FLAG_READONLY | AT24_FLAG_IRUGO) >> + }, > > checkpatch reported this one as u

[PATCH] regulator: max77802: Add input supply properties to DT binding doc

2015-10-05 Thread Javier Martinez Canillas
The max77802 regulator driver defines the supply name for each regulator so these can be described in DT but is not mentioned in the binding doc. Signed-off-by: Javier Martinez Canillas --- .../devicetree/bindings/regulator/max77802.txt | 23 +- 1 file changed, 22

Re: [PATCH] regulator: max77802: Add input supply properties to DT binding doc

2015-10-05 Thread Javier Martinez Canillas
Hello Rob, Thanks for your feedback. On 10/05/2015 06:15 PM, Rob Herring wrote: > On Mon, Oct 5, 2015 at 10:07 AM, Javier Martinez Canillas > wrote: >> The max77802 regulator driver defines the supply name for each regulator >> so these can be described in DT but is not mentio

[PATCH] regulator: max77802: Separate sections for nodes and properties

2015-10-05 Thread Javier Martinez Canillas
The optional "regulators" is a node and not a property so it should not be in the "Optional properties" section but in an "Optional nodes" one. Suggested-by: Rob Herring Signed-off-by: Javier Martinez Canillas --- Documentation/devicetree/bindings/regulat

[PATCH] ARM: dts: Use defined GPIO constants in flags cell for OMAP2+ boards

2015-10-06 Thread Javier Martinez Canillas
Many OMAP2+ DTS are not using the defined constants to express the GPIO polarity. Replace these so the DTS are easier to read. Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/omap2420-n8x0-common.dtsi| 6 +++--- arch/arm/boot/dts/omap3-beagle-xm.dts | 2

[PATCH] ARM: dts: omap3-lilly-a83x: Don't use IRQ level flag for a GPIO

2015-10-06 Thread Javier Martinez Canillas
The card detect GPIO is using IRQ_TYPE_LEVEL_LOW in the GPIO flag cells but this defined constant is meant to be used for a IRQ and not a GPIO. So instead use GPIO_ACTIVE_LOW that seems to be the original intention. Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/omap3-lilly

Re: [PATCH RESEND] phy: exynos-usb2: add vbus regulator support

2015-10-06 Thread Javier Martinez Canillas
gt; Thanks > Kishon > -- [0]: http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/tree/Next/Trees?id=HEAD Best regards, -- Javier Martinez Canillas Open Source Group Samsung Research America -- To unsubscribe from this list: send the line "unsubscribe linux-kernel&q

[PATCH] Input: joydev - fix dereferencing possible ERR_PTR()

2015-10-06 Thread Javier Martinez Canillas
_from_user() failed. This is of course wrong since if memdup_user() fails, no memory was allocated and the error in the error-valued pointer should be returned. Reported-by: Dan Carpenter Signed-off-by: Javier Martinez Canillas Fixes: 570c9a7a ("Input: joydev - use memdup_user() to d

Re: [PATCH v5 0/17] Add Analogix Core Display Port Driver

2015-10-07 Thread Javier Martinez Canillas
Hello Yakir, On 10/07/2015 08:25 AM, Yakir Yang wrote: > Hi all, > > Friendly ping. :) > > > Best regards, > - Yakir > > Do you have a tree that I can use to test these patches? Best regards, -- Javier Martinez Canillas Open Source Group Samsung Researc

Re: [PATCH v5 0/17] Add Analogix Core Display Port Driver

2015-10-07 Thread Javier Martinez Canillas
Hello Yakir, On 10/07/2015 11:02 AM, Yakir Yang wrote: > Hi Javier, > > On 10/07/2015 04:46 PM, Javier Martinez Canillas wrote: >> Hello Yakir, >> >> On 10/07/2015 08:25 AM, Yakir Yang wrote: >>> Hi all, >>> >>> Friendly ping. :) >&g

Re: [PATCH v5 0/17] Add Analogix Core Display Port Driver

2015-10-07 Thread Javier Martinez Canillas
Hello Yakir, On 10/07/2015 01:05 PM, Yakir Yang wrote: > Hi Javier, > > On 10/07/2015 05:26 PM, Javier Martinez Canillas wrote: >> Hello Yakir, >> >> On 10/07/2015 11:02 AM, Yakir Yang wrote: >>> Hi Javier, >>> >>> On 10/07/2015 04:4

Re: [PATCH] mfd: remove unused variables

2015-10-07 Thread Javier Martinez Canillas
Hello Arnd, On 10/07/2015 02:49 PM, Arnd Bergmann wrote: > A mass-cleanup by Javier Martinez Canillas removed a lot of > unused code, but left at least two variables in mfd drivers > in place that are now causing warnings: > > drivers/mfd/rtsx_pcr.c: In function 'r

[PATCH 5/5] ARM: dts: Use GPIO constants for flags cells in exynos5440 boards

2015-10-07 Thread Javier Martinez Canillas
The board DTS are using numeric values instead of the defined GPIO constanst to express polarity, use them to make the DTS more clear. Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/exynos5440-ssdk5440.dts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a

[PATCH 4/5] ARM: dts: Use GPIO constants for flags cells in exynos5420/5422/5800 boards

2015-10-07 Thread Javier Martinez Canillas
The board DTS are using numeric values instead of the defined GPIO constanst to express polarity, use them to make the DTS more clear. Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/exynos5420-arndale-octa.dts | 3 ++- arch/arm/boot/dts/exynos5420-peach-pit.dts | 8

[PATCH 2/5] ARM: dts: Use GPIO constants for flags cells in exynos4120 boards

2015-10-07 Thread Javier Martinez Canillas
The board DTS are using numeric values instead of the defined GPIO constanst to express polarity, use them to make the DTS more clear. Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/exynos4210-origen.dts | 15 - arch/arm/boot/dts/exynos4210-smdkv310.dts

[PATCH 1/5] ARM: dts: Use GPIO constants for flags cells in exynos3250 boards

2015-10-07 Thread Javier Martinez Canillas
The board DTS are using numeric values instead of the defined GPIO constanst to express polarity, use them to make the DTS more clear. Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/exynos3250-monk.dts | 8 arch/arm/boot/dts/exynos3250-rinato.dts | 10 +- 2

[PATCH 3/5] ARM: dts: Use GPIO constants for flags cells in exynos4412 boards

2015-10-07 Thread Javier Martinez Canillas
The board DTS are using numeric values instead of the defined GPIO constanst to express polarity, use them to make the DTS more clear. Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 15 ++- arch/arm/boot/dts/exynos4412-odroidu3.dts

[PATCH 0/5] ARM: dts: Use GPIO constants for flags cells in exynos boards

2015-10-07 Thread Javier Martinez Canillas
know if you prefer another approach. Best regards, Javier Javier Martinez Canillas (5): ARM: dts: Use GPIO constants for flags cells in exynos3250 boards ARM: dts: Use GPIO constants for flags cells in exynos4120 boards ARM: dts: Use GPIO constants for flags cells in exynos4412 boards ARM

[PATCH] HSI: Remove struct hsi_client private fields from kernel-doc

2015-10-08 Thread Javier Martinez Canillas
cess struct/union/enum/typedef member 'nb' description in 'hsi_client' Signed-off-by: Javier Martinez Canillas --- include/linux/hsi/hsi.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/linux/hsi/hsi.h b/include/linux/hsi/hsi.h index 5dd60c2e120f..2790

Re: [PATCH 4/8] regulator: Hi655x: Add support for Hi655x regulator

2015-10-08 Thread Javier Martinez Canillas
Hello Fei Wang, On Wed, Sep 30, 2015 at 1:05 PM, Fei Wang wrote: > Add Hi655x regulator driver. > > Signed-off-by: Fei Wang > --- [snip] > > +config REGULATOR_HI655X > +tristate "Hisilicon HI655X PMIC regulators support" The Kconfig symbol is tree state which means it can be built as

[PATCH] drm/i915/irq: Fix kernel-doc warnings

2015-10-08 Thread Javier Martinez Canillas
arning: No description found for parameter 'dev' Signed-off-by: Javier Martinez Canillas --- drivers/gpu/drm/i915/i915_irq.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/i915/i915_irq.c b/drivers/gpu/drm/i915/i915_irq.c index 8ca772deabdb..0344a9181dac 100644 --- a/

[PATCH] drm/i915/irq: Fix misspelled word register in kernel-doc

2015-10-08 Thread Javier Martinez Canillas
There is a typo in the function i915_handle_error() kernel-doc and the word register is spelled wrongly. Signed-off-by: Javier Martinez Canillas --- drivers/gpu/drm/i915/i915_irq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/i915_irq.c b/drivers/gpu

Re: [RFT 0/3] usb: usb3503: Fix probing on Arndale board (missing phy)

2015-10-08 Thread Javier Martinez Canillas
e after phy power on in > case > of HSIC-connected modem chip, so maybe this is somehow common for HSIC chips > (which are some special case of 'embedded usb'). > I also don't have an Arndale board and haven't followed the thread to closely but I just wanted to mentio

<    1   2   3   4   5   6   7   8   9   10   >