[PATCH v2 2/4] staging: rtl8192u: Removed unnecessary whitespace & tab warning in r819xU_phy.c

2014-07-08 Thread sanjeev sharma
From: sanjeev sharma This is a patch to the r819xU_phy.c file that remove unnecessary whitespace and tabs reported by checkpatch.pl script. Signed-off-by: Sanjeev Sharma --- drivers/staging/rtl8192u/r819xU_phy.c | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-)

[PATCH v2 3/4] staging: rtl8192u: Fixed switch and case indentation error in r819xU_phy.c

2014-07-08 Thread sanjeev sharma
From: sanjeev sharma This is a patch to the r819xU_phy.c file that will fix switch and case indentation Error reported by checkpatch script. Signed-off-by: Sanjeev Sharma --- drivers/staging/rtl8192u/r819xU_phy.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git

[PATCH v2 1/4] staging: rtl8192u: Remove useless return statement in r819xU_phy.c

2014-07-08 Thread sanjeev sharma
From: sanjeev sharma This is a patch to the r819xU_phy.c file that remove unneeded return statements in code. Signed-off-by: Sanjeev Sharma --- Changes in v2: - Remove useless return statement. --- drivers/staging/rtl8192u/r819xU_phy.c | 13 - 1 file changed, 13 deletions(-)

[PATCH v2 4/4] staging: rtl8192u: Fixed too long lines in r819xU_phy.c

2014-07-08 Thread sanjeev sharma
From: sanjeev sharma This is a patch to the r819xU_phy.c file that will fix too long lines warning reported by checkpatch.pl . Signed-off-by: Sanjeev Sharma --- drivers/staging/rtl8192u/r819xU_phy.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git

[PATCH v2 0/4] Fix checkpatch reported problem in r819xU_phy.c

2014-07-08 Thread sanjeev sharma
From: sanjeev sharma I have come up with seperate patch as per Dan comment. sanjeev sharma (4): staging: rtl8192u: Remove useless return statement in r819xU_phy.c staging: rtl8192u: Removed unnecessary whitespace & tab warning in r819xU_phy.c staging: rtl8192u: Fixed switch and case

[GIT PULL] ARM: SPEAr1310 PCIe updates

2014-07-08 Thread Mohit KUMAR DCG
Hello Olof, Please pull PCIe updates for ST's SPEAr1310 SoC. Last version of posted V8 patches have been Acked-by respective maintainers. https://lkml.org/lkml/2014/4/15/260 Apart from arch/arm/ changes, it also contains patches for drivers/{pci|phy}. Bjorn advised to get complete series via

[PATCH v3 3/7] regulator: Add DT bindings for tps65218 PMIC regulators.

2014-07-08 Thread Keerthy
Add DT bindings for tps65218 PMIC regulators. Signed-off-by: Keerthy Reviewed-by: Felipe Balbi --- .../devicetree/bindings/regulator/tps65218.txt | 23 1 file changed, 23 insertions(+) create mode 100644 Documentation/devicetree/bindings/regulator/tps65218.txt diff

[PATCH v3 0/7] ARM: dts: AM43x: Add devcice tree nodes

2014-07-08 Thread Keerthy
The patch series adds the device tree nodes and the corresponding documentation. The series also enabled tps65218 config options in the omap2plus_defconfig. The series is boot tested on both AM43x-epos-evm and AM437x-gp-evm. Keerthy (7): regulator: tps65218: Add fixed_uV fields for dcdc5 and

[PATCH v3 4/7] ARM: dts: AM43x: Add TPS65218 device tree nodes

2014-07-08 Thread Keerthy
Add TPS65218 device tree nodes. i2c clock frequency setting also added as part of tps65218 nodes addition. As i2c clock enabling is required. Signed-off-by: Keerthy Reviewed-by: Felipe Balbi --- Changes from V1: * Added dcdc3, dcdc5, dcdc6 nodes. * dcdc4 is not added because of a potential

Re: [PATCH 3.15 093/122] zram: revalidate disk after capacity change

2014-07-08 Thread Minchan Kim
Hello Greg, On Tue, Jul 08, 2014 at 08:02:26AM -0700, Greg Kroah-Hartman wrote: > On Tue, Jul 08, 2014 at 07:56:17PM +0900, Sergey Senozhatsky wrote: > > On (07/07/14 16:57), Greg Kroah-Hartman wrote: > > > Date: Mon, 7 Jul 2014 16:57:35 -0700 > > > From: Greg Kroah-Hartman > > > To:

[PATCH v3 1/7] regulator: tps65218: Add fixed_uV fields for dcdc5 and dcdc6

2014-07-08 Thread Keerthy
Add fixed_uV fields for dcdc5 and dcdc6. Signed-off-by: Keerthy --- Changes from V2: * Added fixed_uV fields for the regulator_desc structures. drivers/regulator/tps65218-regulator.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git

[PATCH v3 5/7] ARM: dts: AM437x: Fix i2c nodes indentation

2014-07-08 Thread Keerthy
Fix i2c nodes indentation. Signed-off-by: Keerthy Reviewed-by: Felipe Balbi --- arch/arm/boot/dts/am437x-gp-evm.dts | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/arch/arm/boot/dts/am437x-gp-evm.dts b/arch/arm/boot/dts/am437x-gp-evm.dts index

