[PATCH 1/1] I2C: designware: fix IO timeout issue for AMD controller

2015-11-04 Thread Xiangliang Yu
Because of some hardware limitation, AMD I2C controller can't trigger next interrupt if interrupt status has been changed after clearing interrupt status bits. Then, I2C will lost interrupt and IO timeout. According to hardware design, this patch implements a workaround to disable i2c controller

[PATCH] crypto: sun4i-ss: add missing statesize

2015-11-04 Thread LABBE Corentin
sun4i-ss implementaton of md5/sha1 is via ahash algorithms. A recent change make impossible to load them without giving statesize. This patch specifiy statesize for sha1 and md5. Signed-off-by: LABBE Corentin Cc: sta...@vger.kernel.org --- drivers/crypto/sunxi-ss/sun4i-ss-core.c | 2 ++ 1 file

[PATCH] ARM: at91/dt: sama5d4: change watchdog compatible

2015-11-04 Thread Wenyou Yang
Change the watchdog compatible to "atmel,sama5d4-wdt" to support SAMA5D4 watchdog driver. Signed-off-by: Wenyou Yang --- arch/arm/boot/dts/sama5d4.dtsi |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi index

Re: [PATCH 2/2] arm64: Allow changing of attributes outside of modules

2015-11-04 Thread Ard Biesheuvel
On 3 November 2015 at 22:48, Laura Abbott wrote: > > Currently, the set_memory_* functions that are implemented for arm64 > are restricted to module addresses only. This was mostly done > because arm64 maps normal zone memory with larger page sizes to > improve TLB performance. This has the side

[PATCH] ARM: at91/dt: sama5d2: add watchdog node

2015-11-04 Thread Wenyou Yang
Add watchdog node to support SAMA5D4 watchdog. Signed-off-by: Wenyou Yang --- arch/arm/boot/dts/at91-sama5d2_xplained.dts |4 arch/arm/boot/dts/sama5d2.dtsi |7 +++ 2 files changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/at91-sama5d2_xplained.dts

[PATCH] ARM: at91/sama5_defconfig: enable watchdog driver

2015-11-04 Thread Wenyou Yang
Enabel AT91SAM9X / AT91CAP9 watchdog and SAMA5D4 watchdog. Signed-off-by: Wenyou Yang --- arch/arm/configs/sama5_defconfig |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig index a0c57ac..963daae 100644 ---

[PATCH v7 6/6] ARM: dts: enable smp for rk3036

2015-11-04 Thread Xing Zheng
Enable smp for rk3036, and add the smp sram name for adapting. --- Changes in v7: Signed-off-by: Xing Zheng Reviewed-by: Heiko Stuebner arch/arm/boot/dts/rk3036.dtsi |5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/rk3036.dtsi b/arch/arm/boot/dts/rk3036.dtsi

[PATCH v7 5/6] ARM: dts: rockchip: add core rk3036 dts

2015-11-04 Thread Xing Zheng
Initial release for rk3036, node definitions rk3036 sdk board. Signed-off-by: Xing Zheng Reviewed-by: Heiko Stuebner --- Changes in v7: None arch/arm/boot/dts/Makefile |1 + arch/arm/boot/dts/rk3036-evb.dts | 64 + arch/arm/boot/dts/rk3036.dtsi| 547

[PATCH v7 4/6] clk: rockchip: add clock controller for rk3036

2015-11-04 Thread Xing Zheng
Add the clock tree definition for the new rk3036 SoC. Signed-off-by: Xing Zheng Reviewed-by: Heiko Stuebner --- Changes in v7: None drivers/clk/rockchip/Makefile |1 + drivers/clk/rockchip/clk-rk3036.c | 478 + drivers/clk/rockchip/clk.h|

[PATCH v7 2/6] clk: rockchip: add dt-binding header for rk3036

2015-11-04 Thread Xing Zheng
Add the dt-bindings header for the rk3036, that gets shared between the clock controller and the clock references in the dts. Signed-off-by: Xing Zheng Reviewed-by: Heiko Stuebner --- Changes in v7: None include/dt-bindings/clock/rk3036-cru.h | 193 1 file

[PATCH v7 3/6] clk: rockchip: add new pll-type for rk3036 and similar socs

2015-11-04 Thread Xing Zheng
The rk3036's pll and clock are different with base on the rk3066(rk3188, rk3288, rk3368 use it), there are different adjust foctors and control registers, so these should be independent and separate from the series of rk3066s. Signed-off-by: Xing Zheng Reviewed-by: Heiko Stuebner --- Changes

[PATCH v7 1/6] dt-bindings: add documentation of rk3036 clock controller

2015-11-04 Thread Xing Zheng
Add the devicetree binding for the cru on the rk3036 which quite similar structured as previous clock controllers. Signed-off-by: Xing Zheng Reviewed-by: Heiko Stuebner Acked-by: Rob Herring --- Changes in v7: None .../bindings/clock/rockchip,rk3036-cru.txt | 56

[PATCH v7 0/6] Build and support rk3036 SoC platform

2015-11-04 Thread Xing Zheng
Hi, We need to support rk3036 soc platform via upstream, there are some primary parts for the initial release of minimum system: dts, clk-pll, smp, and clock tree for rk3036, and additional, we can use these startup and run to init processs. Thanks. Changed in v7: - removed the patch "make

Re: [PATCH 0/4] dm verity: add support for error correction

