[PATCH v11 2/4] ARM: dts: Add PPMU dt node for Exynos4 SoCs

2015-02-02 Thread Chanwoo Choi
This patch add PPMU (Platform Performance Monitoring Unit) dt node for Exynos4 (Exynos4210/4212/4412) SoC. PPMU dt node is used to monitor the utilization of each IP. The Exynos4210/Exynos4212/Exynos4412 SoC includes following PPMUs: - PPMU_DMC0 0x106A_ - PPMU_DMC1 0x106B_ -

[for-next][PATCH 5/5] tracing: Separate out initializing top level dir from instances

2015-02-02 Thread Steven Rostedt
From: Steven Rostedt (Red Hat) rost...@goodmis.org The top level trace array is treated a little different than the instances, as it has to deal with more of the general tracing. The tr-dir is the tracing directory, which is an immutable dentry, where as the tr-dir of instances are the dentry

[for-next][PATCH 4/5] tracing: Make tracing_init_dentry_tr() static

2015-02-02 Thread Steven Rostedt
From: Steven Rostedt (Red Hat) rost...@goodmis.org tracing_init_dentry_tr() is not used outside of trace.c, it should be static. Signed-off-by: Steven Rostedt rost...@goodmis.org --- kernel/trace/trace.c | 2 +- kernel/trace/trace.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff

[PATCH v3 0/4] Add pinctrl support to Broadcom Cygnus SoC

2015-02-02 Thread Ray Jui
This patchset contains the initial pinctrl (IOMUX) support for the Broadcom Cygnus SoC. The Cygnus IOMUX controller supports group based mux configuration and allows certain pins to be muxed to GPIO function individually Changes from v2: - Consolidate all Broadcom pinctrl drivers into

Re: [PATCH] jfs: Deletion of an unnecessary check before the function call unload_nls

2015-02-02 Thread Dave Kleikamp
On 02/01/2015 10:15 AM, SF Markus Elfring wrote: From: Markus Elfring elfr...@users.sourceforge.net Date: Sun, 1 Feb 2015 17:00:24 +0100 The unload_nls() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is not needed. This issue was

Re: [PATCH v13 3/6] clk: Make clk API return per-user struct clk instances

2015-02-02 Thread Mike Turquette
Quoting Tony Lindgren (2015-02-02 12:44:02) * Tero Kristo t-kri...@ti.com [150202 11:35]: On 02/01/2015 11:24 PM, Mike Turquette wrote: Quoting Tomeu Vizoso (2015-01-23 03:03:30) AFAICT this doesn't break anything, but booting on OMAP3+ results in noisy WARNs. I think the correct

Re: [PATCH 4/6] i2c: busses: add SLIMpro I2C device driver on APM X-Gene platform

2015-02-02 Thread Wolfram Sang
On Mon, Feb 02, 2015 at 02:15:44PM -0800, Feng Kan wrote: On Thu, Jan 29, 2015 at 10:11 PM, Wolfram Sang w...@the-dreams.de wrote: ctx-dev is probably the wrong device here. The i2c controller is not DMA capable itself, you need to have a pointer to the device that actually

Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean

2015-02-02 Thread Andrew Morton
On Mon, 2 Feb 2015 23:05:48 + Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Mon, Feb 02, 2015 at 02:27:32PM -0800, Andrew Morton wrote: On Mon, 2 Feb 2015 09:59:16 -0500 Christoph Jaeger c...@linux.com wrote: Keyword 'boolean' for type definition attributes is

Re: [RFC] change non-atomic bitops method

2015-02-02 Thread Andrew Morton
On Mon, 2 Feb 2015 11:55:03 +0800 Wang, Yalin yalin.w...@sonymobile.com wrote: This patch change non-atomic bitops, add a if() condition to test it, before set/clear the bit. so that we don't need dirty the cache line, if this bit have been set or clear. On SMP system, dirty cache line will

Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean

2015-02-02 Thread Russell King - ARM Linux
On Mon, Feb 02, 2015 at 03:18:24PM -0800, Andrew Morton wrote: I'm a bit surprised that nobody helped out with the Kconfig text. I queued the below. Looks OK? --- a/lib/Kconfig~a +++ a/lib/Kconfig @@ -18,9 +18,8 @@ config HAVE_ARCH_BITREVERSE default n depends on BITREVERSE

Re: [PATCH 5/5 v2] f2fs: introduce a batched trim

2015-02-02 Thread Jaegeuk Kim
Change long from v1: o add description o change the # of batched segments suggested by Chao o make consistent for # of batched segments This patch introduces a batched trimming feature, which submits split discard commands. This patch introduces a batched trimming feature, which submits split

[PATCH RESEND v3 3/3] X-Power AXP288 PMIC Fuel Gauge Driver

2015-02-02 Thread Todd Brandt
New power_supply driver at driver/power which interfaces with the axp20x mfd driver as a cell. Provides battery info, monitors for changes, and generates alerts on temperature and capacity issues Signed-off-by: Todd Brandt todd.e.bra...@linux.intel.com Acked-by: Jacob Pan

[PATCH RESEND v3 0/3] X-Power AXP288 PMIC Fuel Gauge Driver

2015-02-02 Thread Todd Brandt
New power_supply driver at driver/power which interfaces with the axp20x mfd driver as a cell. Provides battery info, monitors for changes, and generates alerts on temperature and capacity issues Todd Brandt (3): mfd/axp20x: change battery cell name to fuel gauge mfd/axp20x: add support for

[PATCH RESEND v3 1/3] mfd/axp20x: change battery cell name to fuel gauge