[PATCH v3 2/7] mfd: Add DT bindings for tps65218 PMIC

2014-07-08 Thread Keerthy
Add DT bindings for tps65218 PMIC Signed-off-by: Keerthy Reviewed-by: Felipe Balbi --- Documentation/devicetree/bindings/mfd/tps65218.txt | 89 1 file changed, 89 insertions(+) create mode 100644 Documentation/devicetree/bindings/mfd/tps65218.txt diff --git

[PATCH v3 7/7] ARM: configs: omap2plus_defconfig: enable TPS65218 configs

2014-07-08 Thread Keerthy
Enable TPS65218 config options. Signed-off-by: Keerthy Acked-by: Felipe Balbi --- arch/arm/configs/omap2plus_defconfig |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 536a137..f650f00 100644 ---

[PATCH v3 6/7] ARM: dts: AM437x: Add TPS65218 device tree nodes

2014-07-08 Thread Keerthy
Add TPS65218 device tree nodes. i2c clock frequency setting also added as part of tps65218 nodes addition. As i2c clock enabling is required. Signed-off-by: Keerthy Reviewed-by: Felipe Balbi --- Changes from V1: * Added dcdc3, dcdc5, dcdc6 nodes. * dcdc4 is not added because of a potential

Re: [PATCH v11 6/7] ARM: add pmd_[dirty|mkclean] for THP

2014-07-08 Thread Minchan Kim
Hello Steve, On Tue, Jul 08, 2014 at 12:37:38PM +0100, Steve Capper wrote: > On Tue, Jul 08, 2014 at 03:03:43PM +0900, Minchan Kim wrote: > > MADV_FREE needs pmd_dirty and pmd_mkclean for detecting recent > > overwrite of the contents since MADV_FREE syscall is called for > > THP page. > > > >

Re: [alsa-devel] [PATCH] ASoC: sgtl5000: Use devm_ functions

2014-07-08 Thread Julia Lawall
On Tue, 8 Jul 2014, Mark Brown wrote: > On Tue, Jul 08, 2014 at 10:15:20AM +0200, Julia Lawall wrote: > > On Tue, 8 Jul 2014, Mark Brown wrote: > > > > It should be fairly clear given what they do I'd have thought - the > > > devm_ functions tie the deallocation of a resource to the unbinding

Re: [PATCH] Removes FIXME message in usb.c

2014-07-08 Thread Greg KH
On Tue, Jul 08, 2014 at 09:58:39PM -0400, Nicholas Krause wrote: > This patch removes a fixme message in this file:wq for setting the usb 2 I don't think you did this correctly :) > speed on the board to the correct level. We need to depend on the > bootloader for doing this as the wires may be

Re: [PATCH v3 2/4] Staging: rts5208: Replace custom macro with print_hex_dump_bytes

2014-07-08 Thread Greg KH
On Tue, Jul 08, 2014 at 06:48:18PM -0700, Joe Perches wrote: > On Tue, 2014-07-08 at 16:45 -0700, Greg KH wrote: > > On Tue, Jul 08, 2014 at 11:38:30PM +0200, Fabio Falzoi wrote: > > > Use print_hex_dump_bytes to have memory properly dumped only when > > > DEBUG is defined. > [] > > > diff --git

[PATCH 1/6] perf tools: Left-align output contents

2014-07-08 Thread Namhyung Kim
Now perf left-aligns column headers but the contents does not. It should have same alignment. Signed-off-by: Namhyung Kim --- tools/perf/util/sort.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/perf/util/sort.c b/tools/perf/util/sort.c index

[PATCH 2/6] perf tools: Make __hpp__fmt() receive an additional len argument

2014-07-08 Thread Namhyung Kim
So that it can properly handle alignment requirements later. To do that, add percent_color_len_snprintf() fucntion to help coloring of overhead columns. Signed-off-by: Namhyung Kim --- tools/perf/ui/browsers/hists.c | 14 -- tools/perf/ui/gtk/hists.c | 8 +---

[PATCH 3/6] perf tools: Save column length in perf_hpp_fmt

2014-07-08 Thread Namhyung Kim
Save column length in the hpp format and pass it to print functions. This is a preparation for users to control column width in the output. Signed-off-by: Namhyung Kim --- tools/perf/ui/browsers/hists.c | 2 +- tools/perf/ui/hist.c | 135 +++--

[PATCH 6/6] perf tools: Add name field into perf_hpp_fmt

2014-07-08 Thread Namhyung Kim
It makes the code a bit simpler and easier to debug IMHO. I guess it can also remove similar code in perf diff, but let's keep it for a future work. :) Signed-off-by: Namhyung Kim --- tools/perf/ui/gtk/hists.c | 4 +- tools/perf/ui/hist.c | 109

[PATCH 4/6] perf report: Honor column width setting

2014-07-08 Thread Namhyung Kim
Set column width and do not change it if user gives -w/--column-widths option. It'll truncate longer symbols than the width if exists. Signed-off-by: Namhyung Kim --- tools/perf/ui/browsers/hists.c | 23 tools/perf/ui/gtk/hists.c | 10 ++--- tools/perf/ui/hist.c |

