[PATCH 4/4] spi: ath79: Fix module autoload for OF registration

2016-11-23 Thread Javier Martinez Canillas
$ modinfo drivers/spi/spi-ath79.ko | grep alias alias: platform:ath79-spi After this patch: $ modinfo drivers/spi/spi-ath79.ko | grep alias alias: platform:ath79-spi alias: of:N*T*Cqca,ar7100-spiC* alias: of:N*T*Cqca,ar7100-spi Signed-off-by: Javier Martine

Re: [PATCH] v4l: async: make v4l2 coexists with devicetree nodes in a dt overlay

2016-11-23 Thread Javier Martinez Canillas
atible = "foo,bar"; ... port { cam_ep: endpoint { ... }; }; }; } } > Cc: Mauro Carvalho Chehab > Cc: Javier Martinez

Re: [PATCH v6 7/8] drivers:input:ads7846(+tsc2046): fix spi module table

2016-11-23 Thread Javier Martinez Canillas
we will have to keep adding these duplicated IDs. And changing the I2C and SPI core isn't trivial since it could break a lot of drivers that rely on a platform modalias being reported (i.e: no OF device IDs present in the drivers even when are registered via DT). Best regards, -- Javier Martinez Canil

Re: [PATCH] ARM: Drop fixed 200 Hz timer requirement from Exynos platforms

2016-11-17 Thread Javier Martinez Canillas
ested this patch on an Exynos5800 Peach Pi Chromebook with different HZ values (100/200/250/300/500/1000), and found no issues. Tested-by: Javier Martinez Canillas Best regards, -- Javier Martinez Canillas Open Source Group Samsung Research America

Re: [PATCH 0/3] thermal: Fix module autoload for drivers

2016-11-17 Thread Javier Martinez Canillas
Hello Eduardo, On 11/17/2016 11:53 AM, Eduardo Valentin wrote: > On Thu, Nov 17, 2016 at 08:50:11AM -0300, Javier Martinez Canillas wrote: >> Hello Eduardo, >> >> On Fri, Oct 14, 2016 at 11:34 AM, Javier Martinez Canillas >> wrote: >>> Hello, >>> &g

Re: [PATCH 0/3] thermal: Fix module autoload for drivers

2016-11-17 Thread Javier Martinez Canillas
Hello Eduardo, On Fri, Oct 14, 2016 at 11:34 AM, Javier Martinez Canillas wrote: > Hello, > > This small series contains trivial fixes to allow modules to be autoloaded > when its correspoinding thermal device is registered. > > Best regards, > Javier > > &g

Re: [PATCH v2 2/2] arm64: dts: Add ARM PMU node for exynos7

2016-11-12 Thread Javier Martinez Canillas
, > + ; > + interrupt-affinity = <&cpu_atlas0>, <&cpu_atlas1>, > + <&cpu_atlas2>, <&cpu_atlas3>; > + }; > + I didn't double check i

Re: [PATCH v2 1/2] arm64: dts: Add level for cpu dt node for exynos7

2016-11-12 Thread Javier Martinez Canillas
means in this context. > as a phandle whenever required. For example, adding a "interrupt-affinity" > for arm pmu node. > > Signed-off-by: Alim Akhtar > --- The change looks good to me though. Reviewed-by: Javier Martinez Canillas Best regards, -- Javier Martinez Canil

Re: [PATCH 1/2] watchdog: bcm7038_wdt: fix module autoload

2016-11-11 Thread Javier Martinez Canillas
Hello Guenter, On 11/11/2016 04:47 PM, Guenter Roeck wrote: > Hi Javier, > > On Fri, Nov 11, 2016 at 04:43:37PM -0300, Javier Martinez Canillas wrote: >> Hello Guenter, >> >> On 10/14/2016 01:55 PM, Guenter Roeck wrote: >>> On Fri, Oct 14, 2016 at 12:23:50PM -

Re: [PATCH 1/2] watchdog: bcm7038_wdt: fix module autoload

2016-11-11 Thread Javier Martinez Canillas
Hello Guenter, On 10/14/2016 01:55 PM, Guenter Roeck wrote: > On Fri, Oct 14, 2016 at 12:23:50PM -0300, Javier Martinez Canillas wrote: >> If the driver is built as a module, autoload won't work because the module >> alias information is not filled. So user-space can&#x

Re: [RFC PATCH v2 1/2] [media] tvp5150: Add input connectors DT bindings

2016-11-11 Thread Javier Martinez Canillas
[adding Kevin as cc since he was interested in this feature as well] Hello Hans, On 11/11/2016 01:11 PM, Hans Verkuil wrote: > This old mail came up in a discussion today so let me comment on this: > Thanks a lot for the feedback. > On 04/27/2016 09:12 PM, Javier Martinez Canil

Re: [PATCH v3 0/9] Qualcomm video decoder/encoder driver

2016-11-11 Thread Javier Martinez Canillas
Hello Hans, On Fri, Nov 11, 2016 at 8:49 AM, Hans Verkuil wrote: > Hi Stanimir, > > Overall it looks good. As you saw, I do have some comments but nothing major. > > One question: you use qcom as the directory name. How about using qualcomm? > > It's really not that much longer and a bit more obv

Re: [PATCH v5 02/23] of: device: Export of_device_{get_modalias, uvent_modalias} to modules

2016-11-10 Thread Javier Martinez Canillas
Hello ChenYu On Fri, Nov 11, 2016 at 12:01 AM, Chen-Yu Tsai wrote: > On Fri, Nov 11, 2016 at 5:42 AM, Rob Herring wrote: [snip] >> >> Do you have patches using this already. If not, it is starting to get >> a bit late for v4.10. >> >> I can apply this, but then you'll just be pulling in other

Re: [PATCH RESEND] phy: exynos-mipi-video: simplify check for coupled phy status