2015-02-02 Thread Todd Brandt
Name changes to the battery cell structure to a more generic cell type: fuel gauge. Signed-off-by: Todd Brandt todd.e.bra...@linux.intel.com Acked-By: Sebastian Reichel s...@kernel.org Acked-by: Jacob Pan jacob.jun@linux.intel.com --- drivers/mfd/axp20x.c | 8 1 file changed, 4

[PATCH RESEND v3 2/3] mfd/axp20x: add support for fuel gauge cell

2015-02-02 Thread Todd Brandt
Register definitions and platform data structure for fuel gauge cell devices. Signed-off-by: Todd Brandt todd.e.bra...@linux.intel.com Acked-By: Sebastian Reichel s...@kernel.org Acked-By: Jacob Pan jacob.jun@linux.intel.com Acked-By: Lee Jones lee.jo...@linaro.org ---

Re: [PATCH v4 01/13] clk: samsung: exynos5433: Add binding document for Exynos5433 clock domains

2015-02-02 Thread Chanwoo Choi
Hi Sylwester, On 02/03/2015 01:44 AM, Chanwoo Choi wrote: Hi Sylwester, On Tue, Feb 3, 2015 at 1:25 AM, Sylwester Nawrocki s.nawro...@samsung.com wrote: Hi Chanwoo, On 02/02/15 16:51, Chanwoo Choi wrote: On Mon, Feb 2, 2015 at 11:40 PM, Sylwester Nawrocki s.nawro...@samsung.com wrote:

Re: [PATCH v5 0/2] ARM: mediatek: Add watchdog driver

2015-02-02 Thread Wim Van Sebroeck
Hi Matthias, Mediatek SoCs have a watchdog driver. This patch set adds driver and DTS binding. The driver also implements a restart handler to reboot the SoC. Changes for v5: - add newline in dev_info message - add tested-by and reviewed-by Changes for v4: - fix indentation errors -

Re: [PATCH] Add ARCH_MIGHT_HAVE_VGA_CONSOLE

2015-02-02 Thread Stephen Rothwell
Hi Arnd, On Mon, 02 Feb 2015 21:11:50 +0100 Arnd Bergmann a...@arndb.de wrote: On Tuesday 03 February 2015 00:48:20 Yoshinori Sato wrote: --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -76,6 +76,7 @@ config ARM select PERF_USE_VMALLOC select RTC_LIB select

Re: [PATCH_V2 2/2] watchdog: jz4740: Add DT support

2015-02-02 Thread Guenter Roeck
On 01/29/2015 02:48 AM, Zubair Lutfullah Kakakhel wrote: Add DT support to the jz4740 driver. Simple of_match_ptr. No other modification for probe needed Signed-off-by: Zubair Lutfullah Kakakhel zubair.kakak...@imgtec.com Reviewed-by: Guenetr Roeck li...@roeck-us.net s/Guenetr/Guenter/ -- To

Re: [PATCH_V2 1/2] dt: watchdog: Add DT binding documentation for jz4740 watchdog timer

2015-02-02 Thread Guenter Roeck
On 01/29/2015 02:48 AM, Zubair Lutfullah Kakakhel wrote: Add binding for jz4740 watchdog timer. It is a simple watchdog timer. Signed-off-by: Zubair Lutfullah Kakakhel zubair.kakak...@imgtec.com Reviewed-by: Guenter Roeck li...@roeck-us.net -- To unsubscribe from this list: send the line

Re: [PATCH v13 3/6] clk: Make clk API return per-user struct clk instances

2015-02-02 Thread Mike Turquette
Quoting Tero Kristo (2015-02-02 11:32:01) On 02/01/2015 11:24 PM, Mike Turquette wrote: Quoting Tomeu Vizoso (2015-01-23 03:03:30) Moves clock state to struct clk_core, but takes care to change as little API as possible. struct clk_hw still has a pointer to a struct clk, which is the

Re: [f2fs-dev] [PATCH v2 06/10] f2fs: add core functions for rb-tree extent cache

2015-02-02 Thread Jaegeuk Kim
On Mon, Feb 02, 2015 at 10:59:28AM +0800, Chao Yu wrote: Hi all, -Original Message- From: Chao Yu [mailto:chao2...@samsung.com] Sent: Monday, January 26, 2015 1:52 PM To: Jaegeuk Kim; Changman Lee Cc: linux-kernel@vger.kernel.org; linux-f2fs-de...@lists.sourceforge.net

Re: [PATCH v13 3/6] clk: Make clk API return per-user struct clk instances

2015-02-02 Thread Mike Turquette
Quoting Stephen Boyd (2015-02-02 14:35:59) On 02/02/15 13:31, Julia Lawall wrote: On Mon, 2 Feb 2015, Stephen Boyd wrote: Julia, Is there a way we can write a coccinelle script to check for this? The goal being to find all drivers that are comparing struct clk pointers or

Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean

2015-02-02 Thread Russell King - ARM Linux
On Mon, Feb 02, 2015 at 02:27:32PM -0800, Andrew Morton wrote: On Mon, 2 Feb 2015 09:59:16 -0500 Christoph Jaeger c...@linux.com wrote: Keyword 'boolean' for type definition attributes is considered deprecated and, therefore, should not be used anymore. See

Re: [PATCH] watchdog: hpwdt: Fix initialization message in hpwdt.c

2015-02-02 Thread Wim Van Sebroeck
Hi Masanari, allow_kdump was enabled as default since following commit. commit a089361cf5f1d6a5295aa5385238bd044998e1e9, watchdog: hpwdt: Unregister NMI events on exit. But the initialization message was not modified. So it still shows HP Watchdog Timer Driver: NMI decoding

[PATCH v6] clk: samsung: exynos5433: Add binding document for Exynos5433 clock domains