2015-11-04 Thread Milan Broz
On 11/05/2015 03:02 AM, Sami Tolvanen wrote: > This patch set adds error correction support to dm-verity, which > makes it possible to recover from data corruption in exchange of > increased space overhead. > > The feature is implemented as part of dm-verity to take advantage > of the existing

[PATCH TRIVIAL] README: cosmetic fixes

2015-11-04 Thread Diego Viola
Signed-off-by: Diego Viola --- README | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index a326a6a..e1df543 100644 --- a/README +++ b/README @@ -59,7 +59,7 @@ DOCUMENTATION: INSTALLING the kernel source: - If you install the full sources,

[PATCH v2 02/10] tty: xuartps: Use spinlock to serialize HW access

2015-11-04 Thread Soren Brinkmann
Instead of disabling the IRQ, use the spin lock to serialize accesses to the HW. This protects the driver from interference of non-IRQ callbacks with each other and makes the driver more consistent in its serialization method. Signed-off-by: Soren Brinkmann --- v2: - remove unused variable ---

[PATCH v2 09/10] tty: xuartps: Only handle RX IRQs when RX is enabled

2015-11-04 Thread Soren Brinkmann
Ignore RX-related interrupts if RX is not enabled. Signed-off-by: Soren Brinkmann --- drivers/tty/serial/xilinx_uartps.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/drivers/tty/serial/xilinx_uartps.c b/drivers/tty/serial/xilinx_uartps.c index

[PATCH v2 01/10] tty: xuartps: Beautify read-modify writes

2015-11-04 Thread Soren Brinkmann
Non-functional, formatting changes to ease reading the code. Signed-off-by: Soren Brinkmann --- drivers/tty/serial/xilinx_uartps.c | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/drivers/tty/serial/xilinx_uartps.c b/drivers/tty/serial/xilinx_uartps.c index

[PATCH v2 03/10] tty: xuartps: Always enable transmitter in start_tx

2015-11-04 Thread Soren Brinkmann
start_tx must start transmitting characters. Regardless of the state of the circular buffer, always enable the transmitter hardware. Signed-off-by: Soren Brinkmann --- drivers/tty/serial/xilinx_uartps.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH v2 07/10] tty: xuartps: Acquire port lock for shutdown

2015-11-04 Thread Soren Brinkmann
Shutting down the UART port can happen while console operations are in progress. Holding the port lock serializes these operations and avoids the UART HW to be disabled in the middle of console prints. Signed-off-by: Soren Brinkmann --- drivers/tty/serial/xilinx_uartps.c | 6 ++ 1 file

[PATCH v2 04/10] tty: xuartps: Clear interrupt status register in shutdown

2015-11-04 Thread Soren Brinkmann
When shutting down the UART, clear the interrupt status register. Signed-off-by: Soren Brinkmann --- drivers/tty/serial/xilinx_uartps.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/tty/serial/xilinx_uartps.c b/drivers/tty/serial/xilinx_uartps.c index df6778d17949..b7fc30639292

[PATCH v2 00/10] tty: xuartps: Fix lock ups

2015-11-04 Thread Soren Brinkmann
Hi, this is v2, hopefully without any build issues. The changes are the same as before, just the warning reported by kbuild test robot about unused variables have been fixed. And, I added one more patch with some cleanup/refactoring. I recently found my system locking up under some conditions. I

[PATCH v2 06/10] tty: xuartps: Keep lock for whole ISR

2015-11-04 Thread Soren Brinkmann
The RX path in the interrupt handler released a lock unnecessarily. Signed-off-by: Soren Brinkmann --- drivers/tty/serial/xilinx_uartps.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/tty/serial/xilinx_uartps.c b/drivers/tty/serial/xilinx_uartps.c index

[PATCH v2 10/10] tty: xuartps: Cleanup: Reformat if-else

2015-11-04 Thread Soren Brinkmann
Convert an if-else into the more common early return on error, reducing the indent level of the happy path. Signed-off-by: Soren Brinkmann --- v2: - added this patch --- drivers/tty/serial/xilinx_uartps.c | 124 ++--- 1 file changed, 62 insertions(+), 62

[PATCH v2 05/10] tty: xuartps: Improve startup function

2015-11-04 Thread Soren Brinkmann
The startup function is supposed to initialize the UART for receiving. Hence, don't enable the TX part. Also, protect HW accesses with the port lock. Signed-off-by: Soren Brinkmann --- drivers/tty/serial/xilinx_uartps.c | 20 1 file changed, 12 insertions(+), 8 deletions(-)

[PATCH v2 08/10] tty: xuartps: Move RX path into helper function

2015-11-04 Thread Soren Brinkmann
Move RX-related IRQ handling into a helper function. Signed-off-by: Soren Brinkmann --- drivers/tty/serial/xilinx_uartps.c | 50 +- 1 file changed, 28 insertions(+), 22 deletions(-) diff --git a/drivers/tty/serial/xilinx_uartps.c

Re: [PATCH v2 1/2] MAINTAINERS: Add missing git repository and directory for devfreq

2015-11-04 Thread MyungJoo Ham
> > This patch adds the missing git repository infomation and directory for > devfreq. When using get_maintainer.pl, the result should include the > correct maintainer information. > > Suggested-by: Joe Perches > [cw00.chio: Add missing directory for devfreq] > Signed-off-by: Chanwoo Choi >

Re: [patch 02/14] x86/apic: Implement single target IPI function for x2apic_cluster

