linux-next: manual merge of the akpm-current tree with the arm tree

2015-12-07 Thread Stephen Rothwell
Hi Andrew, Today's linux-next merge of the akpm-current tree got a conflict in: arch/arm/Kconfig between commit: 437682eeab45 ("ARM: 8456/1: code patching only works on MMU") from the arm tree and commits: 47fb802e4fcd ("arm: mm: support ARCH_MMAP_RND_BITS") 8100fa068b27 ("ARM: avoid

Re: [PATCH v3 4/7] mm/compaction: update defer counter when allocation is expected to succeed

2015-12-07 Thread Joonsoo Kim
On Fri, Dec 04, 2015 at 05:52:21PM +0100, Vlastimil Babka wrote: > On 12/03/2015 08:11 AM, Joonsoo Kim wrote: > >It's rather strange that compact_considered and compact_defer_shift aren't > >updated but compact_order_failed is updated when allocation is expected > >to succeed. Regardless actual all

Re: [PATCH v3 5/7] mm/compaction: respect compaction order when updating defer counter

2015-12-07 Thread Joonsoo Kim
On Fri, Dec 04, 2015 at 06:15:02PM +0100, Vlastimil Babka wrote: > On 12/03/2015 08:11 AM, Joonsoo Kim wrote: > >It doesn't make sense that we reset defer counter > >in compaction_defer_reset() when compaction request under the order of > >compact_order_failed succeed. Fix it. > > Right. > > >And

Re: [PATCH] Documentation: email-clients.txt

2015-12-07 Thread Clemens Ladisch
Sanidhya Solanki wrote: > Claws Mail (GUI) > > -Works. Some people use this successfully for patches. > +Tested and Works as of December 2015. Some people use this successfully > +for patches. "Some people" still doesn't include you: > -Thunderbird is an Outlook clone that likes to mangle text,

linux-next: manual merge of the akpm-current tree with the tip tree

2015-12-07 Thread Stephen Rothwell
Hi Andrew, Today's linux-next merge of the akpm-current tree got a conflict in: arch/x86/mm/pgtable.c between commit: d6ccc3ec9525 ("x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_defer") from the tip tree and commit: 275461f0db1f ("x86, thp: remove infrastructure

Re: [tpmdd-devel] [PATCH v2 0/3] tpm_tis: Clean up force module parameter

2015-12-07 Thread Wilck, Martin
> > I'm a bit confused about the discussion because Martin replied that > > tpm_tis used to get the address range before applying this series. > > > > And pnp_driver in the backend for TPM 1.x devices grabs the address > > range from DSDT. > > You can completely ignore this question. I saw Martin

Re: [PATCH v2 77/71] ncr5380: Fix wait for 53C80 registers registers after PDMA

2015-12-07 Thread Ondrej Zary
On Monday 07 December 2015 04:16:14 Finn Thain wrote: > > On Mon, 7 Dec 2015, Ondrej Zary wrote: > > > The check for 53C80 registers accessibility was commented out because > > it was broken (inverted). Fix and enable it. > > > > Signed-off-by: Ondrej Zary > > --- > > drivers/scsi/g_NCR5380.c

Re: [PATCH v2 1/9] clk: hi3519: add dt-binding document and header file

2015-12-07 Thread xuejiancheng
On 2015/12/4 18:56, Arnd Bergmann wrote: > On Friday 04 December 2015 11:21:28 xuejiancheng wrote: >> Hi Arnd, >> >> On 2015/12/3 17:44, Arnd Bergmann wrote: >>> On Thursday 03 December 2015 10:39:24 Jiancheng Xue wrote: +#ifndef __DTS_HI3519_CLOCK_H +#define __DTS_HI3519_CLOCK_H >>> >>>

Re: [PATCHv6 5/5] drm: bridge: anx78xx: Add anx78xx driver support by analogix.