2016-11-08 Thread Javier Martinez Canillas
Hello Marek, On 11/08/2016 03:27 AM, Marek Szyprowski wrote: > Hi Javier, > > > On 2016-11-07 19:50, Javier Martinez Canillas wrote: >> On 11/07/2016 07:48 AM, Marek Szyprowski wrote: >>> There is no need to access regmap of coupled phy to check its state - such &g

Re: [PATCHv7 10/11] mfd: as3722: Rid driver of superfluous I2C device ID structure

2016-11-07 Thread Javier Martinez Canillas
's function. This series solves that so once it lands, I plan to address the possible issues in the I2C drivers and re-send [0] as a proper patch. [0]: https://patchwork.kernel.org/patch/6903991/ [1]: https://lkml.org/lkml/2015/7/30/519 Best regards, -- Javier Martinez Canillas Open Source Group Samsung Research America

Re: [PATCHv7 10/11] mfd: as3722: Rid driver of superfluous I2C device ID structure

2016-11-07 Thread Javier Martinez Canillas
Hello Kieran, On 11/07/2016 07:05 PM, Kieran Bingham wrote: > Thanks for your reviews again Javier, > Thanks to you for keep pushing this series. > On 07/11/16 19:20, Javier Martinez Canillas wrote: >> Hello Kieran, >> >> On 11/07/2016 09:47 AM, Kieran Bingham

[PATCH] spi: s3c64xx: Allow driver to build if COMPILE_TEST is enabled

2016-11-07 Thread Javier Martinez Canillas
regressions. Signed-off-by: Javier Martinez Canillas --- drivers/spi/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index b7995474148c..68910915ca49 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -553,7 +553,7

[PATCH] hwmon: (scpi) Fix module autoload

2016-11-07 Thread Javier Martinez Canillas
$ modinfo drivers/hwmon/scpi-hwmon.ko | grep alias $ After this patch: $ modinfo drivers/hwmon/scpi-hwmon.ko | grep alias alias: of:N*T*Carm,scpi-sensorsC* alias: of:N*T*Carm,scpi-sensors Signed-off-by: Javier Martinez Canillas --- drivers/hwmon/scpi-hwmon.c | 1 + 1 file

Re: [PATCHv7 08/11] i2c: match vendorless strings on the internal string length

2016-11-07 Thread Javier Martinez Canillas
c-2/new_device > will match as3711, as3722, and ak8975 incorrectly. > > Correct this by using sysfs_streq to match the string exactly > > Signed-off-by: Kieran Bingham > Reviewed-by: Javier Martinez Canillas Best regards, -- Javier Martinez Canillas Open Source Group Samsung Research America

Re: [PATCHv7 10/11] mfd: as3722: Rid driver of superfluous I2C device ID structure

2016-11-07 Thread Javier Martinez Canillas
2c modalias in the drivers' module. Remember that i2c_device_uevent() always reports modalias of the form MODALIAS=i2c: even when your series allows to match without a I2C device ID table. Best regards, -- Javier Martinez Canillas Open Source Group Samsung Research America

Re: [PATCHv7 09/11] mfd: 88pm860x: Move over to new I2C device .probe() call

2016-11-07 Thread Javier Martinez Canillas
t .probe() call-back. > > Acked-by: Grant Likely > Signed-off-by: Lee Jones > Signed-off-by: Kieran Bingham > Reviewed-by: Javier Martinez Canillas Best regards, -- Javier Martinez Canillas Open Source Group Samsung Research America

Re: [PATCHv7 07/11] i2c: match dt-style device names from sysfs interface

2016-11-07 Thread Javier Martinez Canillas
ode to parse from the sysfs interface. > > Convert i2c_of_match_device_strip_vendor() such that it can match both > vendor prefixed and stripped compatible strings on the sysfs interface. > > Signed-off-by: Kieran Bingham > Patch looks good to me. Reviewed-by: Javier Martinez Canillas

Re: [PATCH RESEND] phy: exynos-mipi-video: simplify check for coupled phy status

2016-11-07 Thread Javier Martinez Canillas
disabled > power domain if the coupled phy is already disabled. > Do you think this patch needs also go to stable? > Signed-off-by: Marek Szyprowski > Acked-by: Sylwester Nawrocki > --- Reviewed-by: Javier Martinez Canillas Best regards, -- Javier Martinez Canillas Open Sourc

Re: [PATCH] drm/exynos: gsc: fix spelling mistakes

2016-11-01 Thread Javier Martinez Canillas
Hello Colin, On 11/01/2016 11:23 PM, Colin King wrote: > From: Colin Ian King > > Trivial fixes to spelling mistakes "precalser" to "prescaler" > in dev_err messages > > Signed-off-by: Colin Ian King > --- Reviewed-by: Javier Martinez Canillas B

Re: [PATCH 1/2] ARM: dts: exynos: Use macro for PWM signal polarity in Exynos4 boards

2016-10-28 Thread Javier Martinez Canillas
Hello Krzysztof, On 10/28/2016 10:41 AM, Krzysztof Kozlowski wrote: > On Thu, Oct 27, 2016 at 02:47:17PM -0300, Javier Martinez Canillas wrote: >> Using the PWM_POLARITY_INVERTED macro instead of the hardcoded number >> 0 makes the DTS easier to read. > > > Eeee P

Re: [PATCH 1/3] ARM: dts: exynos: Document eMMC/SD/SDIO devices in Exynos5250 Snow board

2016-10-28 Thread Javier Martinez Canillas
Hello Krzysztof, On 10/28/2016 10:34 AM, Krzysztof Kozlowski wrote: > On Thu, Oct 27, 2016 at 02:11:41PM -0300, Javier Martinez Canillas wrote: >> There's a cognitive load to figure out which mmc device node corresponds >> to the eMMC flash, uSD card and WiFI SDIO modul

[PATCH 1/2] ARM: dts: exynos: Use macro for PWM signal polarity in Exynos4 boards

