Re: [RESEND PATCH 1/2] pinctrl: change function behavior for per pin muxing controllers

2015-07-13 Thread Sascha Hauer
On Thu, Jun 18, 2015 at 02:33:48PM +0200, Ludovic Desroches wrote: > On Wed, Jun 17, 2015 at 09:55:56AM -0600, Stephen Warren wrote: > > On 06/17/2015 06:38 AM, Ludovic Desroches wrote: > > >Hi Stephen, > > > > > >On Mon, Jun 15, 2015 at 09:58:05AM -0600, Stephen Warren wrote: > > >>On 06/10/2015

Re: [PATCH] Staging: fbtft: Add support for the Ultrachip UC1611 LCD controller

2015-07-13 Thread Sudip Mukherjee
On Tue, Jul 14, 2015 at 03:26:12AM +0200, Henri Chain wrote: > This is a driver chip for 240x160 4-bit greyscale LCDs. > It is capable of 4-wire (8 bit) or 3-wire (9 bit) SPI that have both been > tested. (It also has a 6800 or 8080-style parallel interface, but I have > not included support for

[PATCH] checkpatch: Improve SUSPECT_CODE_INDENT test

2015-07-13 Thread Joe Perches
Many lines exist like if (foo) bar; where the tabbed indentation of the branch is not one more than the "if" line above it. checkpatch should emit a warning on those lines. Miscellenea: o Remove comments from branch blocks o Skip blank lines in block

linux-next: Tree for Jul 14

2015-07-13 Thread Stephen Rothwell
Hi all, Changes since 20150713: The net-next tree gained a conflict against Linus' tree. The drm-intel tree gained a conflict against the drm-intel-fixes tree. The drm-misc tree gained a build failure so I used the version from next-20150713. The akpm tree regained an old build failure

Re: [patch 18/19] gpio/msm-v2: Avoid redundant lookup of irq_data

2015-07-13 Thread Jiang Liu
On 2015/7/14 13:28, Ilia Mirkin wrote: > > On Jul 13, 2015 4:42 PM, "Thomas Gleixner" > wrote: >> >> It's pretty silly to do >> >> irq_data *d = irq_get_irq_data(irq_data->irq); >> >> because that results in d = irq_data, but goes through a lookup of the >>

[PATCH] Documentation: mm: fix location of extfrag_index

2015-07-13 Thread Rabin Vincent
/proc/extfrag_index does not exist. This file is in debugfs. Fix the description of extfrag_threshold to reflect this. Signed-off-by: Rabin Vincent --- Documentation/sysctl/vm.txt | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/sysctl/vm.txt

Re: [rhashtable] WARNING: CPU: 0 PID: 1 at lib/debugobjects.c:301 __debug_object_init()

2015-07-13 Thread Fengguang Wu
bucket locks & deferred expansion/shrinking > # extra tests on HEAD of linux-devel/devel-spot-201507122014 > git bisect good 3afd2c3f65a385c405a084d80431c84b103cb6df # 10:28 66+ > 49 0day head guard for 'devel-spot-201507122014' > # extra tests on tree/branch linus/m

[rhashtable] WARNING: CPU: 0 PID: 1 at lib/debugobjects.c:301 __debug_object_init()

2015-07-13 Thread Fengguang Wu
aster git bisect good 2eb62d762a2112579f259903e62ba18d16c51f66 # 10:36 66+ 20 Add linux-next specific files for 20150713 This script may reproduce the error. #!/bin/bash kernel=$1 initrd=yocto-minimal-

[PATCH v3 3/5] ARM: mediatek: add smp bringup code

2015-07-13 Thread Yingjoe Chen
Add support for booting secondary CPUs on mt6589, mt8127 and mt8135. Signed-off-by: Yingjoe Chen --- arch/arm/mach-mediatek/Makefile | 3 + arch/arm/mach-mediatek/platsmp.c | 144 +++ 2 files changed, 147 insertions(+) create mode 100644

[PATCH v3 4/5] ARM: dts: mt8135: enable basic SMP bringup for mt8135

2015-07-13 Thread Yingjoe Chen
Add arch timer node to enable arch-timer support. MT8135 firmware doesn't correctly setup arch-timer frequency and CNTVOFF, add properties to workaround this. This also set cpu enable-method to enable SMP. Signed-off-by: Yingjoe Chen --- arch/arm/boot/dts/mt8135.dtsi | 16 1

[PATCH v3 5/5] ARM: dts: mt8127: enable basic SMP bringup for mt8127

2015-07-13 Thread Yingjoe Chen
Add arch timer node to enable arch-timer support. MT8127 firmware doesn't correctly setup arch-timer frequency and CNTVOFF, add properties to workaround this. This also set cpu enable-method to enable SMP. Signed-off-by: Yingjoe Chen --- arch/arm/boot/dts/mt8127.dtsi | 16 1

[PATCH v3 2/5] devicetree: bindings: add new SMP enable method Mediatek SoC

2015-07-13 Thread Yingjoe Chen
This commit add new cpu enable method "mediatek,mt65xx-smp" and "mediatek,mt81xx-tz-smp". Signed-off-by: Yingjoe Chen --- Documentation/devicetree/bindings/arm/cpus.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/cpus.txt

[PATCH v3 1/5] ARM: mediatek: enable gpt6 on boot up to make arch timer working

2015-07-13 Thread Yingjoe Chen
From: Matthias Brugger We enable GTP6 which ungates the arch timer clock. In the future this should be done in the bootloader. Signed-off-by: Matthias Brugger Signed-off-by: Yingjoe Chen --- arch/arm/mach-mediatek/mediatek.c | 27 +++ 1 file changed, 27 insertions(+)

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

2015-07-13 Thread Stephen Rothwell
Hi Andrew, After merging the akpm tree, today's linux-next build (arm multi_v7_defconfig) failed like this: fs/nsfs.c: In function 'nsfs_show_path': fs/nsfs.c:145:2: error: void value not ignored as it ought to be return seq_printf(seq, "%s:[%lu]", ns_ops->name, inode->i_ino); ^

[PATCH v3 0/5] Add SMP bringup support for mt65xx socs

2015-07-13 Thread Yingjoe Chen
This series add SMP brinup support for MediaTek SoCs. This is based on v4.2-rc1 and Matthias' next branch (for dts parts). There are similar but different SMP bringup up methods on MediaTek mt65xx and mt81xx. On MT8135 & MT8127, system boots with a trustzone firmware. Others, like MT6589, doesn't

[driver-core] BUG: unable to handle kernel NULL pointer dereference at (null)

2015-07-13 Thread Fengguang Wu
t good 2eb62d762a2112579f259903e62ba18d16c51f66 # 08:27 66+ 0 Add linux-next specific files for 20150713 This script may reproduce the error. #!/bin/bash kernel=$1 initrd=yocto-minimal-x86_64.cgz wget --no-clobber https://gith

Re: [PATCH] gpu/drm/amdgpu: Include only if CONFIG_DEBUG_FS is set

2015-07-13 Thread Alex Deucher
On Mon, Jul 13, 2015 at 7:03 AM, Alexander Kuleshov wrote: > We have no need to include if the CONFIG_DEBUG_FS option > is not set. > This patch breaks the build with debugfs enabled. Alex > Signed-off-by: Alexander Kuleshov > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 5 - > 1

Re: mmap()ed AF_NETLINK: lockdep and sleep-in-atomic warnings

2015-07-13 Thread Cong Wang
On Mon, Jul 13, 2015 at 6:18 AM, Kirill A. Shutemov wrote: > Hi, > > This simple test-case trigers few locking asserts in kernel: > > #define _GNU_SOURCE > #include > #include > #include > #include > #include > #include > #include > > #define SOL_NETLINK 270 > > int main(int argc, char

Re: [PATCH 4/4] irqchip: Add bcm2836 interrupt controller for Raspberry Pi 2.

2015-07-13 Thread Stephen Warren
On 07/11/2015 01:51 AM, Thomas Gleixner wrote: > On Fri, 10 Jul 2015, Stephen Warren wrote: >> On 07/07/2015 03:13 PM, Eric Anholt wrote: >>> +static struct arm_local_intc intc __read_mostly; >> >> It'd be nice to give everything (types, functions, variables) a >> consistent symbol prefix;

Re: [PATCH 3/4] irqchip: Add documentation for the bcm2836 interrupt controller.

2015-07-13 Thread Stephen Warren
On 07/11/2015 12:01 AM, Eric Anholt wrote: > Stephen Warren writes: > >> On 07/07/2015 03:13 PM, Eric Anholt wrote: >>> This is a new per-cpu root interrupt controller on the >>> Raspberry Pi 2, which will chain to the bcm2835 interrupt >>> controller for peripheral interrupts. >> >>> diff

Re: [PATCH 4/6] net: ieee802154: Remove redundant spi driver bus initialization

2015-07-13 Thread Marcel Holtmann
Hi Antonio, > In ancient times it was necessary to manually initialize the bus > field of an spi_driver to spi_bus_type. These days this is done in > spi_register_driver(), so we can drop the manual assignment. > > Signed-off-by: Antonio Borneo > To: Alan Ott > To: Alexander Aring > To: Varka

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

2015-07-13 Thread Archit Taneja
tions") I have used the drm-misc tree from next-20150713 for today. (That commit said "COMPILE TESTED ONLY" :-() My bad. The commit messages were for a slightly older version. I'll fix this, and the warnings in the other mail. Thanks, Archit -- Qualcomm Innovation Center, Inc. is

Re: [PATCH] irqchip: bcm2835: Add FIQ support

2015-07-13 Thread Stephen Warren
On 07/11/2015 09:26 AM, Noralf Trønnes wrote: > > Den 11.07.2015 06:09, skrev Stephen Warren: >> (Sorry for the slow reply; I was on vacation) >> >> On 06/18/2015 07:32 AM, Noralf Trønnes wrote: >>> Den 18.06.2015 04:26, skrev Stephen Warren: On 06/12/2015 11:26 AM, Noralf Trønnes wrote:

RE: [PATCH] serial: samsung: Remove redundant DEBUG_LL check

2015-07-13 Thread Kukjin Kim
Krzysztof Kozlowski wrote: > > On 13.07.2015 20:18, Javier Martinez Canillas wrote: > > Commit 84f57d9e3685 ("tty: serial/samsung: fix modular build") fixed > > build issues when the driver was built as a module. One of those was > > that printascii is only accessible when the driver is built-in.

Re: [PATCH] DocBook: Avoid stdout junk with no man pages to compress

2015-07-13 Thread Ulf Magnusson
On Tue, Jul 14, 2015 at 6:27 AM, Ulf Magnusson wrote: > On Mon, Jul 13, 2015 at 2:46 AM, Ulf Magnusson > wrote: >> On Sun, Jul 12, 2015 at 04:36:53PM -0700, Jim Davis wrote: >>> On Sun, Jul 12, 2015 at 2:59 PM, Ulf Magnusson >>> wrote: >>> > gzip would run as 'gzip -f' when no uncompressed

Re: [PATCH] EDAC, MCE, AMD: Don't emit 'CE' for Deferred error

2015-07-13 Thread Borislav Petkov
On Mon, Jul 13, 2015 at 06:53:02AM -0500, Aravind Gopalakrishnan wrote: > Currently, we also display 'CE' for a Deferred error. > like so- > [Hardware Error]: CPU:0 (15:2:0) > MC4_STATUS[Over|CE|MiscV|-|AddrV|Deferred|-|UECC]: 0xdc04b00095080813 > > When the 'UC' bit on MCx_STATUS register is

Re: [PATCH 5/5] arm64: dts: mt8173: add timer node

2015-07-13 Thread Daniel Kurtz
On Tue, Jul 14, 2015 at 12:26 PM, Daniel Kurtz wrote: > On Mon, Jul 13, 2015 at 5:32 PM, Yingjoe Chen > wrote: >> From: Daniel Kurtz >> >> Add device node to enable GPT timer. This timer will be >> used as sched clock source. >> >> Signed-off-by: Daniel Kurtz >> Signed-off-by: Eddie Huang >>

Re: [PATCH] DocBook: Avoid stdout junk with no man pages to compress

2015-07-13 Thread Ulf Magnusson
On Mon, Jul 13, 2015 at 2:46 AM, Ulf Magnusson wrote: > On Sun, Jul 12, 2015 at 04:36:53PM -0700, Jim Davis wrote: >> On Sun, Jul 12, 2015 at 2:59 PM, Ulf Magnusson >> wrote: >> > gzip would run as 'gzip -f' when no uncompressed man pages were found, >> > making it compress the (empty) stdin to

Re: [PATCH 5/5] arm64: dts: mt8173: add timer node

2015-07-13 Thread Daniel Kurtz
On Mon, Jul 13, 2015 at 5:32 PM, Yingjoe Chen wrote: > From: Daniel Kurtz > > Add device node to enable GPT timer. This timer will be > used as sched clock source. > > Signed-off-by: Daniel Kurtz > Signed-off-by: Eddie Huang > Signed-off-by: Yingjoe Chen This binding needs documentation. >

Re: [RFC PATCH 0/2] spi: add dual parallel & stacked mode support in Zynq MPSoC GQSPI controller

2015-07-13 Thread Harini Katakam
Hi Thomas, On Mon, Jul 13, 2015 at 3:34 PM, wrote: > Hello Ranjit: > >> What is dual parallel mode? >> --- >> ZynqMP GQSPI controller supports Dual Parallel mode with following >> functionalities: >> 1) Supporting two SPI flash memories operating in parallel. 8 I/O