2015-02-02 Thread Chanwoo Choi
This patch adds devicetree binding document for Exynos5433 SoC system clock controller. Cc: Sylwester Nawrocki s.nawro...@samsung.com Cc: Tomasz Figa tomasz.f...@gmail.com Cc: devicet...@vger.kernel.org Signed-off-by: Chanwoo Choi cw00.c...@samsung.com Acked-by: Inki Dae inki@samsung.com ---

Re: [PATCH v5 2/2] x86/xen: allow privcmd hypercalls to be preempted on 64-bit

2015-02-02 Thread Luis R. Rodriguez
On Thu, Jan 29, 2015 at 12:35 PM, Luis R. Rodriguez mcg...@suse.com wrote: On Tue, Jan 27, 2015 at 10:06:44AM +, David Vrabel wrote: On 27/01/15 08:35, Jan Beulich wrote: On 27.01.15 at 02:51, mcg...@do-not-panic.com wrote: Even if David told you this would be acceptable, I have to

Re: [PATCH 2/5] mm/page_alloc.c: Pull out init code from build_all_zonelists

2015-02-02 Thread David Rientjes
On Tue, 3 Feb 2015, Rasmus Villemoes wrote: Pulling the code protected by if (system_state == SYSTEM_BOOTING) into its own helper allows us to shrink .text a little. This relies on build_all_zonelists already having a __ref annotation. Add a comment explaining why so one doesn't have to track

Re: [target:for-next 16/21] drivers/vhost/scsi.c:1081:5: sparse: symbol 'vhost_skip_iovec_bytes' was not declared. Should it be static?

2015-02-02 Thread Nicholas A. Bellinger
On Mon, 2015-02-02 at 14:25 +0800, kbuild test robot wrote: tree: git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git for-next head: 2936f1d4f3e8247bd519feba7892371d5e4c6603 commit: 105acf608f25d5e0d9fef669299a5438b7b114ee [16/21] vhost/scsi: Add ANY_LAYOUT

Re: [1/3] powerpc/pmac: Fix DT refcount imbalance in pmac_pic_probe_oldstyle

2015-02-02 Thread Michael Ellerman
On Fri, 2015-01-30 at 10:00 +0100, Geert Uytterhoeven wrote: Hi Michael, On Fri, Jan 30, 2015 at 5:09 AM, Michael Ellerman m...@ellerman.id.au wrote: On Wed, 2015-14-01 at 13:51:57 UTC, Geert Uytterhoeven wrote: of_find_node_by_name() calls of_node_put() on its from parameter, which must

Re: [PATCH v4 1/1] extcon: usb-gpio: Introduce gpio usb extcon driver

2015-02-02 Thread Chanwoo Choi
Hi Roger, Looks good to me. Applied it on v3.21 queue. Thanks, Chanwoo Choi On 02/02/2015 07:21 PM, Roger Quadros wrote: This driver observes the USB ID pin connected over a GPIO and updates the USB cable extcon states accordingly. The existing GPIO extcon driver is not suitable for this

Re: [PATCH 1/4] clocksource: mmp: add mmp timer driver

2015-02-02 Thread Chao Xie
From: Mark Rutland [mailto:mark.rutl...@arm.com] Sent: 2015年2月2日 18:35 To: Chao Xie Cc: daniel.lezc...@linaro.org; t...@linutronix.de; haojian.zhu...@linaro.org; linux-kernel@vger.kernel.org; devicet...@vger.kernel.org Subject: Re: [PATCH 1/4] clocksource: mmp: add mmp timer driver On Mon,

Re: [PATCH V2] acpi:apd:add AMD ACPI2Platform device support for x86 system.

2015-02-02 Thread Ken Xue
On Mon, 2015-02-02 at 15:03 +0200, mika.westerb...@linux.intel.com wrote: On Mon, Feb 02, 2015 at 05:50:52PM +0800, Ken Xue wrote: From b9654ecbfaebde00aee746a024eec9fe8de24b97 Mon Sep 17 00:00:00 2001 From: Ken Xue ken@amd.com Date: Mon, 2 Feb 2015 17:32:24 +0800 Subject: [PATCH]

Re: [RFC PATCH] mm: madvise: Ignore repeated MADV_DONTNEED hints

2015-02-02 Thread Andrew Morton
On Mon, 2 Feb 2015 22:18:24 + Mel Gorman mgor...@suse.de wrote: Is there something preventing this from being addressed within glibc? I doubt it other than I expect they'll punt it back and blame either the application for being stupid or the kernel for being slow. *Is* the

[PATCH 1/2] f2fs: keep PagePrivate during releasepage

2015-02-02 Thread Jaegeuk Kim
If PagePrivate is removed by releasepage, f2fs loses counting dirty pages. e.g., try_to_release_page will not release page when the page is dirty, but our releasepage removes PagePrivate. [81188d75] try_to_release_page+0x35/0x50 [811996f9]

[PATCH 2/2] f2fs: show the number of writeback pages in stat

2015-02-02 Thread Jaegeuk Kim
This patch adds the # of writeback pages in stat info. Signed-off-by: Jaegeuk Kim jaeg...@kernel.org --- fs/f2fs/debug.c | 5 +++-- fs/f2fs/f2fs.h | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/fs/f2fs/debug.c b/fs/f2fs/debug.c index 0f721f6..ac2bd8e 100644 ---

Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean

2015-02-02 Thread Stephen Rothwell
of them is inefficient and odd. $ git grep -n ^\s*boolean\b next-20150202 -- *Kconfig* next-20150202:drivers/usb/gadget/Kconfig:427: boolean USB Webcam function next-20150202:lib/Kconfig:17: boolean What are Christoph and I missing here? akpm3:/usr/src/linux

Re: [PATCH 06/20] staging/lustre: fix comparison between signed and unsigned