[PATCHSET 0/6] perf tools: Honor column width setting

2014-07-08 Thread Namhyung Kim
Hello, This patchset is to control perf report/top output column width by -w/--column-widths option so that it can fit into the terminal size. The -w option is there for perf report but it ignored by recent output field changed due to some reason. This patchset fixes it and supports perf top

[PATCH 5/6] perf top: Add -w option for setting column width

2014-07-08 Thread Namhyung Kim
Add -w/--column-widths option like perf report does so that users are able to see symbols even with some very long C++ library/functions. It can be a list separated by comma for each column. $ perf top -w 0,20,30 The value of 0 means there's no limit. Signed-off-by: Namhyung Kim ---

Re: [PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped information in ethtool get_ethtool_stats()

2014-07-08 Thread ethan zhao
David, Sorry I don't know who owns this driver, the SOB of other patches to netxen may mislead me you could ACK it or not, so it is definitely not the original meaning that ask you specifically to review one patch. just ask for help point to someone could review it. Thanks, Ethan On

[PATCH] Staging: comedi: check the return value of kobject_set_name

2014-07-08 Thread Anton Protopopov
Added a check of the return value of the kobject_set_name function. Signed-off-by: Anton Protopopov --- drivers/staging/comedi/comedi_fops.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/staging/comedi/comedi_fops.c b/drivers/staging/comedi/comedi_fops.c

Re: [PATCH RFCv2] arm64: eBPF JIT compiler

2014-07-08 Thread Z Lim
On Tue, Jul 8, 2014 at 2:24 AM, Alexei Starovoitov wrote: > On Tue, Jul 8, 2014 at 12:06 AM, Zi Shen Lim wrote: [...] >> Also, per discussion with Alexei, and additional suggestion from >> Daniel: >> - moved load_pointer() from net/core/filter.c into filter.h >> as bpf_load_pointer()

[PATCH v3] pinctrl: msm: Add msm8960 definitions

2014-07-08 Thread Bjorn Andersson
Signed-off-by: Bjorn Andersson --- Changes since v2: - Rewrite of device tree binding to clarify properties for both the pinctrl node and its subnodes. Changes since v1: - Deduplicated functions for alternative pins .../bindings/pinctrl/qcom,msm8960-pinctrl.txt | 181 +++

Re: [PATCH] Staging: comedi: check the return value of kobject_set_name

2014-07-08 Thread gregkh
On Wed, Jul 09, 2014 at 08:48:53AM +0400, Anton Protopopov wrote: > > > 09.07.2014 08:28, gregkh пишет: > > On Wed, Jul 09, 2014 at 08:24:06AM +0400, Anton Protopopov wrote: > >> 2014-06-09 14:01 GMT+04:00 Ian Abbott : > >>> On 2014-06-07 14:56, Anton Protopopov wrote: > > Added a

Re: [PATCH] Staging: comedi: check the return value of kobject_set_name

2014-07-08 Thread Anton Protopopov
09.07.2014 08:28, gregkh пишет: > On Wed, Jul 09, 2014 at 08:24:06AM +0400, Anton Protopopov wrote: >> 2014-06-09 14:01 GMT+04:00 Ian Abbott : >>> On 2014-06-07 14:56, Anton Protopopov wrote: Added a check of the return value of the kobject_set_name function. Signed-off-by:

[RESEND PATCHv2 1/2] regulator: of: Add support for parsing regulator_state for suspend state

2014-07-08 Thread Chanwoo Choi
The regulation_constraints structure includes specific field to support suspend state for global PMIC STANDBY/HIBERNATE mode. This patch add support for parsing regulator_state for suspend state. Signed-off-by: Chanwoo Choi --- drivers/regulator/of_regulator.c | 76

[RESEND PATCHv2 0/2] regulator: of: Add support for pasing regulator suspend state

2014-07-08 Thread Chanwoo Choi
The regulators would set different state/mode according to the kind of suspend state. So regulation_constraints structure has already regulator suspend state filed. This patch parse regulator suspend state from devicetree file. For example: ldoX_reg: LDOx {

[RESEND PATCHv2 2/2] dt-bindings: regulator: Add regulator suspend state for PM state

2014-07-08 Thread Chanwoo Choi
This patch add regulator suspend state to constraint in dt file. The regulation_ constraints structure already has regulator suspend state field as following. The regulator suspend state control the state of regulator according to PM (Power Management) state. - struct regulator_state state_disk -

Re: [PATCH] Staging: comedi: check the return value of kobject_set_name

2014-07-08 Thread gregkh
On Wed, Jul 09, 2014 at 08:24:06AM +0400, Anton Protopopov wrote: > 2014-06-09 14:01 GMT+04:00 Ian Abbott : > > On 2014-06-07 14:56, Anton Protopopov wrote: > >> > >> Added a check of the return value of the kobject_set_name function. > >> > >> Signed-off-by: Anton Protopopov > >> --- > >>

Re: [PATCH v2 1/1] staging: lustre: libcfs: nidstrings.c - use ARRAY_SIZE macro

2014-07-08 Thread Anil Shashikumar Belur
On Wednesday 09 July 2014 05:18 AM, Greg KH wrote: > Someone sent this same patch just before you did, sorry :( > Ah - no worries - sorry for the noise. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo

Re: [PATCH] Staging: comedi: check the return value of kobject_set_name

2014-07-08 Thread Anton Protopopov
2014-06-09 14:01 GMT+04:00 Ian Abbott : > On 2014-06-07 14:56, Anton Protopopov wrote: >> >> Added a check of the return value of the kobject_set_name function. >> >> Signed-off-by: Anton Protopopov >> --- >> drivers/staging/comedi/comedi_fops.c | 9 - >> 1 file changed, 8

Re: [PATCH tip/core/rcu 2/3] rcu: Add designated reviewers for RCU

2014-07-08 Thread Joe Perches
On Tue, 2014-07-08 at 15:25 -0700, Paul E. McKenney wrote: > On Tue, Jul 08, 2014 at 03:05:16PM -0700, Joe Perches wrote: [] > > I still think the concept is pretty useless and it's > > just a duplication of "M:", which isn't anything other > > than a list of who should be sent patches. [] > It

Re: [PATCH 4/9] perf, tools: Automatically look for event file name for cpu v3

2014-07-08 Thread Andi Kleen
> Is EVENTMAP a new environment variable ? If specific to PERF, should > we prefix it with "PERF_" to avoid collision? It's not perf specific, but shared with other tools (e.g. pmu-tools) > > Would all/many architectures need this "-core" suffix or is that Intel > specific ? You don't need it,

[PATCH 1/1] rcu: use true/false instead of 1/0 for a bool type

2014-07-08 Thread Pranith Kumar
One more bool type change which I found while reading the code. Use true/false instead of 0/1 for a bool type Signed-off-by: Pranith Kumar --- kernel/rcu/tree.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c index

Re: [PATCH 1/2] phy: Kconfig: Re-organize Exynos USB 2.0 PHY configs

2014-07-08 Thread Jingoo Han
On Wednesday, July 09, 2014 12:42 PM, Sachin Kamat wrote: > On Tue, Jul 8, 2014 at 9:15 PM, Tomasz Figa wrote: > > On 30.06.2014 10:56, Sachin Kamat wrote: > >> Since the USB 2.0 PHYs are required only with EHCI/OHCI USB drivers, > > > > That's not true. They are also required for USB gadget

linux-next: manual merge of the drm tree with the drm-intel-fixes tree

2014-07-08 Thread Stephen Rothwell
Hi Dave, Today's linux-next merge of the drm tree got a conflict in drivers/gpu/drm/i915/intel_drv.h between commit 72f5fd2a9815 ("drm/i915/vlv: T12 eDP panel timing enforcement during reboot") from the drm-intel-fixes tree and commit 6118efe5968c ("drm/i915: move psr_setup_done to psr struct")

[PATCH v7 1/4] ARM: EXYNOS: Add support for mapping PMU base address via DT

2014-07-08 Thread Pankaj Dubey
Add support for mapping Samsung Power Management Unit (PMU) base address from device tree. Signed-off-by: Pankaj Dubey Reviewed-by: Tomasz Figa --- arch/arm/mach-exynos/common.h |1 + arch/arm/mach-exynos/exynos.c | 37 + 2 files changed, 38

[PATCH v7 0/4] ARM: Exynos: PMU cleanup and refactoring for using DT

2014-07-08 Thread Pankaj Dubey
This patch series, modifies Exynos Power Management Unit (PMU) related code for converting it into a platform_driver. This is also preparation for moving PMU related code out of machine folder into a either "drivers/mfd", or "drivers/power" or some other suitable place so that ARM64 based SoC can

[PATCH v7 3/4] ARM: EXYNOS: Add platform driver support for Exynos PMU

2014-07-08 Thread Pankaj Dubey
This patch modifies Exynos Power Management Unit (PMU) initialization implementation in following way: - Added platform driver support and probe function where Exynos PMU driver will register itself as syscon provider with syscon framework. - Added platform struct exynos_pmu_data to hold

[PATCH v7 4/4] ARM: EXYNOS: Move PMU specific definitions from common.h

2014-07-08 Thread Pankaj Dubey
This patch moves PMU specific definitions into a new file as exynos-pmu.h. This will help in reducing dependency of common.h in pmu.c. Signed-off-by: Pankaj Dubey Reviewed-by: Tomasz Figa --- arch/arm/mach-exynos/common.h | 17 - arch/arm/mach-exynos/exynos-pmu.h | 24

Re: + shmem-fix-faulting-into-a-hole-while-its-punched-take-2.patch added to -mm tree

2014-07-08 Thread Sasha Levin
sted-by: Vlastimil Babka > Signed-off-by: Hugh Dickins > Cc: Konstantin Khlebnikov > Cc: Lukas Czerner > Cc: Dave Jones > Cc: [3.1+] > Signed-off-by: Andrew Morton I suspect there's something off with this patch, as the shmem_fallocate hangs are back... Pretty much same as before: [ 363

[PATCH v7 2/4] ARM: EXYNOS: Refactored code for using PMU address via DT

2014-07-08 Thread Pankaj Dubey
Under "arm/mach-exynos" many files are using PMU register offsets. Since we have added support for accessing PMU base address via DT, now we can remove PMU mapping from exynosX_iodesc. Let's convert all these access using iomapped address. This will help us in removing static mapping of PMU base

Re: [RFC PATCH 1/1] rcu: use atomic_read(v) instead of atomic_add_return(0, v)

2014-07-08 Thread Pranith Kumar
On Tue, Jul 8, 2014 at 8:07 PM, Paul E. McKenney wrote: > On Tue, Jul 08, 2014 at 06:55:45PM -0400, Pranith Kumar wrote: >> atomic_add_return() invalidates the cache line in other processors where-as >> atomic_read does not. I don't see why we would need invalidation in this >> case. >> If

Re: Regression in 3.15 on POWER8 with multipath SCSI

2014-07-08 Thread Alexey Kardashevskiy
On 07/08/2014 08:28 PM, Junichi Nomura wrote: > On 07/02/14 04:39, Mike Snitzer wrote: >> On Mon, Jun 30 2014 at 6:30am -0400, >> Paul Mackerras wrote: >> >>> I have a machine on which 3.15 usually fails to boot, and 3.14 boots >>> every time. The machine is a POWER8 2-socket server with 20

Re: [PATCH v3 01/12] sched: fix imbalance flag reset

2014-07-08 Thread Preeti U Murthy
Hi Vincent, On 07/08/2014 03:42 PM, Vincent Guittot wrote: > On 8 July 2014 05:13, Preeti U Murthy wrote: >> On 06/30/2014 09:35 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

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

2014-07-08 Thread Stephen Rothwell
Hi David, On Tue, 08 Jul 2014 20:47:51 -0700 (PDT) David Miller wrote: > > From: Stephen Rothwell > Date: Wed, 9 Jul 2014 13:26:19 +1000 > > > After merging the net-next tree, today's linux-next build (powerpc > > ppc64_defconfig) failed like this: > > This got fixed 5 minutes ago. Thanks,

Re: [PATCH V8 1/6] power: reset: Add generic SYSCON register mapped reset

2014-07-08 Thread Guenter Roeck
On 07/08/2014 07:15 PM, Feng Kan wrote: Add a generic SYSCON register mapped reset mechanism. Signed-off-by: Feng Kan --- drivers/power/reset/Kconfig | 6 +++ drivers/power/reset/Makefile| 1 + drivers/power/reset/syscon-reboot.c | 91 +

Re: [PATCH net-next v2] netpoll: fix use after free

2014-07-08 Thread David Miller
From: David Decotigny Date: Tue, 8 Jul 2014 15:14:41 -0700 > After a bonding master reclaims the netpoll info struct, slaves could > still hold a pointer to the reclaimed data. This patch fixes it: as > soon as netpoll_async_cleanup is called for a slave (eg. when > un-enslaved), we make sure

Re: [PATCH v2] pinctrl: msm: Add msm8960 definitions

2014-07-08 Thread Bjorn Andersson
On Tue, Jun 24, 2014 at 5:17 PM, Andreas Färber wrote: > Am 24.06.2014 20:16, schrieb Bjorn Andersson: >> diff --git >> a/Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.txt >> b/Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.txt >> new file mode 100644 >> index

Re: [PATCH net-next v4] xen-netback: Adding debugfs "io_ring_qX" files

2014-07-08 Thread David Miller
From: Zoltan Kiss Date: Tue, 8 Jul 2014 19:49:14 +0100 > This patch adds debugfs capabilities to netback. There used to be a similar > patch floating around for classic kernel, but it used procfs. It is based on a > very similar blkback patch. > It creates

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

2014-07-08 Thread David Miller
From: Stephen Rothwell Date: Wed, 9 Jul 2014 13:26:19 +1000 > After merging the net-next tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: This got fixed 5 minutes ago. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: [PATCH v2 6/7] regulator: tps65218: Add get_voltage ops for dcdc5 and dcdc6

2014-07-08 Thread Keerthy
On Tuesday 08 July 2014 07:41 PM, Mark Brown wrote: On Tue, Jul 08, 2014 at 03:46:36PM +0530, Keerthy wrote: +static int tps65218_pmic_dcdc56_get_voltage(struct regulator_dev *dev) +{ + struct tps65218 *tps = rdev_get_drvdata(dev); + unsigned int rid = rdev_get_id(dev); + +

Re: [PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped information in ethtool get_ethtool_stats()

2014-07-08 Thread David Miller
From: ethan zhao Date: Wed, 09 Jul 2014 10:41:23 +0800 >Please help to review and confirm this patch. It's not in patchwork, therefore it's not in my queue. It is also not my responsibility to review all patches, that's a joint responsibility of everyone on this mailing list. So asking me

Re: [PATCH 1/2] phy: Kconfig: Re-organize Exynos USB 2.0 PHY configs

2014-07-08 Thread Sachin Kamat
Hi Tomasz, On Tue, Jul 8, 2014 at 9:15 PM, Tomasz Figa wrote: > On 30.06.2014 10:56, Sachin Kamat wrote: >> Since the USB 2.0 PHYs are required only with EHCI/OHCI USB drivers, > > That's not true. They are also required for USB gadget controller > supported by the DWC2 gadget driver (formerly

RE: [PATCH 2/3] PCI: designware: use untranslated address while programming ATU

2014-07-08 Thread Mohit KUMAR DCG
Hello Kishon, > -Original Message- > From: Kishon Vijay Abraham I [mailto:kis...@ti.com] > Sent: Tuesday, July 08, 2014 6:01 PM > To: devicet...@vger.kernel.org; linux-...@vger.kernel.org; linux- > p...@vger.kernel.org; jg1@samsung.com; bhelg...@google.com; Mohit > KUMAR DCG;

Re: [dm-devel] [PATCH] md/dm-ioctl.c: optimize memory allocation in copy_params

2014-07-08 Thread xinhui.pan
于 2014年07月09日 10:01, Zhang, Yanmin 写道: > On 2014/7/9 6:39, Mikulas Patocka wrote: > >> Hi > > Mikulas, > > Thanks for your kind comments. > >> I don't really know what is the purpose of this patch. In existing device >> mapper code, if kmalloc fails, the allocation is retried with __vmalloc.

[PATCH v3 1/7] kernel: Add support for restart notifier call chain

2014-07-08 Thread Guenter Roeck
Various drivers implement architecture and/or device specific means to restart (reset) the system. Various mechanisms have been implemented to support those schemes. The best known mechanism is arm_pm_restart, which is a function pointer to be set either from platform specific code or from

[PATCH v3 4/7] power/restart: Call machine_restart instead of arm_pm_restart

2014-07-08 Thread Guenter Roeck
machine_restart is supported on non-ARM platforms, and and ultimately calls arm_pm_restart, so dont call arm_pm_restart directly but use the more generic function. Cc: Russell King Signed-off-by: Guenter Roeck --- v3: No change. v2: Added patch. drivers/power/reset/restart-poweroff.c | 3 ++-

[PATCH v3 5/7] watchdog: moxart: Register restart handler with restart notifier

2014-07-08 Thread Guenter Roeck
The kernel now provides an API to trigger a system restart. Register with it instead of setting arm_pm_restart. Signed-off-by: Guenter Roeck --- v3: Move struct notifier_block into struct moxart_wdt_dev. Drop static variable previously needed to access struct moxart_wdt_dev from notifier

[PATCH v3 0/7] kernel: Add support for restart notifier call chain

2014-07-08 Thread Guenter Roeck
Various drivers implement architecture and/or device specific means to restart (reset) the system. Various mechanisms have been implemented to support those schemes. The best known mechanism is arm_pm_restart, which is a function pointer to be set either from platform specific code or from

[PATCH v3 6/7] watchdog: alim7101: Register restart handler with restart notifier

2014-07-08 Thread Guenter Roeck
The kernel core now provides an API to trigger a system restart. Register with it to restart the system instead of misusing the reboot notifier. Signed-off-by: Guenter Roeck --- v3: No change v2: No change drivers/watchdog/alim7101_wdt.c | 41 +++-- 1 file

[PATCH v3 7/7] arm/arm64: Unexport restart handlers

2014-07-08 Thread Guenter Roeck
Implementing a restart handler in a module don't make sense as there would be no guarantee that the module is loaded when a restart is needed. Unexport arm_pm_restart to ensure that no one gets the idea to do it anyway. Signed-off-by: Guenter Roeck --- v3: No change v2: No change

[PATCH v3 3/7] arm: Support restart through restart notifier call chain

2014-07-08 Thread Guenter Roeck
The kernel core now supports a notifier call chain for system restart functions. With this change, the arm_pm_restart callback is now optional, so check if it is set before calling it. Only call the notifier functions if arm_pm_restart is not set. Signed-off-by: Guenter Roeck --- v3: Use

Re: [PATCH v3 01/12] sched: fix imbalance flag reset

2014-07-08 Thread Rik van Riel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/08/2014 11:05 PM, Rik van Riel wrote: > On 06/30/2014 12:05 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

[PATCH v3 2/7] arm64: Support restart through restart notifier call chain

2014-07-08 Thread Guenter Roeck
The kernel core now supports a notifier call chain to restart the system. Call it if arm_pm_restart is not set. Signed-off-by: Guenter Roeck --- v3: Use wrapper function to execute notifier call chain. v2: Only call notifier call chain if arm_pm_restart is not set. Do not include

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

2014-07-08 Thread Stephen Rothwell
^ And lots more ... Caused by commits b73c3d0e4f0e ("net: Save TX flow hash in sock and set in skbuf on xmit") and cb1ce2ef387b ("ipv6: Implement automatic flow label generation on transmit"). This build has CONFIG_IPV6 unset. I have used the net-next tree from next-20140

Re: [PATCH 3.2 000/125] 3.2.61-rc1 review

2014-07-08 Thread Guenter Roeck
On 07/08/2014 12:01 PM, Ben Hutchings wrote: This is the start of the stable review cycle for the 3.2.61 release. There are 125 patches in this series, which will be posted as responses to this one. If anyone has any issues with these being applied, please let me know. Responses should be made

Re: [PATCH v3 07/12] sched: test the cpu's capacity in wake affine

2014-07-08 Thread Rik van Riel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/30/2014 12:05 PM, Vincent Guittot wrote: > Currently the task always wakes affine on this_cpu if the latter is > idle. Before waking up the task on this_cpu, we check that this_cpu > capacity is not significantly reduced because of RT tasks or

Re: [PATCH v3 03/12] sched: fix avg_load computation

2014-07-08 Thread Rik van Riel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/30/2014 12:05 PM, Vincent Guittot wrote: > The computation of avg_load and avg_load_per_task should only takes > into account the number of cfs tasks. The non cfs task are already > taken into account by decreasing the cpu's capacity (cpu_power)

Re: [PATCH v3 04/12] sched: Allow all archs to set the power_orig

2014-07-08 Thread Rik van Riel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/30/2014 12:05 PM, Vincent Guittot wrote: > power_orig is only changed for system with a SMT sched_domain level > in order to reflect the lower capacity of CPUs. Heterogenous system > also have to reflect an original capacity that is different

Re: [PATCH v3 06/12] sched: add per rq cpu_power_orig

2014-07-08 Thread Rik van Riel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/30/2014 12:05 PM, Vincent Guittot wrote: > This new field cpu_power_orig reflects the available capacity of a > CPUs unlike the cpu_power which reflects the current capacity that > can be altered by frequency and rt tasks. > > Signed-off-by:

Re: [PATCH v3 05/12] ARM: topology: use new cpu_power interface

2014-07-08 Thread Rik van Riel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/30/2014 12:05 PM, Vincent Guittot wrote: > Use the new arch_scale_cpu_power in order to reflect the original > capacity of a CPU instead of arch_scale_freq_power which is more > linked to a scaling of the capacity linked to the frequency. > >

Re: [RFC PATCH 2/2] ACPI/Wakup: Enable button wakeup GPEs if these GPEs have associated GPE methods.

2014-07-08 Thread Lan Tianyu
On 2014年07月08日 21:26, Rafael J. Wysocki wrote: > On Tuesday, July 08, 2014 02:57:58 PM Lan Tianyu wrote: >> The button wakeup GPEs are enabled unconditionally in the current world by >> commit 2a5d24(ACPI / Wakeup: Enable button GPEs unconditionally during >> initialization). Because button's GPE

RE: [f2fs-dev] f2fs: Add f2fs_balance_fs for direct IO

2014-07-08 Thread Chao Yu
Hi Huang, > -Original Message- > From: Huang Ying [mailto:ying.hu...@intel.com] > Sent: Tuesday, July 08, 2014 4:17 PM > To: Jaegeuk Kim > Cc: linux-kernel@vger.kernel.org; linux-f2fs-de...@lists.sourceforge.net > Subject: Re: [f2fs-dev] f2fs: Add f2fs_balance_fs for direct IO > > Hi,

Re: [PATCH v3 02/12] sched: remove a wake_affine condition

2014-07-08 Thread Rik van Riel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/30/2014 12:05 PM, Vincent Guittot wrote: > I have tried to understand the meaning of the condition : > (this_load <= load && this_load + target_load(prev_cpu, idx) <= > tl_per_task) but i failed to find a use case that can take > advantage of

Re: [PATCH v3 01/12] sched: fix imbalance flag reset

2014-07-08 Thread Rik van Riel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/30/2014 12:05 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 idle load balance which are >

[PATCHv2] ARM: dts: Add I2S dt node for Exynos3250

2014-07-08 Thread Chanwoo Choi
From: Tomasz Figa This patch add I2S (Inter-IC Sound) dt node which supports 1-port stereo (1 channels) IIS-bus for audio interface with DMA-based operation. Signed-off-by: Tomasz Figa Signed-off-by: Inha Song Tested-by: Inha Song Signed-off-by: Chanwoo Choi Acked-by: Kyungmin Park ---

Re: [PATCH] thermal: samsung: Add TMU support for Exynos3250 SoC

2014-07-08 Thread Chanwoo Choi
On 07/01/2014 09:33 AM, Chanwoo Choi wrote: > This patch add registers, bit fields and compatible strings for Exynos3250 TMU > (Thermal Management Unit). Exynos3250 uses the Cortex-A7 dual cores and has > a target speed of 1.0 GHz. > > Signed-off-by: Chanwoo Choi > [Add MUX address setting bits

RE: [f2fs-dev] [PATCH] f2fs: do checkpoint for the renamed inode

2014-07-08 Thread Chao Yu
Hi Jaegeuk, > -Original Message- > From: Jaegeuk Kim [mailto:jaeg...@kernel.org] > Sent: Tuesday, July 08, 2014 2:37 PM > To: Chao Yu > Cc: linux-kernel@vger.kernel.org; linux-fsde...@vger.kernel.org; > linux-f2fs-de...@lists.sourceforge.net > Subject: Re: [f2fs-dev] [PATCH] f2fs: do

Re: [PATCH net] r8169: disable L23

2014-07-08 Thread David Miller
From: Hayes Wang Date: Tue, 8 Jul 2014 16:26:10 +0800 > For RTL8411, RTL8111G, RTL8402, RTL8105, and RTL8106, the nic couldn't > leave the power saving mode of L23 for certain situation. This causes > the device lost for the system. Disable the L23 mode to avoid it. > > Signed-off-by: Hayes

RE: [f2fs-dev][PATCH 1/2] f2fs: check name_len of dir entry to prevent from deadloop

2014-07-08 Thread Chao Yu
Hi, > -Original Message- > From: Jaegeuk Kim [mailto:jaeg...@kernel.org] > Sent: Tuesday, July 08, 2014 1:56 PM > To: Chao Yu > Cc: 'Changman Lee'; linux-f2fs-de...@lists.sourceforge.net; > linux-fsde...@vger.kernel.org; > linux-kernel@vger.kernel.org > Subject: Re: [f2fs-dev][PATCH 1/2]

Re: [PATCH net] r8152: wake up the device before dumping the hw counter

2014-07-08 Thread David Miller
From: Hayes Wang Date: Tue, 8 Jul 2014 14:49:28 +0800 > The device should be waked up from runtime suspend before dumping > the hw counter. > > Signed-off-by: Hayes Wang Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH] thermal: exynos: fix ordering in exynos_tmu_remove()

2014-07-08 Thread amit daniel kachhap
On Tue, Jul 8, 2014 at 6:39 PM, Bartlomiej Zolnierkiewicz wrote: > It might not be a problem currently but unregister/uninitialize things > in the reverse order that they are registered/initialized. > > Signed-off-by: Bartlomiej Zolnierkiewicz > Acked-by: Kyungmin Park Changes look fine,

Re: [PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped information in ethtool get_ethtool_stats()

2014-07-08 Thread ethan zhao
David, Please help to review and confirm this patch. Thanks, Ethan On 2014/7/8 21:57, Ethan Zhao wrote: netxen driver has implemented netxen_nic_get_ethtool_stats() interface, but it doesn't collect stats.rxdropped in driver, so we will get different rx_dropped statistic information while

Re: [PATCH] appletalk: Fix socket referencing in skb

2014-07-08 Thread David Miller
From: Andrey Utkin Date: Mon, 7 Jul 2014 23:22:50 +0300 > Setting just skb->sk without taking its reference and setting a > destructor is invalid. However, in the places where this was done, skb > is used in a way not requiring skb->sk setting. So dropping the setting > of skb->sk. > Thanks to

Re: [PATCH] ip_tunnel: fix ip_tunnel_lookup

2014-07-08 Thread David Miller
From: Dmitry Popov Date: Wed, 9 Jul 2014 04:47:59 +0400 > How I see ip_tunnel_lookup logic: > 1) try to find exact match (and if found return this tunnel): > tunnel.saddr == iph.daddr && tunnel.daddr == iph.saddr && key_matched() > 2) try to find matched (local) wildcard tunnel: > tunnel.saddr

TIckless Timers On Laptops and Battery Enabled Devices

2014-07-08 Thread Nick Krause
I am been thinking , this is just a idea but can we enable the kernel to be tick less for laptops when they are on battery. I don't have any laptop on me to test but if someone can test the battery on a tick less kernel versus non tick less to see if it increases battery. It would be good if we

[PATCH V8 3/6] Documentation: arm64: add SCU dts binding documentation to linux kernel

2014-07-08 Thread Feng Kan
This add documentation for the SCU system clock unit device tree binding to the kernel. Signed-off-by: Feng Kan --- Documentation/devicetree/bindings/arm/apm/scu.txt | 17 + 1 file changed, 17 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/apm/scu.txt

[PATCH V8 0/6] Add X-Gene platform reboot mechanism

2014-07-08 Thread Feng Kan
Enable reboot driver for the X-Gene platform. Add generic syscon reboot driver. V8 Change: - change Kconfig to depend on ARM || ARM64 || COMPILE_TEST V7 Change: - Seem V3 on, the patches were not making in to the mailinglist. - Fix build error produced by other ARCH while

[PATCH V8 5/6] arm64: Select reboot driver for X-Gene platform

2014-07-08 Thread Feng Kan
Select reboot driver for X-Gene platform. Signed-off-by: Feng Kan --- arch/arm64/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index a474de34..91a2e25 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -140,6 +140,8 @@ config

[PATCH V8 2/6] Documentation: power: reset: Add documentation for generic SYSCON reboot driver

2014-07-08 Thread Feng Kan
Add documentation for generic SYSCON reboot driver. Signed-off-by: Feng Kan --- .../bindings/power/reset/syscon-reboot.txt | 23 ++ 1 file changed, 23 insertions(+) create mode 100644 Documentation/devicetree/bindings/power/reset/syscon-reboot.txt diff --git

[PATCH V8 1/6] power: reset: Add generic SYSCON register mapped reset

2014-07-08 Thread Feng Kan
Add a generic SYSCON register mapped reset mechanism. Signed-off-by: Feng Kan --- drivers/power/reset/Kconfig | 6 +++ drivers/power/reset/Makefile| 1 + drivers/power/reset/syscon-reboot.c | 91 + 3 files changed, 98 insertions(+) create

[PATCH V8 6/6] power: reset: Remove X-Gene reboot driver

2014-07-08 Thread Feng Kan
Remove X-Gene reboot driver. Signed-off-by: Feng Kan --- drivers/power/reset/Kconfig| 7 --- drivers/power/reset/Makefile | 1 - drivers/power/reset/xgene-reboot.c | 103 - 3 files changed, 111 deletions(-) delete mode 100644

  1   2   3   4   5   6   7   8   9   10   >