[PATCH v3] thermal: consistently use int for temperatures

2015-07-24 Thread Sascha Hauer
The thermal code uses int, long and unsigned long for temperatures in different places. Using an unsigned type limits the thermal framework to positive temperatures without need. Also several drivers currently will report temperatures near UINT_MAX for temperatures below 0°C. This will probably

Re: [PATCH v2] thermal: consistently use int for temperatures

2015-07-24 Thread Sascha Hauer
On Thu, Jul 23, 2015 at 02:07:59PM +0200, Pavel Machek wrote: On Tue 2015-07-21 09:21:32, Sascha Hauer wrote: The thermal code uses int, long and unsigned long for temperatures in different places. Using an unsigned type limits the thermal framework to positive temperatures without

[GIT PULL] Non-critical fixes for v4.3

2015-07-24 Thread Krzysztof Kozlowski
Dear Kukjin, Previously you did not picked up the fix for cpufreq memory leak. I am sending it again with respective acks from LKML. Also another minor improvement in the set. Best regards, Krzysztof The following changes since commit 1c4c7159ed2468f3ac4ce5a7f08d79663d381a93: Merge tag

Re: Linux-next, Exynos Octa boot fail, bisected to: drm/exynos: remove drm_iommu_attach_device_if_possible

2015-07-24 Thread Inki Dae
On 2015년 07월 22일 19:08, Inki Dae wrote: On 2015년 07월 22일 17:42, Joonyoung Shim wrote: On 07/22/2015 05:22 PM, Inki Dae wrote: On 2015년 07월 22일 17:12, Joonyoung Shim wrote: On 07/22/2015 01:55 PM, Inki Dae wrote: On 2015년 07월 22일 11:02, Joonyoung Shim wrote: On 07/21/2015 10:19 PM, Krzysztof

Re: [GIT PULL] ARM: defconfig: Improvements for 4.3

2015-07-24 Thread Krzysztof Kozlowski
2015-07-17 15:51 GMT+09:00 Krzysztof Kozlowski k.kozlow...@samsung.com: Dear Kukjin, Few defconfig related changes. Description along with a tag. You can find them also on the lists with my reviewed-by. Best regards, Krzysztof Any comments on this pull request? Best regards, Krzysztof

Re: [PATCH v6 0/3] cpufreq: Use cpufreq-dt driver for Exynos3250

2015-07-24 Thread Krzysztof Kozlowski
On 24.07.2015 12:40, Kukjin Kim wrote: On 07/24/15 09:30, Michael Turquette wrote: Quoting Kukjin Kim (2015-07-07 07:43:31) Bartlomiej Zolnierkiewicz wrote: [...] Chanwoo Choi (3): clk: samsung: exynos3250: Add cpu clock configuration data and instaniate cpu clock ARM: dts: Add

Re: [PATCH 08/11] MTD: m25p80: Add option to limit SPI transfer size.

2015-07-24 Thread Marek Vasut
On Thursday, July 23, 2015 at 07:03:47 PM, Michal Suchanek wrote: Hi! [...] It's probably slower to set up DMA for 2-byte commands but it might work nonetheless. It is, the overhead will be considerable. It might help the stability though. I'm really looking forward to the results!

Re: [GIT PULL] Non-critical fixes for v4.3

2015-07-24 Thread Bartlomiej Zolnierkiewicz
Hi, On Friday, July 24, 2015 03:34:55 PM Krzysztof Kozlowski wrote: Dear Kukjin, Previously you did not picked up the fix for cpufreq memory leak. I am sending it again with respective acks from LKML. Also another minor improvement in the set. Best regards, Krzysztof The following

Re: [PATCH 08/11] MTD: m25p80: Add option to limit SPI transfer size.

2015-07-24 Thread Michal Suchanek
On 24 July 2015 at 10:34, Marek Vasut ma...@denx.de wrote: On Thursday, July 23, 2015 at 07:03:47 PM, Michal Suchanek wrote: Hi! [...] It's probably slower to set up DMA for 2-byte commands but it might work nonetheless. It is, the overhead will be considerable. It might help the

Re: [PATCH] clk: s2mps11: Use kcalloc instead of kzalloc for array allocation

2015-07-24 Thread Stephen Boyd
On 07/22, Vaibhav Hiremath wrote: This patch cleans up the driver for, - Use devm_kcalloc varient instead of devm_kzalloc for array allocation. - clk_prepare/unprepare, remove ret variable as it is not required - use __exit for cleanup function As I am referring this driver as

Re: [PATCH v6 0/3] cpufreq: Use cpufreq-dt driver for Exynos3250

2015-07-24 Thread Michael Turquette
Quoting Kukjin Kim (2015-07-23 21:08:27) On 07/24/15 12:40, Kukjin Kim wrote: On 07/24/15 09:30, Michael Turquette wrote: Quoting Kukjin Kim (2015-07-07 07:43:31) Bartlomiej Zolnierkiewicz wrote: [...] Chanwoo Choi (3): clk: samsung: exynos3250: Add cpu clock configuration

Re: [PATCH v2] thermal: consistently use int for temperatures