[PATCH][v2] ARM: ls1021a: dtsi: Add crypto node alias in device tree

2015-07-13 Thread Ruchika Gupta
U-boot patches up the device tree crypto node for the era property. Signed-off-by: Ruchika Gupta --- Changes from v1: Rearranged the crypto node in alphabetic sorted order as suggested by Shawn arch/arm/boot/dts/ls1021a.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH v2] mtd: Expand the ecc placement locations to 1216

2015-07-13 Thread Punnaiah Choudary Kalluri
Device like MT29F32G08ABCDBJ4 have a writesize/oobsize of 16K/1216 Bytes. So, increasing the maximum ecc placement locations to 1216 Signed-off-by: Punnaiah Choudary Kalluri --- Changes in v2: - Corrected the oobsize in commit message and code from 1260 to 1216 - Aligned the new values to

Re: [PATCHv3 1/1] kernel/power/autosleep.c: check for pm_suspend() return before queueing suspend again

2015-07-13 Thread Nitish Ambastha
On Tue, Jul 14, 2015 at 5:13 AM, Rafael J. Wysocki wrote: > On Tuesday, July 14, 2015 01:38:02 AM Nitish Ambastha wrote: >> Prevent tight loop for suspend-resume when some >> devices failed to suspend > > This *still* doesn't explain what problem you're *really* trying to address. > > Even if a

