Re: [PATCH 03/23] drm: omapdrm: dss: reset dsi module during initialization

2016-05-10 Thread Tomi Valkeinen
On 08/03/16 18:39, Sebastian Reichel wrote: > From: Tomi Valkeinen > > The Nokia N950's bootloader leaves the DSI module > in a non-working state. Work around this by resetting > the DSI module before using it. > > Signed-off-By: Tomi Valkeinen > Reviewed-By: Sebastian Reichel > Tested-By: S

Re: [PATCH 04/23] drm: omapdrm: add DSI mapping

2016-05-10 Thread Tomi Valkeinen
On 08/03/16 18:39, Sebastian Reichel wrote: > This sets proper connector type for DSI connected panels. > > Signed-off-By: Sebastian Reichel > --- > drivers/gpu/drm/omapdrm/omap_drv.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/gpu/drm/omapdrm/omap_drv.c > b/drivers/gpu/

Re: [PATCH v8 2/3] gpio: mmio: add DT support for memory-mapped GPIOs

2016-05-10 Thread Linus Walleij
On Sun, May 8, 2016 at 3:08 PM, Christian Lamparter wrote: > From: Álvaro Fernández Rojas > > This patch adds support for defining memory-mapped GPIOs which > are compatible with the existing gpio-mmio interface. Overall very nice, just waiting for the next version. > The first user for this b

[PATCH RESEND 2/4] perf tools: Separate out code setting {back, fore}ground colors from ui_browser__color_config

2016-05-10 Thread Taeung Song
ui_browser__color_config() set foreground and background colors values in ui_browser__colorsets. But it can be reused by other functions so make ui_browser__config_colors() bringing it from ui_browser__color_config(). Cc: Namhyung Kim Cc: Jiri Olsa Signed-off-by: Taeung Song --- tools/perf/ui/

Re: [PATCH 2/3] perf/x86/mbm: Fix mbm counting for RMID reuse

2016-05-10 Thread Peter Zijlstra
On Fri, May 06, 2016 at 04:44:14PM -0700, Vikas Shivappa wrote: > This patch tries to fix the issue where multiple perf instances try to > monitor the same PID. > MBM cannot count directly in the usual perf way of continuously adding > the diff of current h/w counter and the prev count to the even

RE: [PATCH V2 3/3] nvmem: imx-ocotp: handling clock

2016-05-10 Thread Peng Fan
> -Original Message- > From: linux-kernel-ow...@vger.kernel.org [mailto:linux-kernel- > ow...@vger.kernel.org] On Behalf Of Srinivas Kandagatla > Sent: Tuesday, May 10, 2016 6:32 PM > To: Peng Fan > Cc: shawn...@kernel.org; maxime.rip...@free-electrons.com; linux-arm- > ker...@lists.infr

Re: [PATCH 18/23] drm: omapdrm: panel-dsi-cm: use threaded irq handler

2016-05-10 Thread Tomi Valkeinen
On 08/03/16 18:39, Sebastian Reichel wrote: > Use threaded irq handler for the tearing effect gpio, > since it updates the display content, which requires > too much time for a fastpath irq. > > Signed-off-by: Sebastian Reichel > --- > drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c | 6 +++---

Re: [PATCH V3 06/17] irqdomain: Don't set type when mapping an IRQ

2016-05-10 Thread Marc Zyngier
On 09/05/16 16:44, Jon Hunter wrote: > > On 09/05/16 16:10, Marc Zyngier wrote: >> On 09/05/16 14:13, Jon Hunter wrote: >>> On 09/05/16 13:23, Marc Zyngier wrote: > > [snip] > This patch have the effect of making misconfigured PPIs absolutely obvious. I still need to wrap my head aroun

[GIT PULL] at91: defconfig for 4.7 #2

