Re: [PATCH RESEND v2 1/4] mfd: intel_soc_pmic: Core driver

2014-05-26 Thread Zhu, Lejun
On 5/24/2014 1:49 AM, Mark Brown wrote: On Fri, May 23, 2014 at 08:40:26AM +0800, Zhu, Lejun wrote: +struct device *intel_soc_pmic_dev(void) +{ +return pmic-dev; +} +EXPORT_SYMBOL(intel_soc_pmic_dev); Why do you need to take a global reference to this? It was used by the GPIO

Re: [PATCH RESEND v2 2/4] mfd: intel_soc_pmic: I2C interface

2014-05-26 Thread Zhu, Lejun
On 5/24/2014 1:53 AM, Mark Brown wrote: On Fri, May 23, 2014 at 08:40:27AM +0800, Zhu, Lejun wrote: +static int pmic_i2c_lookup_gpio(struct device *dev, int acpi_index) +{ +struct gpio_desc *desc; +int gpio; + +desc = gpiod_get_index(dev, KBUILD_MODNAME, acpi_index); +

RE: linux-next: manual merge of the clockevents tree with the arm-soc tree

2014-05-26 Thread li.xi...@freescale.com
Subject: linux-next: manual merge of the clockevents tree with the arm-soc tree Hi Daniel, Today's linux-next merge of the clockevents tree got a conflict in arch/arm/boot/dts/vf610.dtsi between commit 0517fe6aa880 (ARM: dts: vf610-twr: Add support for sdhc1) from the arm-soc tree and

Re: inotify, new idea?

2014-05-26 Thread Michael Kerrisk (man-pages)
On 05/24/2014 02:34 PM, Richard Weinberger wrote: Am 24.05.2014 09:52, schrieb Michael Kerrisk (man-pages): On 04/21/2014 10:42 AM, Richard Weinberger wrote: Am 21.04.2014 09:24, schrieb Michael Kerrisk: Does recursive monitoring even work with inotify? Last time I've tried it did failed as

linux-next: build failure after merge of the clockevents tree

2014-05-26 Thread Stephen Rothwell
Hi Daniel, After merging the clockevents tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/clocksource/timer-sun5i.c: In function 'sun5i_timer_init': drivers/clocksource/timer-sun5i.c:167:2: error: implicit declaration of function 'of_reset_control_get'

RE: [f2fs-dev] [PATCH] f2fs: avoid crash when trace f2fs_submit_page_mbio event in ra_sum_pages

2014-05-26 Thread Chao Yu
Hi Kim, -Original Message- From: Jaegeuk Kim [mailto:jaeg...@kernel.org] Sent: Wednesday, May 21, 2014 11:37 AM To: Chao Yu Cc: Jaegeuk Kim; linux-fsde...@vger.kernel.org; linux-kernel@vger.kernel.org; linux-f2fs-de...@lists.sourceforge.net Subject: Re: [f2fs-dev] [PATCH] f2fs:

RE: [f2fs-dev] [PATCH] f2fs: avoid crash when trace f2fs_submit_page_mbio event in ra_sum_pages

2014-05-26 Thread Chao Yu
Hi changman, -Original Message- From: Changman Lee [mailto:cm224@samsung.com] Sent: Friday, May 23, 2014 1:14 PM To: Jaegeuk Kim Cc: Chao Yu; linux-fsde...@vger.kernel.org; linux-kernel@vger.kernel.org; linux-f2fs-de...@lists.sourceforge.net Subject: Re: [f2fs-dev] [PATCH]

Re: [RFC PATCH 2/5] clk: Introduce 'clk_round_rate_nearest()'

2014-05-26 Thread Viresh Kumar
On 23 May 2014 21:44, Sören Brinkmann soren.brinkm...@xilinx.com wrote: Viresh: Could you imagine something similar for cpufreq? You suggested migrating to Hz resolution. I guess that would ideally mean to follow the CCF to a 64-bit type for frequencies and increasing the resolution. I have a

[PATCH] ARM: dts: Add pmu sysreg node to Exynos3250

2014-05-26 Thread Chanwoo Choi
This patch add pmusysreg node for Exynos3250 to access PMU (Power Management Unit) register in a centralized way using syscon driver. Signed-off-by: Chanwoo Choi cw00.c...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com --- Documentation/devicetree/bindings/arm/samsung/pmu.txt | 1

[GIT PULL] slave-dmaengine fixes

2014-05-26 Thread Vinod Koul
Hi Linus, Here is the pull request for slave dmaengine for 3.15. We have three small fixes. First one from Andy reverts the devm_request irq as we need to ensure the tasklet is killed after irq is freed, so we need to do free irq in our code. Other two from Arnd are fixing the compilation issue

Re: [PATCH 0/3] ARM: OMAP5+: Support Duty Cycle Correction(DCC)

2014-05-26 Thread Tero Kristo
On 05/24/2014 12:07 AM, Mike Turquette wrote: Quoting Nishanth Menon (2014-05-16 03:45:57) Hi, This patch series has been carried over in vendor kernel for quiet few years now. Unfortunately, it was very recently re-discovered and upstream kernel is noticed to be broken for OMAP5 1.5GHz - at

Re: [RFC] drm/nouveau: disable caching for VRAM BOs on ARM

2014-05-26 Thread Terje Bergström
On 23.05.2014 17:40, Alex Courbot wrote: On 05/23/2014 06:59 PM, Lucas Stach wrote: So after checking with more knowledgeable people, it turns out this is the expected behavior on ARM and BAR regions should be mapped uncached on GK20A. All the more reasons to avoid using the BAR at all.

Re: [PATCH RFC] mmc: add slot argument to mmc_of_parse

2014-05-26 Thread Ludovic Desroches
Hi, Sorry I was on vacation, I'll send a cleaner patch updating other drivers this week. Regards Ludovic On Fri, May 23, 2014 at 01:38:06PM +0900, Jaehoon Chung wrote: Hi, All. This patch is working on progress? I want to merge this patch for fixing dw-mmc controller problem. If this

Re: Radeon wakeup regression in 3.15-rc6

2014-05-26 Thread Malte Schröder
On 25.05.2014 14:56, Woody Suwalski wrote: Malte Schröder wrote: Hi, I just tried 3.15-rc6. I encountered a pretty nasty problem, which is after suspending to RAM the system doesn't wake up properly. v3.14 is fine. On wakeup all seems fine, i.e. hd starts to spin an USB-stuff wakes up. But

Re: [PATCH v2 0/2] clk: Support for Palmas clk32kg and clk32kgaudio clocks

2014-05-26 Thread Peter Ujfalusi
Mike, On 05/06/2014 04:31 PM, Nishanth Menon wrote: On 16:24-20140506, Peter Ujfalusi wrote: Hi, Changes since v1: - binding documentation and driver has been separated based on Nishanth Menon's comment Could you take a look at this series please? I really hoped that it would make it

Re: inotify, new idea?

2014-05-26 Thread Richard Weinberger
Am 26.05.2014 01:46, schrieb Marian Marinov: Have anyone of you looked at this: https://github.com/1and1/linux-filemon/ I haven't stress tested it, but in the past I ported it to more recent kernels: https://github.com/hackman/filemon-patches It is not polished, but it works. I'm

[RESEND PATCH 2/2] power: max8925: Use of_get_child_by_name

2014-05-26 Thread Krzysztof Kozlowski
Use of_get_child_by_name to obtain reference to charger node instead of of_find_node_by_name which can walk outside of the parent node. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com --- drivers/power/max8925_power.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[RESEND PATCH 1/2] power: max8925: Fix NULL ptr dereference on memory allocation failure

2014-05-26 Thread Krzysztof Kozlowski
Check the return value of devm_kzalloc() to fix possible NULL pointer dereference and properly exit the probe() on memory allocation failure. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com --- drivers/power/max8925_power.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-)