2015-02-02 Thread Oleg Drokin
On Feb 2, 2015, at 3:51 PM, Greg Kroah-Hartman wrote: On Mon, Feb 02, 2015 at 03:25:58PM -0500, Oleg Drokin wrote: What is this code supposed to be protecting from? And -1? That should never be a return value… Why is -1 a bad return value if all callsites check for that as an indication

Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean

2015-02-02 Thread Andrew Morton
On Mon, 2 Feb 2015 18:12:13 -0500 Christoph Jaeger c...@linux.com wrote: Your patch patches 556d2f055bf6d (ARM: 8187/1: add CONFIG_HAVE_ARCH_BITREVERSE to support rbit instruction) which appears in linux-next via the ARM tree. Oh, sorry, yes; it should be applied by the ARM folks to

Re: [RFC] change non-atomic bitops method

2015-02-02 Thread Russell King - ARM Linux
On Mon, Feb 02, 2015 at 03:29:09PM -0800, Andrew Morton wrote: On Mon, 2 Feb 2015 11:55:03 +0800 Wang, Yalin yalin.w...@sonymobile.com wrote: This patch change non-atomic bitops, add a if() condition to test it, before set/clear the bit. so that we don't need dirty the cache line, if

[PATCH v3 7/9] clk: samsung: exynos5433: Add clocks for CMU_CAM0 domain

2015-02-02 Thread Chanwoo Choi
This patch adds the mux/divider/gate clocks for CMU_HEVC domain which generates the clocks for MIPI_CSIS{0|1}/FIMC_LITE_{A|B|D}/FIMC_3AA{0|1} IPs. Cc: Sylwester Nawrocki s.nawro...@samsung.com Cc: Tomasz Figa tomasz.f...@gmail.com Signed-off-by: Chanwoo Choi cw00.c...@samsung.com Acked-by: Inki

Re: [PATCH v3 08/24] powerpc/spapr: vfio: Switch from iommu_table to new powerpc_iommu

2015-02-02 Thread Alex Williamson
On Thu, 2015-01-29 at 20:21 +1100, Alexey Kardashevskiy wrote: Modern IBM POWERPC systems support multiple (currently two) TCE tables per IOMMU group (a.k.a. PE). This adds a powerpc_iommu container for TCE tables. Right now just one table is supported. Signed-off-by: Alexey Kardashevskiy

Re: [RFC PATCH] mm: madvise: Ignore repeated MADV_DONTNEED hints

2015-02-02 Thread Davidlohr Bueso
On Mon, 2015-02-02 at 14:35 -0800, Andrew Morton wrote: On Mon, 2 Feb 2015 22:18:24 + Mel Gorman mgor...@suse.de wrote: Is there something preventing this from being addressed within glibc? I doubt it other than I expect they'll punt it back and blame either the application

Re: [RFC] change non-atomic bitops method

2015-02-02 Thread Kirill A. Shutemov
On Mon, Feb 02, 2015 at 03:29:09PM -0800, Andrew Morton wrote: On Mon, 2 Feb 2015 11:55:03 +0800 Wang, Yalin yalin.w...@sonymobile.com wrote: This patch change non-atomic bitops, add a if() condition to test it, before set/clear the bit. so that we don't need dirty the cache line, if

RE: [PATCH v4 6/6] KVM: nVMX: Enable nested posted interrupt processing