2016-10-27 Thread Javier Martinez Canillas
Using the PWM_POLARITY_INVERTED macro instead of the hardcoded number 0 makes the DTS easier to read. Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/exynos4412-odroidu3.dts | 3 ++- arch/arm/boot/dts/exynos4412-trats2.dts | 3 ++- 2 files changed, 4 insertions(+), 2 deletions

[PATCH 2/2] ARM: dts: exynos: Use macro for PWM signal polarity in Exynos5 boards

2016-10-27 Thread Javier Martinez Canillas
Using the PWM_POLARITY_INVERTED macro instead of the hardcoded number 0 makes the DTS easier to read. Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/exynos5250-snow-common.dtsi | 3 ++- arch/arm/boot/dts/exynos5410-odroidxu.dts | 2 +- arch/arm/boot/dts/exynos5420

[PATCH 1/3] ARM: dts: exynos: Document eMMC/SD/SDIO devices in Exynos5250 Snow board

2016-10-27 Thread Javier Martinez Canillas
There's a cognitive load to figure out which mmc device node corresponds to the eMMC flash, uSD card and WiFI SDIO module on the Snow boards. So it's better to have comments in the DTS to make this more clear. Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/exyno

[PATCH 3/3] ARM: dts: exynos: Document eMMC/SD/SDIO devices in Exynos5800 Peach Pi board

2016-10-27 Thread Javier Martinez Canillas
There's a cognitive load to figure out which mmc device nodes corresponds to the eMMC flash, uSD card and WiFI SDIO module on the Peach Pi board. So it's better to have comments in the DTS to make this more clear. Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/exynos

[PATCH 2/3] ARM: dts: exynos: Document eMMC/SD/SDIO devices in Exynos5420 Pit board

2016-10-27 Thread Javier Martinez Canillas
There's a cognitive load to figure out which mmc device nodes corresponds to the eMMC flash, uSD card and WiFI SDIO module on the Peach Pit board. So it's better to have comments in the DTS to make this more clear. Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/exynos

Re: [alsa-devel] [RFC PATCH 2/2] ASoC: samsung: Print a one-time message if the snow driver's probe defers

2016-10-27 Thread Javier Martinez Canillas
Hello Sylwester, On 10/27/2016 12:48 PM, Sylwester Nawrocki wrote: > On 10/27/2016 05:38 PM, Javier Martinez Canillas wrote: >> +Marek, >> >> Hello, >> >> On 10/20/2016 08:27 AM, Sylwester Nawrocki wrote: >>> On 10/20/2016 12:41 PM, Javier Martinez Cani

Re: [alsa-devel] [RFC PATCH 2/2] ASoC: samsung: Print a one-time message if the snow driver's probe defers

2016-10-27 Thread Javier Martinez Canillas
+Marek, Hello, On 10/20/2016 08:27 AM, Sylwester Nawrocki wrote: > On 10/20/2016 12:41 PM, Javier Martinez Canillas wrote: >> I see no relevant changes in exynos_defconfig between v4.7..v4.8 and >> also no changes in drivers/Makefile that could cause things to be >> initi

Re: [RFC PATCH 1/2] ASoC: core: Print one-time messages if missing resources when binding DAIs

2016-10-24 Thread Javier Martinez Canillas
Hello Mark, On 10/24/2016 02:21 PM, Mark Brown wrote: > On Wed, Oct 19, 2016 at 02:21:05PM -0300, Javier Martinez Canillas wrote: >> If snd_soc_find_dai() doesn't find a DAI in soc_bind_dai_link(), a >> error message is printed and an -EPROBE_DEFER errno code returned to >

Re: [Patch 20/35] media: ti-vpe: vpe: Added MODULE_DEVICE_TABLE hint

2016-10-24 Thread Javier Martinez Canillas
Hello Benoit, On Wed, Sep 28, 2016 at 5:22 PM, Benoit Parrot wrote: > ti_vpe module currently does not get loaded automatically. > Added MODULE_DEVICE_TABLE hint to the driver to assist. > > Signed-off-by: Benoit Parrot > --- Reviewed-by: Javier Martinez Canillas Best regards, Javier

[PATCH] leds: netxbig: fix module autoload for OF registration

2016-10-21 Thread Javier Martinez Canillas
by: Javier Martinez Canillas --- drivers/leds/leds-netxbig.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/leds/leds-netxbig.c b/drivers/leds/leds-netxbig.c index 4b88b93244be..f48b1aed9b4e 100644 --- a/drivers/leds/leds-netxbig.c +++ b/drivers/leds/leds-netxbig.c @@ -534,6 +534,7

Re: [RFC] ARM: dts: exynos: Remove exynos4415.dtsi

2016-10-21 Thread Javier Martinez Canillas
form that > uses Exynos4415. > > Acked-by: Sylwester Nawrocki > Reviewed-by: Javier Martinez Canillas Best regards, -- Javier Martinez Canillas Open Source Group Samsung Research America

Re: [PATCH] dt-bindings: video: exynos7-decon: Remove obsolete samsung,power-domain property

2016-10-21 Thread Javier Martinez Canillas
with generic one. >> >> Signed-off-by: Krzysztof Kozlowski > > Reviewed-by: Sylwester Nawrocki > Reviewed-by: Javier Martinez Canillas Best regards, -- Javier Martinez Canillas Open Source Group Samsung Research America

Re: [PATCH 2/2] gpio: ts4800: Fix module autoload

2016-10-21 Thread Javier Martinez Canillas
Hello Linus, On 10/21/2016 09:55 AM, Linus Walleij wrote: > On Tue, Oct 18, 2016 at 10:44 PM, Javier Martinez Canillas > wrote: > >> If the driver is built as a module, autoload won't work because the module >> alias information is not filled. So user-space can't