Re: Re: [RFC PATCH 1/2] printk: Add context information to the header of /dev/kmsg

2014-05-26 Thread Yoshihiro YUNOMAE
Hi Kay, Thank you for your reply. (2014/05/19 20:35), Kay Sievers wrote: On Mon, May 19, 2014 at 7:28 PM, Yoshihiro YUNOMAE yoshihiro.yunomae...@hitachi.com wrote: Add context information to the header of /dev/kmsg. Two printk messages connected with KERN_CONT can be divided in multiple

Re: [PATCH RFC] mmc: add slot argument to mmc_of_parse

2014-05-26 Thread Jaehoon Chung
Hi, Ludovic. I have sent the patch based on your RFC patch..how about? If you have the comment or other opinion, let me know, plz. https://patchwork.kernel.org/patch/4230101/ It needs to use your suggestion at dw-mmc controller, so i have posted it. Best Regards, Jaehoon Chung On 05/26/2014

Re: Re: [RFC PATCH 1/2] printk: Add context information to the header of /dev/kmsg

2014-05-26 Thread Yoshihiro YUNOMAE
Hi, (2014/05/20 12:36), valdis.kletni...@vt.edu wrote: On Mon, 19 May 2014 19:28:38 +0900, Yoshihiro YUNOMAE said: The header information is changed as follows: prefix,seq#,timestamp,fragmented,PID/interrupt context;msg Has this been tested with popular userspace that reads /dev/kmsg,

Re: [PATCH V2 0/2] ftrace: Introduce the new I/F nr_saved_cmdlines

2014-05-26 Thread Yoshihiro YUNOMAE
Hi Steven, Would you review this patch set? Thanks, Yoshihiro YUNOMAE (2014/02/20 17:44), Yoshihiro YUNOMAE wrote: Hi, This patch set introduces the new I/F nr_saved_cmdlines for increasing the number of saved cmdlines. Current saved_cmdlines can store just 128 command names and PIDs, but

Re: linux-next: build failure after merge of the devicetree tree

2014-05-26 Thread Thomas Petazzoni
Dear Stephen Rothwell, On Mon, 26 May 2014 15:05:57 +1000, Stephen Rothwell wrote: diff --git a/drivers/of/base.c b/drivers/of/base.c index 395ee2b3146d..03e7fc6c93e8 100644 --- a/drivers/of/base.c +++ b/drivers/of/base.c @@ -1901,10 +1901,6 @@ int of_update_property(struct device_node *np,

Re: [RFC PATCH 00/16] OMAP: GPMC: Restructure OMAP GPMC driver (NAND) : DT binding change proposal

2014-05-26 Thread Roger Quadros
Javier, On 05/23/2014 12:40 PM, Javier Martinez Canillas wrote: Hello Roger, On Fri, May 23, 2014 at 10:16 AM, Roger Quadros rog...@ti.com wrote: Ezequiel Javier, On 05/22/2014 05:46 PM, Ezequiel Garcia wrote: On 22 May 01:51 PM, Javier Martinez Canillas wrote: On Thu, May 22, 2014 at

Re: [PATCH] Staging: rtl8192u: r819xU_firmware_img.c Fixed checkpatch.pl ERRORs

2014-05-26 Thread Dan Carpenter
On Sun, May 25, 2014 at 09:15:06AM -0700, Chaitanya Hazarey wrote: Fixed a lot of errors of the type ERROR: space required after that ',' (ctx:VxV) Added tabs at the beginning of line. Signed-off-by: Chaitanya Hazarey c...@24.io --- Great. :) Thanks. regards, dan carpenter -- To