2015-12-07 Thread Dan Carpenter
On Fri, Dec 04, 2015 at 09:35:07AM +0100, Enric Balletbo i Serra wrote: > +static int sp_wait_aux_op_finish(struct anx78xx *anx78xx) > +{ > + u8 errcnt; > + u8 val; > + struct device *dev = &anx78xx->client->dev; > + > + errcnt = 150; > + while (errcnt--) { > + sp_re

linux-next: manual merge of the akpm-current tree with the block tree

2015-12-07 Thread Stephen Rothwell
Hi Andrew, Today's linux-next merge of the akpm-current tree got a conflict in: fs/block_dev.c between commit: 6f3b0e8bcf3c ("blk-mq: add a flags parameter to blk_mq_alloc_request") from the block tree and commit: f39b774555f0 ("fs/block_dev.c:bdev_write_page(): use blk_queue_enter(...,

Re: [PATCH v5 3/4] ARM: dts: sunxi: Add Allwinner H3 DTSI

2015-12-07 Thread Jean-Francois Moine
On Fri, 4 Dec 2015 22:24:42 +0100 Jens Kuske wrote: > The Allwinner H3 is a home entertainment system oriented SoC with > four Cortex-A7 cores and a Mali-400MP2 GPU. > > Signed-off-by: Jens Kuske > --- > arch/arm/boot/dts/sun8i-h3.dtsi | 497 > > 1 fi

[PATCH v2 next 2/2] net: hns: fixes no syscon error when init mdio

2015-12-07 Thread yankejian
as dtsi files use the normal naming conventions using '-' instead of '_' inside of property names, the driver needs to update the phandle name strings of the of_parse_phandle func. Signed-off-by: yankejian --- drivers/net/ethernet/hisilicon/hns_mdio.c | 2 +- 1 file changed, 1 insertion(+), 1 de

Re: [PATCH] arm64: dts: mt8173: Add nor flash node

2015-12-07 Thread Daniel Kurtz
Bayi, On Mon, Dec 7, 2015 at 12:46 PM, bayi cheng wrote: > On Mon, 2015-12-07 at 12:34 +0800, bayi cheng wrote: >> On Mon, 2015-12-07 at 12:09 +0800, Daniel Kurtz wrote: >> > Bayi, >> > >> > On Mon, Dec 7, 2015 at 11:53 AM, Bayi Cheng >> > wrote: >> > > Add Mediatek nor flash node >> > > >> > >

Re: [RFC][PATCH] Add __GFP_ZERO to alloc_cpumask_var_node() if ptr is zero

2015-12-07 Thread Ingo Molnar
* Rusty Russell wrote: > Ingo Molnar writes: > > * Rusty Russell wrote: > >> I don't think there are great answers here. But adding more subtle > >> zeroing > >> semantics feels wrong, even if it will mostly Just Work. > > > > It's not subtle if the naming clearly reflects it (hence my sugg

[PATCH v2 next 0/2] dts: hisi: fixes no syscon error when init mdio

2015-12-07 Thread yankejian
this patchset fixes the bug that eth can't initial successful on hip05-D02 because the dts files doesn't match the source code. yankejian (2): dts: hisi: fixes no syscon error when init mdio net: hns: fixes no syscon error when init mdio --- change log: v2: 1) update the related documented i

[PATCH v2 next 1/2] dts: hisi: fixes no syscon error when init mdio

2015-12-07 Thread yankejian
Signed-nux start up, we get the log below: "Hi-HNS_MDIO 803c.mdio: no syscon hisilicon,peri-c-subctrl mdio_bus mdio@803c: mdio sys ctl reg has not maped " the source code about the subctrl is dealled with syscon, but dts doesn't. it cause such fault. so this patch adds the syscon in

Re: [PATCH v9 3/4] irqchip:create irq domain for each mbigen device

2015-12-07 Thread Marc Zyngier
On Sun, 6 Dec 2015 15:53:20 -0500 majun wrote: > Hi Marc: > > On 2015/12/3 11:25, Marc Zyngier wrote: > > On 23/11/15 03:15, MaJun wrote: > >> From: Ma Jun > >> > >> For peripheral devices which connect to mbigen,mbigen is a interrupt > >> controller. So, we create irq domain for each mbigen de

Re: [PATCH] Staging: speakup: kobjects: Return the error type to caller

2015-12-07 Thread Dan Carpenter
On Mon, Dec 07, 2015 at 12:46:37PM +0530, Saurabh Sengar wrote: > >> @@ -688,6 +689,8 @@ ssize_t spk_var_store(struct kobject *kobj, struct > >> kobj_attribute *attr, > >> > >> if (ret == -ERESTART) > >> pr_info("%s reset to default value\n", param->name); > > > > Is this reall

Re: [PATCH] mmc: sdhci-acpi: set non-removable in ACPI table

2015-12-07 Thread Adrian Hunter
On 04/12/15 17:40, Philip Elcan wrote: > > On 12/03/2015 09:14 AM, Adrian Hunter wrote: >> On 03/12/15 15:48, Philip Elcan wrote: >>> This allows setting an SDHC controller as non-removable >>> by using the _RMV method in the ACPI table. It doesn't >> Is that _RMV on the host controller? Shouldn'

Re: [PATCH 03/10] i915: Replace "hweight8(dev_priv->info.subslice_7eu[i]) != 1" with "!is_power_of_2(dev_priv->info.subslice_7eu[i])"

2015-12-07 Thread Jani Nikula
On Sun, 06 Dec 2015, Zhaoxiu Zeng wrote: > From: Zeng Zhaoxiu > > Signed-off-by: Zeng Zhaoxiu I'd like to see a commit message describing what is done and why, even for trivial changes. Now the subject line is essentially the diff in plain English, which adds no information to the patch itself.

Re: [PATCH 2/2] input: gt801_2plus1 - Add initial support for Goodix GT801 2+1

2015-12-07 Thread Julia Lawall
https://github.com/0day-ci/linux/commits/Priit-Laes/input-Driver-for-Goodix-GT801-2-1-touchscreen/20151207-152831 > base: https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git > sunxi/for-next > :: branch date: 46 minutes ago > :: commit date: 46 minutes a

Re: [PATCH net-next] net: hns: optimize XGE capability by reducing cpu usage

2015-12-07 Thread Yankejian (Hackim Yim)
On 2015/12/7 11:29, David Miller wrote: > From: yankejian > Date: Sat, 5 Dec 2015 15:32:29 +0800 > >> +#if (PAGE_SIZE < 8192) >> +if (hnae_buf_size(ring) == HNS_BUFFER_SIZE_2048) { >> +truesize = hnae_buf_size(ring); >> +} else { >> +truesize = ALIGN(size, L1_CACH

[PATCH] acpi, apei, hest: Move HEST table initialization where it belongs.

2015-12-07 Thread fu . wei
From: Tomasz Nowicki Since HEST (hardware error sources table) can describe more than PCI specific errors, it needs to be moved out of acpi_pci_root_init. Changelog: v1: This patch - the first upstream patch to linux mailing lists. Fu Wei: (1)Rebase to v4.4-rc4; (2)Remove "#include "

Re: [PATCH v3 2/5] drm/dsi: Try to match non-DT dsi devices

2015-12-07 Thread Jani Nikula
On Mon, 07 Dec 2015, Archit Taneja wrote: > Hi, > > On 11/30/2015 06:15 PM, kbuild test robot wrote: >> Hi Archit, >> >> [auto build test ERROR on: v4.4-rc3] >> [also build test ERROR on: next-20151127] >> >> url: >> https://github.com/0day-ci/linux/commits/Archit-Taneja/drm-dsi-DSI-for-device

Re: [PATCH v2 3/9] Documentation: dt-bindings: leds: add LM3633 LED binding information

2015-12-07 Thread Kim, Milo
Hi Jacek, On 11/30/2015 9:26 PM, Jacek Anaszewski wrote: In case of LM3633 the real current outputs are banks and multiplexing that occurs between banks and LVLEDn pins can be conveniently expressed with the bindings I proposed above. >If three output channels are controlled by one control ban

Re: [PATCH 00/13] perf tools: Move perf subcommand framework into lib/tools

2015-12-07 Thread Jiri Olsa
On Sun, Dec 06, 2015 at 02:02:42PM -0600, Josh Poimboeuf wrote: > On Sun, Dec 06, 2015 at 04:50:06PM +0100, Jiri Olsa wrote: > > On Sun, Dec 06, 2015 at 10:37:52AM +0100, Ingo Molnar wrote: > > > > > > * Josh Poimboeuf wrote: > > > > > > > Ingo suggested that I factor out the perf subcommand fun

Re: [PATCH] infiniband:core:Add needed error path in cm_init_av_by_path

2015-12-07 Thread Michael Wang
On 12/07/2015 08:57 AM, Haggai Eran wrote: > On Friday, December 4, 2015 8:02 PM, Nicholas Krause > wrote: >> To: dledf...@redhat.com >> Cc: sean.he...@intel.com; hal.rosenst...@gmail.com; Haggai Eran; >> jguntho...@obsidianresearch.com; Matan Barak; yun.w...@profitbricks.com; >> ted.h@or

[PATCH 0/4] [RFC] cpumask: Robustify the var-cpumask allocation APIs

2015-12-07 Thread Ingo Molnar
Hi Rusty, this is the cpumask API robustification change we talked about in this lkml thread: [PATCH] sched/core: Clear the root_domain cpumasks in init_rootdomain() The idea is to first migrate all users of alloc_cpumask_var() to zalloc_cpumask_var(), then remove the old API. We still keep _

[PATCH 4/4] cpumask: Rename 'alloc_cpumask_var_node()' to '__alloc_cpumask_var_node()'

2015-12-07 Thread Ingo Molnar
Add a double underscore to this API, to make it very clear that this is an internal API with unusual semantics: for example on !CPUMASK_OFFSTACK kernels it will result in initialized cpumasks, while on CPUMASK_OFFSTACK kernels it will allocate a var-cpumask that is not initialized. The caller has t

[PATCH 3/4] cpumask: Rename 'alloc_bootmem_cpumask_var()' to 'zalloc_bootmem_cpumask_var()'

2015-12-07 Thread Ingo Molnar
This API is somewhat confusingly named 'alloc', despite returning zeroed cpumasks. Rename it to 'zalloc' to be in line with usual terminology. Bootmem allocations are always zero initialized. (Also fix a typo in a comment of this API while at it.) Signed-off-by: Ingo Molnar --- arch/powerpc/mm

[PATCH 2/4] cpumask: Remove 'alloc_cpumask_var()'

2015-12-07 Thread Ingo Molnar
This API is unused and slightly unrobust: on non-CPUMASK_OFFSTACK kernels it will result in initialized cpumasks - while on CPUMASK_OFFSTACK kernels it results in initialized cpumasks, enabling hard to find initialization bugs. Be conservative and default to zeroing. Users of this facility that re

[PATCH 1/4] cpumask: Migrate 'alloc_cpumask_var()' users to 'zalloc_cpumask_var()'

2015-12-07 Thread Ingo Molnar
Xunlei Pang reported a scheduler bug in init_rootdomain(), which is caused by improper use of alloc_cpumask_var(), which results in uninitialized cpumasks being allocated. No-one noticed this scheduler bug for a long time, probably because alloc_cpumask_var() does result in initialized cpumasks in

[PATCH] perf tools: Clear struct machine during machine__init()

2015-12-07 Thread Wang Nan
There are so many test cases use stack allocated 'struct machine'. Including: test__hists_link test__hists_filter test__mmap_thread_lookup test__thread_mg_share test__hists_output test__hists_cumulate Also, in non-test code (for example, machine__new_host()) there are code use 'malloc(

Re: [PATCH V3 2/6] acpi: pci: Setup MSI domain for ACPI based pci devices

2015-12-07 Thread Marc Zyngier
Hi Tomasz, On 06/12/15 18:03, Tomasz Nowicki wrote: > Hi Marc, > > > On 11/22/2015 12:35 PM, Marc Zyngier wrote: >> On Sat, 21 Nov 2015 15:18:45 -0600 >> Suravee Suthikulpanit wrote: >> >>> Hi Marc, >>> >>> On 11/19/15 06:08, Marc Zyngier wrote: On Wed, 21 Oct 2015 11:47:25 -0700 Sura

radeon -Wmaybe-uninitialized crap

2015-12-07 Thread Borislav Petkov
Hi guys, this just started appearing when building -rc4. Got fixes yet? :-) In file included from drivers/gpu/drm/radeon/radeon_mode.h:37:0, from drivers/gpu/drm/radeon/radeon.h:80, from drivers/gpu/drm/radeon/r100.c:33: drivers/gpu/drm/radeon/r100.c: In function

Re: [PATCH 1/2] tools build: Introduce features dump include makefile

2015-12-07 Thread Jiri Olsa
ping, Wang Nan, any comments on these 2? thanks, jirka On Fri, Nov 27, 2015 at 10:06:50AM +0100, Jiri Olsa wrote: > Creating the FEATURE-INCLUDE file, that contains all features > status dumped in make's variable format: >... >feature-backtrace=1 >feature-dwarf=1 >... > > It's pu

Re: [tpmdd-devel] [PATCH v2 0/3] tpm_tis: Clean up force module parameter

2015-12-07 Thread Jarkko Sakkinen
On Mon, Dec 07, 2015 at 09:06:50AM +0100, Wilck, Martin wrote: > > > I'm a bit confused about the discussion because Martin replied that > > > tpm_tis used to get the address range before applying this series. > > > > > > And pnp_driver in the backend for TPM 1.x devices grabs the address > > > ra

Re: [PATCH net-next] net: hns: optimize XGE capability by reducing cpu usage

2015-12-07 Thread Du, Fan
On 2015/12/5 15:32, yankejian wrote: here is the patch raising the performance of XGE by: 1)changes the way page management method for enet momery, and 2)reduces the count of rmb, and 3)adds Memory prefetching Any numbers on how much it boost performance? Signed-off-by: yankejian --- dri

