Re: [PATCH 1/1] block/blk-lib.c: make __blkdev_issue_zeroout static

2014-05-26 Thread Jens Axboe
On 2014-05-26 14:19, Fabian Frederick wrote: __blkdev_issue_zeroout is only used in blk-lib.c Cc: Jens Axboe Cc: Andrew Morton Signed-off-by: Fabian Frederick --- block/blk-lib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/block/blk-lib.c b/block/blk-lib.c

Re: [PATCH v3 3/4] sh/PCI: Pass GAPSPCI_DMA_BASE CPU & bus address to dma_declare_coherent_memory()

2014-05-26 Thread Bjorn Helgaas
On Mon, May 26, 2014 at 8:46 AM, Geert Uytterhoeven wrote: > On Thu, May 8, 2014 at 10:49 PM, Bjorn Helgaas wrote: >> --- a/arch/sh/drivers/pci/fixups-dreamcast.c >> +++ b/arch/sh/drivers/pci/fixups-dreamcast.c >> @@ -31,6 +31,8 @@ >> static void gapspci_fixup_resources(struct pci_dev *dev) >>

Re: [PATCH v1 5/5] pci: keystone: add pcie driver based on designware core driver

2014-05-26 Thread Jason Gunthorpe
On Thu, May 22, 2014 at 06:20:19PM -0400, Murali Karicheri wrote: >> What is the MPSS? > >MPS published in DEV CAP is 1 (256 bytes). In our IP for some reason, >mrss is set to 2 though IP >support only 256 bytes. I am trying to resolve this with IP team. If >this is an IP issue,

Re: [PATCH V3 4/8] driver/core: cpu: initialize opp table

2014-05-26 Thread Rafael J. Wysocki
On Thursday, May 22, 2014 11:07:28 AM Viresh Kumar wrote: > Drivers expecting CPU's OPPs from device tree initialize OPP table themselves > by > calling of_init_opp_table() and there is nothing driver specific in that. They > all do it in the same redundant way. > > It would be better if we can

Re: [PATCH] cpufreq: governor: Be friendly towards latency-sensitive bursty workloads

2014-05-26 Thread Rafael J. Wysocki
Hi Srivatsa, On Tuesday, May 27, 2014 02:23:38 AM Srivatsa S. Bhat wrote: > Cpufreq governors like the ondemand governor calculate the load on the CPU > periodically by employing deferrable timers. A deferrable timer won't fire > if the CPU is completely idle (and there are no other timers to be

Re: [PATCH V4 1/3] cpufreq: handle calls to ->target_index() in separate routine

2014-05-26 Thread Rafael J. Wysocki
On Wednesday, May 21, 2014 02:29:29 PM Viresh Kumar wrote: > Handling calls to ->target_index() has got complex over time and might become > more complex. So, its better to take target_index() bits out in another > routine > __target_index() for better code readability. Shouldn't have any

Re: [PATCH v4 2/8] OF: Introduce DT overlay support.

2014-05-26 Thread Sebastian Reichel
Hi, On Mon, May 26, 2014 at 08:14:08AM -0700, Guenter Roeck wrote: > On 05/26/2014 08:09 AM, Sebastian Reichel wrote: > >On Mon, May 26, 2014 at 02:55:37PM +0300, Pantelis Antoniou wrote: > >>On May 26, 2014, at 2:23 PM, Grant Likely wrote: > >>>On Mon, 26 May 2014 12:57:32 +0200, Geert

Do You Need Loan?

2014-05-26 Thread Michael Lutin
Do you need a loan to set up your own private business or to pay off your bills? apply now via Email henrymark...@blumail.org apply with Name: Country: Amount Needed: Loan Duration: Mobile Number#: NOTE: THAT ALL INFORMATION MUST BE SENT TO: henrymark...@blumail.org HENRY MARK LOAN FIRM NEW

Re: [PATCH 16/18] HID: uhid: Use kmemdup instead of kmalloc + memcpy

2014-05-26 Thread Jiri Kosina
On Mon, 26 May 2014, Benoit Taine wrote: > This issue was reported by coccicheck using the semantic patch > at scripts/coccinelle/api/memdup.cocci > > Signed-off-by: Benoit Taine Applied, thanks Benoit. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH v3 12/13] mmc: mmci: add explicit clk control

2014-05-26 Thread Srinivas Kandagatla
Hi Ulf, Thankyou for the comments. On 26/05/14 15:21, Ulf Hansson wrote: On 23 May 2014 14:52, wrote: From: Srinivas Kandagatla On Controllers like Qcom SD card controller where cclk is mclk and mclk should be directly controlled by the driver. This patch adds support to control mclk

Re: [PATCH v7] media: vb2: Take queue or device lock in mmap-related vb2 ioctl handlers

2014-05-26 Thread Laurent Pinchart
Hi Hans, On Friday 23 May 2014 15:54:29 Hans Verkuil wrote: > Hi Laurent, > > This patch caused a circular locking dependency as reported by Sasha Levin: > > https://lkml.org/lkml/2014/5/5/366 > > The reason is that copy_to/from_user is called in video_usercopy() with the > core lock held. The

Re: [PATCH v4 2/8] OF: Introduce DT overlay support.