Re: [PATCH] clk: divider: Fix table round up function

2014-05-26 Thread Maxime Coquelin
On 05/23/2014 11:39 PM, Mike Turquette wrote: Quoting Maxime COQUELIN (2014-05-07 09:48:52) Commit 1d9fe6b97 (clk: divider: Fix best div calculation for power-of-two and table dividers) introduces a regression in its _table_round_up function. When the divider passed to this function is

Re: [RFC PATCH 00/16] OMAP: GPMC: Restructure OMAP GPMC driver (NAND) : DT binding change proposal

2014-05-26 Thread Roger Quadros
On 05/23/2014 05:53 PM, Tony Lindgren wrote: * Roger Quadros rog...@ti.com [140523 01:17]: On 05/22/2014 05:46 PM, Ezequiel Garcia wrote: On 22 May 01:51 PM, Javier Martinez Canillas wrote: On Thu, May 22, 2014 at 10:12 AM, Roger Quadros rog...@ti.com wrote: On 21 May 02:20 PM, Roger Quadros

linux-next: manual merge of the cgroup tree with Linus' tree

2014-05-26 Thread Stephen Rothwell
Hi Tejun, Today's linux-next merge of the cgroup tree got a conflict in mm/memcontrol.c between commit 6f6acb00514c (memcg: fix swapcache charge from kernel thread context) from Linus' tree and commit ec903c0c858e (cgroup: rename css_tryget*() to css_tryget_online*()) from the cgroup tree. I

Re: [f2fs-dev] [PATCH] f2fs: avoid crash when trace f2fs_submit_page_mbio event in ra_sum_pages

2014-05-26 Thread Changman Lee
On Mon, May 26, 2014 at 02:26:24PM +0800, Chao Yu wrote: Hi changman, -Original Message- From: Changman Lee [mailto:cm224@samsung.com] Sent: Friday, May 23, 2014 1:14 PM To: Jaegeuk Kim Cc: Chao Yu; linux-fsde...@vger.kernel.org; linux-kernel@vger.kernel.org;

[RESEND PATCH 0/5] charger/mfd: max14577: Part 2 of adding support for MAX77836

2014-05-26 Thread Krzysztof Kozlowski
Dear Dmitry, David, This is resend of second part of patches adding support for MAX77836 device to the max14577 drivers. These patches are hanging on the lists for some time. Could you look at them and give me acks or any comment what have to be fixed? It is still before 3.16 merge window so

[RESEND PATCH 4/5] power: max17040: Add ID for MAX77836 Fuel Gauge block

2014-05-26 Thread Krzysztof Kozlowski
MAX77836 has the same Fuel Gauge as MAX17040/17048. The max17040 driver can be safely re-used. The patch adds MAX77836 ID to array of i2c_device_id. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com Cc: Kyungmin Park kyungmin.p...@samsung.com Cc: Anton Vorontsov an...@enomsg.org Cc:

[RESEND PATCH 1/5] charger: max14577: Add support for MAX77836 charger

2014-05-26 Thread Krzysztof Kozlowski
Add support for MAX77836 charger to the max14577 driver. The MAX77836 charger is almost the same as 14577 model except: - No dead-battery detection; - Support for special charger (like in MAX77693); - Support for DX over-voltage protection (like in MAX77693); - Lower values of charging current

Re: [PATCH RFC] mmc: add slot argument to mmc_of_parse

2014-05-26 Thread Ludovic Desroches
On Mon, May 26, 2014 at 09:03:01AM +0200, Ludovic Desroches wrote: Hi, Sorry I was on vacation, I'll send a cleaner patch updating other drivers this week. Continuing to clear out my inbox, I have seen you send a patch for it. Thanks. Regards Ludovic On Fri, May 23, 2014 at

[RESEND PATCH 3/5] charger: max14577: Configure battery-dependent settings from DTS

2014-05-26 Thread Krzysztof Kozlowski
Remove hard-coded values for: - Fast Charge current, - End Of Charge current, - Fast Charge timer, - Overvoltage Protection Threshold, - Battery Constant Voltage, and use DTS to configure them. This allows using the max14577 charger driver with different batteries. Now the charger driver

Re: [PATCH v2 01/11] sched: fix imbalance flag reset

2014-05-26 Thread Vincent Guittot
On 25 May 2014 12:33, Preeti U Murthy pre...@linux.vnet.ibm.com wrote: Hi Vincent, On 05/23/2014 09:22 PM, Vincent Guittot wrote: The imbalance flag can stay set whereas there is no imbalance. Let assume that we have 3 tasks that run on a dual cores /dual cluster system. We will have some

Re: linux-next: manual merge of the clockevents tree with the arm-soc tree

2014-05-26 Thread Shawn Guo
Hi Daniel, On Mon, May 26, 2014 at 03:43:31PM +1000, Stephen Rothwell wrote: Hi Daniel, Today's linux-next merge of the clockevents tree got a conflict in arch/arm/boot/dts/vf610.dtsi between commit 0517fe6aa880 (ARM: dts: vf610-twr: Add support for sdhc1) from the arm-soc tree and commit