Re: [PATCH resend 1/6] clk: sunxi: Add DRAM gates support for sun4i-a10

2015-12-07 Thread Maxime Ripard
On Sat, Dec 05, 2015 at 09:16:42PM +0800, Chen-Yu Tsai wrote: > The A10/A20 share the same set of DRAM clock gates, which controls > direct memory access for some peripherals. > > On the A10, bit 15 controls the system's DRAM clock output (possibly > to the DRAM chips), which we need to keep on. >

Re: [PATCH net-next] net: hns: optimize XGE capability by reducing cpu usage

2015-12-07 Thread Yankejian (Hackim Yim)
On 2015/12/7 11:32, Joe Perches wrote: > On Sun, 2015-12-06 at 22:29 -0500, David Miller wrote: >> > From: yankejian >> > Date: Sat, 5 Dec 2015 15:32:29 +0800 >> > >>> > > +#if (PAGE_SIZE < 8192) >>> > > + if (hnae_buf_size(ring) == HNS_BUFFER_SIZE_2048) { >>> > > + truesize = hn

Re: [PATCH v3 2/5] drm/dsi: Try to match non-DT dsi devices

2015-12-07 Thread Archit Taneja
On 12/07/2015 02:15 PM, Jani Nikula wrote: On Mon, 07 Dec 2015, Archit Taneja wrote: Hi, On 11/30/2015 06:15 PM, kbuild test robot wrote: Hi Archit, [auto build test ERROR on: v4.4-rc3] [also build test ERROR on: next-20151127] url: https://github.com/0day-ci/linux/commits/Archit-Tane