Re: [alsa-devel] [RFC PATCH 2/2] ASoC: samsung: Print a one-time message if the snow driver's probe defers

2016-10-20 Thread Javier Martinez Canillas
Hello Sylwester, On 10/20/2016 08:27 AM, Sylwester Nawrocki wrote: > On 10/20/2016 12:41 PM, Javier Martinez Canillas wrote: >> I see no relevant changes in exynos_defconfig between v4.7..v4.8 and >> also no changes in drivers/Makefile that could cause things to be >> initi

Re: [alsa-devel] [RFC PATCH 2/2] ASoC: samsung: Print a one-time message if the snow driver's probe defers

2016-10-20 Thread Javier Martinez Canillas
Hello Sylwester, Thanks a lot for your feedback. On 10/20/2016 06:12 AM, Sylwester Nawrocki wrote: > On 10/19/2016 07:21 PM, Javier Martinez Canillas wrote: >> If the snd_soc_register_card() fails due a missing resource and the probe >> has to be deferred, the driver prints a

[PATCH 2/2] mailbox: sti: Fix module autoload for OF registration

2016-10-19 Thread Javier Martinez Canillas
by: Javier Martinez Canillas --- drivers/mailbox/mailbox-sti.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mailbox/mailbox-sti.c b/drivers/mailbox/mailbox-sti.c index a334db5c9f1c..41bcd339b68a 100644 --- a/drivers/mailbox/mailbox-sti.c +++ b/drivers/mailbox/mailbox-sti.c @@ -40

[PATCH 1/2] mailbox: mailbox-test: Fix module autoload

2016-10-19 Thread Javier Martinez Canillas
$ modinfo drivers/mailbox/mailbox-test.ko | grep alias $ After this patch: $ modinfo drivers/mailbox/mailbox-test.ko | grep alias alias: of:N*T*Cmailbox-testC* alias: of:N*T*Cmailbox-test Signed-off-by: Javier Martinez Canillas --- drivers/mailbox/mailbox-test.c | 1 + 1 file

[PATCH 3/4] PM / devfreq: rockchip-dfi: Fix module autoload

2016-10-19 Thread Javier Martinez Canillas
$ modinfo drivers/devfreq/event/rockchip-dfi.ko | grep alias $ After this patch: $ modinfo drivers/devfreq/event/rockchip-dfi.ko | grep alias alias: of:N*T*Crockchip,rk3399-dfiC* alias: of:N*T*Crockchip,rk3399-dfi Signed-off-by: Javier Martinez Canillas --- drivers/devfreq/even

[PATCH 0/4] PM / devfreq: Fix module autoload for platform drivers

2016-10-19 Thread Javier Martinez Canillas
Hello, I noticed that module autoload won't be working in some of the defreq platform drivers. This patch series contains the fixes for these. Best regards, Javier Javier Martinez Canillas (4): PM / devfreq: rk3399_dmc: Fix module autoload PM / devfreq: exynos-nocp: Fix module aut

[PATCH 4/4] PM / devfreq: exynos-ppmu: Fix module autoload

2016-10-19 Thread Javier Martinez Canillas
of:N*T*Csamsung,exynos-ppmu Signed-off-by: Javier Martinez Canillas --- drivers/devfreq/event/exynos-ppmu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/devfreq/event/exynos-ppmu.c b/drivers/devfreq/event/exynos-ppmu.c index f55cf0eb2a66..a112034997eb 100644 --- a/drivers/devfreq/ev

[PATCH 1/4] PM / devfreq: rk3399_dmc: Fix module autoload

2016-10-19 Thread Javier Martinez Canillas
$ modinfo drivers/devfreq/rk3399_dmc.ko | grep alias $ After this patch: $ modinfo drivers/devfreq/rk3399_dmc.ko | grep alias alias: of:N*T*Crockchip,rk3399-dmcC* alias: of:N*T*Crockchip,rk3399-dmc Signed-off-by: Javier Martinez Canillas --- drivers/devfreq/rk3399_dmc.c | 1

[PATCH 2/4] PM / devfreq: exynos-nocp: Fix module autoload

2016-10-19 Thread Javier Martinez Canillas
$ modinfo drivers/devfreq/event/exynos-nocp.ko | grep alias $ After this patch: $ modinfo drivers/devfreq/event/exynos-nocp.ko | grep alias alias: of:N*T*Csamsung,exynos5420-nocpC* alias: of:N*T*Csamsung,exynos5420-nocp Signed-off-by: Javier Martinez Canillas --- drivers/dev

[PATCH] dmaengine: fsl_raid: Fix module autoload

2016-10-19 Thread Javier Martinez Canillas
$ modinfo drivers/dma/fsl_raid.ko | grep alias $ After this patch: $ modinfo drivers/dma/fsl_raid.ko | grep alias alias: of:N*T*Cfsl,raideng-v1.0C* alias: of:N*T*Cfsl,raideng-v1.0 Signed-off-by: Javier Martinez Canillas --- drivers/dma/fsl_raid.c | 1 + 1 file changed, 1 insertio

[PATCH] hwrng: meson: Remove unneeded platform MODULE_ALIAS

2016-10-19 Thread Javier Martinez Canillas
Signed-off-by: Javier Martinez Canillas --- drivers/char/hw_random/meson-rng.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/char/hw_random/meson-rng.c b/drivers/char/hw_random/meson-rng.c index 51864a509be7..119d698439ae 100644 --- a/drivers/char/hw_random/meson-rng.c +++ b/drivers

[PATCH] pwm: meson: Remove unneeded platform MODULE_ALIAS

2016-10-19 Thread Javier Martinez Canillas
Signed-off-by: Javier Martinez Canillas --- drivers/pwm/pwm-meson.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/pwm/pwm-meson.c b/drivers/pwm/pwm-meson.c index 381871b2bb46..5678092cad4b 100644 --- a/drivers/pwm/pwm-meson.c +++ b/drivers/pwm/pwm-meson.c @@ -523,7 +523,6 @