[RESEND PATCH 2/5] regulator/mfd: max14577: Export symbols for calculating charger current

2014-05-26 Thread Krzysztof Kozlowski
This patch prepares for changing the max14577 charger driver to allow configuring battery-dependent settings from DTS. The patch moves from regulator driver to MFD core driver and exports: - function for calculating register value for charger's current; - table of limits for chargers (MAX14577,

[RESEND PATCH 5/5] devicetree: mfd: max14577: Add device tree bindings document

2014-05-26 Thread Krzysztof Kozlowski
Add document describing device tree bindings for MAX14577 MFD drivers: MFD core, extcon, regulator and charger. Both MAX14577 and MAX77836 chipsets are documented. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com Cc: Kyungmin Park kyungmin.p...@samsung.com Cc: Tomasz Figa

Re: [PATCH v2] zram: remove global tb_lock with fine grain lock

2014-05-26 Thread Weijie Yang
Hello, Sorry for my late reply, because of a biz trip. On Wed, May 21, 2014 at 3:51 PM, Minchan Kim minc...@kernel.org wrote: Hello Andrew, On Tue, May 20, 2014 at 03:10:51PM -0700, Andrew Morton wrote: On Thu, 15 May 2014 16:00:47 +0800 Weijie Yang weijie.y...@samsung.com wrote:

Re: balance storm

2014-05-26 Thread Mike Galbraith
On Mon, 2014-05-26 at 11:04 +0800, Libo Chen wrote: hi, my box has 16 cpu (E5-2658,8 core, 2 thread per core), i did a test on 3.4.24stable, startup 50 same process, every process is sample: #include unistd.h int main() { for (;;) {

Re: [PATCH] clk: Neaten clk_summary output

2014-05-26 Thread Geert Uytterhoeven
Hi Mike, On Fri, May 23, 2014 at 11:12 PM, Mike Turquette mturque...@linaro.org wrote: Quoting Geert Uytterhoeven (2014-05-23 00:14:41) On Tue, May 13, 2014 at 2:17 AM, Mike Turquette mturque...@linaro.org wrote: Quoting Geert Uytterhoeven (2014-03-25 04:16:24) From: Geert Uytterhoeven

linux-next: manual merge of the target-updates tree with the scsi tree

2014-05-26 Thread Stephen Rothwell
Hi Nicholas, Today's linux-next merge of the target-updates tree got a conflict in drivers/scsi/qla2xxx/qla_target.c between commit f83adb617f55 (qla2xxx: T10-Dif: add T10-PI support) from the scsi tree and commit ed6849ff4921 (qla2xxx: Convert to percpu_ida session tag pre-allocation) from the

Re: [RFT PATCH] regulator: s2mpa01: Use correct register for buck[36] ramp delay

2014-05-26 Thread Sachin Kamat
Hi Krzysztof Apologies for the delay. I was on vacation during the early part of this month and got busy with some other stuff later and this mail fell through the cracks. On 23 May 2014 19:49, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: Hi Sachin, The s2mpa01 regulator driver uses

Re: [PATCH 1/3] mmc: host: add slot argument to mmc_of_parse

2014-05-26 Thread Ludovic Desroches
On Fri, May 23, 2014 at 07:25:19PM +0900, Jaehoon Chung wrote: From: Ludovic Desroches ludovic.desroc...@atmel.com Some hosts manage several slots. In these case information such as the bus width, chi detect and others are into the slot node. So we have to /s/chi detect/chip detect parse

Re: Re: [PATCH RESEND] scsi: Output error messages using structured printk in single line

2014-05-26 Thread Yoshihiro YUNOMAE
Hi Hannes, (2014/05/21 15:30), Hannes Reinecke wrote: On 05/21/2014 05:18 AM, Elliott, Robert (Server Storage) wrote: -Original Message- From: linux-scsi-ow...@vger.kernel.org [mailto:linux-scsi- ow...@vger.kernel.org] On Behalf Of James Bottomley Sent: Tuesday, May 20, 2014 9:22 PM

Re: [PATCH] arch: cris: arch-v32: drivers: axisflashmap.c: Cleaning up inconsistent NULL checks