2015-02-02 Thread Zhang, Yang Z
Paolo Bonzini wrote on 2015-02-03: On 02/02/2015 16:33, Wincy Van wrote: static void vmx_accomp_nested_posted_intr(struct kvm_vcpu *vcpu) { struct vcpu_vmx *vmx = to_vmx(vcpu); if (is_guest_mode(vcpu) vmx-nested.posted_intr_nv != -1

[PATCH v3 3/4] pinctrl: cygnus: add initial IOMUX driver support

2015-02-02 Thread Ray Jui
This adds the initial driver support for the Broadcom Cygnus IOMUX controller. The Cygnus IOMUX controller supports group based mux configuration but allows certain pins to be muxed to GPIO individually Signed-off-by: Ray Jui r...@broadcom.com Reviewed-by: Scott Branden sbran...@broadcom.com ---

[PATCH v3 4/4] ARM: dts: enable IOMUX for Broadcom Cygnus

2015-02-02 Thread Ray Jui
This enables the IOMUX support for Broadcom Cygnus SoC Signed-off-by: Ray Jui r...@broadcom.com --- arch/arm/boot/dts/bcm-cygnus.dtsi |6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi b/arch/arm/boot/dts/bcm-cygnus.dtsi index 5126f9e..b014ce5 100644

[PATCH v3 2/4] pinctrl: Broadcom Cygnus pinctrl device tree binding

2015-02-02 Thread Ray Jui
Device tree binding documentation for Broadcom Cygnus IOMUX driver Signed-off-by: Ray Jui r...@broadcom.com Reviewed-by: Scott Branden sbran...@broadcom.com --- .../bindings/pinctrl/brcm,cygnus-pinmux.txt| 159 1 file changed, 159 insertions(+) create mode 100644

[PATCH V7 RESEND 2/2] phy: exynos5-usbdrd: Calibrate LOS levels for exynos5420/5800

2015-02-02 Thread Vivek Gautam
Adding phy calibration sequence for USB 3.0 DRD PHY present on Exynos5420/5800 systems. This calibration facilitates setting certain PHY parameters viz. the Loss-of-Signal (LOS) Detector Threshold Level, as well as Tx-Vboost-Level for Super-Speed operations. Additionally we also set proper time to

[PATCH V7 RESEND 1/2] usb: host: xhci-plat: Get PHYs for xhci's hcds

2015-02-02 Thread Vivek Gautam
The host controller by itself may sometimes need to handle PHY and re-initialize it to re-configure some of the PHY parameters to get full support out of the PHY controller. Therefore, facilitate getting the two possible PHYs, viz. USB 2.0 type (UTMI+) and USB 3.0 type (PIPE3), and initialize

[PATCH v8 08/21] dt / chosen: Add linux,uefi-stub-generated-dtb property

2015-02-02 Thread Hanjun Guo
When system supporting both DT and ACPI but firmware providing no dtb, we can use this linux,uefi-stub-generated-dtb property to let kernel know that we can try ACPI configuration data even if no acpi=force is passed in early parameters. CC: Mark Rutland mark.rutl...@arm.com CC: Jonathan Corbet

[PATCH v8 11/21] ARM64 / ACPI: Get PSCI flags in FADT for PSCI init

2015-02-02 Thread Hanjun Guo
From: Graeme Gregory graeme.greg...@linaro.org There are two flags: PSCI_COMPLIANT and PSCI_USE_HVC. When set, the former signals to the OS that the firmware is PSCI compliant. The latter selects the appropriate conduit for PSCI calls by toggling between Hypervisor Calls (HVC) and Secure Monitor

[PATCH v8 13/21] ARM64 / ACPI: Parse MADT for SMP initialization

2015-02-02 Thread Hanjun Guo
MADT contains the information for MPIDR which is essential for SMP initialization, parse the GIC cpu interface structures to get the MPIDR value and map it to cpu_logical_map(), and add enabled cpu with valid MPIDR into cpu_possible_map. ACPI 5.1 only has two explicit methods to boot up SMP, PSCI

[PATCH v8 10/21] ARM64 / ACPI: If we chose to boot from acpi then disable FDT

2015-02-02 Thread Hanjun Guo
From: Graeme Gregory graeme.greg...@linaro.org If the early boot methods of acpi are happy that we have valid ACPI tables and acpi=force has been passed, then do not unflat devicetree effectively disabling further hardware probing from DT. CC: Catalin Marinas catalin.mari...@arm.com CC: Will

RE: [PATCH 1/2] infiniband: Help gcc generate better code for ocrdma_srq_toggle_bit

2015-02-02 Thread Selvin Xavier
Thank you Yann Droneaud for forwarding this mail. We will add an entry for ocrdma driver in MAINTAINERS file. Thanks, Selvin Xavier -Original Message- From: Yann Droneaud [mailto:ydrone...@opteya.com] Sent: Saturday, January 31, 2015 4:38 PM To: Rasmus Villemoes Cc: Roland Dreier;

[PATCH v4 06/13] clk: samsung: exynos5433: Add clocks for CMU_G2D domain

2015-02-02 Thread Chanwoo Choi
This patch adds ths mux/divider/gate clocks of CMU_G2D domain which includes G2D/MDMA IPs. The CMU_G2D must need the clocks related to G2D by providing CMU_TOP domain. So, this patch add several clocks for G2D from CMU_TOP domain. Cc: Sylwester Nawrocki s.nawro...@samsung.com Cc: Tomasz Figa

[PATCH v4 10/13] clk: samsung: exynos5433: Add clocks for CMU_BUS{0|1|2} domains

2015-02-02 Thread Chanwoo Choi
This patch adds the mux/divider/gate clocks for CMU_BUS{0|1|2} domains which contain global data buses clocked at up the 400MHz. These blocks transfer data between DRAM and various sub-blocks. These clock domains also contain global peripheral buses clocked at 67/111/200/222/266/333/400 MHz and

[PATCH v4 02/13] clk: samsung: exynos5433: Add clocks using common clock framework

2015-02-02 Thread Chanwoo Choi
This patch adds the support for CMU (Clock Management Units) of Exynos5433 which is 64bit SoC and has Octa-cores. This patch supports necessary clocks (PLL/MMC/UART/MCT/I2C/SPI) for kernel boot and includes binding documentation for Exynos5433 clock controller. Cc: Sylwester Nawrocki

[PATCH v4 05/13] clk: samsung: exynos5433: Add clocks for CMU_PERIS domain

2015-02-02 Thread Chanwoo Choi
This patch adds missing gate clocks of CMU_PERIS domain which includes TMU/TZPC/SECKEY/CHIPID/TOPRTC/EFUSE IPs. The special clocks of CMU_PERIS use fin_pll source clock directly. Cc: Sylwester Nawrocki s.nawro...@samsung.com Cc: Tomasz Figa tomasz.f...@gmail.com Signed-off-by: Chanwoo Choi

Re: Linux 3.19-rc5

2015-02-02 Thread Peter Zijlstra
On Sat, Jan 31, 2015 at 01:54:36PM -0800, Linus Torvalds wrote: On Sat, Jan 31, 2015 at 12:16 PM, Peter Zijlstra pet...@infradead.org wrote: All the stuff it flagged are genuinely wrong, albeit not disastrously so, things mostly just work. I really disagree. They weren't wrong. They

Re: cleanup and refactor BLOCK_PC mapping helpers V2

2015-02-02 Thread Christoph Hellwig
On Sun, Jan 25, 2015 at 06:29:11PM +0800, Ming Lei wrote: Looks all are nice cleanup: Reviewed-by: Ming Lei tom.leim...@gmail.com Also patches passed xfstests(check -g auto) against v3.19-rc4_next-20150115. Jens, do these patches look fine to you? Any chance to get them into the tree for

Re: [RFC PATCH v3 2/3] mm/page_alloc: factor out fallback freepage checking

2015-02-02 Thread Joonsoo Kim
2015-02-02 18:59 GMT+09:00 Vlastimil Babka vba...@suse.cz: On 02/02/2015 08:15 AM, Joonsoo Kim wrote: This is preparation step to use page allocator's anti fragmentation logic in compaction. This patch just separates fallback freepage checking part from fallback freepage management part.

adjtimex EINVALs in 3.18.5 (and 3.19)

2015-02-02 Thread Josh Boyer
Hi Sasha and John, As we rolled out 3.18.5 in Fedora, we've had a number of people complain about chrony no longer working when they reboot. It seems the calls to adjtimex chrony is making are failing, and then it fails to start. Looking at the changelog, I see time: adjtimex: Validate the

Re: [PATCH v8 08/21] dt / chosen: Add linux,uefi-stub-generated-dtb property

2015-02-02 Thread Leif Lindholm
On Mon, Feb 02, 2015 at 08:45:36PM +0800, Hanjun Guo wrote: When system supporting both DT and ACPI but firmware providing no dtb, we can use this linux,uefi-stub-generated-dtb property to let kernel know that we can try ACPI configuration data even if no acpi=force is passed in early

[PATCH] MAINTAINERS: remove SUPERH website

2015-02-02 Thread Sudip Mukherjee
the mentioned website only displays information about buy and sell domains. Signed-off-by: Sudip Mukherjee su...@vectorindia.org --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 7cddca0..1329c22 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@

Re: [PATCH 2/2] coresight: Adding coresight support to arm64

2015-02-02 Thread Will Deacon
On Fri, Jan 30, 2015 at 10:54:26PM +, mathieu.poir...@linaro.org wrote: From: Mathieu Poirier mathieu.poir...@linaro.org Aside from tracers, all currently supported coresight IP blocks are 64 bit ready. As such add the required symbol definition to compile the framework and drivers.

Re: [PATCH v4 01/13] clk: samsung: exynos5433: Add binding document for Exynos5433 clock domains

2015-02-02 Thread Sylwester Nawrocki
Hi Chanwoo, On 02/02/15 14:01, Chanwoo Choi wrote: This patch adds devicetree binding document for Exynos5433 SoC system clock controller. Cc: Sylwester Nawrocki s.nawro...@samsung.com Cc: Tomasz Figa tomasz.f...@gmail.com Signed-off-by: Chanwoo Choi cw00.c...@samsung.com Acked-by: Inki

Re: N900 v3.19-rc5 arm atags_to_fdt.c is broken

2015-02-02 Thread Nicolas Pitre
On Mon, 2 Feb 2015, Pavel Machek wrote: On Tue 2015-01-27 10:16:24, Nicolas Pitre wrote: On Tue, 27 Jan 2015, Pavel Machek wrote: I would say, problem is because omap3-n900 binary DT is too large I agree. OK if that's the case, then your patch makes sense to me.

Re: Another SCHED_DEADLINE bug (with bisection and possible fix)

2015-02-02 Thread Luca Abeni
Hi Peter, On 01/31/2015 10:56 AM, Peter Zijlstra wrote: On Fri, Jan 30, 2015 at 10:35:02AM +, Juri Lelli wrote: So, we do the safe thing only in case of throttling. No, even for the !throttle aka running tasks. We only use dl_{runtime,deadline,period} for replenishment, until that time

[PATCH] zram: fix umount-reset_store-mount race condition

2015-02-02 Thread Sergey Senozhatsky
Ganesh Mahendran was the first one who proposed to use bdev-bd_mutex to avoid -bd_holders race condition: CPU0CPU1 umount /* zram-init_done is true */ reset_store() bdev-bd_holders == 0 mount ...

Re: sequential I/O on SSD disk varies from 20 to 300 MBytes/s every week

2015-02-02 Thread Siim Vahtre
Please check whether write cache is enabled in the drive also check whether NCQ is enabled or not. About caches please note quote from my e-mail below. Changing NCQ enabled/disabled had no effect either. 6) It is not a caching issue (controller/disk caches were off during testing, but even

Re: [PATCH v4 01/13] clk: samsung: exynos5433: Add binding document for Exynos5433 clock domains

2015-02-02 Thread Chanwoo Choi
Hi Sylwester, On 02/02/2015 10:55 PM, Sylwester Nawrocki wrote: Hi Chanwoo, On 02/02/15 14:01, Chanwoo Choi wrote: This patch adds devicetree binding document for Exynos5433 SoC system clock controller. Cc: Sylwester Nawrocki s.nawro...@samsung.com Cc: Tomasz Figa tomasz.f...@gmail.com

Re: Can this be a invalid memory access? (was: Re: [PATCH] spi/xilinx: Cast ioread32/iowrite32 function pointers)

2015-02-02 Thread Geert Uytterhoeven
Hi Ricardo, On Mon, Feb 2, 2015 at 3:05 PM, Ricardo Ribalda Delgado ricardo.riba...@gmail.com wrote: On Mon, Feb 2, 2015 at 2:04 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote: void * pvar=varB; ... = varB; *pvar = ioread8(valid_memory); Depending if ioread8 returns a u8 or a

Re: [PATCH] posix_acl: fix reference leaks in posix_acl_create

2015-02-02 Thread Christoph Hellwig
On Sun, Feb 01, 2015 at 11:55:02PM -0800, Omar Sandoval wrote: There are already a couple of return paths in posix_acl_create, and there are only these two error cases, so I think gotos might actually make the code more confusing. In any case, here's an idea: posix_acl: fix reference leaks

Re: [RFC PATCH v3 3/3] mm/compaction: enhance compaction finish condition

2015-02-02 Thread Vlastimil Babka
On 02/02/2015 02:51 PM, Zhang Yanfei wrote: I've got another idea for small improvement. We should only test for fallbacks when migration scanner has scanned (and migrated) a whole pageblock. Should be a simple alignment test of cc-migrate_pfn. Advantages: - potentially less checking

[PATCH v1] Revert scsi: ufs-qcom-ice: add Inline Crypto Engine (ICE) support for UFS

2015-02-02 Thread Yaniv Gardi
This reverts commit 54acb89a8d8682d99ee8594f9ce0dd863a2df80d. Since ICE driver hasn't been uploaded to upstream, ICE support for UFS driver could not be functional at this time. Therefore this change should be reverted. --- drivers/scsi/ufs/Kconfig| 12 - drivers/scsi/ufs/Makefile

[PATCH v5 03/13] clk: samsung: exynos5433: Add MUX clocks of CMU_TOP domain

2015-02-02 Thread Chanwoo Choi
This patch adds the MUX (multiplexer) clocks for CMU_TOP domain of Exynos5433. CMU_TOP domain provides source clocks to other CMU domains. Cc: Sylwester Nawrocki s.nawro...@samsung.com Cc: Tomasz Figa tomasz.f...@gmail.com Signed-off-by: Chanwoo Choi cw00.c...@samsung.com Acked-by: Inki Dae

[PATCH v5 11/13] clk: samsung: exynos5433: Add missing clocks for CMU_FSYS domain

2015-02-02 Thread Chanwoo Choi
This patch adds the mux/divider/gate clocks for CMU_FSYS domain which contains the clocks of USB/UFS/SDMMC/TSI/PDMA IPs. Cc: Sylwester Nawrocki s.nawro...@samsung.com Cc: Tomasz Figa tomasz.f...@gmail.com Signed-off-by: Chanwoo Choi cw00.c...@samsung.com Acked-by: Inki Dae inki@samsung.com

[PATCH v5 12/13] clk: samsung: exynos5433: Add clocks for CMU_G3D domain

2015-02-02 Thread Chanwoo Choi
This patch adds the mux/divider/gate clocks for CMU_G3D domain which contains the clocks for GPU(3D Graphics Engine). Cc: Sylwester Nawrocki s.nawro...@samsung.com Cc: Tomasz Figa tomasz.f...@gmail.com Signed-off-by: Chanwoo Choi cw00.c...@samsung.com Acked-by: Inki Dae inki@samsung.com

Re: [PATCH 2/8] KVM: x86: cleanup kvm_apic_match_*()

2015-02-02 Thread Radim Krčmář
2015-01-30 09:52+0100, Paolo Bonzini: On 29/01/2015 22:48, Radim Krčmář wrote: The majority of this patch turns result = 0; if (CODE) result = 1; return result; into return CODE; because we return bool now. Added a bunch of != 0 to avoid automagic conversion to bool. (I haven't

[PATCH v5 08/13] clk: samsung: exynos5433: Add clocks for CMU_DISP domain

2015-02-02 Thread Chanwoo Choi
This patch adds the the mux/divider/gate clocks for CMU_DISP domain which includes the clocks of Display IPs (DECON/HDMI/DSIM/MIXER). The CMU_DISP clocks is used to need the source clock of CMU_MIF domain so, the CMU_MIF's clocks related to CMU_DISP should be always on state. Also, CMU_DISP must

3.16.0-4-amd64 linux kernel userspace breakage

2015-02-02 Thread Luke Kenneth Casson Leighton
hi folks, i thought with the focus on not breaking userspace a general report of two occurrences of exactly that occurring may be appreciated. firstly: as a long-standing linux user (and minor contributor) i fully appreciate that this is not the latest version however this is a live-running

[PATCH v5 01/13] clk: samsung: exynos5433: Add binding document for Exynos5433 clock domains

2015-02-02 Thread Chanwoo Choi
This patch adds devicetree binding document for Exynos5433 SoC system clock controller. Cc: Sylwester Nawrocki s.nawro...@samsung.com Cc: Tomasz Figa tomasz.f...@gmail.com Cc: devicet...@vger.kernel.org Signed-off-by: Chanwoo Choi cw00.c...@samsung.com Acked-by: Inki Dae inki@samsung.com ---

Re: [sched] [ INFO: suspicious RCU usage. ]

2015-02-02 Thread Kirill Tkhai
Hi, Fengguang, We already fixed that in f7b8a47da17c sched: Remove lockdep check in sched_move_task(). В Вс, 01/02/2015 в 20:22 -0800, Fengguang Wu пишет: Hi Kirill, FYI the RCU warning shows up since this commit, however there are several other BUGs, so it's not necessarily a problem of

Re: Reading /sys with side effects (was Re: [PATCH 1/2] Documentation: leds: Add description of LED Flash class extension)

2015-02-02 Thread Pavel Machek
On Mon 2015-02-02 10:07:02, Jacek Anaszewski wrote: On 01/30/2015 05:40 PM, Greg KH wrote: On Fri, Jan 30, 2015 at 09:55:30AM +0100, Jacek Anaszewski wrote: Hi Pavel, On 01/29/2015 10:14 PM, Pavel Machek wrote: Hi! + - flash_fault - list of flash faults that may have occurred: +

Re: [PATCH v2 3/3] hv: vmbus_open(): reset the channel state on ENOMEM

2015-02-02 Thread Jason Wang
On Mon, Feb 2, 2015 at 12:37 PM, Dexuan Cui de...@microsoft.com wrote: Without this patch, the state is put to CHANNEL_OPENING_STATE, and when the driver is loaded next time, vmbus_open() will fail immediately due to newchannel-state != CHANNEL_OPEN_STATE. CC: K. Y. Srinivasan

Re: [PATCH v2 2/7] usb: extcon: Fix USB-Host cable name

2015-02-02 Thread Chanwoo Choi
Hi Roger, On 02/02/2015 06:09 PM, Roger Quadros wrote: Chanwoo, On 02/02/15 07:04, Chanwoo Choi wrote: Hi Roger, On 01/30/2015 11:05 PM, Roger Quadros wrote: Hi, On 30/01/15 13:04, Roger Quadros wrote: Felipe Chanwoo, On 26/01/15 14:15, Roger Quadros wrote: The recommended name for

[3.16.y-ckt stable] Linux 3.16.7-ckt5

2015-02-02 Thread Luis Henriques
I am announcing the release of the Linux 3.16.7-ckt5 kernel. The updated 3.16.y-ckt tree can be found at: git://kernel.ubuntu.com/ubuntu/linux.git linux-3.16.y and can be browsed at: http://kernel.ubuntu.com/git?p=ubuntu/linux.git;h=refs/heads/linux-3.16.y;a=shortlog The diff from

[PATCH V2] acpi:apd:add AMD ACPI2Platform device support for x86 system.

2015-02-02 Thread Ken Xue
From b9654ecbfaebde00aee746a024eec9fe8de24b97 Mon Sep 17 00:00:00 2001 From: Ken Xue ken@amd.com Date: Mon, 2 Feb 2015 17:32:24 +0800 Subject: [PATCH] This new feature is to interpret AMD specific ACPI device to platform device such as I2C, UART found on AMD CZ and later chipsets. It based

Re: [PATCH 1/4] clocksource: mmp: add mmp timer driver

2015-02-02 Thread Mark Rutland
On Mon, Feb 02, 2015 at 08:31:36AM +, Chao Xie wrote: From: Chao Xie chao@marvell.com MMP timer is attached to APB bus, It has the following limitation. 1. When get count of timer counter, it need some delay to get a stable count. 2. When set match register, it need disable the

Re: [PATCH v2 1/3] lib: find_*_bit reimplementation

2015-02-02 Thread Rasmus Villemoes
On Sat, Jan 31 2015, yury.no...@gmail.com wrote: From: Yury Norov y.no...@samsung.com New implementations takes less space in source file (see diffstat) and in object. For me it's 710 vs 453 bytes of text. New version generally looks good. Please include a summary of the changes between the

Re: [PATCH 2/2] drivers: xen/block: add multi-page ring support

2015-02-02 Thread Roger Pau Monné
El 23/01/15 a les 10.14, Bob Liu ha escrit: Extend xen/block to support multi-page ring. * xen-blkback notify blkfront with feature-multi-ring-pages * xen-blkfront write to xenstore about how many pages are used as the ring If using 4 pages as the ring, inflight requests inscreased from 32

[PATCH v3 3/3] netlabel: Less function calls in netlbl_mgmt_add_common() after error detection

2015-02-02 Thread SF Markus Elfring
From: Markus Elfring elfr...@users.sourceforge.net Date: Mon, 2 Feb 2015 11:00:24 +0100 The functions cipso_v4_doi_putdef and kfree could be called in some cases by the netlbl_mgmt_add_common() function during error handling even if the passed variables contained still a null pointer. * This

Re: [PATCHv2 17/19] x86: expose number of page table levels on Kconfig level

2015-02-02 Thread Paul Bolle
On Sat, 2015-01-31 at 02:30 +0200, Kirill A. Shutemov wrote: We would want to use number of page table level to define mm_struct. Let's expose it as CONFIG_PGTABLE_LEVELS. Signed-off-by: Kirill A. Shutemov kirill.shute...@linux.intel.com Cc: Thomas Gleixner t...@linutronix.de Cc: Ingo

[PATCH v5 1/7] mfd: cros_ec: Use fixed size arrays to transfer data with the EC

2015-02-02 Thread Javier Martinez Canillas
The struct cros_ec_command will be used as an ioctl() argument for the API to control the ChromeOS EC from user-space. So the data structure has to be 64-bit safe to make it compatible between 32 and 64 avoiding the need for a compat ioctl interface. Since pointers are self-aligned to different

[PATCH v5 5/7] mfd: cros_ec: Instantiate ChromeOS EC character device

2015-02-02 Thread Javier Martinez Canillas
The ChromeOS EC character device is an user-space interface to allow applications to access the Embedded Controller. Add a cell for this device so it's spawned from the mfd driver. Signed-off-by: Javier Martinez Canillas javier.marti...@collabora.co.uk Acked-by: Lee Jones lee.jo...@linaro.org

[PATCH v5 6/7] platform/chrome: Create sysfs attributes for the ChromeOS EC

2015-02-02 Thread Javier Martinez Canillas
From: Bill Richardson wfric...@chromium.org This adds the first few sysfs attributes for the Chrome OS EC. These controls are made available under /sys/devices/virtual/chromeos/cros_ec flashinfo - display current flash info reboot - tell the EC to reboot in various ways

[PATCH v5 7/7] platform/chrome: Expose Chrome OS Lightbar to users

2015-02-02 Thread Javier Martinez Canillas
From: Bill Richardson wfric...@chromium.org This adds some sysfs entries to provide userspace control of the four-element LED lightbar on the Chromebook Pixel. This only instantiates the lightbar controls if the device actually exists. To prevent DoS attacks, this interface is limited to 20

Re: [PATCH 3.18 11/61] workqueue: fix subtle pool management issue which can stall whole worker_pool

2015-02-02 Thread Luis Henriques
On Thu, Jan 29, 2015 at 03:33:25PM -0500, Tejun Heo wrote: Hello, On Wed, Jan 28, 2015 at 09:54:48AM -0800, Greg Kroah-Hartman wrote: This patch will apply to 3.10, but not 3.14, and I'm confused. Should I backport the original version to 3.14? 3.10? Use this different version

[PATCH v5 0/7] platform/chrome: Add user-space dev inferface support

2015-02-02 Thread Javier Martinez Canillas
Hello, The mainline ChromeOS Embedded Controller (EC) driver is still missing some features that are present in the downstream ChromiumOS tree. These are: - Low Pin Count (LPC) interface - User-space device interface - Access to vboot context stored on a block device - Access to vboot

<    6   7   8   9   10   11   12   13   14   15   >