2016-05-10 Thread Nicolas Ferre
Arnd, Olof, Kevin, A couple of defconfig updates for AT91. They both touch our own sama5_defconfig only. Thanks, best regards, The following changes since commit ed87957b18f238516e578e5dbd44a5db11300831: ARM: multi_v7_defconfig: add the Atmel sama5d2-compatible ADC driver (2016-04-27 14:07:5

Re: [RFC PATCH 13/21] reset: uniphier: add reset driver for UniPhier PH1-LD4 SoC

2016-05-10 Thread Philipp Zabel
Hi Masahiro, Am Dienstag, den 10.05.2016, 18:50 +0900 schrieb Masahiro Yamada: > This series is just for review. > Please do not apply this patch. > > Signed-off-by: Masahiro Yamada No need for all these tiny drivers. If you probe from DT as Lee requests, you can let of_device_id.data point to

Re: [RFC 02/13] mm, page_alloc: set alloc_flags only once in slowpath

2016-05-10 Thread Vlastimil Babka
On 05/10/2016 01:28 PM, Tetsuo Handa wrote: > Vlastimil Babka wrote: >> In __alloc_pages_slowpath(), alloc_flags doesn't change after it's >> initialized, >> so move the initialization above the retry: label. Also make the comment >> above >> the initialization more descriptive. > > Not true. gf

Re: [PATCH v2 5/9] perf tools: Add methods to test dso is 64-bit or 32-bit

2016-05-10 Thread Hekuang
在 2016/5/10 19:59, Adrian Hunter 写道: On 10/05/16 14:38, Hekuang wrote: 在 2016/5/10 18:34, Adrian Hunter 写道: On 10/05/16 12:49, Hekuang wrote: hi 在 2016/5/10 16:08, Adrian Hunter 写道: On 10/05/16 10:40, He Kuang wrote: 32-bit programs can be run on 64-bit machines, so we should choose unwi

Re: [RFC/PATCH] mtd: m25p80: Add support for One-Time-Programmable area.

2016-05-10 Thread Cyrille Pitchen
Hi Moritz, I see this is an RFC so maybe some of my comments will be pointless. Le 05/05/2016 20:20, Moritz Fischer a écrit : > This adds support for the One-Time-Programmable area > in Micron chips (tested on N25Q016A). > The N25Q016A has 64 bytes of OTP. Bits written to zero > cannot be reset

Re: [PATCH] ARM: at91/defconfig: sama5: add CONFIG_FHANDLE

2016-05-10 Thread Marek Vasut
It seems that on my side, CONFIG_FHANDLE is not selected automatically... > So I add this patch: can you tell me your thoughts? Uh, weird, I tried this on next just now: linux-2.6$ git describe HEAD next-20160510 linux-2.6$ export ARCH=arm ; export CROSS_COMPILE=arm-linux-gnueabi- linux-2.6$

Re: [GIT PULL] at91: defconfig for 4.7 #2

2016-05-10 Thread Arnd Bergmann
On Tuesday 10 May 2016 14:20:42 Nicolas Ferre wrote: > Arnd, Olof, Kevin, > > A couple of defconfig updates for AT91. They both touch our own > sama5_defconfig only. > Merged into next/defconfig, thanks! Arnd

Re: [PATCH 4.4 00/67] 4.4.10-stable review

2016-05-10 Thread Sedat Dilek
On 5/10/16, Greg Kroah-Hartman wrote: > On Tue, May 10, 2016 at 10:45:57AM +0200, Sedat Dilek wrote: >> Hi, >> >> I have tested with my usual setup/config on Ubuntu/precise AMD64. >> Looks good and ships [1]. >> >> Thanks. >> >> Hope this feedback helps. >> >> Regards, >> - Sedat - >> >> [1] >> ht

Re: [PATCH 03/11] locking, rwsem: introduce basis for down_write_killable

2016-05-10 Thread Peter Zijlstra
I think that there is a bug in down_write_killable() series (at least > > "locking, rwsem: introduce basis for down_write_killable" patch). > > > > Complete log is at > > http://I-love.SAKURA.ne.jp/tmp/serial-20160510-sem.txt.xz . > [...] > > 2 thread

Re: [PATCH 1/2] KVM: x86: disable MPX if host did not enable MPX XSAVE features

2016-05-10 Thread Paolo Bonzini
On 13/04/2016 11:47, Yang Zhang wrote: > On 2016/3/24 21:07, Paolo Bonzini wrote: >> >> >> On 24/03/2016 14:06, Yang Zhang wrote: >>> >>> I mean why not keep the old way that only activate the eager_fpu while >>> guest sees the MPX bit in CPUID, like: >>> >>> vcpu->arch.eager_fpu = use_eager_fpu(

Re: Fwd: [PATCH] mm: add config option to select the initial overcommit mode

2016-05-10 Thread Andy Whitcroft
On Tue, May 10, 2016 at 02:00:47PM +0200, Sebastian Frias wrote: > Hi, > > Using checkpatch.pl on the forwarded patch results in: > > WARNING: please write a paragraph that describes the config symbol fully > #57: FILE: mm/Kconfig:451: > + config OVERCOMMIT_GUESS > > WARNING: please write

Re: [PATCH 20/25] arm64:ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it

2016-05-10 Thread Zhangjian (Bamvor)
Hi, On 2016/5/10 19:48, Arnd Bergmann wrote: On Tuesday 10 May 2016 17:47:26 Zhangjian wrote: On 2016/5/10 16:36, Arnd Bergmann wrote: On Tuesday 10 May 2016 15:42:07 Zhangjian wrote: On 2016/5/6 20:37, Yury Norov wrote: "include/uapi/asm-generic/posix_types.h" is uapi, we could not check "

Re: [PATCH] ARM: at91/defconfig: sama5: add CONFIG_FHANDLE

2016-05-10 Thread Nicolas Ferre
> Signed-off-by: Nicolas Ferre >> --- >> Hi Marek, > > Hi! > >> It seems that on my side, CONFIG_FHANDLE is not selected automatically... >> So I add this patch: can you tell me your thoughts? > > Uh, weird, I tried this on next just now: > > linux-2

Re: [PATCH v7 2/2] memory: atmel-ebi: add DT bindings documentation

2016-05-10 Thread Boris Brezillon
On Tue, 10 May 2016 12:07:42 +0100 Mark Rutland wrote: > On Tue, May 10, 2016 at 10:04:48AM +0200, Boris Brezillon wrote: > > On Wed, 4 May 2016 15:35:47 +0200 > > Boris Brezillon wrote: > > > > > On Wed, 4 May 2016 08:06:10 -0500 > > > Rob Herring wrote: > > > > > > > On Wed, May 4, 2016

Re: [PATCH] ARM: dts: exynos: Only Odroid XU3-family boards use DTSI with CPU thermal nodes

2016-05-10 Thread Krzysztof Kozlowski
On 05/10/2016 11:29 AM, Anand Moon wrote: >> >> I am sorry but I do not understand. >> 1. Are you saying that my patch causes the issue? >> 2. Are you saying that I should not send some patches because of >> conflicting work? (that would be peculiar...) >> 3. Are you saying that I should not apply

Re: [PATCH 00/12] TLB/XPA fixes & cleanups

2016-05-10 Thread Ralf Baechle
On Fri, Apr 15, 2016 at 11:36:48AM +0100, Paul Burton wrote: > This series fixes up a number of issues introduced by commit > c5b367835cfc ("MIPS: Add support for XPA."), including breakage of the > MIPS32 with 36 bit physical addressing case & clobbering of $1 upon TLB > refill exceptions. Along

Re: [PATCH] ARM: at91/defconfig: sama5: add CONFIG_FHANDLE

2016-05-10 Thread Marek Vasut
ou tell me your thoughts? >> >> Uh, weird, I tried this on next just now: >> >> linux-2.6$ git describe HEAD >> next-20160510 >> >> linux-2.6$ export ARCH=arm ; export CROSS_COMPILE=arm-linux-gnueabi- >> >> linux-2.6$ make sama5_defconfig

[PATCH] perf diff: Fix duplicated output column

2016-05-10 Thread Namhyung Kim
The commit b97511c5bc94 ("perf tools: Add overhead/overhead_children keys defaults via string") moved initialization of column headers but it missed to check the sort__mode. As 'perf diff' doesn't call perf_hpp__init(), the setup_overhead() also should not be called. Before: # BaselineDelt

[LTP] [ANNOUNCE] The Linux Test Project has been released for MAY 2016

2016-05-10 Thread Cyril Hrubis
... The latest version of the test-suite contains 3000+ tests for the Linux and can be downloaded at: https://github.com/linux-test-project/ltp/releases/tag/20160510 The project pages as well as GIT repository are hosted on GitHub: https://github.com/linux-test-project/ltp http://linux-test

Re: [PATCH 20/25] arm64:ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it

2016-05-10 Thread Arnd Bergmann
On Tuesday 10 May 2016 20:39:41 Zhangjian wrote: > Hi, > > On 2016/5/10 19:48, Arnd Bergmann wrote: > > On Tuesday 10 May 2016 17:47:26 Zhangjian wrote: > >> On 2016/5/10 16:36, Arnd Bergmann wrote: > >>> On Tuesday 10 May 2016 15:42:07 Zhangjian wrote: > On 2016/5/6 20:37, Yury Norov wrote:

Re: [PATCH v2 20/22] ARM: dts: exynos: Move common Exynos5410/542x/5800 nodes to new DTSI

2016-05-10 Thread Javier Martinez Canillas
Hello Krzysztof, On 05/10/2016 01:33 AM, Krzysztof Kozlowski wrote: > On 05/09/2016 11:53 PM, Javier Martinez Canillas wrote: >> Hello Krzysztof, >> >> On 05/08/2016 03:06 PM, Krzysztof Kozlowski wrote: >>> The Exynos5410/542x/5800 are very similar designs. Create new new >> >> s/new new/a new >>

Re: [RFC 12/13] mm, compaction: more reliably increase direct compaction priority

2016-05-10 Thread Vlastimil Babka
On 05/10/2016 09:36 AM, Vlastimil Babka wrote: > /* > - * compaction considers all the zone as desperately out of memory > - * so it doesn't really make much sense to retry except when the > - * failure could be caused by insufficient priority > + * Compaction backed off d

Re: TODO Lists

2016-05-10 Thread Andy Shevchenko
On Fri, 2016-05-06 at 10:08 -0700, Darren Hart wrote: > At kernel summit Greg suggested sending our TODO lists to him. We'd > like to have > a place to keep a feature wishlist and cleanups that aren't "bugs" > that we can > update regularly and that is easy for people looking for work to find, > an

Re: [PATCH 1/6] f2fs: support in batch multi blocks preallocation

2016-05-10 Thread Chao Yu
Hi Jaegeuk, On 2016/5/10 7:00, Jaegeuk Kim wrote: > Hi Chao, > > On Mon, May 09, 2016 at 07:56:30PM +0800, Chao Yu wrote: >> This patch introduces reserve_new_blocks to make preallocation of multi >> blocks as in batch operation, so it can avoid lots of redundant >> operation, result in better pe

[PATCH] Btrfs: fix fspath error deallocation

2016-05-10 Thread Vincent Stehlé
Make sure to deallocate fspath with vfree() in case of error in init_ipath(). fspath is allocated with vmalloc() in init_data_container() since commit 425d17a290c0 ("Btrfs: use larger limit for translation of logical to inode"). Signed-off-by: Vincent Stehlé Cc: Chris Mason Cc: Josef Bacik Cc:

Re: [PATCH 3/5] remoteproc: core: Add ability to select a firmware from the client

2016-05-10 Thread Lee Jones
On Fri, 06 May 2016, Bjorn Andersson wrote: > On Thu 05 May 06:29 PDT 2016, Lee Jones wrote: > > > ST Co-Processors can be loaded with different firmwares to execute > > specific tasks without the need for unloading the rproc module. > > > > I'm very much interested in ideas related to this and

Re: Fwd: [PATCH] mm: add config option to select the initial overcommit mode

2016-05-10 Thread Sebastian Frias
Hi Andy, On 05/10/2016 02:39 PM, Andy Whitcroft wrote: > On Tue, May 10, 2016 at 02:00:47PM +0200, Sebastian Frias wrote: >> Hi, >> >> Using checkpatch.pl on the forwarded patch results in: >> >> WARNING: please write a paragraph that describes the config symbol fully >> #57: FILE: mm/Kconfig:451:

Re: [PATCH v2] locking/rwsem: Add reader-owned state to the owner field

2016-05-10 Thread Davidlohr Bueso
On Fri, 06 May 2016, Waiman Long wrote: Currently, it is not possible to determine for sure if a reader owns a rwsem by looking at the content of the rwsem data structure. This patch adds a new state RWSEM_READER_OWNED to the owner field to indicate that readers currently own the lock. This enab

[PATCH] sched/fair: Fix the wrong throttled clock time for cfs_rq_clock_task()

2016-05-10 Thread Xunlei Pang
Two minor fixes for cfs_rq_clock_task(). 1) If cfs_rq is currently being throttled, we need to subtract the cfs throttled clock time. 2) Make "throttled_clock_task_time" update SMP unrelated. Now UP cases need it as well. Signed-off-by: Xunlei Pang --- kernel/sched/fair.c | 4 +--- 1 file

Re: TODO Lists

2016-05-10 Thread Shuah Khan
On Tue, May 10, 2016 at 6:56 AM, Andy Shevchenko wrote: > On Fri, 2016-05-06 at 10:08 -0700, Darren Hart wrote: >> At kernel summit Greg suggested sending our TODO lists to him. We'd >> like to have >> a place to keep a feature wishlist and cleanups that aren't "bugs" >> that we can >> update regu

Re: [PATCH 6/6] mpt3sas: Used "synchronize_irq()"API to synchronize timed-out IO & TMs

2016-05-10 Thread Tomas Henzl
On 6.5.2016 10:59, Chaitra P B wrote: > Replaced mpt3sas_base_flush_reply_queues()with > mpt3sas_base_sync_reply_irqs(),as mpt3sas_base_flush_reply_queues() > skips over reply queues that are currently busy (i.e. being handled > by interrupt processing in another core). If a reply queue is busy, >

Re: [PATCH v7 2/2] memory: atmel-ebi: add DT bindings documentation

2016-05-10 Thread Jean-Jacques Hiblot
2016-05-10 14:41 GMT+02:00 Boris Brezillon : > On Tue, 10 May 2016 12:07:42 +0100 > Mark Rutland wrote: > >> On Tue, May 10, 2016 at 10:04:48AM +0200, Boris Brezillon wrote: >> > On Wed, 4 May 2016 15:35:47 +0200 >> > Boris Brezillon wrote: >> > >> > > On Wed, 4 May 2016 08:06:10 -0500 >> > > Rob

[PATCH] NVMe: Only release requested regions

2016-05-10 Thread Johannes Thumshirn
The NVMe driver only requests the PCIe device's memory regions but releases all possible regions (including eventual I/O regions). This leads to a stale warning entry in dmesg about freeing non existent resources. Signed-off-by: Johannes Thumshirn --- drivers/nvme/host/pci.c | 9 +++-- 1 fil

Re: [PATCH] NVMe: Only release requested regions

2016-05-10 Thread Hannes Reinecke
On 05/10/2016 03:14 PM, Johannes Thumshirn wrote: > The NVMe driver only requests the PCIe device's memory regions but releases > all possible regions (including eventual I/O regions). This leads to a stale > warning entry in dmesg about freeing non existent resources. > > Signed-off-by: Johannes

Re: [PATCH] perf diff: Fix duplicated output column

2016-05-10 Thread Jiri Olsa
On Tue, May 10, 2016 at 09:48:19PM +0900, Namhyung Kim wrote: > The commit b97511c5bc94 ("perf tools: Add overhead/overhead_children > keys defaults via string") moved initialization of column headers but it > missed to check the sort__mode. As 'perf diff' doesn't call > perf_hpp__init(), the setu

[PATCH 1/2] perf/x86/intel/pt: Generate PMI in the STOP region as well

2016-05-10 Thread Alexander Shishkin
Currently, the PT driver always sets the PMI bit one region (page) before the STOP region so that we can wake up the consumer before we run out of room in the buffer and have to disable the event. However, we also need an interrupt in the last output region, so that we actually get to disable the e

[PATCH 0/2] perf, pt: Fix massive data losses

2016-05-10 Thread Alexander Shishkin
Hi Peter, Markus reported that PT is losing a lot of its data in cpu-wide mode. There are two problems in play here, both are amplified by the fact that cpu-wide events don't normally get re-scheduled, so if we don't disable them when their buffers are full, they get forever stuck. Hence two patch

[PATCH] [media] v4l2-async: Pass the v4l2_async_subdev to the unbind callback

2016-05-10 Thread Alban Bedel
v4l2_async_cleanup() is always called before before calling the unbind() callback. However v4l2_async_cleanup() clear the asd member, so when calling the unbind() callback the v4l2_async_subdev is always NULL. To fix this save the asd before calling v4l2_async_cleanup(). Signed-off-by: Alban Bedel

[PATCH 2/2] perf: Disable the event on a truncated AUX record

2016-05-10 Thread Alexander Shishkin
When the PMU driver reports a truncated AUX record, it effectively means that there is no more usable room in the event's AUX buffer (even though there may still be some room, so that perf_aux_output_begin() doesn't take action). At this point the consumer still has to be woken up and the event has

[PATCH v5 5/6] clk: Kconfig: Name RK818 in Kconfig for COMMON_CLK_RK808

2016-05-10 Thread Wadim Egorov
The RK808 and RK818 PMICs are using a similar register map. We can reuse the clk driver for the RK818 PMIC. So let's add the RK818 in the Kconfig description. Signed-off-by: Wadim Egorov Acked-by: Stephen Boyd --- drivers/clk/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) di

[PATCH v5 6/6] rtc: Kconfig: Name RK818 in Kconfig for RTC_DRV_RK808

2016-05-10 Thread Wadim Egorov
The RK808 and RK818 PMICs are using a similar register map. We can reuse the rtc driver for the RK818 PMIC. So let's add the RK818 in the Kconfig description. Signed-off-by: Wadim Egorov Acked-by: Alexandre Belloni --- drivers/rtc/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-

[PATCH v5 3/6] regulator: rk808: Add regulator driver for RK818

2016-05-10 Thread Wadim Egorov
Add support for the rk818 regulator. The regulator module consists of 4 DCDCs, 9 LDOs, 1 switch and 1 BOOST converter which is used to power OTG and HDMI5V. The output voltages are configurable and are meant to supply power to the main processor and other components. Signed-off-by: Wadim Egorov

[PATCH v5 2/6] mfd: RK808: Add RK818 support

2016-05-10 Thread Wadim Egorov
The RK818 chip is a power management IC for multimedia and handheld devices. It contains the following components: - Regulators - RTC - Clkout - battery support Both chips RK808 and RK818 are using a similar register map. So we can reuse the RTC and Clkout functionality. Signed-off-by: Wadim Ego

[PATCH v5 1/6] regulator: rk808: Migrate to regulator core's simplified DT parsing code

2016-05-10 Thread Wadim Egorov
A common simplified DT parsing code for regulators was introduced in commit a0c7b164ad11 ("regulator: of: Provide simplified DT parsing method") While at it also added RK8XX_DESC and RK8XX_DESC_SWITCH macros for the regulator_desc struct initialization. This just makes the driver more compact. Si

[PATCH v5 0/6] Add support for rk818

2016-05-10 Thread Wadim Egorov
Hello, patches are based on top of commit d5623161accb ("mfd: rk808: Use devm_mfd_add_devices() for mfd_device registration") in linux-next. Changes since v4: - Added Acked-by from Mark Brown in patch 1 - Dropped a patch from this series which was applied by Mark Brown commit 129d7cf98f5c ("

Re: [PATCH 1/6] statx: Add a system call to make enhanced file info available

2016-05-10 Thread Jeff Layton
On Tue, 2016-05-10 at 00:00 -0700, Christoph Hellwig wrote: > On Mon, May 09, 2016 at 08:02:58AM -0400, Jeff Layton wrote: > > > > AT_FORCE_ATTR_SYNC can be set in flags.This will require a > > > > network > > > > filesystem to synchronise its attributes with the server. > > > > > > > > AT_NO_

Re: [PATCH 5/9] staging: lustre: fid: packing ost_idx in IDIF

2016-05-10 Thread Dan Carpenter
On Wed, May 04, 2016 at 10:28:56AM -0400, James Simmons wrote: > From: Fan Yong > > For a normal FID, we can know on which target the related object > is allocated via querying FLDB; but it is not true for an IDIF. > > To locate the OST via the given IDIF, when the IDIF is generated, > we pack t

[PATCH v5 4/6] mfd: dt-bindings: Add RK818 device tree bindings document

2016-05-10 Thread Wadim Egorov
Add device tree bindings documentation for Rockchip's RK818 PMIC. Signed-off-by: Wadim Egorov Acked-by: Rob Herring --- Documentation/devicetree/bindings/mfd/rk808.txt | 37 +++-- 1 file changed, 34 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/binding

Re: [PATCH] rtc: add support to maxim rtc max6916 v2.0

2016-05-10 Thread Alexandre Belloni
Hi, Again, please use checkpatch.pl --strict before sending a patch. On 06/05/2016 at 02:16:04 -0700, venkat.prashanth2...@gmail.com wrote : > From: venkat-prashanth > > This is a patch to add > support for maxim rtc MAX6916 > > Signed-off-by : Venkat Prashanth B U > --- The changelog shoul

Re: [PATCHv5 8/8] mfd: as3722: Rid driver of superfluous I2C device ID structure

2016-05-10 Thread Javier Martinez Canillas
Hello Lee, On 05/10/2016 03:33 AM, Lee Jones wrote: > On Tue, 10 May 2016, Javier Martinez Canillas wrote: [snip] >>> >>> -static const struct i2c_device_id as3722_i2c_id[] = { >>> - { "as3722", 0 }, >>> - {}, >>> -}; >>> -MODULE_DEVICE_TABLE(i2c, as3722_i2c_id); >>> - >> >> Just a note th

[PATCH] checkpatch: make the config description warning more explicit

2016-05-10 Thread Sebastian Frias
checkpatch.pl currently warns if Kconfig options are properly described by checking the length of the config description. This patch is an attempt to make the message less cryptic. Signed-off-by: Sebastian Frias --- scripts/checkpatch.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di

Re: [Question] Missing data after DMA read transfer - mm issue with transparent huge page?

2016-05-10 Thread Jerome Glisse
On Tue, May 10, 2016 at 01:15:02PM +0200, Nicolas Morey Chaisemartin wrote: > Le 05/10/2016 à 12:01 PM, Jerome Glisse a écrit : > > On Tue, May 10, 2016 at 09:04:36AM +0200, Nicolas Morey Chaisemartin wrote: > >> Le 05/03/2016 à 12:11 PM, Jerome Glisse a écrit : > >>> On Mon, May 02, 2016 at 09:04:

[PATCH 5/7] nilfs2: remove unnecessary else after return or break

2016-05-10 Thread Ryusuke Konishi
This fixes the checkpatch.pl warning that suggests else is not generally useful after a break or return. Signed-off-by: Ryusuke Konishi --- fs/nilfs2/btree.c | 12 ++-- fs/nilfs2/direct.c | 6 +++--- fs/nilfs2/segment.c | 26 -- 3 files changed, 21 insertions(

[PATCH 6/7] nilfs2: remove loops of single statement macros

2016-05-10 Thread Ryusuke Konishi
This fixes checkpatch.pl warning "WARNING: Single statement macros should not use a do {} while (0) loop". Signed-off-by: Ryusuke Konishi --- fs/nilfs2/the_nilfs.h | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/fs/nilfs2/the_nilfs.h b/fs/nilfs2/the_nilfs.h index 06d

[PATCH 0/7] nilfs2 additional fixes

2016-05-10 Thread Ryusuke Konishi
Hi Andrew, Please append the following changes for the upcoming merge window: Ryusuke Konishi (7): nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error() nilfs2: remove space before semicolon nilfs2: fix code indent coding style issue nilfs2: avoid bare use

[PATCH 7/7] nilfs2: fix block comments

2016-05-10 Thread Ryusuke Konishi
This fixes block comments with proper formatting to eliminate the following checkpatch.pl warnings: "WARNING: Block comments use * on subsequent lines" "WARNING: Block comments use a trailing */ on a separate line" Signed-off-by: Ryusuke Konishi --- fs/nilfs2/alloc.c | 12 +---

[PATCH 4/7] nilfs2: avoid bare use of 'unsigned'

2016-05-10 Thread Ryusuke Konishi
This fixes checkpatch.pl warning "WARNING: Prefer 'unsigned int' to bare use of 'unsigned'". Signed-off-by: Ryusuke Konishi --- fs/nilfs2/alloc.c | 8 fs/nilfs2/alloc.h | 2 +- fs/nilfs2/bmap.c | 2 +- fs/nilfs2/bmap.h | 4 ++-- fs/nilfs2/btree.c

[PATCH 1/7] nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error()

2016-05-10 Thread Ryusuke Konishi
This updates call sites of nilfs_warning() and nilfs_error() so that they don't add a duplicate newline. These output functions are already designed to add a trailing newline to the message. Signed-off-by: Ryusuke Konishi --- fs/nilfs2/alloc.c | 10 +- fs/nilfs2/bmap.c| 2 +- fs/

[PATCH 3/7] nilfs2: fix code indent coding style issue

2016-05-10 Thread Ryusuke Konishi
This fixes checkpatch.pl warning "WARNING: suspect code indent for conditional statements". Signed-off-by: Ryusuke Konishi --- fs/nilfs2/super.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/nilfs2/super.c b/fs/nilfs2/super.c index 0271784..666107a 100644 --- a/fs/nilfs2

[PATCH] mm-kasan-initial-memory-quarantine-implementation-v8-fix

2016-05-10 Thread Andrey Ryabinin
* Fix comment styles, * Get rid of some ifdefs * Revert needless functions renames in quarantine patch * Remove needless local_irq_save()/restore() in per_cpu_remove_cache() * Add new 'struct qlist_node' instead of 'void **' types. This makes code a bit more redable. Signed-off-by: Andrey

Re: [PATCH] perf diff: Fix duplicated output column

2016-05-10 Thread Arnaldo Carvalho de Melo
Em Tue, May 10, 2016 at 03:17:12PM +0200, Jiri Olsa escreveu: > On Tue, May 10, 2016 at 09:48:19PM +0900, Namhyung Kim wrote: > > Cc: stable # 4.5 > > Signed-off-by: Namhyung Kim > > Acked-by: Jiri Olsa Thanks, applied to perf/urgent. - Arnaldo

Re: [PATCH] Btrfs: fix fspath error deallocation

2016-05-10 Thread David Sterba
On Tue, May 10, 2016 at 02:56:20PM +0200, Vincent Stehlé wrote: > Make sure to deallocate fspath with vfree() in case of error in > init_ipath(). > > fspath is allocated with vmalloc() in init_data_container() since > commit 425d17a290c0 ("Btrfs: use larger limit for translation of logical to > in

Re: [PATCH] arm64: kgdb: Match pstate size with gdbserver protocol

2016-05-10 Thread Daniel Thompson
On 10/05/16 11:45, Mark Rutland wrote: When commit 44679a4f142b ("arm64: KGDB: Add step debugging support") was introduced it was paired with a gdb patch that made an incompatible change to the gdbserver protocol. This patch was eventually merged into the gdb sources: https://sourceware.org/git/g

[PATCH 2/7] nilfs2: remove space before semicolon

2016-05-10 Thread Ryusuke Konishi
This fixes the checkpatch.pl warning "WARNING: space prohibited before semicolon" at nilfs_store_magic_and_option(). Signed-off-by: Ryusuke Konishi --- fs/nilfs2/super.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/nilfs2/super.c b/fs/nilfs2/super.c index 92acb00..02717

Re: [RFC PATCH v1 10/18] x86/efi: Access EFI related tables in the clear

2016-05-10 Thread Matt Fleming
On Tue, 26 Apr, at 05:57:40PM, Tom Lendacky wrote: > The EFI tables are not encrypted and need to be accessed as such. Be sure > to memmap them without the encryption attribute set. For EFI support that > lives outside of the arch/x86 tree, create a routine that uses the __weak > attribute so that

Re: [PATCH v2 2/9] perf script: Add options for custom vdso path

2016-05-10 Thread Arnaldo Carvalho de Melo
Em Tue, May 10, 2016 at 07:40:30AM +, He Kuang escreveu: > When unwinding callchains on a different machine, vdso info should be > provided so the unwind process won't be interrupted if address falls > into vdso region. > > Currently, perf does try to read vdso binary in '.debug' folder, but >

Re: [PATCH 2/3] of: Support hashtable lookups for phandles

2016-05-10 Thread Pantelis Antoniou
Hi Rob, > On May 10, 2016, at 00:11 , Rob Herring wrote: > > On Mon, May 9, 2016 at 3:38 PM, Geert Uytterhoeven > wrote: >> Hi Pantelis, >> >> On Mon, May 9, 2016 at 8:11 PM, Pantelis Antoniou >> wrote: >>> --- a/drivers/of/base.c >>> +++ b/drivers/of/base.c >> >>> @@ -1073,9 +1097,14 @@ st

[PATCHv8 resend 1/2] x86/vdso: add mremap hook to vm_special_mapping

2016-05-10 Thread Dmitry Safonov
Add possibility for userspace 32-bit applications to move vdso mapping. Previously, when userspace app called mremap for vdso, in return path it would land on previous address of vdso page, resulting in segmentation violation. Now it lands fine and returns to userspace with remapped vdso. This will

[PATCHv8 resend 2/2] selftest/x86: add mremap vdso test

2016-05-10 Thread Dmitry Safonov
Should print on success: [root@localhost ~]# ./test_mremap_vdso_32 AT_SYSINFO_EHDR is 0xf773f000 [NOTE] Moving vDSO: [f773f000, f774] -> [a00, a001000] [OK] Or segfault if landing was bad (before patches): [root@localhost ~]# ./test_mremap_vdso_32 AT_SYSINFO_EHDR is 0xf774f

Re: [PATCH v2 1/9] perf tools: Omit DWARF judgement when recording dwarf callchain

2016-05-10 Thread Arnaldo Carvalho de Melo
Em Tue, May 10, 2016 at 07:40:29AM +, He Kuang escreveu: > There is no need to check for DWARF unwinding support when using the > 'dwarf' callchain record method, as this will only ask the kernel to > collect stack dumps for later DWARF CFI processing, which can be done > in another machine, wh

Re: [RFC PATCH 12/21] reset: uniphier: add core support for UniPhier reset driver

2016-05-10 Thread Philipp Zabel
Am Dienstag, den 10.05.2016, 18:50 +0900 schrieb Masahiro Yamada: [...] > +static int uniphier_reset_update(struct reset_controller_dev *rcdev, > + unsigned long id, bool assert) > +{ > + struct uniphier_reset_priv *priv = to_uniphier_reset_priv(rcdev); > + cons

Re: [PATCH 1/3] of: rename *_node_sysfs to _node_post

2016-05-10 Thread Pantelis Antoniou
Hi Rob, > On May 10, 2016, at 00:49 , Rob Herring wrote: > > On Mon, May 9, 2016 at 1:11 PM, Pantelis Antoniou > wrote: > > The "why" goes here. > OK. >> Signed-off-by: Pantelis Antoniou >> --- >> drivers/of/base.c | 4 ++-- >> drivers/of/dynamic.c| 10 +- >> drivers/of/of

Re: [RFC PATCH v1 10/18] x86/efi: Access EFI related tables in the clear

2016-05-10 Thread Borislav Petkov
On Tue, May 10, 2016 at 02:43:58PM +0100, Matt Fleming wrote: > Is it not possible to maintain some kind of kernel virtual address > mapping so memremap*() and friends can figure out when to twiddle the > mapping attributes and map with/without encryption? I guess we can move the sme_* specific st

Re: [PATCH v2 00/22] ARM: dts: exynos: Add initial support for Odroid XU

2016-05-10 Thread Javier Martinez Canillas
Hello Krzysztof, On 05/10/2016 01:13 AM, Krzysztof Kozlowski wrote: > On 05/10/2016 12:05 AM, Javier Martinez Canillas wrote: >> Hello Krzysztof, >> >> On 05/08/2016 03:05 PM, Krzysztof Kozlowski wrote: >>> >>> Hi, >>> >>> Patchset adds necessary clocks, reorganizes existing stuff and finally >>>

[PATCH 1/4] ARM: ux500: remove unused regulator data

2016-05-10 Thread Arnd Bergmann
Most of the board-mop500-regulators.c file is never referenced and can simply be removed. Signed-off-by: Arnd Bergmann --- arch/arm/mach-ux500/board-mop500-regulators.c | 600 -- arch/arm/mach-ux500/board-mop500-regulators.h | 8 - 2 files changed, 608 deletions(-) dif

Re: [PATCH] ARM: dts: exynos: Only Odroid XU3-family boards use DTSI with CPU thermal nodes

2016-05-10 Thread Anand Moon
Hi Krzysztof, On 10 May 2016 at 18:13, Krzysztof Kozlowski wrote: > On 05/10/2016 11:29 AM, Anand Moon wrote: >>> >>> I am sorry but I do not understand. >>> 1. Are you saying that my patch causes the issue? >>> 2. Are you saying that I should not send some patches because of >>> conflicting work

[BUG, bisect] tpm: Remove all uses of drvdata from the TPM Core

2016-05-10 Thread Jeremiah Mahler
all, My machine is locking up during suspend and I have bisected the problem to this patch (e89f8b1ade9cc1a) in the latest linux-next (20160506) kernel. Let me know if I can test patches or do anything else to help. On Mon, Apr 18, 2016 at 01:26:13PM -0400, Stefan Berger wrote: > From: Jason Gun

Re: [PATCH RESEND 0/3] pwm support for Broadcom iProc SoC's

2016-05-10 Thread Yendapally Reddy Dhananjaya Reddy
Hi Thierry, Can you please provide review comments for this patch set. Thanks Dhananjay On Tue, Mar 29, 2016 at 7:52 PM, Yendapally Reddy Dhananjaya Reddy wrote: > This patchset contains the pwm support for the Broadcom's iProc SoC's. > > The first patch provides the documentation details and

[PATCH 1/2] ARM: EXYNOS: Move pm_domains driver to drivers/soc/samsung

2016-05-10 Thread Krzysztof Kozlowski
Exynos PM domains driver does not have mach-specific dependencies so it can be safely moved out of arm/mach-exynos to drivers/soc. This in future will allow re-using it on ARM64 boards. Signed-off-by: Krzysztof Kozlowski --- arch/arm/mach-exynos/Makefile | 1 - drive

[PATCH 2/2] soc: samsung: pm_domains: Prepare for supporting ARMv8 Exynos

2016-05-10 Thread Krzysztof Kozlowski
The ARMv8 Exynos family (Exynos5433 and Exynos7420) uses different value (0xf instead of 0x7) for controlling the power domain on/off registers (both for control and for status). Choose the value depending on the compatible. This prepares the driver for supporting ARMv8 SoCs. Signed-off-by: Krzys

Re: [PATCHv5 8/8] mfd: as3722: Rid driver of superfluous I2C device ID structure

2016-05-10 Thread Lee Jones
On Tue, 10 May 2016, Javier Martinez Canillas wrote: > Hello Lee, > > On 05/10/2016 03:33 AM, Lee Jones wrote: > > On Tue, 10 May 2016, Javier Martinez Canillas wrote: > > [snip] > > >>> > >>> -static const struct i2c_device_id as3722_i2c_id[] = { > >>> - { "as3722", 0 }, > >>> - {}, > >>> -}

[PATCH 2/4] ARM: ux500: move ab8500_regulator_plat_data into driver

2016-05-10 Thread Arnd Bergmann
There is only one instance of ab8500_regulator_platform_data, and it's safe to assume we won't ever merge another one, so it's rather pointless to pass it through multiple levels of platform data pointers. This moves the structure and everything referenced by it into the driver that uses it. Sign

Re: [PATCH 2/3] of: Support hashtable lookups for phandles

2016-05-10 Thread Pantelis Antoniou
Hi Rob, > On May 10, 2016, at 00:21 , Rob Herring wrote: > > On Mon, May 9, 2016 at 1:11 PM, Pantelis Antoniou > wrote: > > Why this is needed goes here. > > Any data on how much time the current code takes? > I’ll get some numbers. The current algorithm is exhaustive search of all nodes (n

Re: [PATCH v5 3/6] regulator: rk808: Add regulator driver for RK818

2016-05-10 Thread Lee Jones
On Tue, 10 May 2016, Wadim Egorov wrote: > Add support for the rk818 regulator. The regulator module consists > of 4 DCDCs, 9 LDOs, 1 switch and 1 BOOST converter which is used to > power OTG and HDMI5V. > > The output voltages are configurable and are meant to supply power > to the main processo

Re: [PATCH 03/11] locking, rwsem: introduce basis for down_write_killable

2016-05-10 Thread Tetsuo Handa
ite_killable() series (at least > > "locking, rwsem: introduce basis for down_write_killable" patch). > > > > Complete log is at > > http://I-love.SAKURA.ne.jp/tmp/serial-20160510-sem.txt.xz . > [...] > > 2 threads (PID: 1314 and 1443)

Re: [PATCH] ARM: dts: exynos: Only Odroid XU3-family boards use DTSI with CPU thermal nodes

2016-05-10 Thread Krzysztof Kozlowski
On 05/10/2016 04:00 PM, Anand Moon wrote: > Hi Krzysztof, > > On 10 May 2016 at 18:13, Krzysztof Kozlowski wrote: >> On 05/10/2016 11:29 AM, Anand Moon wrote: I am sorry but I do not understand. 1. Are you saying that my patch causes the issue? 2. Are you saying that I should

[BISECTED] Regression v4.6-rc1 : nanosleep doesn't return on AT91SAM9

2016-05-10 Thread Richard Genoud
Hi, Starting with 4.6-rc1, a sleep 1 doesn't return : execve("/bin/sleep", ["sleep", "1"], ["USER=root", "SHLVL=1", "OLDPWD=/var", "HOME=/", "TERM=vt102", "PATH=/sbin:/usr/sbin:/bin:/usr/bin", "SHELL=/bin/sh", "PWD=/"]) = 0 uname({sysname="Linux", nodename="LNS", release="4.5.0-09406-g46e595a17dc

[PATCH 4/4] mfd: db8500 stop passing around platform data

2016-05-10 Thread Arnd Bergmann
Except for the constant DB8500_PRCMU_FW_VERSION_OFFSET number, nothing is ever passed through the platform data and used in a driver, so we can simply stop passing it around. Signed-off-by: Arnd Bergmann --- arch/arm/mach-ux500/cpu-db8500.c | 17 ++-- arch/arm/mach-ux500/set

[PATCH 3/4] ASoC: ab8500-codec: remove platform data based probe

2016-05-10 Thread Arnd Bergmann
The ux500 platform hasn't used board files for a long time, and nothing defines a ab8500_codec_platform_data, so we can just remove the probing based on that and always use device tree properties directly. Signed-off-by: Arnd Bergmann --- sound/soc/codecs/ab8500-codec.c | 33

Re: [PATCH] arm64: kgdb: Match pstate size with gdbserver protocol

2016-05-10 Thread Daniel Thompson
On 10/05/16 11:28, Will Deacon wrote: Hi Daniel, So does kgdb do something useful after this patch? On this occasion I was debugging it on behalf of another developer rather than trying to use it myself to debug something so I didn't do much additional testing beyond sanity tested the conten

Re: [PATCH 3/6] doc: dt: Document the indirect overlay method.

2016-05-10 Thread Pantelis Antoniou
Hi Rob, > On May 10, 2016, at 00:59 , Rob Herring wrote: > > On Mon, May 9, 2016 at 1:05 PM, Pantelis Antoniou > wrote: >> Add a description of the indirect overlay method to the overlay >> documention file. > > Why? Please write some decent commit messages. > >> Signed-off-by: Pantelis Anton

RE: [PATCH v11 3/3] Bluetooth: hci_uart: Support firmware download for Marvell

2016-05-10 Thread Amitkumar Karwar
Hi Marcel, > From: Amitkumar Karwar [mailto:akar...@marvell.com] > Sent: Friday, May 06, 2016 9:02 PM > To: linux-blueto...@vger.kernel.org > Cc: linux-kernel@vger.kernel.org; Ganapathi Bhat; Amitkumar Karwar > Subject: [PATCH v11 3/3] Bluetooth: hci_uart: Support firmware download > for Marvell >

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