2014-05-26 Thread Jesper Nilsson
On Fri, May 23, 2014 at 06:40:17PM +0200, Rickard Strandqvist wrote: Hej Jesper! Tjo! But in several other place in the feature ensures that main_mtd is not NULL. (That's what cppcheck base their misjudgment on too) Then all these checks are unnecessary? No, it is still necessary to check

[PATCH 1/9] drm/exynos: ipp: remove usless list_empty() functions

2014-05-26 Thread Andrzej Hajda
From: YoungJun Cho yj44@samsung.com list_for_each_entry() handles empty lists, so there is no need to check whether the list is empty first. Signed-off-by: YoungJun Cho yj44@samsung.com Acked-by: Seong-Woo Kim sw0312@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com

[PATCH 0/9] drm/exynos/ipp: image post processing improvements, part deux

2014-05-26 Thread Andrzej Hajda
This is the next part of ipp improvement patches, this time made by YoungJun Cho, I am posting them as he is on leave. The patchset is based on drm-exynos/exynos-drm-next branch. Regards Andrzej Andrzej Hajda (1): drm/exynos: ipp: remove description of non-existing field YoungJun Cho (8):

[PATCH 5/9] drm/exynos: ipp: add ipp_remove_id()

2014-05-26 Thread Andrzej Hajda
From: YoungJun Cho yj44@samsung.com This patch adds ipp_remove_id() for idr resource free. Signed-off-by: YoungJun Cho yj44@samsung.com Acked-by: Seong-Woo Kim sw0312@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Tested-by: Andrzej Hajda a.ha...@samsung.com ---

[PATCH 4/9] drm/exynos: ipp: add cmd_lock for cmd_list

2014-05-26 Thread Andrzej Hajda
From: YoungJun Cho yj44@samsung.com This patch adds cmd_lock for cmd_list synchronization. Signed-off-by: YoungJun Cho yj44@samsung.com Acked-by: Seong-Woo Kim sw0312@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Tested-by: Andrzej Hajda a.ha...@samsung.com ---

[PATCH 6/9] drm/exynos: ipp: rearrange c_node-mem_lock using routines

2014-05-26 Thread Andrzej Hajda
From: YoungJun Cho yj44@samsung.com The c_node-mem_list[] should be protected with c_node-mem_lock. Signed-off-by: YoungJun Cho yj44@samsung.com Acked-by: Seong-Woo Kim sw0312@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Tested-by: Andrzej Hajda a.ha...@samsung.com

[PATCH 8/9] drm/exynos: ipp: update comment for struct drm_ipp_buf_info

2014-05-26 Thread Andrzej Hajda
From: YoungJun Cho yj44@samsung.com The attribute gem_objs in struct drm_exynos_ipp_buf_info was changed to handles. So the comment needs to be updated also. Signed-off-by: YoungJun Cho yj44@samsung.com Acked-by: Seong-Woo Kim sw0312@samsung.com Acked-by: Kyungmin Park

[PATCH 7/9] drm/exynos: ipp: rearrange c_node-event_lock using routine

2014-05-26 Thread Andrzej Hajda
From: YoungJun Cho yj44@samsung.com The c_node-event_list should be protected with c_node-event_lock. Signed-off-by: YoungJun Cho yj44@samsung.com Acked-by: Seong-Woo Kim sw0312@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Tested-by: Andrzej Hajda a.ha...@samsung.com

[PATCH 9/9] drm/exynos: ipp: remove description of non-existing field

2014-05-26 Thread Andrzej Hajda
ipp_id field is removed from exynos_drm_ippdrv struct. The patch removes its description as well. Signed-off-by: Andrzej Hajda a.ha...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_ipp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_ipp.h

[PATCH 2/9] drm/exynos: ipp: remove duplicated setting

2014-05-26 Thread Andrzej Hajda
From: YoungJun Cho yj44@samsung.com This patch removes duplicated setting. Signed-off-by: YoungJun Cho yj44@samsung.com Acked-by: Seong-Woo Kim sw0312@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Tested-by: Andrzej Hajda a.ha...@samsung.com ---

[PATCH 3/9] drm/exynos: ipp: rename cmd_lock to lock

2014-05-26 Thread Andrzej Hajda
From: YoungJun Cho yj44@samsung.com The ippdrv-cmd_list requires cmd_lock. So renames cmd_lock to lock for context. Signed-off-by: YoungJun Cho yj44@samsung.com Acked-by: Seong-Woo Kim sw0312@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Tested-by: Andrzej Hajda

Re: [RFC PATCH 00/11][V2] kexec: A new system call to allow in kernel loading

2014-05-26 Thread Borislav Petkov
Hi Vivek, On Mon, Jan 27, 2014 at 01:57:40PM -0500, Vivek Goyal wrote: Hi This is V2 of new system call patches. Previous version was posted here. just a quick ping here, are you working on a v3? Anything I can help with? Thanks. -- Regards/Gruss, Boris. Sent from a fat crate under

Re: [PATCH v2 05/11] ARM: topology: use new cpu_power interface

2014-05-26 Thread Vincent Guittot
On 25 May 2014 15:22, Preeti U Murthy pre...@linux.vnet.ibm.com wrote: Hi Vincent, Why do we have two interfaces arch_scale_freq_power() and arch_scale_cpu_power()? Does it make sense to consolidate them now ? Hi Preeti, They don't have the same purpose. arch_scale_cpu_power set the max

[PATCH v2] regulator: s2mpa01: Use correct register for buck1 ramp delay

2014-05-26 Thread Krzysztof Kozlowski
Fix the register for ramp delay of buck1 regulator. Buck1 and buck6 share the field (offset 4) in ramp delay register S2MPA01_REG_RAMP2. The driver used the same register and field for ramp delay of buck3 and buck1. This lead to updating of ramp delay of buck3 when setting buck1 and actually the

[PATCH 2/2] ASoC: max98095: Add master clock handling

2014-05-26 Thread Tushar Behera
If master clock is provided through device tree, then update the master clock frequency during set_sysclk. Documentation has been updated to reflect the change. Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- .../devicetree/bindings/sound/max98095.txt |6 +

[PATCH V2 0/2] ASoC: max98090/max98095: Add master clock handing

2014-05-26 Thread Tushar Behera
These CODECs are used on Snow/Peach-pit boards and the master clock needs to be set at 24MHz. Adding support in respective codec drivers so that we can update the master clock frequency from sound card driver through set_sysclk. Changes for V2: 1. Added PROBE_DEFER if clock driver has not yet

[PATCH V2 1/2] ASoC: max98090: Add master clock handling

2014-05-26 Thread Tushar Behera
If master clock is provided through device tree, then update the master clock frequency during set_sysclk. Documentation has been updated to reflect the change. Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- .../devicetree/bindings/sound/max98090.txt |6 +

Re: [PATCH v4] i2c: add driver for Rockchip RK3xxx SoC I2C adapter

2014-05-26 Thread Heiko Stübner
Hi, Am Montag, 19. Mai 2014, 11:32:55 schrieb Max Schwarz: Driver for the native I2C adapter found in Rockchip RK3xxx SoCs. Configuration is only possible through devicetree. The driver is interrupt driven and supports the I2C_M_IGNORE_NAK mangling bit. Signed-off-by: Max Schwarz

Re: [PATCH 3/3][update] PM / sleep: Introduce command line argument for sleep state enumeration

2014-05-26 Thread Srivatsa S. Bhat
On 05/23/2014 06:33 PM, Rafael J. Wysocki wrote: From: Rafael J. Wysocki rafael.j.wyso...@intel.com On some systems the platform doesn't support neither PM_SUSPEND_MEM nor PM_SUSPEND_STANDBY, so PM_SUSPEND_FREEZE is the only available system sleep state. However, some user space frameworks

Re: [RFT PATCH] regulator: s2mpa01: Use correct register for buck[36] ramp delay

2014-05-26 Thread Krzysztof Kozlowski
On pon, 2014-05-26 at 13:37 +0530, Sachin Kamat wrote: Hi Krzysztof Apologies for the delay. I was on vacation during the early part of this month and got busy with some other stuff later and this mail fell through the cracks. On 23 May 2014 19:49, Krzysztof Kozlowski

color box, display box, corrugated box, color card, blister card, color sleeve, hang tag, label

2014-05-26 Thread Jinghao Printing - CHINA
Hi, this is David Wu from Shanghai, China. We are a printing company, we can print color box, corrugated box, label, hang tag etc. Please let me know if you need these. I will send you the website then. Best regards, David Wu -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH] HID: Debug: Add labels for HID Sensor Usages