Re: [PATCH 02/39] bpf tools: Collect eBPF programs from their own sections

2015-07-13 Thread Wangnan (F)
On 2015/7/14 3:51, Arnaldo Carvalho de Melo wrote: Em Fri, Jul 10, 2015 at 11:07:53AM +0800, Wangnan (F) escreveu: On 2015/7/9 23:58, Arnaldo Carvalho de Melo wrote: Em Thu, Jul 09, 2015 at 12:35:05PM +, Wang Nan escreveu: This patch collects all programs in an object file into an array

Re: [PATCH 06/39] bpf tools: Create eBPF maps defined in an object file

2015-07-13 Thread Wangnan (F)
On 2015/7/14 3:54, Arnaldo Carvalho de Melo wrote: Em Thu, Jul 09, 2015 at 12:35:09PM +, Wang Nan escreveu: +static int +bpf_object__create_maps(struct bpf_object *obj) +{ + unsigned int i; + size_t nr_maps; + int *pfd; + + nr_maps = obj->maps_buf_sz /

[PATCH] e1000e: Move e1000e_disable_aspm_locked() inside CONFIG_PM

2015-07-13 Thread Michael Ellerman
e1000e_disable_aspm_locked() is only used in __e1000_resume() which is inside CONFIG_PM. So when CONFIG_PM=n we get a "defined but not used" warning for e1000e_disable_aspm_locked(). Move it inside the existing CONFIG_PM block to avoid the warning. Signed-off-by: Michael Ellerman ---

Re: [PATCH 18/20] staging/lustre/libcfs: get rid of debugfs/lnet/debug_mb

2015-07-13 Thread Greg Kroah-Hartman
On Mon, Jul 13, 2015 at 10:51:00PM -0400, Oleg Drokin wrote: > > On Jul 13, 2015, at 10:46 PM, Greg Kroah-Hartman wrote: > > > On Mon, Jul 06, 2015 at 12:48:56PM -0400, gr...@linuxhacker.ru wrote: > >> From: Oleg Drokin > >> > >> It's just a fancy libcfs_debug_mb module parameter wrapper, > >>

Re: [PATCH] livepatch: klp_disable_func returnes once it does not satisfy the condition

2015-07-13 Thread Josh Poimboeuf
On Tue, Jul 14, 2015 at 11:15:37AM +0800, Minfei Huang wrote: > From: Minfei Huang > > It is more better that klp_disable_func returnes immediately, if > func->state and func->old_addr do not satisfy the condition. > > We should robust the livepatch code, although the above situation never >

Re: [PATCH 1/1] ARM: dts: vfxxx: Include support for esdhc0 functionality.

2015-07-13 Thread Shawn Guo
On Wed, Jul 08, 2015 at 04:51:06PM -0400, Cory Tusar wrote: > Extend the existing Vybrid eSDHC devicetree implementation to also > describe the esdhc0 functional block. > > Tested on a custom VF610-based board with a Toshiba THGBM1G5D2EBAI7 eMMC > module attached to esdhc0. > > Signed-off-by:

[PATCH v3 1/2] Documentation: dt: Add Xilinx zynqmp dma device tree binding documentation

2015-07-13 Thread Punnaiah Choudary Kalluri
Device-tree binding documentation for Xilinx zynqmp dma engine used in Zynq UltraScale+ MPSoC. Signed-off-by: Punnaiah Choudary Kalluri --- Changes in v3: - None Changes in v2: - None --- .../devicetree/bindings/dma/xilinx/zynqmp_dma.txt | 61 1 files changed, 61

[PATCH v3 2/2] dma: Add Xilinx zynqmp dma engine driver support

2015-07-13 Thread Punnaiah Choudary Kalluri
Added the basic driver for zynqmp dma engine used in Zynq UltraScale+ MPSoC. The initial release of this driver supports only memory to memory transfers. Signed-off-by: Punnaiah Choudary Kalluri --- Changes in v3: - Modified the zynqmp_dma_chan_is_idle function return type to bool Changes in v2:

Re: [PATCH v1 0/7] fsl-quadspi: Allow additional device combinations.

2015-07-13 Thread Shawn Guo
On Wed, Jul 08, 2015 at 04:21:14PM -0400, Cory Tusar wrote: > Cory Tusar (7): > ARM: dts: vf610: Add missing QuadSPI register mapping and names. > ARM: dts: vfxxx: Include support for qspi1 functionality. Applied these two, thanks. -- To unsubscribe from this list: send the line "unsubscribe

Re: [lkp] [of] 649e0a77e28:

2015-07-13 Thread Rob Herring
On Mon, Jul 13, 2015 at 9:37 PM, Huang Ying wrote: > FYI, we noticed the below changes on > > git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master > commit 649e0a77e28a7796bf62bfda0fe3f2aee094bd58 ("of: make unittest select > OF_EARLY_FLATTREE instead of depend on it") > > The

Re: [PATCH v3 4/5] clk: mediatek: Add USB clock support in MT8173 APMIXEDSYS

2015-07-13 Thread Daniel Kurtz
On Tue, Jul 14, 2015 at 10:45 AM, James Liao wrote: > Hi Daniel, > > On Mon, 2015-07-13 at 22:46 +0800, Daniel Kurtz wrote: > >> > +static const struct clk_ops mtk_ref2usb_tx_ops = { >> > + .is_prepared= mtk_ref2usb_tx_is_prepared, >> > + .prepare= mtk_ref2usb_tx_prepare,

[PATCH 3/4] staging/lustre/libcfs: remove unused portal_enter_debugger variable

2015-07-13 Thread green
From: Dmitry Eremin Remove portal_enter_debugger because it's not used any more. Signed-off-by: Dmitry Eremin --- drivers/staging/lustre/lustre/libcfs/debug.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/staging/lustre/lustre/libcfs/debug.c

[PATCH 0/4] Lustre: remaining bits of sysctl debugfs migration

2015-07-13 Thread green
From: Oleg Drokin Rediffed the last few patches as per Greg's instructions. Also Added a folow on fix for the uint_min_max param to properly take into account kstrtouint range of error return values. Please consider. Dmitry Eremin (2): staging/lustre/libcfs: get rid of

[PATCH 1/4] staging/lustre/libcfs: get rid of debugfs/lnet/debug_mb

2015-07-13 Thread green
From: Oleg Drokin It's just a fancy libcfs_debug_mb module parameter wrapper, so just add debug buffer size check and resizing and the same functionality now would be accessible via /sys/module/libcfs/parameters/libcfs_debug_mb Also add a symlink for backwards compatibility. Signed-off-by:

[PATCH 4/4] staging/lustre/libcfs: Fix kstrtouint return value check fix

2015-07-13 Thread green
From: Oleg Drokin Apparently kstrtouint could return not just -EINVAL, but also -ERANGE, so make sure we just check the return value for something negative. Noticed by Dan Carpenter Signed-off-by: Oleg Drokin --- drivers/staging/lustre/lustre/libcfs/debug.c | 2 +- 1 file changed, 1

[PATCH 2/4] staging/lustre/libcfs: get rid of debugfs/lnet/console_{min,max}_delay_centisecs

2015-07-13 Thread green
From: Dmitry Eremin They are just fancy module parameters wrappers, so just the same functionality now would be accessible via /sys/module/libcfs/parameters/libcfs_console_{min,max}_delay Also install compatibility symlinks Signed-off-by: Dmitry Eremin Signed-off-by: Oleg Drokin ---

[PATCH V4 1/1] usb:serial:f81534 add F81532/534 driver

2015-07-13 Thread Peter Hung
This driver is for Fintek F81532/F81534 USB to Serial Ports IC. Features: 1. F81534 is 1-to-4 & F81532 is 1-to-2 serial ports IC 2. Support Baudrate from B50 to B150 (excluding B100). 3. The RTS signal can be transformed their behavior with configuration by default ioctl

[PATCH] livepatch: klp_disable_func returnes once it does not satisfy the condition

2015-07-13 Thread Minfei Huang
From: Minfei Huang It is more better that klp_disable_func returnes immediately, if func->state and func->old_addr do not satisfy the condition. We should robust the livepatch code, although the above situation never happen in current code path. Signed-off-by: Minfei Huang ---

Re: [RFC PATCH v5 0/3] Make eBPF programs output data to perf

2015-07-13 Thread Alexei Starovoitov
On 7/13/15 6:59 PM, He Kuang wrote: This version we output bpf trace events in a hex array, the results for three u64 integers in previous sample changed to this: dd 1042 [000] 1296.122951: bpf:bpf_output_data: 7a ca aa c6 2d 01 00 00 95 87 ec ca 2d 01 00 00 1b bd 41 04 00 00 00 00 typo

Re: [RFC PATCH v5 3/3] bpf: Introduce function for outputing trace event data

2015-07-13 Thread Alexei Starovoitov
On 7/13/15 6:59 PM, He Kuang wrote: There're scenarios that we need an eBPF program to record not only kprobe point args, but also the PMU counters, time latencies or the number of cache misses between two probe points and other information when the probe point is entered. This patch adds a new

linux-next: build warnings after merge of the drm-misc tree

2015-07-13 Thread Stephen Rothwell
Hi all, After merging the drm-misc tree, today's linux-next build (x86_64 allmodconfig) produced these warnings: drivers/gpu/drm/bochs/bochs_fbdev.c: In function 'bochsfb_create': drivers/gpu/drm/bochs/bochs_fbdev.c:63:17: warning: unused variable 'device' [-Wunused-variable] struct device

Re: [PATCH 18/20] staging/lustre/libcfs: get rid of debugfs/lnet/debug_mb

2015-07-13 Thread Greg Kroah-Hartman
On Mon, Jul 13, 2015 at 10:45:36PM -0400, Oleg Drokin wrote: > > On Jul 13, 2015, at 10:43 PM, Greg Kroah-Hartman wrote: > > > On Wed, Jul 08, 2015 at 11:45:59AM +0300, Dan Carpenter wrote: > >> On Mon, Jul 06, 2015 at 12:48:56PM -0400, gr...@linuxhacker.ru wrote: > >>> +static int

Re: [PATCH v3 2/2] mtd: nand: Add support for Arasan Nand Flash Controller

2015-07-13 Thread punnaiah choudary kalluri
Hi Brian, Any further review comments on this patch ? Could you consider this driver for 4.3 version if you think the changes are fine.? Regards, Punnaiah On Fri, May 22, 2015 at 11:49 PM, Punnaiah Choudary Kalluri wrote: > Added the basic driver for Arasan Nand Flash Controller used in >

Re: [PATCH] acpi-cpufreq: Add a miss ifdef CONFIG_X86_ACPI_CPUFREQ_CPB

2015-07-13 Thread Pan Xinhui
hi, Rafael, let me do more explanation :) On 2015年07月14日 10:09, Pan Xinhui wrote: > hi, Rafael, > thanks for you reply :) > On 2015年07月14日 07:26, Rafael J. Wysocki wrote: >> On Monday, July 13, 2015 02:33:08 PM Pan Xinhui wrote: >>> hi, Rafeal >>> thanks for your reply. :) >>>