[PATCH] watchdog: meson: Remove unneeded platform MODULE_ALIAS

2016-10-19 Thread Javier Martinez Canillas
Signed-off-by: Javier Martinez Canillas --- drivers/watchdog/meson_gxbb_wdt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/watchdog/meson_gxbb_wdt.c b/drivers/watchdog/meson_gxbb_wdt.c index 44d180a2c5e5..45d47664a00a 100644 --- a/drivers/watchdog/meson_gxbb_wdt.c +++ b/d

Re: [RFC PATCH 2/2] ASoC: samsung: Print a one-time message if the snow driver's probe defers

2016-10-19 Thread Javier Martinez Canillas
Hello Krzysztof, Thanks a lot for your feedback. On 10/19/2016 03:12 PM, Krzysztof Kozlowski wrote: > On Wed, Oct 19, 2016 at 02:21:06PM -0300, Javier Martinez Canillas wrote: >> If the snd_soc_register_card() fails due a missing resource and the probe >> has to be deferred, the d

[RFC PATCH 1/2] ASoC: core: Print one-time messages if missing resources when binding DAIs

2016-10-19 Thread Javier Martinez Canillas
The information is useful to know that a dependency was not meet and a defer happened, but isn't necessary to print it on each probe deferral. Signed-off-by: Javier Martinez Canillas --- sound/soc/soc-core.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a

[RFC PATCH 2/2] ASoC: samsung: Print a one-time message if the snow driver's probe defers

2016-10-19 Thread Javier Martinez Canillas
useful to know that a dependency was not meet and a defer happened, but isn't necessary to print it on each probe deferral. Signed-off-by: Javier Martinez Canillas --- sound/soc/samsung/snow.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sound/soc/samsung/sno

[RFC PATCH 0/2] ASoC: Prevent the snow ASoC driver to spam due probe deferrals

2016-10-19 Thread Javier Martinez Canillas
I'm sending as RFC in case you think this can be a workaround to avoid the log spamming, until we have support for that. [0]: http://arm-soc.lixom.net/bootlogs/mainline/v4.8-14644-ge9f8f48/pi-arm-exynos_defconfig.html Best regards, Javier Javier Martinez Canillas (2): ASoC: core: Prin

[PATCH 1/3] remoteproc: qcom: q6v5_pil: Fix module autoload

2016-10-18 Thread Javier Martinez Canillas
$ modinfo drivers/remoteproc/qcom_q6v5_pil.ko | grep alias $ After this patch: $ modinfo drivers/remoteproc/qcom_q6v5_pil.ko | grep alias alias: of:N*T*Cqcom,q6v5-pilC* alias: of:N*T*Cqcom,q6v5-pil Signed-off-by: Javier Martinez Canillas --- drivers/remoteproc/qcom_q6v5_pil.c | 1

[PATCH 2/3] remoteproc: qcom: wcnss: Fix module autoload

2016-10-18 Thread Javier Martinez Canillas
nto-v1-pil alias: of:N*T*Cqcom,riva-pilC* alias: of:N*T*Cqcom,riva-pil Signed-off-by: Javier Martinez Canillas --- drivers/remoteproc/qcom_wcnss.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/remoteproc/qcom_wcnss.c b/drivers/remoteproc/qcom_wcnss.c index f5

[PATCH 3/3] remoteproc: qcom: wcnss_iris: Fix module autoload

2016-10-18 Thread Javier Martinez Canillas
3660 alias: of:N*T*Cqcom,wcn3620C* alias: of:N*T*Cqcom,wcn3620 Signed-off-by: Javier Martinez Canillas --- drivers/remoteproc/qcom_wcnss_iris.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/remoteproc/qcom_wcnss_iris.c b/drivers/remoteproc/qcom_wcnss_iris.c index f0

[PATCH 0/3] remoteproc: Fix module autoload for qcom platform drivers

2016-10-18 Thread Javier Martinez Canillas
Hello, I noticed that module autoload won't be working in some of the qcom remoteproc drivers. This patch series contains the fixes for these. Best regards, Javier Javier Martinez Canillas (3): remoteproc: qcom: q6v5_pil: Fix module autoload remoteproc: qcom: wcnss: Fix module aut

[PATCH 1/4] i2c: jz4780: Fix module autoload

2016-10-18 Thread Javier Martinez Canillas
$ modinfo drivers/i2c/busses/i2c-jz4780.ko | grep alias $ After this patch: $ modinfo drivers/i2c/busses/i2c-jz4780.ko | grep alias alias: of:N*T*Cingenic,jz4780-i2cC* alias: of:N*T*Cingenic,jz4780-i2c Signed-off-by: Javier Martinez Canillas --- drivers/i2c/busses/i2c-jz4780.

[PATCH 0/4] i2c: Fix module autoload for some i2c busses platform drivers

2016-10-18 Thread Javier Martinez Canillas
Hello Wolfram, I noticed that module autoload won't be working in some of the i2c busses drivers. This patch series contains the fixes for these. Best regards, Javier Javier Martinez Canillas (4): i2c: jz4780: Fix module autoload i2c: xlp9xx: Fix module autoload i2c: xlr: Fix m

[PATCH 3/4] i2c: xlr: Fix module autoload for OF registration

2016-10-18 Thread Javier Martinez Canillas
by: Javier Martinez Canillas --- drivers/i2c/busses/i2c-xlr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/i2c/busses/i2c-xlr.c b/drivers/i2c/busses/i2c-xlr.c index 0968f59b6df5..ad17d88d8573 100644 --- a/drivers/i2c/busses/i2c-xlr.c +++ b/drivers/i2c/busses/i2c-xlr.c @@ -358,6 +358,7

[PATCH 4/4] i2c: digicolor: Fix module autoload