2014-05-26 Thread Jiri Kosina
On Sat, 24 May 2014, Jonathan Cameron wrote: This looks reasonable to me, but I haven't checked every entry. Also Reyad, you need to sign off on the patch if you expect anyone to pick it up. Jiri, this is one for you. (note Jiri should probably have been cc'd in the first place as the

[PATCH v2 2/3] regulator: ltc3589: Add DT binding documentation

2014-05-26 Thread Philipp Zabel
This patch adds the device tree binding documentation for Linear Technology LTC3589, LTC3589-1, and LTC3589-2 8-port regulators. Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- Changes since v1: - Changed vendor prefix to lltc --- .../devicetree/bindings/regulator/ltc3589.txt | 99

[PATCH v2 3/3] regulator: Add LTC3589 support

2014-05-26 Thread Philipp Zabel
This patch adds support for the Linear Technology LTC3589, LTC3589-1, and LTC3589-2 8-output I2C voltage regulator ICs. Signed-off-by: Lucas Stach l.st...@pengutronix.de Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- Changes since v1: - Changed vendor prefix to lltc - Lucas added a

Re: [PATCH 1/3] mmc: host: add slot argument to mmc_of_parse

2014-05-26 Thread Jaehoon Chung
Hi, On 05/26/2014 05:09 PM, Ludovic Desroches wrote: On Fri, May 23, 2014 at 07:25:19PM +0900, Jaehoon Chung wrote: From: Ludovic Desroches ludovic.desroc...@atmel.com Some hosts manage several slots. In these case information such as the bus width, chi detect and others are into the slot

[PATCH v2 1/3] of: Add vendor prefix for Linear Technology Corporation

2014-05-26 Thread Philipp Zabel
Add Linear Technology Corporation to the list of device tree vendor prefixes. Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- Changes since v1: - Changed vendor prefix to lltc --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH] export efi.flags to sysfs

2014-05-26 Thread Dave Young
For efi=old_map and any old_map quirks like SGI UV in current tree kexec/kdump will fail because it depends on the new 1:1 mapping. Thus export the mapping method to sysfs so kexec tools can switch to original way to boot. Since we have efi.flags for all efi facilities so let's just export the

Re: [PATCH v2] regulator: s2mpa01: Use correct register for buck1 ramp delay

2014-05-26 Thread Sachin Kamat
On 26 May 2014 13:56, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: Fix the register for ramp delay of buck1 regulator. Buck1 and buck6 share the field (offset 4) in ramp delay register S2MPA01_REG_RAMP2. The driver used the same register and field for ramp delay of buck3 and buck1. This

Re: [PATCH 1/3] mmc: host: add slot argument to mmc_of_parse

2014-05-26 Thread Ulf Hansson
On 26 May 2014 10:38, Jaehoon Chung jh80.ch...@gmail.com wrote: Hi, On 05/26/2014 05:09 PM, Ludovic Desroches wrote: On Fri, May 23, 2014 at 07:25:19PM +0900, Jaehoon Chung wrote: From: Ludovic Desroches ludovic.desroc...@atmel.com Some hosts manage several slots. In these case information

Re: [PATCH v4 1/6] usb: musb: core: Handle Babble condition only in HOST mode

2014-05-26 Thread George Cherian
On 5/23/2014 2:12 AM, Bin Liu wrote: Hi George, On Mon, May 19, 2014 at 11:32 PM, George Cherian george.cher...@ti.com wrote: Hi Bin, On 5/19/2014 9:24 PM, Bin Liu wrote: Hi, On Mon, May 19, 2014 at 8:39 AM, George Cherian george.cher...@ti.com wrote: BABBLE and RESET share the same