Re: [PATCH v2 2/5] dt-bindings: Add a binding for Mediatek xHCI host controller

2015-07-13 Thread chunfeng yun
hi Roger, On Fri, 2015-07-10 at 11:31 +0300, Roger Quadros wrote: > Hi, > > On 08/07/15 12:41, Chunfeng Yun wrote: > > add a DT binding documentation of xHCI host controller for the > > MT8173 SoC from Mediatek. > > > > Signed-off-by: Chunfeng Yun > > --- > >

Re: [PATCH v2 2/5] dt-bindings: Add a binding for Mediatek xHCI host controller

2015-07-13 Thread chunfeng yun
hi Roger, On Fri, 2015-07-10 at 11:31 +0300, Roger Quadros wrote: > Hi, > > On 08/07/15 12:41, Chunfeng Yun wrote: > > add a DT binding documentation of xHCI host controller for the > > MT8173 SoC from Mediatek. > > > > Signed-off-by: Chunfeng Yun > > --- > >

Re: [PATCH] arm: dts: ls1021a: add wakeup device ftm0 node for ls1021a

2015-07-13 Thread Shawn Guo
On Mon, Jul 06, 2015 at 10:38:39AM +0800, Alison Wang wrote: > From: Wang Dongsheng > > Add ftm0 node, cause of ftm0 can be set as a alarm before system > going to deep sleep. > > Signed-off-by: Wang Dongsheng Since you're forwarding the patch, you should add your SoB. Also, for sake of