2014-05-26 Thread Sebastian Reichel
Hi, On Mon, May 26, 2014 at 10:33:03PM +0100, Grant Likely wrote: > After thinking about it more, I think it is very likely that removing > all the overlays is the correct thing to do in the kexec use-case. When > kexec-ing, it makes sense that we'd want the exact same behaviour from > the

Re: [PATCH v2] iio: add support of the max1027

2014-05-26 Thread Hartmut Knaack
trem schrieb: > Hi Hartmut, > > First, thanks a lot for this feedback, I really appreciate it. > > > On 26/05/14 00:52, Hartmut Knaack wrote: >> Philippe Reynes schrieb: >>> This driver add partial support of the >>> maxim 1027/1029/1031. Differential mode is not >>> supported. >>> >>> It was

[PATCH 17/27] mtd: nand: lpc32xx_slc: use mtd_setup_common_members()

2014-05-26 Thread Alexander Holler
Use the new common function mtd_setup_common_members() Signed-off-by: Alexander Holler --- drivers/mtd/nand/lpc32xx_slc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/mtd/nand/lpc32xx_slc.c b/drivers/mtd/nand/lpc32xx_slc.c index 53a6742..c8fb46b 100644 ---

[PATCH v2 2/6] sched/fair.c: change "has_capacity" to "has_free_capacity"

2014-05-26 Thread Nicolas Pitre
The capacity of a CPU/group should be some intrinsic value that doesn't change with task placement. It is like a container which capacity is stable regardless of the amount of liquid in it (its "utilization")... unless the container itself is crushed that is, but that's another story. Therefore

[PATCH v2 5/6] sched: remove remaining dubious usage of "power"

2014-05-26 Thread Nicolas Pitre
It is better not to think about compute capacity as being equivalent to "CPU power". The upcoming "power aware" scheduler work may create confusion with the notion of energy consumption if "power" is used too liberally. This is the remaining "power" -> "capacity" rename for local symbols. Those

[PATCH v2 1/6] sched/fair.c: remove "power" from struct numa_stats

2014-05-26 Thread Nicolas Pitre
It is better not to think about compute capacity as being equivalent to "CPU power". The upcoming "power aware" scheduler work may create confusion with the notion of energy consumption if "power" is used too liberally. To make things explicit and not create more confusion with the existing

[PATCH v2 4/6] sched: let struct sched_group_power care about CPU capacity

2014-05-26 Thread Nicolas Pitre
It is better not to think about compute capacity as being equivalent to "CPU power". The upcoming "power aware" scheduler work may create confusion with the notion of energy consumption if "power" is used too liberally. Since struct sched_group_power is really about compute capacity of sched

[PATCH v2 3/6] sched/fair.c: disambiguate existing/remaining "capacity" usage

2014-05-26 Thread Nicolas Pitre
We have "power" (which should actually become "capacity") and "capacity" which is a scaled down "capacity factor" in terms of unitary tasks. Let's use "capacity_factor" to make room for proper usage of "capacity" later. Signed-off-by: Nicolas Pitre --- kernel/sched/fair.c | 42

[PATCH v2 6/6] sched: final power vs capacity cleanup

2014-05-26 Thread Nicolas Pitre
It is better not to think about compute capacity as being equivalent to "CPU power". The upcoming "power aware" scheduler work may create confusion with the notion of energy consumption if "power" is used too liberally. This contains the architecture visible changes. Incidentally, only ARM

[PATCH v2 0/6] sched: expel confusing usage of the term "power"

2014-05-26 Thread Nicolas Pitre
"Power" is a very bad term in the scheduler context. There are so many meanings that can be attached to it. And with the upcoming "power aware" scheduler work, confusion is sure to happen. The definition of "power" is typically the rate at which work is performed, energy is converted or

Logitech Unifying Receiver - power button not being reported?