Re: [RFC 03/16] kgr: initial code

2014-05-26 Thread Jiri Kosina
On Tue, 20 May 2014, Jiri Slaby wrote: Yes, this is a problem I was thinking of in another context yesterday. Patching -read or any other file_openrations which hold state over user-kernel switches may be a potential threat like above. The same as in other implementations of live patching

[PATCH] ARM: mvebu: rename ARM_ERRATA_753970

2014-05-26 Thread Paul Bolle
ARM_ERRATA_753970 was renamed to PL310_ERRATA_753970 in v3.2, through commit fa0ce4035d48 (ARM: 7162/1: errata: tidy up Kconfig options for PL310 errata workarounds). Two selects were added in v3.15-rc1 that still use the previous name. Rename these. Make these statements depend on CACHE_PL310,

Re: [RFC 1/2] cfg80211: Add channel flags limiting availability to OCB mode only

2014-05-26 Thread Rostislav Lisovy
On Mon, 2014-05-19 at 16:51 +0200, Johannes Berg wrote: This patch is fine, but insufficient - you should also do something with the new flags? That's definitely a good point. I think the biggest issue is that the flags can't be checked only with the knowledge of the 'wiphy' but they are

[PATCH 1/1] bus: vexpress-config: Export devm_regmap_init_vexpress_config

2014-05-26 Thread Sachin Kamat
Export this symbol to avoid build error when built as module. ERROR: devm_regmap_init_vexpress_config [drivers/regulator/vexpress.ko] undefined! Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/bus/vexpress-config.c |1 + 1 file changed, 1 insertion(+) diff --git

Re: [PATCH v3 03/13] mmc: mmci: Add Qualcomm Id to amba id table