Re: [PATCH] staging: lustre: fix whitespace coding style issues in libcfs/module.c

2015-07-13 Thread Greg KH
On Mon, Jul 13, 2015 at 10:10:46PM +0200, Lukasz Janyst wrote: > This is a patch to the libcfs/module.c file fixing whitespace warnings > found by checkpatch.pl. This patch no longer applies to my tree due to other patches sent right before yours. Can you rebase it on the staging-testing branch

Re: [PATCH 18/20] staging/lustre/libcfs: get rid of debugfs/lnet/debug_mb

2015-07-13 Thread Oleg Drokin
On Jul 13, 2015, at 10:49 PM, Greg Kroah-Hartman wrote: > On Mon, Jul 06, 2015 at 12:48:56PM -0400, gr...@linuxhacker.ru wrote: >> From: Oleg Drokin >> >> It's just a fancy libcfs_debug_mb module parameter wrapper, >> so just add debug buffer size check and resizing and the same >>

linux-next: build failure after merge of the drm-misc tree

2015-07-13 Thread Stephen Rothwell
'drm_fb_helper_remove_conflicting_framebuffers' [-Werror=implicit-function-declaration] drm_fb_helper_remove_conflicting_framebuffers(ap, "virtiodrmfb", ^ Caused by commit 7bd870e7b1c8 ("drm/virtio: Use new drm_fb_helper functions") I have used the drm-misc tree from nex

Re: [PATCH 18/20] staging/lustre/libcfs: get rid of debugfs/lnet/debug_mb

2015-07-13 Thread Oleg Drokin
On Jul 13, 2015, at 10:46 PM, Greg Kroah-Hartman wrote: > On Mon, Jul 06, 2015 at 12:48:56PM -0400, gr...@linuxhacker.ru wrote: >> From: Oleg Drokin >> >> It's just a fancy libcfs_debug_mb module parameter wrapper, >> so just add debug buffer size check and resizing and the same >>

Re: [PATCH 18/20] staging/lustre/libcfs: get rid of debugfs/lnet/debug_mb

2015-07-13 Thread Greg Kroah-Hartman
On Mon, Jul 06, 2015 at 12:48:56PM -0400, gr...@linuxhacker.ru wrote: > From: Oleg Drokin > > It's just a fancy libcfs_debug_mb module parameter wrapper, > so just add debug buffer size check and resizing and the same > functionality now would be accessible via >

Re: [PATCH 18/20] staging/lustre/libcfs: get rid of debugfs/lnet/debug_mb

2015-07-13 Thread Greg Kroah-Hartman
On Mon, Jul 06, 2015 at 12:48:56PM -0400, gr...@linuxhacker.ru wrote: > From: Oleg Drokin > > It's just a fancy libcfs_debug_mb module parameter wrapper, > so just add debug buffer size check and resizing and the same > functionality now would be accessible via >

[PATCH v2 0/7] This series adds pinctrl drivers for UniPhier SoC family.

2015-07-13 Thread Masahiro Yamada
1/7: core support code commonly used for all the pinctrl drivers. 2/7-7/7: driver for each SoC Masahiro Yamada (7): pinctrl: UniPhier: add UniPhier pinctrl core support pinctrl: UniPhier: add UniPhier PH1-LD4 pinctrl driver pinctrl: UniPhier: add UniPhier PH1-Pro4 pinctrl driver

Re: [PATCH v3 4/5] clk: mediatek: Add USB clock support in MT8173 APMIXEDSYS

2015-07-13 Thread James Liao
Hi Daniel, On Mon, 2015-07-13 at 22:46 +0800, Daniel Kurtz wrote: > > +static const struct clk_ops mtk_ref2usb_tx_ops = { > > + .is_prepared= mtk_ref2usb_tx_is_prepared, > > + .prepare= mtk_ref2usb_tx_prepare, > > + .unprepare = mtk_ref2usb_tx_unprepare, > >

Re: [PATCH 18/20] staging/lustre/libcfs: get rid of debugfs/lnet/debug_mb

2015-07-13 Thread Oleg Drokin
On Jul 13, 2015, at 10:43 PM, Greg Kroah-Hartman wrote: > On Wed, Jul 08, 2015 at 11:45:59AM +0300, Dan Carpenter wrote: >> On Mon, Jul 06, 2015 at 12:48:56PM -0400, gr...@linuxhacker.ru wrote: >>> +static int libcfs_param_debug_mb_set(const char *val, >>> +const

[PATCH v3] gpio: UniPhier: add driver for UniPhier GPIO controller

2015-07-13 Thread Masahiro Yamada
This GPIO controller device is used on UniPhier SoCs. Signed-off-by: Masahiro Yamada --- Changes in v3: - Use module_platform_driver() Changes in v2: - Fix typos in the comment block drivers/gpio/Kconfig | 6 + drivers/gpio/Makefile| 1 + drivers/gpio/gpio-uniphier.c

[PATCH v2 1/7] pinctrl: UniPhier: add UniPhier pinctrl core support

2015-07-13 Thread Masahiro Yamada
The core support for the pinctrl drivers for all the UniPhier SoCs. Signed-off-by: Masahiro Yamada --- Changes in v2: - drop vogus THIS_MODULE because this file is always built-in - drop vogus "include because this file is always built-in drivers/pinctrl/Kconfig

[PATCH v2 4/7] pinctrl: UniPhier: add UniPhier PH1-sLD8 pinctrl driver

2015-07-13 Thread Masahiro Yamada
Add pin configuration and pinmux support for UniPhier PH1-sLD8 SoC. Signed-off-by: Masahiro Yamada --- Changes in v2: - sort groups and funcs alphabetically - add i2c pin-mux settings - sort members of platform_driver - change to tristate - add THIS_MODULE to pinctrl_desc - use

[PATCH v2 2/7] pinctrl: UniPhier: add UniPhier PH1-LD4 pinctrl driver

2015-07-13 Thread Masahiro Yamada
Add pin configuration and pinmux support for UniPhier PH1-LD4 SoC. Signed-off-by: Masahiro Yamada --- Changes in v2: - sort groups and funcs alphabetically - add missing "emmc_dat8" group - add i2c pin-mux settings - sort members of platform_driver - change to tristate - add

[PATCH v2 7/7] pinctrl: UniPhier: add UniPhier PH1-LD6b pinctrl driver

2015-07-13 Thread Masahiro Yamada
Add pin configuration and pinmux support for UniPhier PH1-LD6b SoC. Signed-off-by: Masahiro Yamada --- Changes in v2: - sort groups and funcs alphabetically - add i2c pin-mux settings - sort members of platform_driver - change to tristate - add THIS_MODULE to pinctrl_desc - use

[PATCH v2 6/7] pinctrl: UniPhier: add UniPhier ProXstream2 pinctrl driver

2015-07-13 Thread Masahiro Yamada
Add pin configuration and pinmux support for UniPhier ProXstream2 SoC. Signed-off-by: Masahiro Yamada --- Changes in v2: - sort groups and funcs alphabetically - add i2c pin-mux settings - sort members of platform_driver - change to tristate - add THIS_MODULE to pinctrl_desc - use

[PATCH v2 5/7] pinctrl: UniPhier: add UniPhier PH1-Pro5 pinctrl driver

2015-07-13 Thread Masahiro Yamada
Add pin configuration and pinmux support for UniPhier PH1-Pro5 SoC. Signed-off-by: Masahiro Yamada --- Changes in v2: - sort groups and funcs alphabetically - add i2c pin-mux settings - sort members of platform_driver - change to tristate - add THIS_MODULE to pinctrl_desc - use

Re: [PATCH 18/20] staging/lustre/libcfs: get rid of debugfs/lnet/debug_mb

2015-07-13 Thread Greg Kroah-Hartman
On Wed, Jul 08, 2015 at 11:45:59AM +0300, Dan Carpenter wrote: > On Mon, Jul 06, 2015 at 12:48:56PM -0400, gr...@linuxhacker.ru wrote: > > +static int libcfs_param_debug_mb_set(const char *val, > > +const struct kernel_param *kp) > > +{ > > + int rc; > > +

Re: Subject: [v3.19 Regression] x86, irq, acpi: Get rid of special handling of GSI for ACPI SCI

2015-07-13 Thread Jiang Liu
On 2015/7/14 3:36, Joseph Salisbury wrote: > Hello Jiang, > > A kernel bug report was opened against Ubuntu [0]. It was found that > reverting the following commit resolves this bug: > > commit cd68f6bd53cf89d1d5ed889b8af65e9c3574a079 > Author: Jiang Liu > Date: Mon Oct 27 16:11:52 2014 +0800

[PATCH v2 3/7] pinctrl: UniPhier: add UniPhier PH1-Pro4 pinctrl driver

2015-07-13 Thread Masahiro Yamada
Add pin configuration and pinmux support for UniPhier PH1-Pro4 SoC. Signed-off-by: Masahiro Yamada --- Changes in v2: - sort groups and funcs alphabetically - add i2c pin-mux settings - sort members of platform_driver - change to tristate - add THIS_MODULE to pinctrl_desc - use

Re: [PATCH] staging: lustre: Deletion of unnecessary checks before three function calls

2015-07-13 Thread Greg Kroah-Hartman
On Fri, Jun 26, 2015 at 11:23:29PM +0200, SF Markus Elfring wrote: > From: Markus Elfring > Date: Fri, 26 Jun 2015 23:10:42 +0200 Sorry, I'm not taking any of your patches until you fix this all up. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

[lkp] [of] 649e0a77e28:

2015-07-13 Thread Huang Ying
FYI, we noticed the below changes on git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master commit 649e0a77e28a7796bf62bfda0fe3f2aee094bd58 ("of: make unittest select OF_EARLY_FLATTREE instead of depend on it") The following new message in kernel log may make end user confuse.

Re: [PATCH] staging: lustre: mgc: no need to compare bool value

2015-07-13 Thread Greg Kroah-Hartman
On Tue, Jun 23, 2015 at 04:26:11PM +0200, Luis de Bethencourt wrote: > Inverting the value of eof is a more direct way of passing to the debugging > function if eof is false or not. Really? I like the explicit-ness of the code as it is today, it's more obvious what is going on, which is the most

[lkp] [x86/entry/64] 62c79204783: 5.9% aim7.jobs-per-min

2015-07-13 Thread Huang Ying
FYI, we noticed the below changes on git://git.kernel.org/pub/scm/linux/kernel/git/luto/linux.git x86/entry commit 62c79204783e188291d880f23d49c02d8c8f498b ("x86/entry/64: When returning via SYSRET, POP regs instead of using MOV")

Re: [PATCH v3 4/4] gpio: brcmstb: support wakeup from S5 cold boot

2015-07-13 Thread Gregory Fong
On Mon, Jul 13, 2015 at 6:03 AM, Linus Walleij wrote: > On Thu, Jun 18, 2015 at 3:00 AM, Gregory Fong wrote: > >> For wake from S5, we need to: >> - register a reboot handler >> - set wakeup capability before requesting IRQ so wakeup count is >> incremented >> - mask all GPIO IRQs and clear

Re: [PATCH v2] sched: let __sched_period() use rq's nr_running

2015-07-13 Thread Mike Galbraith
On Tue, 2015-07-14 at 11:07 +0900, Byungchul Park wrote: > but.. is there any reason meaningless code should be kept in source? :( > it also harms readability. of cource, i need to modify my patch a little > bit to prevent non-group sched entities from getting large slice. By all means proceed,

Re: [PATCH v3 3/4] gpio: brcmstb: Add interrupt and wakeup source support

2015-07-13 Thread Gregory Fong
On Mon, Jul 13, 2015 at 5:58 AM, Linus Walleij wrote: > On Thu, Jun 18, 2015 at 3:00 AM, Gregory Fong wrote: > >> Uses the gpiolib irqchip helpers. For this to work, the irq setup >> function is called once per bank instead of once per device. Note >> that all known uses of this block have a

Re: [PATCH v2] sched: let __sched_period() use rq's nr_running

2015-07-13 Thread Byungchul Park
On Mon, Jul 13, 2015 at 06:25:35PM +0900, Byungchul Park wrote: > On Mon, Jul 13, 2015 at 10:26:09AM +0200, Peter Zijlstra wrote: > > On Fri, Jul 10, 2015 at 05:11:30PM +0900, byungchul.p...@lge.com wrote: > > > From: Byungchul Park > > > > > > __sched_period() returns a period which a rq can

Hi Lovely

2015-07-13 Thread Gavin
My name is Gavin. I'm 45 years old, from the US. I'm in Syria right now fighting IS. I want to get to know you better, if I may be so bold. I consider myself an easy-going man, and I am currently looking for a relationship in which I feel loved. Please tell me more about yourself, if you don't

Re: [PATCH] acpi-cpufreq: Add a miss ifdef CONFIG_X86_ACPI_CPUFREQ_CPB

2015-07-13 Thread Pan Xinhui
hi, Rafael, thanks for you reply :) On 2015年07月14日 07:26, Rafael J. Wysocki wrote: > On Monday, July 13, 2015 02:33:08 PM Pan Xinhui wrote: >> hi, Rafeal >> thanks for your reply. :) >> >> On 2015年07月11日 04:44, Rafael J. Wysocki wrote: >>> Hi, >>> >>> On Fri, Jul 10, 2015 at 7:50 AM,

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

2015-07-13 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the drm-intel tree got a conflict in: drivers/gpu/drm/i915/intel_display.c between commit: 8aa3053bf731 ("drm/i915: fix oops in primary_check_plane") from the drm-intel-fixes tree and commit: da20eabd2c69 ("drm/i915: Split plane updates of

Re: [PATCH] Staging: android: ion: Fix Style Issue

2015-07-13 Thread Craig Inches
On Mon, Jul 13, 2015 at 04:42:22AM -0700, Joe Perches wrote: > On Mon, 2015-07-13 at 17:29 +, Craig wrote: > > Modified style issue in ion.c. Missing empty line after a definition > > > > Signed-off-by: Craig > > --- > > drivers/staging/android/ion/ion.c | 1 + > > 1 file changed, 1

Re: [PATCH v3 00/11] USB: OTG/DRD Core functionality

2015-07-13 Thread Peter Chen
On Mon, Jul 13, 2015 at 12:14:43PM -0700, Andrew Bresticker wrote: > Hi Roger, > > On Wed, Jul 8, 2015 at 3:19 AM, Roger Quadros wrote: > > Usage model: > > --- > > > > - The OTG controller device is assumed to be the parent of > > the host and gadget controller. It must call

Re: [PATCH v2] sched: let __sched_period() use rq's nr_running

2015-07-13 Thread Byungchul Park
On Mon, Jul 13, 2015 at 02:30:38PM +0200, Mike Galbraith wrote: > On Mon, 2015-07-13 at 20:07 +0900, Byungchul Park wrote: > > > i still think stretching with local cfs's nr_running should be replaced with > > stretching with a top(=root) level one. > > I think we just can't take 'slice' _too_

[RFC PATCH v5 2/3] tools lib traceevent: Add function to get dynamic arrays length

2015-07-13 Thread He Kuang
To print a trace event with a dynamic array, __print_array(array, len, element_size) requires the number of items in the array, which can be got by the helper function __get_dynamic_array_len(), currently it is not an available function in the function list in process_function(). Add new arg type

[RFC PATCH v5 3/3] bpf: Introduce function for outputing trace event data

2015-07-13 Thread He Kuang
There're scenarios that we need an eBPF program to record not only kprobe point args, but also the PMU counters, time latencies or the number of cache misses between two probe points and other information when the probe point is entered. This patch adds a new trace event to establish

Re: KDBUS breaks 'make installmandocs'

2015-07-13 Thread Ulf Magnusson
On Mon, Jul 13, 2015 at 05:39:25PM -0700, Greg KH wrote: > On Sun, Jul 12, 2015 at 08:08:46PM +0200, Ulf Magnusson wrote: > > Hello, > > > > Tested with next-20150709. > > > > Documentation/kdbus/Makefile lacks an 'installmandocs' target, causing > > problems for > > > > %docs: scripts_basic

[RFC PATCH v5 1/3] tracing/events: Fix wrong sample output by storing array length instead of size

2015-07-13 Thread He Kuang
The output result of trace_foo_bar event in traceevent samples is wrong. This problem can be reproduced as following: (Build kernel with SAMPLE_TRACE_EVENTS=m) $ insmod trace-events-sample.ko $ echo 1 > /sys/kernel/debug/tracing/events/sample-trace/foo_bar/enable $ cat

[RFC PATCH v5 0/3] Make eBPF programs output data to perf

2015-07-13 Thread He Kuang
Hi, Previous patch v4 url: http://thread.gmane.org/gmane.linux.kernel/1993353 This version we output bpf trace events in a hex array, the results for three u64 integers in previous sample changed to this: dd 1042 [000] 1296.122951: bpf:bpf_output_data: 7a ca aa c6 2d 01 00 00 95 87 ec ca 2d

Re: [PATCH] serial: samsung: Remove redundant DEBUG_LL check

2015-07-13 Thread Krzysztof Kozlowski
On 13.07.2015 20:18, Javier Martinez Canillas wrote: > Commit 84f57d9e3685 ("tty: serial/samsung: fix modular build") fixed > build issues when the driver was built as a module. One of those was > that printascii is only accessible when the driver is built-in. > > But there is no need to check

Re: [PATCH 1/3] panic: Disable crash_kexec_post_notifiers if kdump is not available

2015-07-13 Thread Hidehiro Kawai
Hello Eric and Daniel, (2015/07/14 5:26), dwal...@fifo99.com wrote: > On Fri, Jul 10, 2015 at 08:41:28AM -0500, Eric W. Biederman wrote: >> Hidehiro Kawai writes: >> >>> You can call panic notifiers and kmsg dumpers before kdump by >>> specifying "crash_kexec_post_notifiers" as a boot parameter.

  1   2   3   4   5   6   7   8   9   10   >