Re: [PATCHv5 1/5] ARM: dts: exynos5422-odroidxu3 Add pwm-fan node to the Odroid-XU3 board

2015-06-13 Thread Anand Moon
hi Krzysztof, I will send an update version soon. -Anand Moon On 14 June 2015 at 11:01, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: 2015-05-13 16:46 GMT+09:00 Anand Moon linux.am...@gmail.com: Hi Krzysztof, Will make the changes. Thanks for the review. Hi Anand, Do you plan to

Re: [PATCH v2] ARM: dts: exynos4210-trats: add max8997 IRQ

2015-06-13 Thread Krzysztof Kozlowski
2014-03-26 19:07 GMT+09:00 Robert Baldyga r.bald...@samsung.com: This patch adds IRQ line specification for the MAX8997 chip and necessary pinctrl group to configure pull-up and driver strength of the pin. It's needed for proper handling of IRQs coming from MAX8997 multifunction device (IRQs

Re: [PATCHv5 1/5] ARM: dts: exynos5422-odroidxu3 Add pwm-fan node to the Odroid-XU3 board

2015-06-13 Thread Krzysztof Kozlowski
2015-05-13 16:46 GMT+09:00 Anand Moon linux.am...@gmail.com: Hi Krzysztof, Will make the changes. Thanks for the review. Hi Anand, Do you plan to continue working on this patchset? Best regards, Krzysztof -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the

Re: [PATCH v2] ARM: dts: fix the clock-frequency of rinato board's panel

2015-06-13 Thread Krzysztof Kozlowski
W dniu 12.06.2015 o 19:06, Hyungwon Hwang pisze: After the commit abc0b1447d4974963548777a5ba4a4457c82c426 (drm: Perform basic sanity checks on probed modes), proper clock-frequency becomes mandatory for validating the mode of panel. The display does not work if there is no mode validated.

Re: exynos4412: Audio dies after one day on kernel 4.0

2015-06-13 Thread Krzysztof Kozlowski
2015-06-13 14:47 GMT+09:00 Krzysztof Kozlowski k.kozlow...@samsung.com: W dniu 13.06.2015 o 06:48, gabr...@unseen.is pisze: On 06/10/2015 10:22 AM, Krzysztof Kozlowski wrote: Gabriel, I sent a patch which should fix the issue. Could you give it a try? Of course don't revert the other

Re: Feedback on hardware support for Odroid U3

2015-06-13 Thread Krzysztof Kozlowski
W dniu 12.06.2015 o 22:53, Thomas Pietrowski pisze: Hello again, first after fixing my booting problems I now get different warnings after boot. - config: http://pastebin.com/MHUu51pF - log: http://pastebin.com/9YMgMmFL - repo: arm-soc I read the last days that you are still working on

Re: Feedback on hardware support for Odroid U3

2015-06-13 Thread Thomas-Karl Pietrowski
Am Samstag, 13. Juni 2015, 15:09:32 schrieb Krzysztof Kozlowski: W dniu 12.06.2015 o 22:53, Thomas Pietrowski pisze: Hello again, first after fixing my booting problems I now get different warnings after boot. - config: http://pastebin.com/MHUu51pF - log: http://pastebin.com/9YMgMmFL

Re: Feedback on hardware support for Odroid U3

2015-06-13 Thread Krzysztof Kozlowski
W dniu 13.06.2015 o 18:11, Thomas-Karl Pietrowski pisze: Am Samstag, 13. Juni 2015, 15:09:32 schrieb Krzysztof Kozlowski: W dniu 12.06.2015 o 22:53, Thomas Pietrowski pisze: Hello again, first after fixing my booting problems I now get different warnings after boot. - config:

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

2015-06-13 Thread Wan ZongShun
2015-06-10 2:26 GMT+08:00 Rob Herring r...@kernel.org: 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

Re: [PATCH 00/21] On-demand device registration

2015-06-13 Thread Alexander Holler
Am 12.06.2015 um 13:36 schrieb Alexander Holler: Am 12.06.2015 um 13:19 schrieb Alexander Holler: Am 12.06.2015 um 09:25 schrieb Linus Walleij: On Thu, Jun 11, 2015 at 6:40 PM, Alexander Holler hol...@ahsoftware.de wrote: Am 11.06.2015 um 14:30 schrieb Linus Walleij: Certainly it is