2016-10-18 Thread Javier Martinez Canillas
$ modinfo drivers/i2c/busses/i2c-digicolor.ko | grep alias $ After this patch: $ modinfo drivers/i2c/busses/i2c-digicolor.ko | grep alias alias: of:N*T*Ccnxt,cx92755-i2cC* alias: of:N*T*Ccnxt,cx92755-i2c Signed-off-by: Javier Martinez Canillas --- drivers/i2c/busses/i2c-digic

[PATCH 2/4] i2c: xlp9xx: Fix module autoload

2016-10-18 Thread Javier Martinez Canillas
$ modinfo drivers/i2c/busses/i2c-xlp9xx.ko | grep alias $ After this patch: $ modinfo drivers/i2c/busses/i2c-xlp9xx.ko | grep alias alias: of:N*T*Cnetlogic,xlp980-i2cC* alias: of:N*T*Cnetlogic,xlp980-i2c Signed-off-by: Javier Martinez Canillas --- drivers/i2c/busses/i2c-xlp9xx.

[PATCH 2/2] gpio: ts4800: Fix module autoload

2016-10-18 Thread Javier Martinez Canillas
$ modinfo drivers/gpio/gpio-ts4800.ko | grep alias $ After this patch: $ modinfo drivers/gpio/gpio-ts4800.ko | grep alias alias: of:N*T*Ctechnologic,ts4800-gpioC* alias: of:N*T*Ctechnologic,ts4800-gpio Signed-off-by: Javier Martinez Canillas --- drivers/gpio/gpio-ts4800.c | 1

[PATCH 1/2] gpio: ath79: Fix module autoload

2016-10-18 Thread Javier Martinez Canillas
by: Javier Martinez Canillas --- drivers/gpio/gpio-ath79.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpio/gpio-ath79.c b/drivers/gpio/gpio-ath79.c index 9457e2022bf6..dc37dbe4b46d 100644 --- a/drivers/gpio/gpio-ath79.c +++ b/drivers/gpio/gpio-ath79.c @@ -219,6 +219,7 @@ static co

Re: [PATCH] hwrng: meson: Fix module autoload for OF registration

2016-10-17 Thread Javier Martinez Canillas
Hello Fabio, On 10/17/2016 04:45 PM, Fabio Estevam wrote: > On Mon, Oct 17, 2016 at 5:40 PM, Javier Martinez Canillas > wrote: > >> --- a/drivers/char/tpm/Kconfig >> +++ b/drivers/char/tpm/Kconfig >> @@ -32,7 +32,7 @@ config TCG_TIS_CORE >> >> config TCG

[PATCH v2] hwrng: meson: Fix module autoload for OF registration

2016-10-17 Thread Javier Martinez Canillas
ned-off-by: Javier Martinez Canillas --- Changes in v2: - Remove unrelated changes added by mistake. Suggested by Jason Gunthorpe. drivers/char/hw_random/meson-rng.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/char/hw_random/meson-rng.c b/drivers/char/hw_random/meson-rng.c index 58

Re: [PATCH] hwrng: meson: Fix module autoload for OF registration

2016-10-17 Thread Javier Martinez Canillas
Hello Jason, On 10/17/2016 04:45 PM, Jason Gunthorpe wrote: > On Mon, Oct 17, 2016 at 04:40:14PM -0300, Javier Martinez Canillas wrote: > >> Signed-off-by: Javier Martinez Canillas >> >> drivers/char/hw_random/meson-rng.c | 1 + >> drivers/char/tpm/Kconfig

[PATCH] hwrng: meson: Fix module autoload for OF registration

2016-10-17 Thread Javier Martinez Canillas
ned-off-by: Javier Martinez Canillas --- drivers/char/hw_random/meson-rng.c | 1 + drivers/char/tpm/Kconfig | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/char/hw_random/meson-rng.c b/drivers/char/hw_random/meson-rng.c index 58bef39f7286..51864a509be7 10

[PATCH] staging: fbtft: Fix module autoload

2016-10-17 Thread Javier Martinez Canillas
$ modinfo drivers/staging/fbtft/flexfb.ko | grep alias $ After this patch: $ modinfo drivers/staging/fbtft/flexfb.ko | grep alias alias: platform:flexpfb Signed-off-by: Javier Martinez Canillas --- drivers/staging/fbtft/flexfb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drive

[PATCH 2/2] power: supply: axp288_fuel_gauge: Fix module autoload

2016-10-17 Thread Javier Martinez Canillas
$ modinfo drivers/power/supply/axp288_fuel_gauge.ko | grep alias $ After this patch: $ modinfo drivers/power/supply/axp288_fuel_gauge.ko | grep alias alias: platform:axp288_fuel_gauge Signed-off-by: Javier Martinez Canillas --- drivers/power/supply/axp288_fuel_gauge.c | 1 + 1 file

[PATCH 0/2] power: supply: Fix module autoload for some platform drivers

2016-10-17 Thread Javier Martinez Canillas
Hello Sebastian, I noticed that module autoload won't be working for some of the power supply platform drivers. This patch series contains fixes for these. Best regards, Javier Javier Martinez Canillas (2): power: supply: max8997_charger: Fix module autoload power: s

[PATCH 1/2] power: supply: max8997_charger: Fix module autoload

2016-10-17 Thread Javier Martinez Canillas
$ modinfo drivers/power/supply/max8997_charger.ko | grep alias $ After this patch: $ modinfo drivers/power/supply/max8997_charger.ko | grep alias alias: platform:max8997-battery Signed-off-by: Javier Martinez Canillas --- drivers/power/supply/max8997_charger.c | 1 + 1 file changed, 1

[PATCH 2/4] power: reset: at91-poweroff: Fix module autoload

2016-10-17 Thread Javier Martinez Canillas
of:N*T*Catmel,at91sam9rl-shdwc alias: of:N*T*Catmel,at91sam9260-shdwcC* alias: of:N*T*Catmel,at91sam9260-shdwc Signed-off-by: Javier Martinez Canillas --- drivers/power/reset/at91-poweroff.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/power/reset/at91-poweroff.c