2014-05-26 Thread David Härdeman
Hi, the Logitech Unifying Receiver (i.e. the USB dongle that's used for e.g. the k400r wireless keyboard) does not seem to report any keyboard events for the power button (I can resume from suspend-to-ram since the dongle seems to do the right thing, but I can't do the opposite since no event

[PATCH 21/27] mtd: nand: fsl_upm: show device structure in sysfs

2014-05-26 Thread Alexander Holler
Fix a common error in nand-drivers which do not set up a parent device for the mtd-device by using a new inline function. Signed-off-by: Alexander Holler --- drivers/mtd/nand/fsl_upm.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/mtd/nand/fsl_upm.c

[PATCH 26/27] mtd: nand: txx9ndfmc: show device structure in sysfs

2014-05-26 Thread Alexander Holler
Fix a common error in nand-drivers which do not set up a parent device for the mtd-device by using a new inline function. Signed-off-by: Alexander Holler --- drivers/mtd/nand/txx9ndfmc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/mtd/nand/txx9ndfmc.c

[PATCH 24/27] mtd: nand: mpc5121_nfc: show device structure in sysfs

2014-05-26 Thread Alexander Holler
Fix a common error in nand-drivers which do not set up a parent device for the mtd-device by using a new inline function. Signed-off-by: Alexander Holler --- drivers/mtd/nand/mpc5121_nfc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/nand/mpc5121_nfc.c

[PATCH 11/12] [net/sunrpc] Remove obsolete strict_strto calls

2014-05-26 Thread Daniel Walter
From: Daniel Walter Subject: [PATCH 11/12] [net/sunrpc] replace strict_strto calls Replace obsolete strict_strto calls with appropriate kstrto calls Signed-off-by: Daniel Walter --- net/sunrpc/addr.c | 16 ++-- net/sunrpc/auth.c | 2 +- net/sunrpc/xprtsock.c | 4 ++-- 3

[PATCH 12/12] [include/linux] Remove strict_strto definitions

2014-05-26 Thread Daniel Walter
From: Daniel Walter Subject: [PATCH 12/12] [include/linux] remove strict_strto* definitions Remove obsolete and unused strict_strto* functions Signed-off-by: Daniel Walter --- include/linux/kernel.h | 4 1 file changed, 4 deletions(-) diff --git a/include/linux/kernel.h

[PATCH 22/27] mtd: nand: fsl_ifc: show device structure in sysfs

2014-05-26 Thread Alexander Holler
Fix a common error in nand-drivers which do not set up a parent device for the mtd-device by using a new inline function. Signed-off-by: Alexander Holler --- drivers/mtd/nand/fsl_ifc_nand.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/mtd/nand/fsl_ifc_nand.c

[PATCH 25/27] mtd: nand: ndfc: show device structure in sysfs

2014-05-26 Thread Alexander Holler
Fix a common error in nand-drivers which do not set up a parent device for the mtd-device by using a new inline function. Signed-off-by: Alexander Holler --- drivers/mtd/nand/ndfc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/mtd/nand/ndfc.c

[PATCH 23/27] mtd: nand: jz4740: show device structure in sysfs

2014-05-26 Thread Alexander Holler
Fix a common error in nand-drivers which do not set up a parent device for the mtd-device by using a new inline function. Signed-off-by: Alexander Holler --- drivers/mtd/nand/jz4740_nand.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/mtd/nand/jz4740_nand.c

[PATCH 20/27] mtd: nand: fsl_elbc: show device structure in sysfs

2014-05-26 Thread Alexander Holler
Fix a common error in nand-drivers which do not set up a parent device for the mtd-device by using a new inline function. Signed-off-by: Alexander Holler --- drivers/mtd/nand/fsl_elbc_nand.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/mtd/nand/fsl_elbc_nand.c

[PATCH 19/27] mtd: nand: bcm47: show device structure in sysfs

2014-05-26 Thread Alexander Holler
Fix a common error in nand-drivers which do not set up a parent device for the mtd-device by using a new inline function. Signed-off-by: Alexander Holler --- drivers/mtd/nand/bcm47xxnflash/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[PATCH 27/27] mtd: nand: socrates: use mtd_setup_common_members()

2014-05-26 Thread Alexander Holler
Use the new common function mtd_setup_common_members(). Signed-off-by: Alexander Holler --- drivers/mtd/nand/socrates_nand.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/mtd/nand/socrates_nand.c b/drivers/mtd/nand/socrates_nand.c index fe8058a..0b87be2 100644

[PATCH 16/27] mtd: nand: lpc32xx_mlc: use mtd_setup_common_members()

2014-05-26 Thread Alexander Holler
Use the new common function mtd_setup_common_members() Signed-off-by: Alexander Holler --- drivers/mtd/nand/lpc32xx_mlc.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/mtd/nand/lpc32xx_mlc.c b/drivers/mtd/nand/lpc32xx_mlc.c index 687478c..4fa7b13 100644 ---

[PATCH 14/27] mtd: nand: docg4: show device structure in sysfs

2014-05-26 Thread Alexander Holler
Fix a common error in nand-drivers which do not set up a parent device for the mtd-device by using a new inline function. Signed-off-by: Alexander Holler --- drivers/mtd/nand/docg4.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/mtd/nand/docg4.c

[PATCH 18/27] mtd: nand: mxc: use mtd_setup_common_members()

2014-05-26 Thread Alexander Holler
Use the new common function mtd_setup_common_members() Signed-off-by: Alexander Holler --- drivers/mtd/nand/mxc_nand.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/mtd/nand/mxc_nand.c b/drivers/mtd/nand/mxc_nand.c index dba262b..31114db4 100644 ---

[PATCH 15/27] mtd: nand: davinci: use mtd_setup_common_members()

2014-05-26 Thread Alexander Holler
Use the new common function mtd_setup_common_members() Signed-off-by: Alexander Holler --- drivers/mtd/nand/davinci_nand.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/mtd/nand/davinci_nand.c b/drivers/mtd/nand/davinci_nand.c index b922c8e..ce409fc 100644 ---

[PATCH 11/27] mtd: nand: sh_flctl: show device structure in sysfs

2014-05-26 Thread Alexander Holler
Fix a common error in nand-drivers which do not set up a parent device for the mtd-device by using a new inline function. Signed-off-by: Alexander Holler --- drivers/mtd/nand/sh_flctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/nand/sh_flctl.c

[PATCH 13/27] mtd: nand: tmio: show device structure in sysfs

2014-05-26 Thread Alexander Holler
Fix a common error in nand-drivers which do not set up a parent device for the mtd-device by using a new inline function. Signed-off-by: Alexander Holler --- drivers/mtd/nand/tmio_nand.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/mtd/nand/tmio_nand.c

[PATCH 10/27] mtd: nand: s3c2410: show device structure in sysfs

2014-05-26 Thread Alexander Holler
Fix a common error in nand-drivers which do not set up a parent device for the mtd-device by using a new inline function. Signed-off-by: Alexander Holler --- drivers/mtd/nand/s3c2410.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/mtd/nand/s3c2410.c

[PATCH 12/27] mtd: nand: sharpsl: show device structure in sysfs

2014-05-26 Thread Alexander Holler
Fix a common error in nand-drivers which do not set up a parent device for the mtd-device by using a new inline function. Signed-off-by: Alexander Holler --- drivers/mtd/nand/sharpsl.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/mtd/nand/sharpsl.c

[PATCH 09/27] mtd: nand: pxa3xx: show device structure in sysfs

2014-05-26 Thread Alexander Holler
Fix a common error in nand-drivers which do not set up a parent device for the mtd-device by using a new inline function. Signed-off-by: Alexander Holler --- drivers/mtd/nand/pxa3xx_nand.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/mtd/nand/pxa3xx_nand.c

[PATCH 10/12] [drivers/scsi] Remove obsolete strict_strto calls

2014-05-26 Thread Daniel Walter
From: Daniel Walter Subject: [PATCH 10/12] [drivers/scsi] replace strict_strto calls Replace obsolete strict_strto with more appropriate kstrto calls Signed-off-by: Daniel Walter --- drivers/scsi/pmcraid.c| 4 ++-- drivers/scsi/scsi_sysfs.c | 4 ++-- 2 files changed, 4 insertions(+), 4

[PATCH 08/27] mtd: nand: plat: show device structure in sysfs

2014-05-26 Thread Alexander Holler
Fix a common error in nand-drivers which do not set up a parent device for the mtd-device by using a new inline function. Signed-off-by: Alexander Holler --- drivers/mtd/nand/plat_nand.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/mtd/nand/plat_nand.c

[PATCH 07/27] mtd: nand: gpmi: show device structure in sysfs

2014-05-26 Thread Alexander Holler
Fix a common error in nand-drivers which do not set up a parent device for the mtd-device by using a new inline function. Signed-off-by: Alexander Holler --- drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git

[PATCH 05/27] mtd: nand: gpio: show device structure in sysfs

2014-05-26 Thread Alexander Holler
Fix a common error in nand-drivers which do not set up a parent device for the mtd-device by using a new inline function. Signed-off-by: Alexander Holler --- drivers/mtd/nand/gpio.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/mtd/nand/gpio.c

[PATCH 06/27] mtd: nand: fsmc: show device structure in sysfs

2014-05-26 Thread Alexander Holler
Fix a common error in nand-drivers which do not set up a parent device for the mtd-device by using a new inline function. Signed-off-by: Alexander Holler --- drivers/mtd/nand/fsmc_nand.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/mtd/nand/fsmc_nand.c

[PATCH 03/27] mtd: nand: omap2: show device structure in sysfs

2014-05-26 Thread Alexander Holler
Fix a common error in nand-drivers which do not set up a parent device for the mtd-device by using a new inline function. Signed-off-by: Alexander Holler --- drivers/mtd/nand/omap2.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/mtd/nand/omap2.c

[PATCH 04/27] mtd: nand: atmel_nand: show device structure in sysfs

2014-05-26 Thread Alexander Holler
Fix a common error in nand-drivers which do not set up a parent device for the mtd-device by using a new inline function. Signed-off-by: Alexander Holler --- drivers/mtd/nand/atmel_nand.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/mtd/nand/atmel_nand.c

[PATCH 09/12] [arch/x86] Remove obsolete strict_strto calls

2014-05-26 Thread Daniel Walter
From: Daniel Walter Subject: [PATCH 09/12] [arch/x86] replace strict_strto calls Replace obsolete strict_strto calls with appropriate kstrto calls Signed-off-by: Daniel Walter --- arch/x86/kernel/cpu/intel_cacheinfo.c | 4 ++-- arch/x86/kernel/cpu/mcheck/mce.c | 6 +++---

[PATCH 01/27] mtd: nand: introduce function to fix a common bug in most nand-drivers not showing a device in sysfs

2014-05-26 Thread Alexander Holler
Most nand drivers don't set a parent device for the mtd-device. The result is that information in sysfs is missing (no folder device). Comparing the output of git grep mtd_device_parse_register drivers/mtd/nand/ with git grep parent drivers/mtd/nand/ | cut -f 1 | sort -u

[PATCH 00/27] Fix common bug in most nand drivers not showing a device in sysfs

2014-05-26 Thread Alexander Holler
A comment in mtdcore.c function add_mtd_device() which is called by mtd_device_parse_register() made me wonder: "Caller should have set dev.parent to match the physical device." In fact this is not done by most nand drivers. What follows is a series which fixes this. Tested: orion and omap2

[PATCH 02/27] mtd: nand: orion_nand: show device structure in sysfs

2014-05-26 Thread Alexander Holler
Fix a common error in nand-drivers which do not set up a parent device for the mtd-device by using a new inline function. Signed-off-by: Alexander Holler --- drivers/mtd/nand/orion_nand.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/mtd/nand/orion_nand.c

[PATCH 08/12] [arch/powerpc] Remove obsolete strict_strto calls

2014-05-26 Thread Daniel Walter
From: Daniel Walter Subject: [PATCH 08/12] [arch/powerpc] replace obsolete strict_strto* calls Replace strict_strto calls with more appropriate kstrto calls Signed-off-by: Daniel Walter --- arch/powerpc/kernel/setup_64.c| 6 +++--- arch/powerpc/kernel/vio.c | 2 +-

[PATCH 07/12] [arch/mips] Remove obsolete strict_strto calls

2014-05-26 Thread Daniel Walter
From: Daniel Walter Subject: [PATCH 07/12] [arch/mips] replace obsolete strict_strto calls Replace obsolete strict_strto call with more appropriate calls to kstrto* Signed-off-by: Daniel Walter --- arch/mips/pci/ops-tx4927.c | 9 ++--- arch/mips/txx9/generic/setup.c | 4 ++-- 2 files

[PATCH 06/12] [arch/mips/alchemy] Remove obsolete strict_strto calls

2014-05-26 Thread Daniel Walter
From: Daniel Walter Subject: [PATCH 06/12] [arch/mips/alchemy] replace obsolete strict_strto Replace obsolete strict_strto call with kstrto Signed-off-by: Daniel Walter --- arch/mips/alchemy/board-xxs1500.c | 2 +- arch/mips/alchemy/devboards/pm.c | 4 ++-- 2 files changed, 3 insertions(+),

[PATCH 05/12] [arch/arm/mach-w90x900] Remove obsolete strict_strto calls

2014-05-26 Thread Daniel Walter
From: Daniel Walter Subject: [PATCH 05/12] [arch/arm/mach-w90x900] replace obsolete strict_strto Replace obsolete strict_strto with kstrto calls Signed-off-by: Daniel Walter --- arch/arm/mach-w90x900/cpu.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

Re: [PATCH v11 0/3] Exynos 5410 support

2014-05-26 Thread Kukjin Kim
On 05/26/14 20:11, Tomasz Figa wrote: Hi, Hi On 26.05.2014 05:23, Tarek Dakhran wrote: The series of patches represent support of Exynos 5410 SoC The Exynos 5410 is the first Samsung SoC based on big.LITTLE architecture Patches add new platform description, support of clock controller and

[PATCH 04/12] [arch/arm/mach-s3c24xx] Remove obsolete strict_strto calls

2014-05-26 Thread Daniel Walter
From: Daniel Walter Subject: [PATCH 04/12] [arch/arm/mach-s3c24xx] replace strict_strto* with kstrto* Replace obsolete strict_strto call with kstrto Signed-off-by: Daniel Walter --- arch/arm/mach-s3c24xx/mach-jive.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 03/12] [arch/arm/mach-pxa] Remove obsolete strict_strto calls