2015-11-04 Thread Ingo Molnar
* Thomas Gleixner wrote: > From: Linus Torvalds > > [ tglx: Split it out from the patch which provides the new callback > and wrapped it into local_irq_save/restore ] > > Signed-off-by: Linus Torvalds > Signed-off-by: Thomas Gleixner > --- > arch/x86/kernel/apic/x2apic_cluster.c |

Re: [PATCH 3/4] scsi: fix compiler warning for sg

2015-11-04 Thread kbuild test robot
Hi Sinan, [auto build test ERROR on: scsi/for-next] [also build test ERROR on: v4.3 next-20151105] url: https://github.com/0day-ci/linux/commits/Sinan-Kaya/scsi-mpt2sas-try-64-bit-DMA-when-32-bit-DMA-fails/20151105-125248 base: https://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git

Re: [PATCH 1/2] arm64: Get existing page protections in split_pmd

2015-11-04 Thread Ard Biesheuvel
Hi Laura, On 3 November 2015 at 22:48, Laura Abbott wrote: > > Rather than always putting the least restrictived permissions restrictive > (PAGE_KERNEL_EXEC) when spliting a pmd into pages, use > the existing permissions from the pmd for the page. > > Signed-off-by: Laura Abbott > --- >

Re: [GIT PULL] char/misc driver patches for 4.4-rc1

2015-11-04 Thread Linus Torvalds
On Wed, Nov 4, 2015 at 2:19 PM, Greg KH wrote: > > Here is the big char/misc driver update for 4.4-rc1. Lots of different > driver and subsystem updates, hwtracing being the largest with the > addition of some new platforms that are now supported. Hmm. So if you answer 'N' to "System Trace

[PATCH] pinctrl: remove redundant if conditional from Kconfig

2015-11-04 Thread Masahiro Yamada
The whole menu is guarded by menu "Pin controllers" depends on PINCTRL ... endmenu The if conditional outside of it is redundant. Signed-off-by: Masahiro Yamada --- drivers/pinctrl/Kconfig | 4 1 file changed, 4 deletions(-) diff --git a/drivers/pinctrl/Kconfig

Re: [PATCH] reset: check return value of reset_controller_register()

2015-11-04 Thread Sören Brinkmann
On Thu, 2015-11-05 at 02:54PM +0900, Masahiro Yamada wrote: > Currently, reset_controller_register() always return 0, but it would > be better to check its return code. > > Signed-off-by: Masahiro Yamada Acked-by: Sören Brinkmann Sören -- To unsubscribe from this list: send the line

Re: [patch 02/14] x86/apic: Implement single target IPI function for x2apic_cluster

2015-11-04 Thread Linus Torvalds
On Wed, Nov 4, 2015 at 10:38 PM, Ingo Molnar wrote: > > but in the above sequence I think we can do even better: we don't need the > local_irq_save()/restore() I think. Right. Thomas added that one to my patch. I don't think he realized just *how* trivial sending a single IPI is with the

Re: [PATCH v4 4/6] reset: sunxi: Add Allwinner H3 bus resets