[PATCH 1/4] power: reset: at91-reset: Fix module autoload

2016-10-17 Thread Javier Martinez Canillas
t91sam9g45-rstc alias: of:N*T*Catmel,at91sam9260-rstcC* alias: of:N*T*Catmel,at91sam9260-rstc alias: platform:at91-sam9g45-reset alias: platform:at91-sam9260-reset Signed-off-by: Javier Martinez Canillas --- drivers/power/reset/at91-reset.c | 2 ++ 1 file

[PATCH 4/4] power: reset: zx-reboot: Fix module autoload

2016-10-17 Thread Javier Martinez Canillas
$ modinfo drivers/power/reset/zx-reboot.ko | grep alias $ After this patch: $ modinfo drivers/power/reset/zx-reboot.ko | grep alias alias: of:N*T*Czte,sysctrlC* alias: of:N*T*Czte,sysctrl Signed-off-by: Javier Martinez Canillas --- drivers/power/reset/zx-reboot.c | 1 + 1 file

[PATCH 0/4] power: reset: Fix module autoload for some platform drivers

2016-10-17 Thread Javier Martinez Canillas
Hello Sebastian, I noticed that module autoload won't be working in a some of the reset platform drivers This patch series contains the fixes for these. Best regards, Javier Javier Martinez Canillas (4): power: reset: at91-reset: Fix module autoload power: reset: at91-poweroff: Fix m

[PATCH 3/4] power: reset: syscon-reboot-mode: Fix module autoload

2016-10-17 Thread Javier Martinez Canillas
$ modinfo drivers/power/reset/syscon-reboot-mode.ko | grep alias $ After this patch: $ modinfo drivers/power/reset/syscon-reboot-mode.ko | grep alias alias: of:N*T*Csyscon-reboot-modeC* alias: of:N*T*Csyscon-reboot-mode Signed-off-by: Javier Martinez Canillas --- drivers/power/re

[PATCH] mtd: nand: omap2: Fix module autoload

2016-10-17 Thread Javier Martinez Canillas
$ modinfo drivers/mtd/nand/omap2_nand.ko | grep alias alias: platform:omap2-nand After this patch: $ modinfo drivers/mtd/nand/omap2_nand.ko | grep alias alias: platform:omap2-nand alias: of:N*T*Cti,omap2-nandC* alias: of:N*T*Cti,omap2-nand Signed-off-by: Javie

[PATCH 1/2] mmc: mediatek: Fix module autoload

2016-10-17 Thread Javier Martinez Canillas
$ modinfo drivers/mmc/host/mtk-sd.ko | grep alias $ After this patch: $ modinfo drivers/mmc/host/mtk-sd.ko | grep alias alias: of:N*T*Cmediatek,mt8135-mmcC* alias: of:N*T*Cmediatek,mt8135-mmc Signed-off-by: Javier Martinez Canillas --- drivers/mmc/host/mtk-sd.c | 1 + 1 file

[PATCH 2/2] mmc: sdhci-of-at91: Fix module autoload

2016-10-17 Thread Javier Martinez Canillas
$ modinfo drivers/mmc/host/sdhci-of-at91.ko | grep alias $ After this patch: $ modinfo drivers/mmc/host/sdhci-of-at91.ko | grep alias alias: of:N*T*Catmel,sama5d2-sdhciC* alias: of:N*T*Catmel,sama5d2-sdhci Signed-off-by: Javier Martinez Canillas --- drivers/mmc/host/sdhci-of-

[PATCH 2/5] [media] v4l: rcar-fcp: Fix module autoload for OF registration

2016-10-17 Thread Javier Martinez Canillas
pfC* alias: of:N*T*Crenesas,fcpf Signed-off-by: Javier Martinez Canillas --- drivers/media/platform/rcar-fcp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/platform/rcar-fcp.c b/drivers/media/platform/rcar-fcp.c index f3a3f31cdfa9..7146fc5ef168 100644 --- a/drivers/medi

[PATCH 1/5] [media] v4l: vsp1: Fix module autoload for OF registration

2016-10-17 Thread Javier Martinez Canillas
p1C* alias: of:N*T*Crenesas,vsp1 Signed-off-by: Javier Martinez Canillas --- drivers/media/platform/vsp1/vsp1_drv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/platform/vsp1/vsp1_drv.c b/drivers/media/platform/vsp1/vsp1_drv.c index 57c713a4e1df..aa237b48ad55 100644 --- a/dri

[PATCH 3/5] [media] rc: meson-ir: Fix module autoload

2016-10-17 Thread Javier Martinez Canillas
b-ir alias: of:N*T*Camlogic,meson6-irC* alias: of:N*T*Camlogic,meson6-ir Signed-off-by: Javier Martinez Canillas --- drivers/media/rc/meson-ir.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/rc/meson-ir.c b/drivers/media/rc/meson-ir.c index 003fff07ade2..7e

[PATCH 4/5] [media] s5p-cec: Fix module autoload

2016-10-17 Thread Javier Martinez Canillas
$ modinfo drivers/staging/media/s5p-cec/s5p-cec.ko | grep alias $ After this patch: $ modinfo drivers/staging/media/s5p-cec/s5p-cec.ko | grep alias alias: of:N*T*Csamsung,s5p-cecC* alias: of:N*T*Csamsung,s5p-cec Signed-off-by: Javier Martinez Canillas --- drivers/staging/med

[PATCH 5/5] [media] st-cec: Fix module autoload

2016-10-17 Thread Javier Martinez Canillas
$ modinfo drivers/staging/media//st-cec/stih-cec.ko | grep alias $ After this patch: $ modinfo drivers/staging/media//st-cec/stih-cec.ko | grep alias alias: of:N*T*Cst,stih-cecC* alias: of:N*T*Cst,stih-cec Signed-off-by: Javier Martinez Canillas --- drivers/staging/media/st-cec/