2014-05-26 Thread Daniel Walter
From: Daniel Walter Subject: [PATCH 03/12] [arch/arm/mach-pxa] replace strict_strto call with kstrto Replace obsolete call to strict_strto with kstrto Signed-off-by: Daniel Walter --- arch/arm/mach-pxa/balloon3.c | 2 +- arch/arm/mach-pxa/viper.c| 2 +- 2 files changed, 2 insertions(+), 2

[PATCH 02/12] [arch/arm/omap2] Remove obsolete strict_strto calls

2014-05-26 Thread Daniel Walter
From: Daniel Walter Subject: [PATCH 02/12] [arch/arm/omap2] replace strict_strto* with kstrto* Replace obsolete strict_strto call with kstrto calls. Simplify copy_from_user/strict_strto by using kstrto_from_user Signed-off-by: Daniel Walter --- arch/arm/mach-omap2/board-omap3touchbook.c | 2

[PATCH 01/12] [arch/tile] Remove obsolete strict_strto calls

2014-05-26 Thread Daniel Walter
From: Daniel Walter Subject: [PATCH 01/12] [arch/tile] replace strict_strto* call with kstrto* remove obsolete calls to strict_strto* and replace them with kstrto* calls accordingly. Signed-off-by: Daniel Walter --- arch/tile/kernel/setup.c | 7 ++- arch/tile/kernel/signal.c | 7 +++