2015-11-04 Thread Jean-Francois Moine
On Wed, 4 Nov 2015 08:30:14 -0800 Maxime Ripard wrote: > Hi Arnd, > > On Fri, Oct 30, 2015 at 09:27:03AM +0100, Arnd Bergmann wrote: > > On Tuesday 27 October 2015 17:50:24 Jens Kuske wrote: > > > > > > +static int sun8i_h3_bus_reset_xlate(struct reset_controller_dev *rcdev, > > > +

Re: [PATCH v2 2/2] MAINTAINERS: Add devfreq-event entry

2015-11-04 Thread MyungJoo Ham
> > This patch adds the devfreq-event[1] entry to review the patches > as just supporter. Patches will be picked up by Myungjoo Ham on > devfreq git repository. > [1] https://lkml.org/lkml/2015/1/25/573 > > Signed-off-by: Chanwoo Choi Signed-off-by: MyungJoo Ham > --- > MAINTAINERS |

Re: [PATCH 3/9] perf, tools, stat: Abstract stat metrics printing

2015-11-04 Thread Jiri Olsa
On Thu, Nov 05, 2015 at 03:43:07AM +0100, Andi Kleen wrote: > On Wed, Nov 04, 2015 at 09:42:48AM +0100, Jiri Olsa wrote: > > On Mon, Nov 02, 2015 at 05:50:22PM -0800, Andi Kleen wrote: > > > > SNIP > > > > > evsel->attr.type == PERF_TYPE_HW_CACHE && > > > evsel->attr.config

[PATCH] perf tools: Change FEATURE-DUMP to FEATURE-DUMP.libbpf for lib bpf

2015-11-04 Thread Yunlong Song
Commit ed63f34c026e9a60d17fa750ecdfe3f600d49393 ("perf tools: Make perf depend on libbpf") dynamically creates FEATURE-DUMP.libbpf during the perf building, but the .gitignore under tools/lib/bpf/ mistakes FEATURE-DUMP.libbpf for FEATURE-DUMP. Besides, the Makefile under tools/lib/bpf/ also

Re: [PATCH 3/4] scsi: fix compiler warning for sg

2015-11-04 Thread kbuild test robot
Hi Sinan, [auto build test ERROR on: scsi/for-next] [also build test ERROR on: v4.3 next-20151105] url: https://github.com/0day-ci/linux/commits/Sinan-Kaya/scsi-mpt2sas-try-64-bit-DMA-when-32-bit-DMA-fails/20151105-125248 base: https://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git

[PATCH] ARM: uniphier: select PINCTRL

2015-11-04 Thread Masahiro Yamada
The UniPhier SoCs support pinctrl drivers. Signed-off-by: Masahiro Yamada --- arch/arm/mach-uniphier/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-uniphier/Kconfig b/arch/arm/mach-uniphier/Kconfig index b640458..82dddee 100644 --- a/arch/arm/mach-uniphier/Kconfig

Re: i.MX6: Increasing VPU frequency

2015-11-04 Thread Jon Nettleton
On Thu, Nov 5, 2015 at 7:43 AM, Jean-Michel Hautbois wrote: > > Le 5 nov. 2015 05:23, "Jon Nettleton" a écrit : >> >> On Wed, Nov 4, 2015 at 8:33 PM, Jean-Michel Hautbois >> wrote: >> > 2015-11-04 18:04 GMT+01:00 Jon Nettleton : >> >> On Wed, Nov 4, 2015 at 5:52 PM, Jean-Michel Hautbois >> >>

Re: [RFC PATCHv3 3/4] x86/pci: Initial commit for new VMD device driver

2015-11-04 Thread Jiang Liu
On 2015/11/4 23:14, Thomas Gleixner wrote: > On Wed, 4 Nov 2015, Keith Busch wrote: > >> On Tue, Nov 03, 2015 at 12:42:02PM +0100, Thomas Gleixner wrote: >>> On Tue, 3 Nov 2015, Keith Busch wrote: >> +msi_irqdomain = pci_msi_create_irq_domain(NULL, >> _chained_msi_domain_info,

Re: [PATCH v2 2/5] spi: spi-ti-qspi: add mmap mode read support

2015-11-04 Thread Vignesh R
On 11/04/2015 08:11 PM, Mark Brown wrote: > On Tue, Nov 03, 2015 at 03:36:11PM +0530, Vignesh R wrote: > >> +ti_qspi_enable_memory_map(spi); >> +ti_qspi_setup_mmap_read(spi, read_opcode, addr_width, >> +dummy_bytes); >> +memcpy_fromio(buf, qspi->mmap_base

Re: [BUG] linux 4.3 - intel graphics card driver keeps oopsing

2015-11-04 Thread Ian Kumlien
After a few hours the machine started to spontaneously reboot. It's back to running 4.2.5 - which works fine. (I don't know if these messages are actually reaching lkml since it's not showing up in the index on marc.info) On 4 November 2015 at 10:24, Ian Kumlien wrote: > Hi, > > This happened

RE: [PATCH] ARM:dma-mapping: Handle DMA_BIDIRECTIONAL in _dma_page_cpu_to_dev()

2015-11-04 Thread Sharma, Sanjeev
-Original Message- From: Russell King - ARM Linux [mailto:li...@arm.linux.org.uk] Sent: Wednesday, November 04, 2015 4:24 PM To: Will Deacon Cc: Sharma, Sanjeev; m.szyprow...@samsung.com; linux-arm-ker...@lists.infradead.org; linux-kernel@vger.kernel.org Subject: Re: [PATCH]

Re: [PATCH cgroup/for-4.4-fixes] cgroup: fix cftype->file_offset handling

2015-11-04 Thread Johannes Weiner
On Thu, Nov 05, 2015 at 12:12:24AM -0500, Tejun Heo wrote: > 6f60eade2433 ("cgroup: generalize obtaining the handles of and > notifying cgroup files") introduced cftype->file_offset so that the > handles for per-css file instances can be recorded. These handles > then can be used, for example, to

[PATCH] reset: check return value of reset_controller_register()

2015-11-04 Thread Masahiro Yamada
Currently, reset_controller_register() always return 0, but it would be better to check its return code. Signed-off-by: Masahiro Yamada --- drivers/reset/reset-berlin.c | 4 +--- drivers/reset/reset-socfpga.c | 3 +-- drivers/reset/reset-sunxi.c | 3 +-- drivers/reset/reset-zynq.c| 3

linux-next: Tree for Nov 5

2015-11-04 Thread Stephen Rothwell
Hi all, Please do *not* add any material intended for v4.5 to your linux-next included branches until after v4.4-rc1 has been released. Changes since 20151104: The battery tree still had its build failure so I used the version from next-20150925. The mailbox tree lost its build failure

[PATCH RESEND 0/4] SMP support for Broadcom NSP

2015-11-04 Thread Kapil Hali
Hi, This series adds SMP support for Broadcom's Northstar Plus SoC. There are similar SMP enablement methods for many ARMv7 bsed SoCs. BCM NSP SoC, has a typical such mechanism - after power-on, the secondary core is held in a standby state, primary core provides a startup address for the

[PATCH RESEND 2/4] ARM: dts: add SMP support for Broadcom NSP

2015-11-04 Thread Kapil Hali
Add device tree changes required for providing SMP support for Broadcom Northstar Plus SoC. Signed-off-by: Kapil Hali --- arch/arm/boot/dts/bcm-nsp.dtsi | 33 + 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi

[PATCH RESEND 1/4] dt-bindings: add SMP enable-method for Broadcom NSP

2015-11-04 Thread Kapil Hali
Add a compatible string "brcm,bcm-nsp-smp" for Broadcom's Northstar Plus CPU to the 32-bit ARM CPU device tree binding documentation file and create a new binding documentation for Northstar Plus CPU pen-release mechanism. Signed-off-by: Kapil Hali ---

[PATCH RESEND 4/4] ARM: BCM: Add SMP support for Broadcom 4708

2015-11-04 Thread Kapil Hali
From: Jon Mason Add SMP support for Broadcom's 4708 SoCs. Signed-off-by: Jon Mason Acked-by: Hauke Mehrtens Tested-by: Hauke Mehrtens Signed-off-by: Kapil Hali --- arch/arm/boot/dts/bcm4708.dtsi | 2 ++ arch/arm/mach-bcm/Kconfig | 1 + arch/arm/mach-bcm/Makefile | 3 +++ 3 files

[PATCH RESEND 3/4] ARM: BCM: Add SMP support for Broadcom NSP

2015-11-04 Thread Kapil Hali
Add SMP support for Broadcom's Northstar Plus SoC, cpu enable method and pen_release procedures. This changes also consolidates iProc family's - BCM NSP and BCM Kona, SMP handling in a common file. Northstar Plus SoC is based on ARM Cortex-A9 revision r3p0 which requires configuration for ARM

[PATCH] spi: mediatek: single device does not require cs_gpios

2015-11-04 Thread Nicolas Boichat
When only one device is present, it is not necessary to specify cs_gpios, as the CS line can be controlled by the hardware module. Without this patch, older device tree bindings used before 37457607 "spi: mediatek: mt8173 spi multiple devices support" would cause a panic on boot. This fixes the

Re: [PATCH] alarmtimer: fix unexpected rtc interrupt when system resume

2015-11-04 Thread kbuild test robot
Hi zhuo-hao, [auto build test WARNING on: tip/timers/core] [also build test WARNING on: v4.3 next-20151104] url: https://github.com/0day-ci/linux/commits/zhuo-hao-lee-intel-com/alarmtimer-fix-unexpected-rtc-interrupt-when-system-resume/20151105-124811 reproduce: # apt-get install

[PATCH v2] alarmtimer: fix unexpected rtc interrupt when system resume from S3

2015-11-04 Thread zhuo-hao . lee
From: zhuo-hao Before the system go to suspend (S3), if user create a timer with clockid CLOCK_REALTIME_ALARM/CLOCK_BOOTTIME_ALARM and set a "large" timeout value to this timer. The function alarmtimer_suspend will be called to setup a timeout value to RTC timer to avoid the system sleep over

Re: [PATCH v2 2/2] drm/panel: Add Sharp LS043T1LE01 MIPI DSI panel

2015-11-04 Thread Archit Taneja
On 10/31/2015 04:04 AM, Bjorn Andersson wrote: From: Werner Johansson This adds support for the Sharp panel found on the Qualcomm Snapdragon 800 Dragonboard (APQ8074) Signed-off-by: Werner Johansson Signed-off-by: Bjorn Andersson Reviewed-by: Archit Taneja --- Change since v1: -

Re: [PATCH 1/2] arm64: dts: exynos7: Add pmic s2mps15 device tree node

2015-11-04 Thread Krzysztof Kozlowski
On 05.11.2015 14:37, Alim Akhtar wrote: > Hi Krzysztof > > On 11/02/2015 07:22 PM, Krzysztof Kozlowski wrote: >> 2015-11-02 22:01 GMT+09:00 Alim Akhtar : > >arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 349 > +++ >1 file changed, 349 insertions(+)

Re: [PATCH 3/4] scsi: fix compiler warning for sg

2015-11-04 Thread kbuild test robot
Hi Sinan, [auto build test ERROR on: scsi/for-next] [also build test ERROR on: v4.3 next-20151104] url: https://github.com/0day-ci/linux/commits/Sinan-Kaya/scsi-mpt2sas-try-64-bit-DMA-when-32-bit-DMA-fails/20151105-125248 base: https://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git

Re: [PATCH 3/4] dm verity: add support for forward error correction

2015-11-04 Thread kbuild test robot
Hi Sami, [auto build test ERROR on: dm/for-next] [also build test ERROR on: v4.3 next-20151104] url: https://github.com/0day-ci/linux/commits/Sami-Tolvanen/dm-verity-clean-up-duplicate-hashing-code/20151105-124458 base: https://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux

Re: [PATCH 1/2] arm64: dts: exynos7: Add pmic s2mps15 device tree node

2015-11-04 Thread Alim Akhtar
Hi Krzysztof On 11/02/2015 07:22 PM, Krzysztof Kozlowski wrote: 2015-11-02 22:01 GMT+09:00 Alim Akhtar : arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 349 +++ 1 file changed, 349 insertions(+) diff --git a/arch/arm64/boot/dts/exynos/exynos7-espresso.dts

Re: [PATCH v3 4/7] ARCH: EXYNOS: split up exynos4 SoC specific PMU data

2015-11-04 Thread Pankaj Dubey
On Tuesday 03 November 2015 07:26 AM, Krzysztof Kozlowski wrote: On 26.10.2015 21:55, Pankaj Dubey wrote: This patch splits up mach-exynos/pmu.c file, and moves exynos4210, exynos4412 and exynos4212 PMU configuration data and functions handing data into a common exynos4 SoC specific PMU file

Re: [PATCH net v2] bpf: fix trivial comment typo

2015-11-04 Thread David Miller
From: Matthew Fernandez Date: Thu, 5 Nov 2015 11:09:52 +1100 > bpf: fix trivial comment typo > > Signed-off-by: Matthew Fernandez This does not apply. It looks like your email client has corrupted the patch. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: [PATCH v3 3/7] ARCH: EXYNOS: split up exynos3250 SoC specific PMU data

2015-11-04 Thread Pankaj Dubey
Hi Krzysztof, On Tuesday 03 November 2015 07:25 AM, Krzysztof Kozlowski wrote: On 26.10.2015 21:55, Pankaj Dubey wrote: This patch splits up mach-exynos/pmu.c file, and moves exynos3250 PMU configuration data and functions handing those data into exynos3250 SoC specific PMU file

Re: [PATCH v3 5/7] ARCH: EXYNOS: split up exynos5250 SoC specific PMU data

2015-11-04 Thread Pankaj Dubey
On Tuesday 03 November 2015 07:37 AM, Krzysztof Kozlowski wrote: On 26.10.2015 21:55, Pankaj Dubey wrote: This patch splits up mach-exynos/pmu.c file, and moves exynos5250, PMU configuration data and functions handing data into exynos5250 SoC specific PMU file mach-exynos/exynos5250-pmu.c.

Re: [PATCH v3 6/7] ARCH: EXYNOS: split up exynos5420 SoC specific PMU data

2015-11-04 Thread Pankaj Dubey
Hi Krzysztof, On Tuesday 03 November 2015 07:40 AM, Krzysztof Kozlowski wrote: On 26.10.2015 21:55, Pankaj Dubey wrote: This patch splits up mach-exynos/pmu.c file, and moves exynos5420, PMU configuration data and functions handing data into exynos5420 SoC specific PMU file

Re: [PATCH v3 7/7] drivers: soc: Add support for Exynos PMU driver

2015-11-04 Thread Pankaj Dubey
Hi Krzysztof, On Tuesday 03 November 2015 07:52 AM, Krzysztof Kozlowski wrote: On 26.10.2015 21:55, Pankaj Dubey wrote: This patch moves Exynos PMU driver implementation from "arm/mach-exynos" to "drivers/soc/samsung". This driver is mainly used for setting misc bits of register from PMU IP of

Re: [PATCH] net: stmmac: remove unneeded phy_iface variable

2015-11-04 Thread David Miller
From: LABBE Corentin Date: Wed, 4 Nov 2015 21:08:12 +0100 > The variable phy_iface is double-initialized and finally is not necessary > at all. > > Reported-by: coverity (CID 1271141) > Signed-off-by: LABBE Corentin The value is used in two locations, so having it computed once in a variable

Re: [PATCH v3 2/7] ARM: EXYNOS: Move pmu specific headers under "linux/soc/samsung"

2015-11-04 Thread Pankaj Dubey
On Tuesday 03 November 2015 07:16 AM, Krzysztof Kozlowski wrote: On 26.10.2015 21:55, Pankaj Dubey wrote: Moving Exynos PMU specific header file into "include/linux/soc/samsung" thus updated affected files under "mach-exynos" to use new location of these header files. Signed-off-by: Amit

Re: [PATCH v3 1/7] ARM: EXYNOS: removing redundant code from regs-pmu.h

2015-11-04 Thread Pankaj Dubey
On Tuesday 03 November 2015 07:07 AM, Krzysztof Kozlowski wrote: On 26.10.2015 21:55, Pankaj Dubey wrote: commit 6ec4f8d0d91f ("ARM: EXYNOS: add generic function to calculate cpu number") introduced exynos_pmu_cpunr to be used by multi-cluster SoC's e.g Exynos5420, but it's no more used in

Re: [PATCH v3 0/7] samsung: pmu: split up SoC specific PMU data

2015-11-04 Thread Pankaj Dubey
Hi Krzysztof, On Tuesday 03 November 2015 07:36 AM, Krzysztof Kozlowski wrote: On 26.10.2015 21:55, Pankaj Dubey wrote: This patch series is a part of continuation work from following series [1] and [2]. 1: exynos: Move pmu driver to driver/soc folder and add exynos7 support

Re: [PATCH RESEND] tracing: Make tracing work when debugfs is not compiled or initialized.

2015-11-04 Thread Jiaxing Wang
On Wed, Nov 04, 2015 at 10:03:39AM -0500, Steven Rostedt wrote: > On Wed, 4 Nov 2015 09:11:18 +0800 > Jiaxing Wang wrote: > > > Currently tracing_init_dentry() returns -ENODEV when debugfs is not > > initialized, which causes tracefs not populated with tracing files and > > directories, so we

[PATCH v2 8/9] arm64: dts: Add main Thermal info to rk3368.dtsi

2015-11-04 Thread Caesar Wang
This patch add the thermal needed info on RK3368. Meanwhile, support the trips to throttle for thermal. Signed-off-by: Caesar Wang --- Changes in v2: - fix a copy wrong name. Series-changes: 1 - support the opt gpio pinctrl state Changes in v1: None arch/arm64/boot/dts/rockchip/rk3368.dtsi

[PATCH v2 6/9] thermal: rockchip: Support the RK3368 SoCs in thermal drivers

2015-11-04 Thread Caesar Wang
The RK3368 SoCs support to 2 channel TS-ADC, the temperature criteria of each channel can be configurable. The system has two Temperature Sensors, channel 0 is for CPU, and channel 1 is for GPU. Signed-off-by: Caesar Wang --- Changes in v2: - remove some unused, completed on other patchs.

[PATCH v2 9/9] arm64: dts: Enable the Thermal on R88 board

2015-11-04 Thread Caesar Wang
This patch enable the TS-ADC. When a thermal temperature is invoked use the CRU to reset the chip on R88 board. TSHUT is low active on this board. Signed-off-by: Caesar Wang --- Changes in v2: None Changes in v1: None arch/arm64/boot/dts/rockchip/rk3368-r88.dts | 6 ++ 1 file changed, 6

[PATCH v2 5/9] thermal: rockchip: Add the flag for adc value increment or decrement

2015-11-04 Thread Caesar Wang
The conversion table has the adc value and temperature. In fact, the adc value only has the increment or decrement mode in conversion table. Moment, we can add the flag to be better support the *code_to_temp* for differenr SoCs. Signed-off-by: Caesar Wang --- Changes in v2: None Changes in v1:

[PATCH v2 4/9] thermal: rockchip: improve the conversion function

2015-11-04 Thread Caesar Wang
We should make the conversion table in as a parameter since the different SoCs have the different conversionion table. Signed-off-by: Caesar Wang --- Changes in v2: - make the conversion table in as a parameter both code_to_temp and temp_to_code function. Series-changes: 1 - As Dmitry

[PATCH v2 7/9] arm64: dts: Add the thermal data found on RK3368

2015-11-04 Thread Caesar Wang
This patchset add the thermal for RK3368 dts, Since the two CPU clusters, with four CPU core for each cluster, One cluster is optimized for high-performance(big cluster) and the othe is optimized for low power(little cluster). This patch adds the second order for thermal throttle, and the

[PATCH v2 2/9] thermal: rockchip: better to compatible the driver for different SoCs

2015-11-04 Thread Caesar Wang
The current driver is default to register the two thermal sensors in probe since some SoCs maybe only have one sensor for thermal. In some cases, the channel 0 is not always the cpu or gpu sensor. So add the channel can be configured for sensors. Signed-off-by: Caesar Wang --- Changes in v2:

[PATCH v2 1/9] dt-bindings: rockchip-thermal: Support the RK3368 SoCs compatible

2015-11-04 Thread Caesar Wang
This patchset attempts to new compatible for thermal founding on RK3368 SoCs. Signed-off-by: Caesar Wang --- Changes in v2: None Changes in v1: - %s/thermal/rockchip-thermal in subject. Documentation/devicetree/bindings/thermal/rockchip-thermal.txt | 4 +++- 1 file changed, 3 insertions(+), 1

[PATCH v2 3/9] thermal: rockchip: trivial: fix typo in commit

2015-11-04 Thread Caesar Wang
Signed-off-by: Caesar Wang --- Changes in v2: - As Eduardo comments on patch v1, split in smaller changes. Changes in v1: None drivers/thermal/rockchip_thermal.c | 22 +- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/drivers/thermal/rockchip_thermal.c

[PATCH v2 0/9] Better compatible for the rockchip thermal and support RK3368 SoCs

2015-11-04 Thread Caesar Wang
This series patchs are working for RK3368 on Rockchip platform. @Heiko, The PATCH [5/6] is working based on big/littel cluster cpufreq added. Anyway, the PATCH [5/6] also work for next kernel. @Eduardo, This patchset are based on linus master branch. Note: Need add the following thermal

Re: [PATCH v4 04/11] lsm: inode_pre_setxattr hook

2015-11-04 Thread John Johansen
On 10/14/2015 05:41 AM, Lukasz Pawelczyk wrote: > Add a new LSM hook called before inode's setxattr. It is required for > LSM to be able to reliably replace the xattr's value to be set to > filesystem in __vfs_setxattr_noperm(). Useful for mapped values, like in > the upcoming Smack namespace

Re: [PATCH] PCI: pciehp: Always protect pciehp_disable_slot() with hotplug mutex

2015-11-04 Thread Guenter Roeck
On 11/04/2015 06:59 PM, Rajat Jain wrote: Geez... I wonder how did I miss it. Thanks for fixing this. Looks good to me. Hi Rajat, easy to miss. I only found it accidentally. Thanks a lot for the review! Guenter Reviewed-by: Rajat Jain mailto:rajatxj...@gmail.com>> On Sun, Nov 1, 2015 at

Re: [Linaro-acpi] [PATCH v8 5/5] Watchdog: introduce ARM SBSA watchdog driver

2015-11-04 Thread Guenter Roeck
On 11/04/2015 05:59 PM, Timur Tabi wrote: On Tue, Oct 27, 2015 at 11:06 AM, wrote: +static irqreturn_t sbsa_gwdt_interrupt(int irq, void *dev_id) +{ + struct sbsa_gwdt *gwdt = (struct sbsa_gwdt *)dev_id; + struct watchdog_device *wdd = >wdd; + + /* We don't use pretimeout,

[PATCH cgroup/for-4.4-fixes] cgroup: fix cftype->file_offset handling

2015-11-04 Thread Tejun Heo
6f60eade2433 ("cgroup: generalize obtaining the handles of and notifying cgroup files") introduced cftype->file_offset so that the handles for per-css file instances can be recorded. These handles then can be used, for example, to generate file modified notifications. Unfortunately, it made the

Re: [PATCH v1 11/20] ARC: [plat-eznps] Add eznps platform

2015-11-04 Thread Vineet Gupta
On Saturday 31 October 2015 06:45 PM, Noam Camus wrote: > From: Noam Camus > > This platform include boards: > Hardware Emulator (HE) > Simulator based upon nSIM. > > Signed-off-by: Noam Camus > --- > MAINTAINERS |6 + > arch/arc/plat-eznps/Kconfig

Re: [PATCH] bpf: add mod default A and X test cases

2015-11-04 Thread David Miller
From: Yang Shi Date: Wed, 4 Nov 2015 11:36:37 -0800 > When running "mod X" operation, if X is 0 the filter has to be halt. > Add new test cases to cover A = A mod X if X is 0, and A = A mod 1. > > CC: Xi Wang > CC: Zi Shen Lim > Signed-off-by: Yang Shi Applied, thank you. -- To unsubscribe

Re: [PATCH] __div64_32: implement division by multiplication for 32-bit arches

2015-11-04 Thread Nicolas Pitre
On Thu, 5 Nov 2015, Vineet Gupta wrote: > On Thursday 05 November 2015 05:18 AM, Nicolas Pitre wrote: > > On Wed, 4 Nov 2015, Nicolas Pitre wrote: > > > >> On Fri, 30 Oct 2015, Måns Rullgård wrote: > >> > >>> Nicolas Pitre writes: > >>> > I'm going to do it anyway given that I already have

Re: [PATCH] alarmtimer: fix unexpected rtc interrupt when system resume

2015-11-04 Thread kbuild test robot
Hi zhuo-hao, [auto build test ERROR on: tip/timers/core] [also build test ERROR on: v4.3 next-20151104] url: https://github.com/0day-ci/linux/commits/zhuo-hao-lee-intel-com/alarmtimer-fix-unexpected-rtc-interrupt-when-system-resume/20151105-124811 config: i386-randconfig-x009-11010709

linux-next: build failure after merge of the thermal-soc tree

2015-11-04 Thread Stephen Rothwell
Hi Eduardo, After merging the thermal-soc tree, today's linux-next build (powerpc allyesconfig) failed like this: drivers/thermal/rockchip_thermal.c: In function 'rockchip_thermal_suspend': drivers/thermal/rockchip_thermal.c:641:2: error: implicit declaration of function

Re: [PATCH] bnxt_en: add VXLAN dependency

2015-11-04 Thread David Miller
From: Arnd Bergmann Date: Wed, 04 Nov 2015 16:00:32 +0100 > VXLAN may be a loadable module, and this driver cannot be built-in > in that case, or we get a link error: > > drivers/built-in.o: In function `__bnxt_open_nic': > drivers/net/ethernet/broadcom/bnxt/bnxt.c:4581: undefined reference to

Re: [PATCH v1 3/6] thermal: rockchip: Support the RK3368 SoCs in thermal driver

2015-11-04 Thread Caesar Wang
Hello Eduardo, Thanks your comments. 在 2015年11月04日 01:48, Eduardo Valentin 写道: Hello Caesar, On Thu, Oct 29, 2015 at 03:14:15PM +0800, Caesar Wang wrote: The RK3368 SoCs support to 2 channel TS-ADC, the temperature criteria of each channel can be configurable. The system has two Temperature

[PATCH 2/4] scsi: mpt3sas: try 64 bit DMA when 32 bit DMA fails

2015-11-04 Thread Sinan Kaya
Current code gives up when 32 bit DMA is not supported. This patch tests 64 bit support before bailing out in such conditions. Signed-off-by: Sinan Kaya --- drivers/scsi/mpt3sas/mpt3sas_base.c | 22 +- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git

[PATCH 4/4] scsi: mptxsas: offload IRQ execution

2015-11-04 Thread Sinan Kaya
The mpt2sas and mpt3sas drivers are spinning forever in their IRQ handlers if there is a lot of job queued up by the PCIe card. This handler is causing spikes for the rest of the system and sluggish behavior. Marking all MSI interrupts as non-shared and moving the MSI interrupts to thread

[PATCH 3/4] scsi: fix compiler warning for sg

2015-11-04 Thread Sinan Kaya
The MULDIV macro has been designed for small numbers. It emits an overflow warning on 64 bit systems. This patch places type casts in the parameters to fix the compiler warning. Signed-off-by: Sinan Kaya --- drivers/scsi/sg.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

[PATCH 1/4] scsi: mpt2sas: try 64 bit DMA when 32 bit DMA fails

2015-11-04 Thread Sinan Kaya
Current code gives up when 32 bit DMA is not supported. This patch tests 64 bit support before bailing out in such conditions. Signed-off-by: Sinan Kaya --- drivers/scsi/mpt2sas/mpt2sas_base.c | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git

[PATCH] arm64: bpf: fix mod-by-zero case

2015-11-04 Thread Zi Shen Lim
Turns out in the case of modulo by zero in a BPF program: A = A % X; (X == 0) the expected behavior is to terminate with return value 0. The bug in JIT is exposed by a new test case [1]. [1] https://lkml.org/lkml/2015/11/4/499 Signed-off-by: Zi Shen Lim Reported-by: Yang Shi

Re: piping core dump to a program escapes container

2015-11-04 Thread Shayan Pooya
On Sun, Nov 1, 2015 at 12:25 PM, Richard Weinberger wrote: > On Sat, Oct 24, 2015 at 11:54 PM, Shayan Pooya wrote: >> I noticed the following core_pattern behavior in my linux box while >> running docker containers. I am not sure if it is bug, but it is >> inconsistent and not documented. >> >>

Re: [PATCH] arm64: Increase the max granular size

2015-11-04 Thread Joonsoo Kim
On Tue, Sep 22, 2015 at 07:59:48PM +0200, Robert Richter wrote: > From: Tirumalesh Chalamarla > > Increase the standard cacheline size to avoid having locks in the same > cacheline. > > Cavium's ThunderX core implements cache lines of 128 byte size. With > current granulare size of 64 bytes

  1   2   3   4   5   6   7   8   9   10   >