2015-07-24 Thread Guenter Roeck
On 07/24/2015 03:11 PM, Pavel Machek wrote: On Fri 2015-07-24 06:59:26, Guenter Roeck wrote: On 07/23/2015 11:29 PM, Sascha Hauer wrote: On Thu, Jul 23, 2015 at 02:07:59PM +0200, Pavel Machek wrote: On Tue 2015-07-21 09:21:32, Sascha Hauer wrote: The thermal code uses int, long and unsigned

Re: [PATCH v2] thermal: consistently use int for temperatures

2015-07-24 Thread Guenter Roeck
On 07/23/2015 11:29 PM, Sascha Hauer wrote: On Thu, Jul 23, 2015 at 02:07:59PM +0200, Pavel Machek wrote: On Tue 2015-07-21 09:21:32, Sascha Hauer wrote: The thermal code uses int, long and unsigned long for temperatures in different places. Using an unsigned type limits the thermal framework

Re: [PATCH v2] thermal: consistently use int for temperatures

2015-07-24 Thread Pavel Machek
On Fri 2015-07-24 06:59:26, Guenter Roeck wrote: On 07/23/2015 11:29 PM, Sascha Hauer wrote: On Thu, Jul 23, 2015 at 02:07:59PM +0200, Pavel Machek wrote: On Tue 2015-07-21 09:21:32, Sascha Hauer wrote: The thermal code uses int, long and unsigned long for temperatures in different places.

RE: [PATCH 2/9] ARM: multi_v7_defconfig: Enable max77802 regulator, rtc and clock drivers

2015-07-24 Thread Kukjin Kim
Olof Johansson wrote: Hi, Hi, On Fri, Jul 17, 2015 at 11:47 AM, Javier Martinez Canillas jav...@dowhile0.org wrote: Hello Olof, On Fri, Jul 17, 2015 at 6:49 PM, Olof Johansson o...@lixom.net wrote: On Thu, Jul 16, 2015 at 09:42:47AM +0900, Krzysztof Kozlowski wrote: On 16.07.2015

[PATCH 2/3] ARM: SAMSUNG: make local dev-backlight in mach-s3c64xx

2015-07-24 Thread Kukjin Kim
This patch moves dev-backlight from plat-samsung into mach-s3c64xx because it is used for only s3c64xx no other platforms. Signed-off-by: Kukjin Kim kgene@samsung.com Cc: Krzysztof Kozlowski k.kozlow...@samsung.com --- arch/arm/mach-s3c64xx/Kconfig | 6 ++

[[PATCH 1/3] ARM: SAMSUNG: make local setup-camif in mach-s3c24xx

2015-07-24 Thread Kukjin Kim
This patch moves setup-camif from plat-samsung into mach-s3c24xx because it can be used only for s3c24xx no other platforms. Signed-off-by: Kukjin Kim kgene@samsung.com Cc: Krzysztof Kozlowski k.kozlow...@samsung.com --- arch/arm/mach-s3c24xx/Kconfig | 5 +

[PATCH 3/3] ARM: SAMSUNG: make local s5p-dev-mfc in mach-exynos

2015-07-24 Thread Kukjin Kim
This patch moves s5p-dev-mfc from plat-samsung into mach-exynos because it is used for only exynos no other platforms. Signed-off-by: Kukjin Kim kgene@samsung.com Cc: Krzysztof Kozlowski k.kozlow...@samsung.com --- arch/arm/mach-exynos/Kconfig | 5 +

RE: [GIT PULL] Non-critical fixes for v4.3

2015-07-24 Thread Kukjin Kim
Krzysztof Kozlowski wrote: 2015-07-24 20:04 GMT+09:00 Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com: Hi, On Friday, July 24, 2015 03:34:55 PM Krzysztof Kozlowski wrote: Dear Kukjin, Previously you did not picked up the fix for cpufreq memory leak. I am sending it again

RE: [GIT PULL] ARM: defconfig: Improvements for 4.3

2015-07-24 Thread Kukjin Kim
Krzysztof Kozlowski 2015-07-17 15:51 GMT+09:00 Krzysztof Kozlowski k.kozlow...@samsung.com: Dear Kukjin, Few defconfig related changes. Description along with a tag. You can find them also on the lists with my reviewed-by. Best regards, Krzysztof Any comments on this pull

RE: [PATCH v6 0/3] cpufreq: Use cpufreq-dt driver for Exynos3250

2015-07-24 Thread Kukjin Kim
Krzysztof Kozlowski wrote: On 24.07.2015 12:40, Kukjin Kim wrote: On 07/24/15 09:30, Michael Turquette wrote: Quoting Kukjin Kim (2015-07-07 07:43:31) Bartlomiej Zolnierkiewicz wrote: [...] Chanwoo Choi (3): clk: samsung: exynos3250: Add cpu clock configuration data and

Re: [GIT PULL] Non-critical fixes for v4.3

2015-07-24 Thread Krzysztof Kozlowski
2015-07-24 20:04 GMT+09:00 Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com: Hi, On Friday, July 24, 2015 03:34:55 PM Krzysztof Kozlowski wrote: Dear Kukjin, Previously you did not picked up the fix for cpufreq memory leak. I am sending it again with respective acks from LKML. Also