[PATCH 00/12] Remove obsolete strict_strto calls

2014-05-26 Thread Daniel Walter
From: Daniel Walter Replace all calls to strict_strto* functions with appropriate calls to kstrto*. Remove definition of strict_strto* functions All patches apply against current linux git tree Daniel Walter (12): [arch/tile] replace strict_strto* call with kstrto* [arch/arm/omap2] replace

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

2014-05-26 Thread Sören Brinkmann
On Mon, 2014-05-26 at 01:47PM +0200, Rafael J. Wysocki wrote: > On Monday, May 26, 2014 04:37:13 PM Viresh Kumar wrote: > > On 26 May 2014 16:52, Rafael J. Wysocki wrote: > > > I agree as far as the 64-bit thing goes, but is switching to Hz really > > > necessary? > > > > Don't really know

Re: NFS issue while copying huge file

2014-05-26 Thread Dave Chinner
On Fri, May 23, 2014 at 02:36:16PM +0200, Richard Weinberger wrote: > Am 23.05.2014 13:56, schrieb J. Bruce Fields: > > It's not a known issue, and finding out where the problem was introduced > > could indeed by helpful. > > > > I'm not sure how to interpret the statistics from the oom killer.

Re: [PATCH 0/15] x86/xsaves: Optimize xstate context switch by xsaves/xrstors

