Re: [PATCH 0/7] drm/exynos/hdmi: refactoring/cleanup patches

2015-07-12 Thread Andrzej Hajda
Hi Tobias, On 07/12/2015 06:06 PM, Tobias Jakobi wrote: > Hello Andrzej! > > Just some small comments. > > It seems like linux-samsung-soc wasn't put into Cc for '[PATCH RESEND > 0/6] drm/exynos: HDMI related fixes' (even though this series was), > maybe you should also forward the other series to

[PATCH] PM / devfreq: event: Remove incorrect property in exynos-ppmu DT binding

2015-07-12 Thread Javier Martinez Canillas
The exynos-ppmu driver is only a clock consumer and not a clock provider but its Device Tree binding listed #clock-cells as an optional property. Signed-off-by: Javier Martinez Canillas --- Documentation/devicetree/bindings/devfreq/event/exynos-ppmu.txt | 1 - 1 file changed, 1 deletion(-) di

Re: [PATCH v2 01/13] ARM: kill off set_irq_flags usage

2015-07-12 Thread Shawn Guo
On Sun, Jul 12, 2015 at 09:26:39AM -0500, Rob Herring wrote: > set_irq_flags is ARM specific with custom flags which have genirq > equivalents. Convert drivers to use the genirq interfaces directly, so we > can kill off set_irq_flags. The translation of flags is as follows: > > IRQF_VALID -> !IRQ_

Re: [PATCH v2 06/13] irqchip: kill off set_irq_flags usage

2015-07-12 Thread Thomas Gleixner
On Sun, 12 Jul 2015, Rob Herring wrote: > set_irq_flags is ARM specific with custom flags which have genirq > equivalents. Convert drivers to use the genirq interfaces directly, so we > can kill off set_irq_flags. The translation of flags is as follows: > > IRQF_VALID -> !IRQ_NOREQUEST > IRQF_PRO

Re: [PATCH] drm/exynos/fimc: fix runtime pm support

2015-07-12 Thread Tobias Jakobi
Hello, looks like this patch was forgotten. At least I can't find it in 4.2-rc1. With best wishes, Tobias Marek Szyprowski wrote: > Once pm_runtime_set_active() gets called, the kernel assumes that given > device has already enabled runtime pm and will call pm_runtime_suspend() > without matchi

Re: [PATCH 0/7] drm/exynos/hdmi: refactoring/cleanup patches

2015-07-12 Thread Tobias Jakobi
Hello Andrzej! Just some small comments. It seems like linux-samsung-soc wasn't put into Cc for '[PATCH RESEND 0/6] drm/exynos: HDMI related fixes' (even though this series was), maybe you should also forward the other series to this list. This series doesn't apply cleanly when 'drm/exynos: HDMI

Re: [PATCH 0/7] drm/exynos/hdmi: refactoring/cleanup patches

2015-07-12 Thread Tobias Jakobi
Hello Andrzej! Just some small comments. It seems like linux-samsung-soc wasn't put into Cc for '[PATCH RESEND 0/6] drm/exynos: HDMI related fixes' (even though this series was), maybe you should also forward the other series to this list. This series doesn't apply cleanly when 'drm/exynos: HDMI

Re: [PATCH v2 10/13] pinctrl: kill off set_irq_flags usage

2015-07-12 Thread Tomasz Figa
Hi, 2015-07-12 23:26 GMT+09:00 Rob Herring : > set_irq_flags is ARM specific with custom flags which have genirq > equivalents. Convert drivers to use the genirq interfaces directly, so we > can kill off set_irq_flags. The translation of flags is as follows: > > IRQF_VALID -> !IRQ_NOREQUEST > IRQF

[PATCH v2 01/13] ARM: kill off set_irq_flags usage

2015-07-12 Thread Rob Herring
set_irq_flags is ARM specific with custom flags which have genirq equivalents. Convert drivers to use the genirq interfaces directly, so we can kill off set_irq_flags. The translation of flags is as follows: IRQF_VALID -> !IRQ_NOREQUEST IRQF_PROBE -> !IRQ_NOPROBE IRQF_NOAUTOEN -> IRQ_NOAUTOEN For

[PATCH v2 06/13] irqchip: kill off set_irq_flags usage

2015-07-12 Thread Rob Herring
set_irq_flags is ARM specific with custom flags which have genirq equivalents. Convert drivers to use the genirq interfaces directly, so we can kill off set_irq_flags. The translation of flags is as follows: IRQF_VALID -> !IRQ_NOREQUEST IRQF_PROBE -> !IRQ_NOPROBE IRQF_NOAUTOEN -> IRQ_NOAUTOEN For

[PATCH v2 10/13] pinctrl: kill off set_irq_flags usage

2015-07-12 Thread Rob Herring
set_irq_flags is ARM specific with custom flags which have genirq equivalents. Convert drivers to use the genirq interfaces directly, so we can kill off set_irq_flags. The translation of flags is as follows: IRQF_VALID -> !IRQ_NOREQUEST IRQF_PROBE -> !IRQ_NOPROBE IRQF_NOAUTOEN -> IRQ_NOAUTOEN For