[PATCH 0/5] [media] Fix module autoload for media platform drivers

2016-10-17 Thread Javier Martinez Canillas
Hello Mauro, I noticed that module autoload won't be working in a bunch of media platform drivers because the module alias information is not filled in the modules. This patch series contains the fixes for them. Best regards, Javier Javier Martinez Canillas (5): [media] v4l: vsp1: Fix m

[PATCH 4/7] net: qcom/emac: Fix module autoload for OF registration

2016-10-17 Thread Javier Martinez Canillas
om,fsm9900-emac Signed-off-by: Javier Martinez Canillas --- drivers/net/ethernet/qualcomm/emac/emac.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ethernet/qualcomm/emac/emac.c b/drivers/net/ethernet/qualcomm/emac/emac.c index 9bf3b2b82e95..4fede4b86538 100644 --- a/drivers/ne

[PATCH 3/7] net: hns: Fix hns_dsaf module autoload for OF registration

2016-10-17 Thread Javier Martinez Canillas
of:N*T*Chisilicon,hns-dsaf-v2C* alias: of:N*T*Chisilicon,hns-dsaf-v2 alias: of:N*T*Chisilicon,hns-dsaf-v1C* alias: of:N*T*Chisilicon,hns-dsaf-v1 Signed-off-by: Javier Martinez Canillas --- drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c | 1 + 1 file changed, 1

[PATCH 5/7] net: hisilicon: Fix hns_mdio module autoload for OF registration

2016-10-17 Thread Javier Martinez Canillas
ioC* alias: of:N*T*Chisilicon,hns-mdio alias: of:N*T*Chisilicon,mdioC* alias: of:N*T*Chisilicon,mdio alias: acpi*:HISI0141:* Signed-off-by: Javier Martinez Canillas --- drivers/net/ethernet/hisilicon/hns_mdio.c | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH 6/7] net: dsa: b53: Fix module autoload

2016-10-17 Thread Javier Martinez Canillas
368-switch alias: of:N*T*Cbrcm,bcm6328-switchC* alias: of:N*T*Cbrcm,bcm6328-switch alias: of:N*T*Cbrcm,bcm3384-switchC* alias: of:N*T*Cbrcm,bcm3384-switch Signed-off-by: Javier Martinez Canillas --- drivers/net/dsa/b53/b53_mmap.c | 1 + 1 file changed, 1

[PATCH 7/7] net: dsa: bcm_sf2: Fix module autoload for OF registration

2016-10-17 Thread Javier Martinez Canillas
by: Javier Martinez Canillas --- drivers/net/dsa/bcm_sf2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/dsa/bcm_sf2.c b/drivers/net/dsa/bcm_sf2.c index e218887f18b7..0427009bc924 100644 --- a/drivers/net/dsa/bcm_sf2.c +++ b/drivers/net/dsa/bcm_sf2.c @@ -1158,6 +1158,7 @@ static co

[PATCH 2/7] net: ethernet: nb8800: Fix module autoload

2016-10-17 Thread Javier Martinez Canillas
of:N*T*Csigma,smp8642-ethernet alias: of:N*T*Caurora,nb8800C* alias: of:N*T*Caurora,nb8800 Signed-off-by: Javier Martinez Canillas --- drivers/net/ethernet/aurora/nb8800.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ethernet/aurora/nb8800.c b/drivers/ne

[PATCH 0/7] net: Fix module autoload for several platform drivers

2016-10-17 Thread Javier Martinez Canillas
Hello David, I noticed that module autoload won't be working in a bunch of platform drivers in the net subsystem and this patch series contains the fixes. Best regards, Javier Javier Martinez Canillas (7): net: nps_enet: Fix module autoload net: ethernet: nb8800: Fix module autoload

[PATCH 1/7] net: nps_enet: Fix module autoload

2016-10-17 Thread Javier Martinez Canillas
$ modinfo drivers/net/ethernet/ezchip/nps_enet.ko | grep alias $ After this patch: $ modinfo drivers/net/ethernet/ezchip/nps_enet.ko | grep alias alias: of:N*T*Cezchip,nps-mgt-enetC* alias: of:N*T*Cezchip,nps-mgt-enet Signed-off-by: Javier Martinez Canillas --- drivers/net/ether

[PATCH v2] clk: samsung: clk-exynos-audss: Fix module autoload

2016-10-16 Thread Javier Martinez Canillas
4210-audss-clockC* alias: of:N*T*Csamsung,exynos4210-audss-clock Fixes: 4d252fd5719b ("clk: samsung: Allow modular build of the Audio Subsystem CLKCON driver") Signed-off-by: Javier Martinez Canillas Reviewed-by: Krzysztof Kozlowski Tested-by: Krzysztof Kozlowski --- Change

Re: [PATCH] clk: samsung: clk-exynos-audss: Fix module autoload

2016-10-16 Thread Javier Martinez Canillas
Hello Krzysztof, On 10/15/2016 02:27 PM, Krzysztof Kozlowski wrote: > On Fri, Oct 14, 2016 at 03:44:05PM -0300, Javier Martinez Canillas wrote: >> If the driver is built as a module, autoload won't work because the module >> alias information is not filled. So user-s

[PATCH] clk: samsung: clk-exynos-audss: Fix module autoload

2016-10-14 Thread Javier Martinez Canillas
4210-audss-clockC* alias: of:N*T*Csamsung,exynos4210-audss-clock Signed-off-by: Javier Martinez Canillas --- drivers/clk/samsung/clk-exynos-audss.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/samsung/clk-exynos-audss.c b/drivers/clk/samsung/clk-exynos-aud

<    3   4   5   6   7   8   9   10   11   12   >