2014-05-26 Thread H. Peter Anvin
On 05/26/2014 02:40 PM, Andy Lutomirski wrote: >>> >>> Are we going to want to encourage userspace to do something like >>> sticking vzeroupper right before each syscall to make any >>> xsaves/xrestores faster? >> >> This patch set allow compacted format in kernel and standard format >> in user

Re: [PATCH 0/3] Shrinkers and proportional reclaim

2014-05-26 Thread Hugh Dickins
On Thu, 22 May 2014, Mel Gorman wrote: > This series is aimed at regressions noticed during reclaim activity. The > first two patches are shrinker patches that were posted ages ago but never > merged for reasons that are unclear to me. I'm posting them again to see if > there was a reason they

Re: [PATCH v4 2/8] OF: Introduce DT overlay support.

2014-05-26 Thread Geert Uytterhoeven
Hi Grant, On Mon, May 26, 2014 at 11:33 PM, Grant Likely wrote: > After thinking about it more, I think it is very likely that removing > all the overlays is the correct thing to do in the kexec use-case. When > kexec-ing, it makes sense that we'd want the exact same behaviour from > the

[PATCH] MAINTAINERS: Shovel drivers/gpu/vga/* to Dave

2014-05-26 Thread Daniel Vetter
DRM is pretty much the main user of this stuff (if we ignore the sysfs interface used by X, i.e. by the same gang of people writing the drm drivers). So shovel it into Dave's responsibility to avoid patches getting lost on lkml. With this get_maintainers will rout vgaarb and switcheroo patches

pull request: bluetooth-next 2014-05-26

2014-05-26 Thread Gustavo Padovan
Hi John, Some more patches for 3.16. There is nothing really special here, just a bunch of clean ups, fixes plus some small improvements. Please pull. Thanks! Gustavo --- The following changes since commit 22e70786413ed05950207eda7be420c280b776d7: Bluetooth: Remove hci_h4 unused

Re: [PATCH 0/15] x86/xsaves: Optimize xstate context switch by xsaves/xrstors

2014-05-26 Thread Andy Lutomirski
On Mon, May 26, 2014 at 1:13 PM, Yu, Fenghua wrote: >> From: Andy Lutomirski [mailto:l...@amacapital.net] >> On 05/26/2014 10:01 AM, Fenghua Yu wrote: >> > From: Fenghua Yu >> > >> > With ever growing extended state registers (xstate) on x86 processors, >> kernel >> > needs to cope with issue of

Re: [PATCH v3 10/13] mmc: mmci: add Qcom specifics of clk and datactrl registers.

2014-05-26 Thread Srinivas Kandagatla
Hi Ulf, Thanks for the comments. On 26/05/14 14:05, Ulf Hansson wrote: On 23 May 2014 14:52, wrote: From: Srinivas Kandagatla This patch adds specifics of clk and datactrl register on Qualcomm SD Card controller. This patch also populates the Qcom variant data with these new values

[PATCH] usb: gadget: rename CONFIG_USB_GADGET_PXA25X

2014-05-26 Thread Paul Bolle
Commit 193ab2a60700 ("usb: gadget: allow multiple gadgets to be built") basically renamed the Kconfig symbol USB_GADGET_PXA25X to USB_PXA25X. It did not rename the related macros in use at that time. Commit c0a39151a405 ("ARM: pxa: fix inconsistent CONFIG_USB_PXA27X") did so for all but one macro.

Re: [PATCH v4 2/8] OF: Introduce DT overlay support.

2014-05-26 Thread Grant Likely
On Mon, 26 May 2014 14:55:37 +0300, Pantelis Antoniou wrote: > Hi Grant, > > On May 26, 2014, at 2:23 PM, Grant Likely wrote: > > > On Mon, 26 May 2014 12:57:32 +0200, Geert Uytterhoeven > > wrote: > >> Hi Grant, > >> > >> On Mon, May 26, 2014 at 12:48 PM, Grant Likely > >> wrote: > >>> On

[PATCH 1/2] dt-binding: add vendor prefix for SolidRun

2014-05-26 Thread Sebastian Hesselbarth
SolidRun is a company from Israel producing small-sized home-media computers like the Marvell Dove based CuBox and Freescale IMX based CuBox-i. Document the missing vendor prefix. Signed-off-by: Sebastian Hesselbarth --- Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell Cc:

[PATCH 2/2] ARM: dts: mvebu: split SolidRun CuBox into variants

2014-05-26 Thread Sebastian Hesselbarth
As Mainlining effort for SolidRun CuBox has been carried out on the Engineering Sample, the board DTS was reflecting this. Actually, SolidRun CuBox comes in three different variants: Engineering Sample (ES), production with 1GB RAM (1G), and production with 2GB RAM (2G). Therefore, we split the

[PATCH] display7seg: Introduce the use of the managed version of kzalloc

2014-05-26 Thread Himangi Saraogi
This patch moves data allocated using kzalloc to managed data allocated using devm_kzalloc and cleans now unnecessary kfrees in probe and remove functions. The header file is added to make the devm function explicitly available. The following Coccinelle semantic patch was used for making a part

Re: [PATCH v3 01/10] platform_data: edma: Be precise with the paRAM struct

2014-05-26 Thread Olof Johansson
Hi, On Mon, Apr 14, 2014 at 4:41 AM, Peter Ujfalusi wrote: > The edmacc_param struct should follow the layout of the paRAM area in the > HW. Be explicit on the size of the fields (u32) and also mark the struct > as packed to avoid any padding on non 32bit architectures. > > Signed-off-by: Peter

Re: [PATCH 1/2] watchdog: w83627hf_wdt: Add early_disable module parameter

2014-05-26 Thread Wim Van Sebroeck
Hi Guenter, > Add early_disable module parameter to match functionality previously > available in the w83697hf_wdt driver. > > Signed-off-by: Guenter Roeck > --- > drivers/watchdog/w83627hf_wdt.c | 15 --- > 1 file changed, 12 insertions(+), 3 deletions(-) > > diff --git

Re: [PATCH v3 2/2] watchdog: Remove drivers for W83697HF and W83697UG

2014-05-26 Thread Wim Van Sebroeck
Hi Guenter, > Since both chips are now supported by the w83627hf watchdog driver, > the chip specific drivers are no longer needed and can be removed. > > Signed-off-by: Guenter Roeck > --- > v3: rebase to latest upstream kernel > v2: resend, no change to v1 > > drivers/watchdog/Kconfig

Re: [PATCH v2] sbus: Introduce the use of the managed version of kzalloc

2014-05-26 Thread Sam Ravnborg
Hi Himangi. On Sun, May 25, 2014 at 04:28:25PM +0530, Himangi Saraogi wrote: > This patch moves data allocated using kzalloc to managed data allocated > using devm_kzalloc and cleans now unnecessary kfrees in probe and remove > functions. The header file is added to make the devm function

Re: [PATCH/RFC] Re: recvmmsg() timeout behavior strangeness [RESEND]

2014-05-26 Thread Arnaldo Carvalho de Melo
Em Mon, May 26, 2014 at 10:46:47AM -0300, Arnaldo Carvalho de Melo escreveu: > Em Thu, May 22, 2014 at 04:27:45PM +0200, Michael Kerrisk (man-pages) > escreveu: > > Thanks! I applied this patch against 3.15-rc6. > > recvmmsg() now (mostly) does what I expect: > > * it waits until either the

Re: [PATCHv3 2/4] ACPI / LPSS: custom power domain for LPSS

2014-05-26 Thread Rafael J. Wysocki
On Monday, May 26, 2014 04:42:34 PM Heikki Krogerus wrote: > On Mon, May 26, 2014 at 03:03:27PM +0200, Rafael J. Wysocki wrote: > > On Friday, May 23, 2014 04:15:09 PM Heikki Krogerus wrote: > > > A power domain where we save the context of the additional > > > LPSS registers. We need to do this

[PATCH kvm-unit-tests] x86: test mov DR with ignored mod bits

2014-05-26 Thread Nadav Amit
Tests whether the emulator ignores the mod bits on mov DR instruction. The test performs regular mov to DR0 and reads back the data using custom mov from DR0 while mod bits are set to zero. The expected result is obviously the value which was written to DR0 before. The test is performed in

Re: [PATCH] mm/process_vm_access: move into ipc/

2014-05-26 Thread Davidlohr Bueso
On Mon, 2014-05-26 at 12:16 -0700, Hugh Dickins wrote: > On Sat, 24 May 2014, Konstantin Khlebnikov wrote: > > > "CROSS_MEMORY_ATTACH" and mm/process_vm_access.c seems misnamed and > > misplaced. > > Actually it's a kind of IPC and it has no more relation to MM than > > sys_read(). > > This

Re: [PATCH 6/7 v2] gpio: dwapb: use a second irq chip

2014-05-26 Thread Sebastian Andrzej Siewior
On 2014-05-22 09:08:20 [-0500], Alan Tull wrote: > >> - int err, irq; > >> + int err, irq, i; > >> =20 > >> irq =3D irq_of_parse_and_map(node, 0); > >> > >> Notice spurious =20 and =3D encoding. > >> > >> Please resend in ISO8859-1 and take this opportunity to add > > > > doesn't "git am" handle

Re: [PATCH] watchdog: iop_wdt only builds for mach-iop13xx

2014-05-26 Thread Wim Van Sebroeck
Hi Arnd, > All three iop variants we support in Linux (iop32x, iop33x and > iop13xx) seem to have support for the watchdog hardware, but this > driver fails to build for the first two of these because it > uses the IOP13XX_WDTCR_IB_RESET macro that is only defined for > iop13xx. > > This

[PATCH v3] gpio: dwapb: use a second irq chip

2014-05-26 Thread Sebastian Andrzej Siewior
Right new have one irq chip running always in level mode. It would nicer to have two irq chips where one is handling level type interrupts and the other one is doing edge interrupts. So we can have at runtime two users where one is using edge and the other level. Acked-by: Alan Tull

[PATCH] cpufreq: governor: Be friendly towards latency-sensitive bursty workloads

2014-05-26 Thread Srivatsa S. Bhat
Cpufreq governors like the ondemand governor calculate the load on the CPU periodically by employing deferrable timers. A deferrable timer won't fire if the CPU is completely idle (and there are no other timers to be run), in order to avoid unnecessary wakeups and thus save CPU power. However,

Re: [PATCH 0/15] x86/xsaves: Optimize xstate context switch by xsaves/xrstors

2014-05-26 Thread H. Peter Anvin
On 05/26/2014 01:13 PM, Yu, Fenghua wrote: > > So I don't see we need xsaves/xrstors in user space. But I could be > wrong. > XSAVES/XRSTORS are privileged. The user-space equivalents are XSAVEC/XRSTOR. -hpa -- To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Re: [PATCH v4] openrisc: irq: use irqchip framework

2014-05-26 Thread Geert Uytterhoeven
CC devicetree for the bindings On Mon, May 26, 2014 at 10:31 PM, Stefan Kristiansson wrote: > In addition to consolidating the or1k-pic with other interrupt > controllers, this makes OpenRISC less tied to its on-cpu > interrupt controller. > > All or1k-pic specific parts are moved out of irq.c

Re: [RFC][PATCH 0/5] VM_PINNED

2014-05-26 Thread Konstantin Khlebnikov
On Tue, May 27, 2014 at 12:32 AM, Peter Zijlstra wrote: > On Tue, May 27, 2014 at 12:19:16AM +0400, Konstantin Khlebnikov wrote: >> On Mon, May 26, 2014 at 6:56 PM, Peter Zijlstra wrote: >> > Hi all, >> > >> > I mentioned at LSF/MM that I wanted to revive this, and at the time there >> > were

Re: [PATCH 4/5] mm/rmap: share the i_mmap_rwsem

2014-05-26 Thread Davidlohr Bueso
On Mon, 2014-05-26 at 12:35 -0700, Hugh Dickins wrote: > On Thu, 22 May 2014, Davidlohr Bueso wrote: > > > Similarly to rmap_walk_anon() and collect_procs_anon(), > > there is opportunity to share the lock in rmap_walk_file() > > and collect_procs_file() for file backed pages. > > And lots of

[PATCH 3/4] get_maintainer: use array for defining available version control

2014-05-26 Thread Stephen Hemminger
Changes which cleanup how multiple version control systems are handled: * Rather than hardcoding the test for version control, use an array of available version control systems and label each one. * Instead of copying the hash of current version control, use a reference to get the current

[PATCH 0/4] get_maintainer script cleanups

2014-05-26 Thread Stephen Hemminger
Some simple perl hacking changes. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH 1/4] get_maintainer: use three argument open

2014-05-26 Thread Stephen Hemminger
Use 3 argument open to avoid any issues with parsing and silence perlcritic. Signed-off-by: Stephen Hemminger --- a/scripts/get_maintainer.pl 2014-05-26 12:47:35.039720690 -0700 +++ b/scripts/get_maintainer.pl 2014-05-26 13:27:52.0 -0700 @@ -426,7 +426,7 @@ foreach my $file (@ARGV) {

[PATCH 4/4] get_maintainer: use anonymous function instead of eval

2014-05-26 Thread Stephen Hemminger
Change get_maintainer to use anonymous function instead of eval(). Using a anonymous function is safer than doing eval on a string. Signed-off-by: Stephen Hemminger --- a/scripts/get_maintainer.pl 2014-05-26 13:23:00.480939284 -0700 +++ b/scripts/get_maintainer.pl 2014-05-26 13:23:45.925291872

[PATCH 2/4] get_maintainer: remove quoting on hash label

2014-05-26 Thread Stephen Hemminger
Don't need to quote hash labels, especially when initializing. Code is cleaner if unquoted. Signed-off-by: Stephen Hemminger --- a/scripts/get_maintainer.pl 2014-05-26 13:09:47.0 -0700 +++ b/scripts/get_maintainer.pl 2014-05-26 13:27:49.0 -0700 @@ -94,69 +94,63 @@ my

[PATCH v4] openrisc: irq: use irqchip framework

2014-05-26 Thread Stefan Kristiansson
In addition to consolidating the or1k-pic with other interrupt controllers, this makes OpenRISC less tied to its on-cpu interrupt controller. All or1k-pic specific parts are moved out of irq.c and into drivers/irqchip/irq-or1k-pic.c In that transition, the funtionality have been divided into

Re: [RFC][PATCH 0/5] VM_PINNED

2014-05-26 Thread Peter Zijlstra
On Tue, May 27, 2014 at 12:19:16AM +0400, Konstantin Khlebnikov wrote: > On Mon, May 26, 2014 at 6:56 PM, Peter Zijlstra wrote: > > Hi all, > > > > I mentioned at LSF/MM that I wanted to revive this, and at the time there > > were > > no disagreements. > > > > I finally got around to refreshing

<    1   2   3   4   5   6   7   8   9   10   >