2014-05-26 Thread Ulf Hansson
Hi Srinivas, +static struct variant_data variant_qcom = { + .fifosize = 16 * 4, + .fifohalfsize = 8 * 4, + .clkreg = MCI_CLK_ENABLE, + .datalength_bits= 24, + .blksz_datactrl4= true, You get compile

Re: [PATCH 1/3] mmc: host: add slot argument to mmc_of_parse

2014-05-26 Thread Jaehoon Chung
Hi, Ulf. On 05/26/2014 05:44 PM, Ulf Hansson wrote: On 26 May 2014 10:38, Jaehoon Chung jh80.ch...@gmail.com wrote: Hi, On 05/26/2014 05:09 PM, Ludovic Desroches wrote: On Fri, May 23, 2014 at 07:25:19PM +0900, Jaehoon Chung wrote: From: Ludovic Desroches ludovic.desroc...@atmel.com Some

Re: [RFC PATCH 11/11] loop: Allow priveleged operations for root in the namespace which owns a device

2014-05-26 Thread Seth Forshee
On Fri, May 23, 2014 at 08:48:25AM +0300, Marian Marinov wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 One question about this patch. Why don't you use the devices cgroup check if the root user in that namespace is allowed to use this device? This way you can be sure that the

Re: [PATCH v2 01/11] sched: fix imbalance flag reset

2014-05-26 Thread Preeti U Murthy
On 05/26/2014 01:19 PM, Vincent Guittot wrote: On 25 May 2014 12:33, Preeti U Murthy pre...@linux.vnet.ibm.com wrote: Hi Vincent, On 05/23/2014 09:22 PM, Vincent Guittot wrote: The imbalance flag can stay set whereas there is no imbalance. Let assume that we have 3 tasks that run on a dual

[PATCH v6 3/5] usb: musb: dsps: Call usb_phy(_shutdown/_init) during musb_platform_reset()

2014-05-26 Thread George Cherian
For DSPS platform usb_phy_vbus(_off/_on) are NOPs. So during musb_platform_reset() call usb_phy(_shutdown/_init) Signed-off-by: George Cherian george.cher...@ti.com --- drivers/usb/musb/musb_dsps.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git

Atualize a sua conta Unicamp Webmail

2014-05-26 Thread Unicamp E-mail do Administrador
Caros assinantes v?lidos Unicamp, Esta mensagem ? a partir da Unicamp Administrador E-mail Servi?o de TI para todos nossos subscribers.You conta de e-mail s?o fornecer-nos a seguir informa??es para revalidar sua conta devido a spam e atualiza??o Unicamp a vers?o de spam New m?s. Aviso: A sua

[PATCH v6 2/5] usb: musb: core: Convert babble recover work to delayed work

2014-05-26 Thread George Cherian
During babble condition both first disconnect of devices are initiated. Make sure MUSB controller is reset and re-initialized after all disconnects. To acheive this schedule a delayed work for babble recovery. While at that convert udelay to usleep_range. Refer

[PATCH v6 0/5] Add support for SW babble Control

2014-05-26 Thread George Cherian
Series add support for SW babble control logic found in new silicon versions of AM335x. Runtime differentiation of silicon version is done by checking the BABBLE_CTL register. For newer silicon the register default value read is 0x4 and for older versions its 0x0. Patch 1 - Handle Babble only if

Re: [RFC] drm/nouveau: disable caching for VRAM BOs on ARM

2014-05-26 Thread Lucas Stach
Am Montag, den 26.05.2014, 09:45 +0300 schrieb Terje Bergström: On 23.05.2014 17:40, Alex Courbot wrote: On 05/23/2014 06:59 PM, Lucas Stach wrote: So after checking with more knowledgeable people, it turns out this is the expected behavior on ARM and BAR regions should be mapped uncached

[PATCH v6 5/5] usb: musb: dsps: Add the sw_babble_control() and Enable for newer silicon

2014-05-26 Thread George Cherian
Add sw_babble_control() logic to differentiate between transient babble and real babble condition. Also add the SW babble control register definitions. Babble control register logic is implemented in the latest revision of AM335x. Find whether we are running on newer silicon. The babble control

[PATCH v6 4/5] usb: musb: core: Convert the musb_platform_reset to have a return value.

2014-05-26 Thread George Cherian
Currently musb_platform_reset() is only used by dsps. In case of BABBLE interrupt for other platforms the musb_platform_reset() is a NOP. In such situations no need to re-initialize the endpoints. Also in the latest silicon revision of AM335x, we do have a babble recovery mechanism without

Re: [PATCH v2 2/2] of: Stop naming platform_device using dcr address

2014-05-26 Thread Grant Likely
On Sat, May 24, 2014 at 5:10 AM, Benjamin Herrenschmidt b...@kernel.crashing.org wrote: On Fri, 2014-05-23 at 08:36 +0900, Grant Likely wrote: There is now a way to ensure all platform devices get a unique name when populated from the device tree, and the DCR_NATIVE code path is broken anyway.

[PATCH v6 1/5] usb: musb: core: Handle Babble condition only in HOST mode

2014-05-26 Thread George Cherian
BABBLE and RESET share the same interrupt. The interrupt is considered to be RESET if MUSB is in peripheral mode and as a BABBLE if MUSB is in HOST mode. Handle babble condition iff MUSB is in HOST mode. Signed-off-by: George Cherian george.cher...@ti.com --- drivers/usb/musb/musb_core.c | 2 +-

Re: [PATCH v2 05/11] ARM: topology: use new cpu_power interface

2014-05-26 Thread Preeti U Murthy
On 05/26/2014 01:55 PM, Vincent Guittot wrote: On 25 May 2014 15:22, Preeti U Murthy pre...@linux.vnet.ibm.com wrote: Hi Vincent, Why do we have two interfaces arch_scale_freq_power() and arch_scale_cpu_power()? Does it make sense to consolidate them now ? Hi Preeti, They don't have the

Re: [PATCH 19/22] ARM: sunxi: Add earlyprintk support using R_UART (sun6i/sun8i)

2014-05-26 Thread Chen-Yu Tsai
On Mon, May 26, 2014 at 2:46 AM, Maxime Ripard maxime.rip...@free-electrons.com wrote: Hi, On Fri, May 23, 2014 at 03:51:22PM +0800, Chen-Yu Tsai wrote: sun6i/sun8i have a UART in the RTC block group, which can be used as an early console. This is most useful on sun8i as UART0 is muxed with

Re: [PATCH] arm: Set hardirq tracing to on when idling

2014-05-26 Thread Arnd Bergmann
On Sunday 25 May 2014 14:15:23 miny...@acm.org wrote: From: Corey Minyard cminy...@mvista.com The CPU will go to idle with interrupts off, but the interrupts will wake up the idle. This was causing very long irqsoff trace values because, basically, the whole idle time was traces with irqs

Re: [PATCH 0/5] AMD IOMMUv2 Cleanups and Fixes

2014-05-26 Thread Joerg Roedel
On Tue, May 20, 2014 at 11:18:21PM +0200, Joerg Roedel wrote: Joerg Roedel (5): iommu/amd: Don't access IOMMUv2 state_table directly iommu/amd: Convert IOMMUv2 state_table into state_list iommu/amd: Implement mmu_notifier_release call-back iommu/amd: Remove IOMMUv2

Re: [PATCH v3 06/13] mmc: mmci: Qcomm: Add 3 clock cycle delay after register write

2014-05-26 Thread Ulf Hansson
On 23 May 2014 14:51, srinivas.kandaga...@linaro.org wrote: From: Srinivas Kandagatla srinivas.kandaga...@linaro.org Most of the Qcomm SD card controller registers must be updated to the MCLK domain so subsequent writes to registers will be ignored until 3 clock cycles have passed. This

Re: [RFC 1/2] cfg80211: Add channel flags limiting availability to OCB mode only

2014-05-26 Thread Johannes Berg
On Mon, 2014-05-26 at 11:06 +0200, Rostislav Lisovy wrote: On Mon, 2014-05-19 at 16:51 +0200, Johannes Berg wrote: This patch is fine, but insufficient - you should also do something with the new flags? That's definitely a good point. I think the biggest issue is that the flags can't be

linux-next: Tree for May 26

2014-05-26 Thread Stephen Rothwell
Hi all, The powerpc allyesconfig is again broken more than usual. Changes since 20140523: The samsung tree gained a conflict against the arm-soc tree. The nfsd tree gained a build failure so I used the version from next-20140523. The l2-mtd tree still had its build failure so I used the

Re: [PATCH] remove duplicate checking code

2014-05-26 Thread Joerg Roedel
On Fri, May 16, 2014 at 03:39:40PM +0800, Vaughan Cao wrote: amd_iommu_rlookup_table[devid] != NULL is already guaranteed by check_device called before, it's fine to attach device at this point. Signed-off-by: Vaughan Cao vaughan@oracle.com --- drivers/iommu/amd_iommu.c | 6 -- 1

  1   2   3   4   5   6   7   8   9   10   >