Re: [PATCH resend 3/6] ARM: dts: sun4i: Add DRAM gates

2015-12-07 Thread Maxime Ripard
On Sat, Dec 05, 2015 at 09:16:44PM +0800, Chen-Yu Tsai wrote: > The DRAM gates controls direct memory access for some peripherals. > These peripherals include the display pipeline, so add the required > gates to the simplefb nodes as well. > > Signed-off-by: Chen-Yu Tsai Applied, thanks! Maxime

Re: [PATCH net-next] net: hns: optimize XGE capability by reducing cpu usage

2015-12-07 Thread Joe Perches
On Mon, 2015-12-07 at 16:58 +0800, Yankejian (Hackim Yim) wrote: > On 2015/12/7 11:32, Joe Perches wrote: > > On Sun, 2015-12-06 at 22:29 -0500, David Miller wrote: > > > > From: yankejian > > > > Date: Sat, 5 Dec 2015 15:32:29 +0800 > > > > > > > > > > +#if (PAGE_SIZE < 8192) > > > > > > + i

[PATCH] ethernet: aurora: AURORA_NB8800 should depend on HAS_DMA

2015-12-07 Thread Geert Uytterhoeven
If NO_DMA=y: ERROR: "dma_map_single" [drivers/net/ethernet/aurora/nb8800.ko] undefined! ERROR: "dma_unmap_page" [drivers/net/ethernet/aurora/nb8800.ko] undefined! ERROR: "dma_sync_single_for_cpu" [drivers/net/ethernet/aurora/nb8800.ko] undefined! ERROR: "dma_unmap_single" [drivers

[PATCH v3 0/2] IIO version of INA2xx

2015-12-07 Thread Marc Titinger
Version 3 of https://lkml.org/lkml/2015/11/25/245 * rename ina2xx-iio to ian2xx-adc for consistency with other chips (ina2xx being the hwmon driver). * add an exclusion in the iio/adc/Kconfig: depends on !SENSORS_INA2XX * more typos and style fixes * make regmap config const with .max_

[PATCH v3 2/2] iio: ina2xx: provide a sysfs parameter to allow async readout of the ADCs

2015-12-07 Thread Marc Titinger
This can lead to repeated or skipped samples depending on the clock beat between the capture thread and the chip sampling clock, but will also spare reading/waiting for the Capture Ready Flag and improve the available i2c bandwidth for reading measurements. Output of iio_info: ...snip... 4 device-

Re: [PATCH v3 2/5] drm/dsi: Try to match non-DT dsi devices

2015-12-07 Thread Jani Nikula
On Mon, 07 Dec 2015, Archit Taneja wrote: > On 12/07/2015 02:15 PM, Jani Nikula wrote: >> On Mon, 07 Dec 2015, Archit Taneja wrote: >>> Hi, >>> >>> On 11/30/2015 06:15 PM, kbuild test robot wrote: Hi Archit, [auto build test ERROR on: v4.4-rc3] [also build test ERROR on: next-

Build regressions/improvements in v4.4-rc4

2015-12-07 Thread Geert Uytterhoeven
Below is the list of build error/warning regressions/improvements in v4.4-rc4[1] compared to v4.3[2]. Summarized: - build errors: +12/-11 - build warnings: +137/-105 JFYI, when comparing v4.4-rc4[1] to v4.4-rc3[3], the summaries are: - build errors: +11/-20 - build warnings: +63/-35 Note

Re: [PATCH 2/2] input: gt801_2plus1 - Add initial support for Goodix GT801 2+1

2015-12-07 Thread Priit Laes
it, > > > > [auto build test WARNING on mripard/sunxi/for-next] > > [also build test WARNING on next-20151203] > > [cannot apply to input/next v4.4-rc4] > > > > url:    https://github.com/0day-ci/linux/commits/Priit-Laes/input-D > river-for-Goodix-GT801-2-1-to

[PATCH v3 1/2] iio: ina2xx: add support for TI INA2xx Power Monitors

2015-12-07 Thread Marc Titinger
in SOFTWARE buffer mode, a kthread will capture the active scan_elements into a kfifo, then compute the remaining time until the next capture tick and do an active wait (udelay). This will produce a stream of up to fours channels plus a 64bits timestamps (ns). Tested with ina226, on BeagleBoneBla

Re: (4.3.0) r8152: deadlock related to runtime suspend?

2015-12-07 Thread Lu Baolu
Hi Peter, Have you ever tried disabling auto-pm? Did things go smoothly if auto-pm is disabled? I always disable usb auto-pm in below way. # echo on | tee /sys/bus/usb/devices/*/power/control # echo on > /sys/bus/pci/devices//power/control Thanks, Baolu On 12/05/2015 06:59 PM, Peter Wu wrote:

Re: [PATCH] ARC: [axs10x] enable DW DMA controller

2015-12-07 Thread Alexey Brodkin
Hi Vineet, On Sat, 2015-12-05 at 10:14 +, Vineet Gupta wrote: > On Saturday 05 December 2015 12:52 AM, Alexey Brodkin wrote: > > From: Nelson Pereira > > > > ARC SDP baseboard among other peripherals sports > > DesignWare DMA controller. > > > > This enables support of that device. > > Note

Re: [PATCH 2/2] keys, trusted: seal with a policy

2015-12-07 Thread Jarkko Sakkinen
On Fri, Nov 20, 2015 at 01:34:35PM +1100, James Morris wrote: > On Wed, 18 Nov 2015, Jarkko Sakkinen wrote: > > > On Wed, Nov 18, 2015 at 11:21:01AM +1100, James Morris wrote: > > > On Tue, 17 Nov 2015, Jarkko Sakkinen wrote: > > > > > > > } > > > >

linux-next: Tree for Dec 7

2015-12-07 Thread Stephen Rothwell
Hi all, Changes since 20151203: Dropped tree: cgroup (complex conflict) The vfs tree gained conflicts against the file-locks and Linus' trees. The wireless-drivers-next tree gained a conflict against Linus' tree. The drm tree gained a conflict against Linus' tree. The modules tree lost its bu

Re: [PATCH] ARM: multi_v7_defconfig: Enable fan, sensors and audio for Odroid XU3

2015-12-07 Thread Arnd Bergmann
On Monday 07 December 2015 09:59:54 Krzysztof Kozlowski wrote: > For Odroid XU3-family enable the: > - PWM fan (to control the CPU fan using thermal subsystem), > - TI INA231 sensors (provide power measurements of big.LITTLE cores, >DRAM and GPU), > - Samsung sound (for Odroid XU3 and Snow a

Re: Non-ascii mantainers

2015-12-07 Thread Geert Uytterhoeven
Hi Michael, On Tue, Dec 1, 2015 at 6:27 PM, Michal Suchanek wrote: > On 1 December 2015 at 18:20, Al Viro wrote: >> On Tue, Dec 01, 2015 at 06:10:29PM +0100, Michal Suchanek wrote: >>> there are non-ascii characters in output of scripts/get_maintainer.pl >>> >>> If output of said script is used

Re: [net-next v5 0/8] dpaa_eth: Add the Freescale DPAA Ethernet driver

2015-12-07 Thread Madalin-Cristian Bucur
Hi Timur, I've managed somehow to make got send-email to move the From: line in the body instead of the header, probably typed something wrong when asked to confirm the sender. I've resent the series. Regards, Madalin From: Timur Tabi Sent: Saturday, D

Re: [PATCH v3 2/5] drm/dsi: Try to match non-DT dsi devices

2015-12-07 Thread Archit Taneja
On 12/07/2015 02:40 PM, Jani Nikula wrote: On Mon, 07 Dec 2015, Archit Taneja wrote: On 12/07/2015 02:15 PM, Jani Nikula wrote: On Mon, 07 Dec 2015, Archit Taneja wrote: Hi, On 11/30/2015 06:15 PM, kbuild test robot wrote: Hi Archit, [auto build test ERROR on: v4.4-rc3] [also build test

Re: [PATCH resend 5/6] ARM: dts: sun7i: Add DRAM gates

2015-12-07 Thread Maxime Ripard
On Sat, Dec 05, 2015 at 09:16:46PM +0800, Chen-Yu Tsai wrote: > The DRAM gates controls direct memory access for some peripherals. > These peripherals include the display pipeline, so add the required > gates to the simplefb nodes as well. > > Signed-off-by: Chen-Yu Tsai Applied, thanks! Maxime

Re: [PATCH v5 2/4] pinctrl: sunxi: Add H3 PIO controller support

2015-12-07 Thread Maxime Ripard
On Fri, Dec 04, 2015 at 10:24:41PM +0100, Jens Kuske wrote: > The H3 uses the same pin controller as previous SoC's from Allwinner. > Add support for the pins controlled by the main PIO controller. > > Signed-off-by: Jens Kuske Acked-by: Maxime Ripard Thanks! Maxime -- Maxime Ripard, Free El

Re: Build regressions/improvements in v4.4-rc4

2015-12-07 Thread Geert Uytterhoeven
On Mon, Dec 7, 2015 at 10:10 AM, Geert Uytterhoeven wrote: > JFYI, when comparing v4.4-rc4[1] to v4.4-rc3[3], the summaries are: > - build errors: +11/-20 Just a few more R_PPC64_REL24, and already reported arm-randconfig stuff. > [1] http://kisskb.ellerman.id.au/kisskb/head/9664/ (256 out of

[PATCH v3 RESEND] gpio: arizona: Support Cirrus Logic CS47L24 and WM1831

2015-12-07 Thread Richard Fitzgerald
The CS47L24 and WM1831 codecs only have two GPIO lines, but are otherwise similar to the WM8280. Signed-off-by: Richard Fitzgerald Acked-by: Linus Walleij --- drivers/gpio/gpio-arizona.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/gpio/gpio-arizona.c b/drivers/gpio/gpio-ariz

[PATCH v3 RESEND] gpio: arizona: Support Cirrus Logic CS47L24 and WM1831

2015-12-07 Thread Richard Fitzgerald
This patch seems to have got lost when all the other CS47L24 patches were applied. I don't care whether it goes through the GPIO tree or the MFD tree with the rest of the patches, but note that it has a build dependency on the MFD patches for CS47L24. Richard Fitzgerald (1): gpio: arizona: Suppo

Re: [PATCH v1 02/10] clockevents/drivers: add MPS2 Timer driver

2015-12-07 Thread Vladimir Murzin
On 02/12/15 09:33, Vladimir Murzin wrote: > MPS2 platform has simple 32 bits general purpose countdown timers. > > The driver uses the first detected timer as a clocksource and the rest > of the timers as a clockevent Daniel, you had concerns on the RFC version. Does this one look fine to you or

[PATCH] x86/mm: Align macro defines

2015-12-07 Thread Borislav Petkov
From: Borislav Petkov Bring PAGE_{SHIFT,SIZE,MASK} to the same indentation level as the rest of the header. Signed-off-by: Borislav Petkov --- arch/x86/include/asm/page_types.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/x86/include/asm/page_types.h b/arch/x

Re: [PATCH v1 04/10] serial: mps2-uart: add MPS2 UART driver

2015-12-07 Thread Vladimir Murzin
Gentle ping... On 02/12/15 09:33, Vladimir Murzin wrote: > This driver adds support to the UART controller found on ARM MPS2 > platform. > > Signed-off-by: Vladimir Murzin > --- > drivers/tty/serial/Kconfig | 12 + > drivers/tty/serial/Makefile |1 + > drivers/tty/serial/mps2-u

Re: [PATCH net-next] net: hns: optimize XGE capability by reducing cpu usage

2015-12-07 Thread Yankejian (Hackim Yim)
On 2015/12/7 17:05, Joe Perches wrote: > On Mon, 2015-12-07 at 16:58 +0800, Yankejian (Hackim Yim) wrote: >> On 2015/12/7 11:32, Joe Perches wrote: >>> On Sun, 2015-12-06 at 22:29 -0500, David Miller wrote: > From: yankejian > Date: Sat, 5 Dec 2015 15:32:29 +0800 > >>> +#if (PAGE

Re: gigaset: freeing an active object

2015-12-07 Thread Tilman Schmidt
Am 06.12.2015 um 21:12 schrieb Paul Bolle: > On zo, 2015-12-06 at 16:29 +0100, Tilman Schmidt wrote: >> So the solution might be as simple as moving the kfree() call from >> gigaset_freecshw() to gigaset_device_release(). Something like this: >> >> --- a/drivers/isdn/gigaset/ser-gigaset.c >> +++ b/

Re: [PATCH v5 05/11] spi: imx: Add support for loopback for ECSPI controllers

2015-12-07 Thread Sascha Hauer
On Sat, Dec 05, 2015 at 05:57:03PM +0100, Anton Bondarenko wrote: > Support for ECSPI loopback for IMX51, IMX53 and IMX6Q using TEST register. > > Signed-off-by: Mohsin Kazmi > Signed-off-by: Anton Bondarenko > --- > drivers/spi/spi-imx.c | 19 --- > 1 file changed, 16 insertion

Re: [PATCH] perf/x86: fix filter_events() bug with event mappings

2015-12-07 Thread Jiri Olsa
On Sun, Dec 06, 2015 at 10:35:06PM +0100, Stephane Eranian wrote: SNIP > > This problem was introduced into commit 8300daa26. > > Fixes: 8300daa26 ("perf/x86: Filter out undefined events from sysfs events > attribute") > > Patch is relative to tip.git commit 03b6b9f. > > Signed-off-by: Steph

Re: [PATCH v3 1/3] mailbox: Add support for APM X-Gene platform mailbox driver

2015-12-07 Thread Duc Dang
On Fri, Nov 20, 2015 at 3:47 AM, Jassi Brar wrote: > On Mon, Nov 9, 2015 at 11:35 PM, Duc Dang wrote: >> X-Gene mailbox controller provides 8 mailbox channels, with >> each channel has a dedicated interrupt line. >> >> [dhdang: rebase over 4.3-rc5, some minor changes to >> address comment in v2 p

Re: [PATCH 1/2] tools build: Introduce features dump include makefile

2015-12-07 Thread Wangnan (F)
Sorry for the late response... Tested-by: Wang Nan But I'm thinking whether we can remove FEATURE-DUMP and rely on FEATURE-INCLUDE only, since they contain same information... Thank you. On 2015/12/7 16:56, Jiri Olsa wrote: ping, Wang Nan, any comments on these 2? thanks, jirka On Fri, Nov

Re: [PATCH] usb: host: iounmap before return

2015-12-07 Thread Lu Baolu
On 12/06/2015 09:47 PM, Geyslan G. Bem wrote: > This patch fixes a 'quirk_usb_handoff_xhci()' branch return that was not > unmapping correctly. > > Coccinelle: scripts/coccinelle/free/iounmap.cocci > > Signed-off-by: Geyslan G. Bem > --- > drivers/usb/host/pci-quirks.c | 3 ++- > 1 file change

Re: [PATCH v5 06/11] spi: imx: return error from dma channel request

2015-12-07 Thread Sascha Hauer
On Sat, Dec 05, 2015 at 05:57:04PM +0100, Anton Bondarenko wrote: > On SDMA initialization return exactly the same error, which is > reported by dma_request_slave_channel_reason(), it is a preceding > change to defer SPI DMA initialization, if SDMA module is not yet > available. > > Signed-off-by:

Re: [PATCH v5] pwm-backlight: Avoid backlight flicker when probed from DT

2015-12-07 Thread Lee Jones
On Mon, 07 Dec 2015, Daniel Kurtz wrote: > Hi Lee, > > On Wed, Nov 25, 2015 at 12:26 AM, Lee Jones wrote: > > On Wed, 18 Nov 2015, Philipp Zabel wrote: > > > >> If the driver is probed from the device tree, and there is a phandle > >> property set on it, and the enable GPIO is already configured

Re: [PATCH v3] acpi, apei, arm64: APEI initial support for aarch64.

2015-12-07 Thread Hanjun Guo
Hi Fu Wei, On 12/04/2015 01:15 AM, fu@linaro.org wrote: From: Tomasz Nowicki This commit provides APEI arch-specific bits for aarch64 The reason for wrapping "acpi_disable_cmcff" by "#if defined(__i386__) || defined(__x86_64__)" in hest.c is: according to ACPI spec CMC(Corrected Machine C

Re: [PATCH v5] clk: sunxi: Add CLK_OF_DECLARE support for sun8i-a23-apb0-clk driver

2015-12-07 Thread Maxime Ripard
Hi, On Thu, Dec 03, 2015 at 03:05:30PM +0800, Chen-Yu Tsai wrote: > The APBS clock on sun9i is the same as the APB0 clock on sun8i. With > sun9i we are supporting the PRCM clocks by using CLK_OF_DECLARE, > instead of through a PRCM mfd device and subdevices for each clock > and reset control. As s

Re: [PATCH 2/3] dt-bindings: regulator/mfd: Reorganize S5M8767 bindings

2015-12-07 Thread Lee Jones
On Fri, 04 Dec 2015, Krzysztof Kozlowski wrote: > The regulator/s5m8767-regulator.txt duplicates some of the information > about bindings with old mfd/s2mps11.txt. Now common part exists entirely > in mfd/samsung,sec-core.txt so: > - add company prefix to file name (regulator/samsung,s5m8767.txt)

Re: [PATCH 3/3] dt-bindings: regulator/mfd: Reorganize S2MPA01 bindings

2015-12-07 Thread Lee Jones
On Fri, 04 Dec 2015, Krzysztof Kozlowski wrote: > The mfd/s2mpa01.txt duplicates some of the information about bindings > with old mfd/s2mps11.txt. Now common part exists entirely in > mfd/samsung,sec-core.txt so: > - add company prefix to file name (regulator/samsung,s2mpa01.txt), > - remove du

Re: [PATCH v2 1/9] clk: hi3519: add dt-binding document and header file

2015-12-07 Thread Arnd Bergmann
On Monday 07 December 2015 16:01:03 xuejiancheng wrote: > On 2015/12/4 18:56, Arnd Bergmann wrote: > > On Friday 04 December 2015 11:21:28 xuejiancheng wrote: > >> Hi Arnd, > >> > >> On 2015/12/3 17:44, Arnd Bergmann wrote: > >>> On Thursday 03 December 2015 10:39:24 Jiancheng Xue wrote: > +#i

Re: [PATCH 1/3] dt-bindings: regulator/clock/mfd: Reorganize S2MPS-family bindings

2015-12-07 Thread Lee Jones
On Fri, 04 Dec 2015, Krzysztof Kozlowski wrote: > Bindings for Samsung S2M and S5M family PMICs are in mess. They are > spread over different files and subdirectories in a non-consistent way. > The devices and respective drivers for them share a lot in common so > everything could be organized in

Re: (4.3.0) r8152: deadlock related to runtime suspend?

2015-12-07 Thread Peter Wu
On Mon, Dec 07, 2015 at 05:11:50PM +0800, Lu Baolu wrote: > Hi Peter, > > Have you ever tried disabling auto-pm? Did things go smoothly if auto-pm is > disabled? > > I always disable usb auto-pm in below way. > > # echo on | tee /sys/bus/usb/devices/*/power/control > # echo on > /sys/bus/pci/de

Re: [PATCH] ARM: multi_v7_defconfig: Enable fan, sensors and audio for Odroid XU3

2015-12-07 Thread Krzysztof Kozlowski
On 07.12.2015 18:14, Arnd Bergmann wrote: > On Monday 07 December 2015 09:59:54 Krzysztof Kozlowski wrote: >> For Odroid XU3-family enable the: >> - PWM fan (to control the CPU fan using thermal subsystem), >> - TI INA231 sensors (provide power measurements of big.LITTLE cores, >>DRAM and GPU

[PATCH 0/4] x86/cpufeature: Cleanup, p1

2015-12-07 Thread Borislav Petkov
From: Borislav Petkov Hi, this is the first and the easiest part of the cleanup - getting rid of the unused and seldomly used cpu_has_xx uglies. Future work will get rid of the remaining ones but they need more careful inspection first. The last patch helps with tinyconfig and slims it down by

[PATCH 3/4] x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros

2015-12-07 Thread Borislav Petkov
From: Borislav Petkov Those are stupid and code should use static_cpu_has_safe() or boot_cpu_has() instead. Kill the least used and unused ones. The remaining ones need more careful inspection before a conversion can happen. On the TODO. Signed-off-by: Borislav Petkov Cc: David Sterba Cc: Her

Re: [PATCH v7 2/6] mfd: syscon: add a DT property to set value width

2015-12-07 Thread Lee Jones
On Mon, 30 Nov 2015, Damien Riegel wrote: > Currently syscon has a fixed configuration of 32 bits for register and > values widths. In some cases, it would be desirable to be able to > customize the value width. > > For example, certain boards (like the ones manufactured by Technologic > Systems)

[PATCH 1/4] x86/cpufeature: Move some of the scattered feature bits to x86_capability

2015-12-07 Thread Borislav Petkov
From: Borislav Petkov Turn the CPUID leafs which are proper CPUID feature bit leafs into separate ->x86_capability words. Signed-off-by: Borislav Petkov --- arch/x86/include/asm/cpufeature.h | 54 +++ arch/x86/kernel/cpu/common.c | 5 arch/x86/ker

[PATCH 2/4] x86/cpufeature: Cleanup get_cpu_cap()

2015-12-07 Thread Borislav Petkov
From: Borislav Petkov Add an enum for the ->x86_capability array indices and cleanup get_cpu_cap() by killing some redundant local vars. Signed-off-by: Borislav Petkov --- arch/x86/include/asm/cpufeature.h | 20 + arch/x86/kernel/cpu/centaur.c | 2 +- arch/x86/kernel/cpu/c

arRe: [PATCH net-next 2/2] net: hns: enet specisies a reference to dsaf (config and documents)

2015-12-07 Thread Arnd Bergmann
On Monday 07 December 2015 15:14:13 Yankejian wrote: > On 2015/12/6 6:19, Arnd Bergmann wrote: > > On Saturday 05 December 2015 14:10:56 yankejian wrote: > >> diff --git a/Documentation/devicetree/bindings/net/hisilicon-hns-dsaf.txt > >> b/Documentation/devicetree/bindings/net/hisilicon-hns-dsaf.t

Re: Non-ascii mantainers

2015-12-07 Thread Michal Suchanek
On 7 December 2015 at 10:18, Geert Uytterhoeven wrote: > Hi Michael, > > On Tue, Dec 1, 2015 at 6:27 PM, Michal Suchanek wrote: >> On 1 December 2015 at 18:20, Al Viro wrote: >>> On Tue, Dec 01, 2015 at 06:10:29PM +0100, Michal Suchanek wrote: there are non-ascii characters in output of scr

[PATCH 4/4] x86/cpu: Provide a config option to disable static_cpu_has

2015-12-07 Thread Borislav Petkov
From: Borislav Petkov This brings .text savings of about ~1.6K when building a tinyconfig. It is off by default so nothing changes for the default. Kconfig help text from Josh. Reviewed-by: Josh Triplett Signed-off-by: Borislav Petkov --- arch/x86/Kconfig | 11 +++ a

Re: [PATCH v5 08/11] spi: imx: allow only WML aligned transfers to use DMA

2015-12-07 Thread Sascha Hauer
On Sat, Dec 05, 2015 at 05:57:06PM +0100, Anton Bondarenko wrote: > RX DMA tail data handling doesn't work correctly in many cases with current > implementation. It happens because SPI core was setup to generates both RX > and RX TAIL events. And RX TAIL event does not work correctly. > This can be

Re: [PATCH] ARM: multi_v7_defconfig: Enable fan, sensors and audio for Odroid XU3

2015-12-07 Thread Arnd Bergmann
On Monday 07 December 2015 18:38:44 Krzysztof Kozlowski wrote: > On 07.12.2015 18:14, Arnd Bergmann wrote: > > On Monday 07 December 2015 09:59:54 Krzysztof Kozlowski wrote: > >> For Odroid XU3-family enable the: > >> - PWM fan (to control the CPU fan using thermal subsystem), > >> - TI INA231 se

Re: [PATCH 3/4] x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros

2015-12-07 Thread Ingo Molnar
* Borislav Petkov wrote: > static int __init chacha20_simd_mod_init(void) > { > - if (!cpu_has_ssse3) > + if (!boot_cpu_has(X86_FEATURE_SSSE3)) > return -ENODEV; Btw., could we rename 'boot_cpu_has()' to the more appropriate (and shorter!) 'system_has()' form? 'boot cp

Re: [PATCH v2 3/9] ARM: hisi: enable Hi3519 soc

2015-12-07 Thread Arnd Bergmann
On Monday 07 December 2015 14:58:14 xuejiancheng wrote: > On 2015/12/5 5:54, Arnd Bergmann wrote: > > On Friday 04 December 2015 12:07:58 xuejiancheng wrote: > >> On 2015/12/3 17:40, Arnd Bergmann wrote: > >>> On Thursday 03 December 2015 10:42:45 Jiancheng Xue wrote: > --- a/arch/arm/mach-his

Re: [PATCH] usb: musb: dsps: handle the otg_state_a_wait_vrise_timeout case

2015-12-07 Thread Gregory CLEMENT
Hi Felipe, I am going back on this subject (again :) ) On mar., oct. 20 2015, Gregory CLEMENT wrote: > Hi Felipe, > > On lun., oct. 05 2015, Felipe Balbi wrote: > > >>> So after many tests on different devices, 200ms is enough for most of >>> them, but for one, 2000ms (2s) was needed! >>

Re: [tpmdd-devel] [PATCH v2 0/3] tpm_tis: Clean up force module parameter

2015-12-07 Thread Wilck, Martin
> > > You can completely ignore this question. I saw Martins reply with a fix > > > for > > > "tpm_tis: Use devm_ioremap_resource" that you should squash into that > > > change. So it's proved that TPM ACPI device objects do not always have a > > > memory resource. Good. > > > > Repeat, the memor

Re: [PATCH] drm: do not use device name as a format string

2015-12-07 Thread Jani Nikula
On Mon, 07 Dec 2015, Daniel Vetter wrote: > On Sun, Dec 06, 2015 at 11:16:32AM +0100, Nicolas Iooss wrote: >> On 12/06/2015 10:35 AM, Daniel Vetter wrote: >> >> On 11/18/2015 06:58 PM, Nicolas Iooss wrote: >> >>> drm_dev_set_unique() formats its parameter using kvasprintf() but many >> >>> of its

Re: [PATCH V4 11/16] Documentation: DT: bindings: Update NVIDIA PMC for Tegra210

2015-12-07 Thread Jon Hunter
On 06/12/15 00:31, Rob Herring wrote: > On Fri, Dec 04, 2015 at 02:57:12PM +, Jon Hunter wrote: >> --- >> Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-pmc.txt | 5 +++-- >> 1 file changed, 3 insertions(+), 2 deletions(-) >> >> diff --git >> a/Documentation/devicetree/bindings/a

Re: [PATCH 3/4] x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros

2015-12-07 Thread Borislav Petkov
On Mon, Dec 07, 2015 at 10:45:04AM +0100, Ingo Molnar wrote: > > * Borislav Petkov wrote: > > > static int __init chacha20_simd_mod_init(void) > > { > > - if (!cpu_has_ssse3) > > + if (!boot_cpu_has(X86_FEATURE_SSSE3)) > > return -ENODEV; > > Btw., could we rename 'boot_cpu_ha

  1   2   3   4   5   6   7   8   9   10   >