Re: kernel boot fail with efi earlyprintk (bisected)

2014-08-25 Thread Dave Young
On 08/22/14 at 06:02pm, Dave Young wrote: On 08/21/14 at 09:52pm, Matt Fleming wrote: On Tue, 19 Aug, at 04:16:58PM, Dave Young wrote: Hi, 3.16 kernel boot fail with earlyprintk=efi on my laptop. It keeps scrolling at the bottom line of screen. Bisected, the first bad commit

Re: [PATCH v4 00/22] perf: Add infrastructure and support for Intel PT

2014-08-25 Thread Adrian Hunter
On 08/20/2014 03:35 PM, Alexander Shishkin wrote: This patchset adds support for Intel Processor Trace (PT) extension [1] of Intel Architecture that allows the capture of information about software execution flow, to the perf kernel infrastructure. Alex is away, so I would like to know if

[PATCH v3 1/4] hwmon: (lm90) split setshow temp as common codes

2014-08-25 Thread Wei Ni
From: lightning314 w...@nvidia.com Split setshow temp codes as common functions, so we can use it directly when implement linux thermal framework. And handle error return value for the lm90_select_remote_channel and write_tempx, then set_temp8 and set_temp11 could return it to user-space.

[PATCH v3 0/4] expose lm90 to thermal fw

2014-08-25 Thread Wei Ni
Expose lm90 to thermal framework via DT nodes. This series is v3, previous version patches are: [v2]: https://lkml.org/lkml/2014/3/4/194 Changes from v2: add more description in documentation, per Stephen's comment. Changes from v1: 1. remove the unnecessary log messages, per Guenter's request.

[PATCH v3 2/4] hwmon: lm90: expose to thermal fw via DT nodes

2014-08-25 Thread Wei Ni
From: lightning314 w...@nvidia.com This patch adds to lm90 temperature sensor the possibility to expose itself as thermal zone device, registered on the thermal framework. The thermal zone is built only if a device tree node describing a thermal zone for this sensor is present inside the lm90 DT

[PATCH v3 4/4] ARM: tegra: dalmore: add thermal zones for nct1008

2014-08-25 Thread Wei Ni
From: lightning314 w...@nvidia.com Add dt node to describe the thermal zone for the nct1008. Signed-off-by: Wei Ni w...@nvidia.com --- arch/arm/boot/dts/tegra114-dalmore.dts | 20 +++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git

[PATCH v3 3/4] thermal: add more description for thermal-zones

2014-08-25 Thread Wei Ni
Add more description for the polling-delay property. Set trips and cooling maps as optional property, because if missing these two sub-nodes, the thermal zone device still work properly. Signed-off-by: Wei Ni w...@nvidia.com --- Documentation/devicetree/bindings/thermal/thermal.txt | 10

RE: kernel boot fail with efi earlyprintk (bisected)

2014-08-25 Thread Zheng, Lv
Hi, From: Dave Young [mailto:dyo...@redhat.com] Sent: Monday, August 25, 2014 2:07 PM To: Matt Fleming Cc: Zheng, Lv; Fleming, Matt; linux-...@vger.kernel.org; linux-a...@vger.kernel.org; linux-kernel@vger.kernel.org; de...@acpica.org; l...@kernel.org; Wysocki, Rafael J; Moore, Robert

Re: [PATCH] tpm_tis: Verify ACPI-specified interrupt

2014-08-25 Thread Scot Doyle
On Fri, 22 Aug 2014, Jason Gunthorpe wrote: On Fri, Aug 22, 2014 at 08:17:27PM +, Scot Doyle wrote: On Fri, 22 Aug 2014, Jason Gunthorpe wrote: On Fri, Aug 22, 2014 at 12:58:41AM +, Scot Doyle wrote: Some machines, such as the Acer C720 and Toshiba CB35, have TPMs that do not use

RE: [PATCH net-next 0/4] r8152: firmware support

2014-08-25 Thread Hayes Wang
From: David Miller [mailto:da...@davemloft.net] [...] That still doesn't convince me. The functions I see you removing are just programming a set of registers in some way. That is to clear the break point of the firmware. If a firmware exists, you should clear it before updating a new one.

RE: [PATCH v5 2/10] xfs: Add support FALLOC_FL_INSERT_RANGE for fallocate

2014-08-25 Thread Namjae Jeon
Hi Namjae, Hi Brian. Thanks for your mail :) Sorry for finding things so late, but it looks like this suffers from the same couple bugs we've recently discovered with the collapse range patches. See the following for a couple fixes that have been proposed recently:

Re: [PATCH 01/10] perf evlist: Introduce perf_evlist__filter_pollfd method

2014-08-25 Thread Adrian Hunter
On 08/22/2014 11:59 PM, Arnaldo Carvalho de Melo wrote: From: Arnaldo Carvalho de Melo a...@redhat.com To remove all entries in evlist-pollfd[] that have revents matching at least one of the bits in the specified mask. It'll adjust evlist-nr_fds to the number of unfiltered fds and will

Re: [PATCH net-next 0/4] r8152: firmware support

2014-08-25 Thread David Miller
From: Hayes Wang hayesw...@realtek.com Date: Mon, 25 Aug 2014 06:43:02 + Except the step 3, 4, 6 and 7, the other steps depend on the context of the firmware. That is, for different firmware, some actions would be removed or added, and some settings would be different. Especially the step

Re: [PATCH] arm64/crypto: remove redundant update of data

2014-08-25 Thread Ard Biesheuvel
On 24 August 2014 22:38, Colin King colin.k...@canonical.com wrote: From: Colin Ian King colin.k...@canonical.com Originally found by cppcheck: [arch/arm64/crypto/sha2-ce-glue.c:153]: (warning) Assignment of function parameter has no effect outside the function. Did you forget

Re: [PATCH 1/3] Adding Skyworks SKY81452 MFD driver

2014-08-25 Thread Gyungoh Yoo
Thank you for reviewing the patches. On Thu, Aug 21, 2014 at 10:45:02AM +0100, Lee Jones wrote: When you send patch-sets, you should send them connected to one another AKA threaded. That way, when we're reviewing we can look at the other patches in the set for reference. See the man page for

[PATCHv3] ASoC: fsl-sai: rename big_endian_data to is_lsb_first.

2014-08-25 Thread Xiubo Li
Signed-off-by: Xiubo Li li.xi...@freescale.com --- Documentation/devicetree/bindings/sound/fsl-sai.txt | 8 sound/soc/fsl/fsl_sai.c | 6 +++--- sound/soc/fsl/fsl_sai.h | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff

[PATCH] staging:r8190_rtl8256: coding style: Fixed commenting style

2014-08-25 Thread Sanjeev Sharma
This is a patch to the r8190_rtl8256.c file that fixes commenting style Error Signed-off-by: Sanjeev Sharma sanjeev_sha...@mentor.com --- drivers/staging/rtl8192u/r8190_rtl8256.c | 59 +--- 1 file changed, 31 insertions(+), 28 deletions(-) diff --git

Re: [PATCH 1/2] SOUND: kill gameport bits

2014-08-25 Thread Takashi Iwai
At Sun, 24 Aug 2014 07:07:16 +0200, Andreas Mohr wrote: On Thu, Aug 21, 2014 at 01:29:03PM +0200, Takashi Iwai wrote: I did a quick hack and it seems working on my box. The patch is below. Thanks!! Further comments below. I will be testing this ASAP. +static bool use_ktime =

RE: [PATCHv3] ASoC: fsl-sai: rename big_endian_data to is_lsb_first.

2014-08-25 Thread li.xi...@freescale.com
Hi all, Please ignore this patch. Have sent the wrong one. Thanks, BRs Xiubo -Original Message- From: Xiubo Li [mailto:li.xi...@freescale.com] Sent: Monday, August 25, 2014 3:03 PM To: broo...@kernel.org; nicoleots...@gmail.com; ti...@tabi.org; lgirdw...@gmail.com;

[PATCH] tpm: fix interrupt timeouts

2014-08-25 Thread Scot Doyle
commit 4c663cfc523a88d97a8309b04a089c27dc57fd7e wait: fix false timeouts when using wait_event_timeout() changed the semantics of wait_event_interruptible_timeout so that a condition check is performed after timeout and 1 is returned if true. The TPM chip may not send interrupts even though

RE: [PATCH] staging:iio: moved platform_data into include/linux/iio

2014-08-25 Thread Sharma, Sanjeev
Hello Lars, As per your suggestion Can I move complete Driver out of staging specially SPI ADC Driver. Regards Sanjeev Sharma -Original Message- From: Lars-Peter Clausen [mailto:l...@metafoo.de] Sent: Wednesday, August 20, 2014 12:20 PM To: sanjeev sharma Cc: Sharma, Sanjeev;

[PATCH] ASoC: fsl-sai: using 'lsb-first' property instead of 'big-endian-data'.

2014-08-25 Thread Xiubo Li
This property used for configuring whether the LSB or the MSB is transmitted first for the fifo data. Signed-off-by: Xiubo Li li.xi...@freescale.com Cc: Nicolin Chen nicoleots...@gmail.com --- Documentation/devicetree/bindings/sound/fsl-sai.txt | 8 sound/soc/fsl/fsl_sai.c

[PATCHv4 3/4] thermal: exynos: Add support for TRIM_RELOAD feature at Exynos3250

2014-08-25 Thread Chanwoo Choi
This patch add support for TRIM_RELOAD feature at Exynos3250. The TMu of Exynos3250 has two TRIMINFO_CON register and must need to set RELOAD bit before reading TRIMINFO register. Signed-off-by: Chanwoo Choi cw00.c...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Zhang Rui

[PATCHv4 0/4] thermal: exynos: Add support for TRIMINFO feature of Exynos3250

2014-08-25 Thread Chanwoo Choi
This patchset add the support of TRIMINFO_RELOAD feature for Exynos3250. But Exynos3250 has two TRIMINFO_CTRL register instead other Exynos has only one TRIMINFO_CTRL register. So, this patchset support the some Exynos SoC which has more than one TRIMINF_CTRL. Also, this patchset fix wrong value

[PATCHv4 4/4] thermal: exynos: Remove duplicate code when reading triminfo register of Exynos5440

2014-08-25 Thread Chanwoo Choi
This patch remove simply duplicate code when reading triminfo register of Exynos5440. Signed-off-by: Chanwoo Choi cw00.c...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Zhang Rui rui.zh...@intel.com Cc: Eduardo Valentin edubez...@gmail.com Cc: Amit Daniel Kachhap

[PATCHv4 1/4] thermal: exynos: Fix wrong value of TRIMINFO_RELOAD_SHIFT

2014-08-25 Thread Chanwoo Choi
This patch fix wrong value of TRIMINFO_RELOAD_SHIFT. TRIMINFO_CONTROL register has 'RELOAD' field at [0] bit. Signed-off-by: Chanwoo Choi cw00.c...@samsung.com Acked-by: Kyungmin Park cw00.c...@samsung.com Cc: Zhang Rui rui.zh...@intel.com Cc: Eduardo Valentin edubez...@gmail.com Cc: Amit Daniel

[PATCHv4 2/4] thermal: exynos: Add support for many TRIMINFO_CTRL registers

2014-08-25 Thread Chanwoo Choi
This patch support many TRIMINFO_CTRL registers if specific Exynos SoC has one more TRIMINFO_CTRL registers. Also this patch uses proper 'RELOAD' shift/mask bit operation to set RELOAD feature instead of static value. Signed-off-by: Chanwoo Choi cw00.c...@samsung.com Acked-by: Kyungmin Park

Re: [PATCH V3 3/3] ARM: clk-imx6q: Add missing lvds and anaclk clock to the clock tree

2014-08-25 Thread Shengjiu Wang
On Mon, Aug 18, 2014 at 02:06:07PM +0800, Shawn Guo wrote: On Mon, Aug 11, 2014 at 11:09:36AM +0800, Shengjiu Wang wrote: On Sat, Aug 09, 2014 at 09:58:42PM +0800, Shawn Guo wrote: On Fri, Aug 08, 2014 at 03:02:49PM +0800, Shengjiu Wang wrote: @@ -176,8 +182,12 @@ static void __init

Re: [PATCH 4/6] phy: remove the old lookup method

2014-08-25 Thread Vivek Gautam
Hi Heikki, On Thu, Aug 21, 2014 at 5:03 PM, Heikki Krogerus heikki.kroge...@linux.intel.com wrote: The users of the old method are now converted to the new one. Signed-off-by: Heikki Krogerus heikki.kroge...@linux.intel.com Tested-by: Vivek Gautam gautam.vi...@samsung.com ---

Re: [PATCH] edac, amd64_edac: Modify usage of amd64_read_dct_pci_cfg()

2014-08-25 Thread Borislav Petkov
On Mon, Aug 25, 2014 at 07:43:39AM +0200, Borislav Petkov wrote: This is almost unreadable now with all the family checks everywhere. You need to hide all that per-family logic And while you're at it, we're caching all required family info in the pvt, see per_family_init(), no need for using

Re: [PATCH 1/2] HID: logitech-dj: prevent false errors to be shown

2014-08-25 Thread Jiri Kosina
On Fri, 22 Aug 2014, Benjamin Tissoires wrote: Commit HID: logitech: perform bounds checking on device_id early enough unfortunately leaks some errors to dmesg which are not real ones: - if the report is not a DJ one, then there is not point in checking the device_id - the receiver (index

Re: [PATCH 2/2] HID: logitech-dj: break out testing of validity of dj_device

2014-08-25 Thread Jiri Kosina
On Fri, 22 Aug 2014, Benjamin Tissoires wrote: We can do once the test of the validity of the dj_device, which removes some duplicated code in various functions. Signed-off-by: Benjamin Tissoires benjamin.tissoi...@redhat.com I will queue this cleanup for next merge window. Thanks. ---

Re: [PATCH] mac80211: Parse IEEE80211_RADIOTAP_RATE on TX

2014-08-25 Thread Rostislav Lisovy
On Mon, 2014-07-21 at 12:20 +0200, Johannes Berg wrote: On Thu, 2014-07-10 at 14:27 +0200, Rostislav Lisovy wrote: Add support for parsing radiotap field IEEE80211_RADIOTAP_RATE for transmitted frames. Use the provided datarate value in info-control.rates[] array so it will be used for

[PATCH net-next] r8152: check code with checkpatch.pl

2014-08-25 Thread Hayes Wang
626: CHECK: Alignment should match open parenthesis 646: CHECK: Alignment should match open parenthesis 655: CHECK: Alignment should match open parenthesis 695: CHECK: Alignment should match open parenthesis 729: CHECK: Alignment should match open parenthesis 739: CHECK: Alignment should

[PATCH] KVM: x86: fix xen guest panic due to lack of KVM_REQ_EVENT

2014-08-25 Thread Wanpeng Li
This patch fix bug https://bugzilla.kernel.org/show_bug.cgi?id=82211 (XEN) ..MP-BIOS bug: 8254 timer not connected to IO-APIC (XEN) ...trying to set up timer (IRQ0) through the 8259A ... failed. (XEN) ...trying to set up timer as Virtual Wire IRQ... failed. (XEN) ...trying to set up timer as

Re: [PATCH 1/2] HID: logitech-dj: prevent false errors to be shown

2014-08-25 Thread Markus Trippelsdorf
On 2014.08.25 at 02:50 -0500, Jiri Kosina wrote: On Fri, 22 Aug 2014, Benjamin Tissoires wrote: Commit HID: logitech: perform bounds checking on device_id early enough unfortunately leaks some errors to dmesg which are not real ones: - if the report is not a DJ one, then there is not

[PATCHv2] watchdog: imx2_wdt: Convert to use regmap framework's endianness method.

2014-08-25 Thread Xiubo Li
Regmap framework will contain some patches to handle endianess, and there does not need any parsing of endianness DT properties of individual driver, so we can savely remove it here. Signed-off-by: Xiubo Li li.xi...@freescale.com Cc: Markus Pargmann m...@pengutronix.de Reviewed-by: Guenter Roeck

Re: [PATCH 1/2] HID: logitech-dj: prevent false errors to be shown

2014-08-25 Thread Jiri Kosina
On Mon, 25 Aug 2014, Markus Trippelsdorf wrote: Commit HID: logitech: perform bounds checking on device_id early enough unfortunately leaks some errors to dmesg which are not real ones: - if the report is not a DJ one, then there is not point in checking the device_id - the

[PATCH v2] ray_cs: Add include guards

2014-08-25 Thread Rasmus Villemoes
The files ray_cs.h and rayctl.h both contain two thirds of what appears to be an include guard using the macro name RAYLINK_H (both lack the #define). Since RAYLINK_H is not defined anywhere, the #ifndefs are confusing no-ops. Add proper include guards using different macro names. Signed-off-by:

Re: [PATCH v4] spi: spi-imx: add DMA support

2014-08-25 Thread Marek Vasut
On Saturday, August 23, 2014 at 02:13:55 AM, Robin Gong wrote: After enable DMA Please also add a commit message which describes the change, not only some test results. [...] @@ -911,6 +1194,13 @@ static int spi_imx_probe(struct platform_device *pdev) goto out_put_per;

Re: [PATCH] staging:iio: moved platform_data into include/linux/iio

2014-08-25 Thread Lars-Peter Clausen
On 08/25/2014 09:17 AM, Sharma, Sanjeev wrote: Hello Lars, As per your suggestion Can I move complete Driver out of staging specially SPI ADC Driver. Only if they are cleaned up first. All of the drivers that are still in staging do have issues, otherwise we'd already had moved them. A few

Re: [PATCH v5 1/3] usb: gadget: f_fs: fix the redundant ep files problem

2014-08-25 Thread Robert Baldyga
On 08/24/2014 04:14 PM, Michal Nazarewicz wrote: On Thu, Aug 21 2014, Robert Baldyga r.bald...@samsung.com wrote: Up to now, when endpoint addresses in descriptors were non-consecutive, there were created redundant files, which could cause problems in kernel, when user tryed to read/write to

[PATCH v2] drivers: scsi: #define missing include guards

2014-08-25 Thread Rasmus Villemoes
The four files aha1542.h, aha1740.h, gvp11.h and mvme147.h under drivers/scsi/ contain two-thirds of an include guard, but do not #define the macro. Add those #defines. git grep says the macro names are not defined elsewhere. Signed-off-by: Rasmus Villemoes li...@rasmusvillemoes.dk --- For good

Re: [PATCH 0/7] MIPS: Move device-tree files to a common location

2014-08-25 Thread Arnd Bergmann
On Sunday 24 August 2014 18:43:35 Rob Herring wrote: On Sat, Aug 23, 2014 at 11:14 AM, Olof Johansson o...@lixom.net wrote: On Sat, Aug 23, 2014 at 03:56:42PM +0200, Arnd Bergmann wrote: Another argument is that we plan to actually move all the dts files out of the kernel into a separate

Re: [PATCH v3 04/11] lib/vsprintf: add %*pE[achnops] format specifier

2014-08-25 Thread Andy Shevchenko
On Wed, 2014-08-20 at 07:46 -0700, Joe Perches wrote: On Wed, 2014-08-20 at 12:42 +0300, Andy Shevchenko wrote: This allows user to print a given buffer as an escaped string. The rules are applied according to an optional mix of flags provided by additional format letters. Thanks Andy.

Re: [PATCH 4/6] phy: remove the old lookup method

2014-08-25 Thread Heikki Krogerus
On Mon, Aug 25, 2014 at 01:11:34PM +0530, Vivek Gautam wrote: Please squash the attached diff which removes the 'init_data' field from some of the other instances of devm_phy_create() in few other drivers. This should prevent any build errors that i could see with multi_v7_defconfig. OK, I'll

[PATCH] perf symbols: symbol to section name mapping broken with debuginfo files

2014-08-25 Thread Anton Blanchard
elf_sec__is_a and elf_sec__name maps a symbol back to its section name. It does this by getting the Elf_Scn *, which contains an offset into the strings section. At the moment we use the Elf_Scn * from the runtime object and the section strings from the debuginfo object, which is wrong. They are

Re: [PATCH v9 1/2] regulator: Add driver for max77802 PMIC PMIC regulators

2014-08-25 Thread Yuvaraj Cd
On Sat, Aug 23, 2014 at 3:45 AM, Doug Anderson diand...@chromium.org wrote: Hi, On Fri, Aug 22, 2014 at 3:02 PM, Javier Martinez Canillas javier.marti...@collabora.co.uk wrote: Hello Mark, On 08/22/2014 08:30 PM, Mark Brown wrote: The problem is that one of these regulators is used as the

Re: [PATCH 1/1] ath6kl: fix %d confusingly prefixed with 0x in format strings

2014-08-25 Thread Kalle Valo
Hans Wennborg h...@hanshq.net writes: Signed-off-by: Hans Wennborg h...@hanshq.net Thanks, applied. -- Kalle Valo -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at

[PATCH 1/2] perf powerpc: Skip callchain code must include util/debug.h

2014-08-25 Thread Anton Blanchard
Fix a compile error, the prototype for pr_debug could not be found. Signed-off-by: Anton Blanchard an...@samba.org --- Index: b/tools/perf/arch/powerpc/util/skip-callchain-idx.c === ---

Re: [PATCH v4 3/4] zram: zram memory size limitation

2014-08-25 Thread David Horner
On Mon, Aug 25, 2014 at 12:37 AM, Minchan Kim minc...@kernel.org wrote: On Sun, Aug 24, 2014 at 11:40:50PM -0400, David Horner wrote: On Sun, Aug 24, 2014 at 7:56 PM, Minchan Kim minc...@kernel.org wrote: Hello David, On Fri, Aug 22, 2014 at 06:55:38AM -0400, David Horner wrote: On Thu,

Re: [PATCH 01/11 v4] coresight: add CoreSight core layer framework

2014-08-25 Thread Thomas Petazzoni
Hello, On Wed, 20 Aug 2014 11:03:41 -0600, mathieu.poir...@linaro.org wrote: diff --git a/drivers/coresight/Makefile b/drivers/coresight/Makefile new file mode 100644 index 000..fef87bc --- /dev/null +++ b/drivers/coresight/Makefile @@ -0,0 +1,9 @@ +# +# Makefile for CoreSight

Re: [PATCH v4 3/4] zram: zram memory size limitation

2014-08-25 Thread Dongsheng Song
+What: /sys/block/zramid/mem_limit +Date: August 2014 +Contact: Minchan Kim minc...@kernel.org +Description: + The mem_limit file is read/write and specifies the amount + of memory to be able to consume memory to store store +

Re: [PATCH 4/6] phy: remove the old lookup method

2014-08-25 Thread Vivek Gautam
On Mon, Aug 25, 2014 at 1:47 PM, Heikki Krogerus heikki.kroge...@linux.intel.com wrote: On Mon, Aug 25, 2014 at 01:11:34PM +0530, Vivek Gautam wrote: Please squash the attached diff which removes the 'init_data' field from some of the other instances of devm_phy_create() in few other drivers.

[PATCH 2/2] perf powerpc: Fix build issue when DWARF support is disabled

2014-08-25 Thread Anton Blanchard
The powerpc skip callchain code uses DWARF, so we must disable it if DWARF is disabled. Signed-off-by: Anton Blanchard an...@samba.org --- Index: b/tools/perf/arch/powerpc/Makefile === --- a/tools/perf/arch/powerpc/Makefile +++

Re: [PATCH 2/3] mm/slab_common: commonize slab merge logic

2014-08-25 Thread Joonsoo Kim
On Thu, Aug 21, 2014 at 09:22:35AM -0500, Christoph Lameter wrote: On Thu, 21 Aug 2014, Joonsoo Kim wrote: Slab merge is good feature to reduce fragmentation. Now, it is only applied to SLUB, but, it would be good to apply it to SLAB. This patch is preparation step to apply slab merge to

Re: [PATCH 1/3] mm/slab: use percpu allocator for cpu cache

2014-08-25 Thread Joonsoo Kim
On Thu, Aug 21, 2014 at 09:21:30AM -0500, Christoph Lameter wrote: On Thu, 21 Aug 2014, Joonsoo Kim wrote: So, this patch try to use percpu allocator in SLAB. This simplify initialization step in SLAB so that we could maintain SLAB code more easily. I thought about this a couple of

Re: [PATCH 1/5] mm/slab_common: move kmem_cache definition to internal header

2014-08-25 Thread Joonsoo Kim
On Thu, Aug 21, 2014 at 04:27:52PM +0800, Zhang Yanfei wrote: Hello Joonsoo, Hello. :) Seems like this is a cleanup patchset. I want to mention another tiny cleanup here. I think these are not only cleanup but also build improvement. You removed the struct slab before but it seems there

[PATCH v3] drivers: usb: gadget: fusb300_udc.h: Fix typo in include guard

2014-08-25 Thread Rasmus Villemoes
Clearly this was meant to be an include guard, but a trailing underscore was missing. It has been this way since the file was introduced in 0fe6f1d1 (usb: udc: add Faraday fusb300 driver). Fixes: 0fe6f1d1 (usb: udc: add Faraday fusb300 driver) Cc: sta...@vger.kernel.org Signed-off-by: Rasmus

Re: [PATCH V2 1/1] netfilter/jump_label: HAVE_JUMP_LABEL instead of CONFIG_JUMP_LABEL

2014-08-25 Thread Pablo Neira Ayuso
On Fri, Aug 22, 2014 at 10:40:15AM +0800, Zhouyi Zhou wrote: Use HAVE_JUMP_LABEL as elsewhere in the kernel to ensure that the toolchain has the required support in addition to CONFIG_JUMP_LABEL being set. Applied, thanks. -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH] ARM: PCI: Use PCI_CLASS_* defines for PCI class

2014-08-25 Thread Rostislav Lisovy
On Mon, 2014-08-04 at 11:31 +0200, Rostislav Lisovy wrote: On Sun, 2014-08-03 at 09:16 -0400, Sasha Levin wrote: - /* FIXME: add defines for class 0x68000 and 0x80103 */ if ((dev-class 8) == PCI_CLASS_BRIDGE_HOST || - dev-class == 0x68000 || - dev-class ==

[PATCH v2 1/1] ARM: exynos_defconfig: Enable options for display panel support

2014-08-25 Thread Javier Martinez Canillas
Many Exynos devices have a display panel. Most of them just have a simple panel while others have more complex configurations that requires an embedded DisplayPort (eDP) to LVDS bridges. This patch enables the following features to be built in the kernel image to suport both setups: - Direct

[PATCH] regulator: Proofread documentation

2014-08-25 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be --- Documentation/power/regulator/consumer.txt | 7 --- Documentation/power/regulator/design.txt| 8 Documentation/power/regulator/machine.txt | 4 ++-- Documentation/power/regulator/overview.txt | 6 +++---

Re: [PATCH RESEND] usb: chipidea: msm: Use USB PHY API to control PHY state

2014-08-25 Thread Ivan T. Ivanov
On Tue, 2014-08-19 at 14:06 -0500, Felipe Balbi wrote: On Fri, Aug 15, 2014 at 12:21:19PM +0300, Ivan T. Ivanov wrote: From: Ivan T. Ivanov iiva...@mm-sol.com PHY drivers keep track of the current state of the hardware, so don't change PHY settings under it. Signed-off-by: Ivan T.

[PATCH] Makefile: One last adjustment to relative paths

2014-08-25 Thread Boaz Harrosh
From: Boaz Harrosh b...@plexistor.com I have one last problem when compiling under an IDE. This time it is when I compile linux under another Makefile with the use of make -C linux The make command is run from /home/boaz/dev/ What the IDE will see is: make[1]: Entering directory

Re: [PATCH] leds: make led_blink_set IRQ safe

2014-08-25 Thread Vincent Donnefort
On Sat, Aug 23, 2014 at 01:24:56PM -0400, Tejun Heo wrote: Hello, On Fri, Aug 22, 2014 at 05:21:30PM -0700, Bryan Wu wrote: On Tue, Aug 19, 2014 at 6:51 PM, Hugh Dickins hu...@google.com wrote: On Tue, 19 Aug 2014, Vincent Donnefort wrote: This patch introduces a work which take

[3.11.y.z extended stable] Linux 3.11.10.15

2014-08-25 Thread Luis Henriques
I am announcing the release of the Linux 3.11.10.15 kernel. PLEASE NOTE: This is the LAST 3.11.y.z extended stable kernel release. The updated 3.11.y tree can be found at: git://kernel.ubuntu.com/ubuntu/linux.git linux-3.11.y and can be browsed at:

Re: [PATCH] KVM: x86: fix xen guest panic due to lack of KVM_REQ_EVENT

2014-08-25 Thread Paolo Bonzini
Il 25/08/2014 09:58, Wanpeng Li ha scritto: diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index c10408e..b7c0073 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c @@ -4928,6 +4928,8 @@ static void toggle_interruptibility(struct kvm_vcpu *vcpu, u32 mask) if

Re: [PATCH] ARM: PCI: Use PCI_CLASS_* defines for PCI class

2014-08-25 Thread Yijing Wang
On 2014/8/25 16:39, Rostislav Lisovy wrote: On Mon, 2014-08-04 at 11:31 +0200, Rostislav Lisovy wrote: On Sun, 2014-08-03 at 09:16 -0400, Sasha Levin wrote: - /* FIXME: add defines for class 0x68000 and 0x80103 */ if ((dev-class 8) == PCI_CLASS_BRIDGE_HOST || - dev-class ==

[PATCH v3 0/5] fs/seq_file: introduce seq_hex_dump() helper

2014-08-25 Thread Andy Shevchenko
This introduces a new helper and switches current users to use it. parisc and s390 weren't tested anyhow, the others are compile tested. Changelog v3: - append Mauro's Ack - rebase on top of recent linux-next Changelog v2: - append Acked-by and Reviewed-by tags - update commit messages in

[PATCH v3 1/5] seq_file: provide an analogue of print_hex_dump()

2014-08-25 Thread Andy Shevchenko
The new seq_hex_dump() is a complete analogue of print_hex_dump(). We have few users of this functionality already. It allows to reduce their codebase. Signed-off-by: Andy Shevchenko andriy.shevche...@linux.intel.com --- fs/seq_file.c| 35 +++

[PATCH v3 5/5] [S390] zcrypt: use seq_hex_dump() to dump buffers

2014-08-25 Thread Andy Shevchenko
Instead of custom approach let's use recently introduced seq_hex_dump() helper. Signed-off-by: Andy Shevchenko andriy.shevche...@linux.intel.com --- drivers/s390/crypto/zcrypt_api.c | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/drivers/s390/crypto/zcrypt_api.c

[PATCH v3 2/5] saa7164: convert to seq_hex_dump()

2014-08-25 Thread Andy Shevchenko
Instead of custom approach let's use recently added seq_hex_dump() helper. Signed-off-by: Andy Shevchenko andriy.shevche...@linux.intel.com Reviewed-by: Steven Toth st...@kernellabs.com Acked-by: Mauro Carvalho Chehab m.che...@samsung.com --- drivers/media/pci/saa7164/saa7164-core.c | 31

[PATCH v3 4/5] parisc: use seq_hex_dump() to dump buffers

2014-08-25 Thread Andy Shevchenko
Instead of custom approach let's use recently introduced seq_hex_dump() helper. In one case it changes the output from to though it seems it

Re: kernel boot fail with efi earlyprintk (bisected)

2014-08-25 Thread Dave Young
On 08/25/14 at 06:34am, Zheng, Lv wrote: Hi, From: Dave Young [mailto:dyo...@redhat.com] Sent: Monday, August 25, 2014 2:07 PM To: Matt Fleming Cc: Zheng, Lv; Fleming, Matt; linux-...@vger.kernel.org; linux-a...@vger.kernel.org; linux-kernel@vger.kernel.org; de...@acpica.org;

[PATCH v3 3/5] crypto: qat - use seq_hex_dump() to dump buffers

2014-08-25 Thread Andy Shevchenko
Instead of custom approach let's use recently introduced seq_hex_dump() helper. Signed-off-by: Andy Shevchenko andriy.shevche...@linux.intel.com Acked-by: Tadeusz Struk tadeusz.st...@intel.com --- drivers/crypto/qat/qat_common/adf_transport_debug.c | 16 ++-- 1 file changed, 2

Re: [PATCH] KVM: x86: fix xen guest panic due to lack of KVM_REQ_EVENT

2014-08-25 Thread Wanpeng Li
Hi Paolo, On Mon, Aug 25, 2014 at 11:01:07AM +0200, Paolo Bonzini wrote: Il 25/08/2014 09:58, Wanpeng Li ha scritto: diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index c10408e..b7c0073 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c @@ -4928,6 +4928,8 @@ static void

Re: [PATCH v9 1/2] regulator: Add driver for max77802 PMIC PMIC regulators

2014-08-25 Thread Javier Martinez Canillas
Hello Yuvaraj, On 08/25/2014 10:22 AM, Yuvaraj Cd wrote: Good question. I'm not that familiar with the dw_mmc host controller nor its driver implementation so I'll let Yuvaraj or Doug to answer that. Well,here it goes! 1. Power ON the board LDO4CTRL1[7:6] 11b 2. dw_mmc driver enable the

[PATCH v6 1/3] usb: gadget: f_fs: fix the redundant ep files problem

2014-08-25 Thread Robert Baldyga
Up to now, when endpoint addresses in descriptors were non-consecutive, there were created redundant files, which could cause problems in kernel, when user tried to read/write to them. It was result of fact that maximum endpoint address was taken as total number of endpoints in funciton. This

[PATCH v6 2/3] usb: gadget: f_fs: add ioctl returning ep descriptor

2014-08-25 Thread Robert Baldyga
This patch introduces ioctl named FUNCTIONFS_ENDPOINT_DESC, which returns endpoint descriptor to userspace. It works only if function is active. Signed-off-by: Robert Baldyga r.bald...@samsung.com Acked-by: Michal Nazarewicz min...@mina86.com --- drivers/usb/gadget/function/f_fs.c | 23

Re: [PATCH] KVM: x86: fix xen guest panic due to lack of KVM_REQ_EVENT

2014-08-25 Thread Paolo Bonzini
Il 25/08/2014 11:08, Wanpeng Li ha scritto: Hi Paolo, On Mon, Aug 25, 2014 at 11:01:07AM +0200, Paolo Bonzini wrote: Il 25/08/2014 09:58, Wanpeng Li ha scritto: diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index c10408e..b7c0073 100644 --- a/arch/x86/kvm/x86.c +++

[PATCH v6 3/3] usb: gadget: f_fs: virtual endpoint address mapping

2014-08-25 Thread Robert Baldyga
This patch introduces virtual endpoint address mapping. It separates function logic form physical endpoint addresses making it more hardware independent. Following modifications changes user space API, so to enable them user have to switch on the FUNCTIONFS_VIRTUAL_ADDR flag in descriptors.

[PATCH v6 0/3] usb: gadget: f_fs: userspace API fixes and improvements

2014-08-25 Thread Robert Baldyga
This patchset contains changes in FunctionFS making it easier and safer to use. It fixes bug in endpoint files handling code, adds new ioctl allowing to obtain endpoint descriptor, and introduces virtual address mapping which allows to separate endpoint address space in function from physical

Re: [PATCH v6 4/6] mfd: Add hi6421 PMIC core driver

2014-08-25 Thread Guodong Xu
Hi, Lee Thanks. I added for most of your comments. Some items, I have a different understanding. I added in below. On 08/20/2014 04:09 PM, Lee Jones wrote: On Mon, 18 Aug 2014, Guodong Xu wrote: This adds driver to support HiSilicon Hi6421 PMIC. Hi6421 includes multi- functions, such as

Re: [alsa-devel] [PATCH v2 1/2] mfd: arizona: Add support for INn_Mode register control

2014-08-25 Thread Inha Song
Hi Lee, On Thu, 21 Aug 2014 13:12:19 +0100 Lee Jones lee.jo...@linaro.org wrote: On Wed, 13 Aug 2014, Inha Song wrote: Some boards need to set the INn_MODE[1:0] register to change the input signal patch. This wlf,inmode property is optional. If present values must be specified by the

Re: [PATCH v7 1/8] clk: Add temporary mapping to the existing API

2014-08-25 Thread Sebastian Hesselbarth
On 08/21/2014 08:10 PM, Jason Cooper wrote: On Thu, Aug 21, 2014 at 11:04:48AM -0700, Tony Lindgren wrote: * Mike Turquette mturque...@linaro.org [140820 07:53]: Quoting Tomeu Vizoso (2014-08-18 08:30:27) To preserve git-bisectability, add aliases from the future provider API to the existing

[PATCH V1] regulator: DA9211 : support device tree

2014-08-25 Thread James Ban
This is a patch for supporting device tree of DA9211/DA9213. Signed-off-by: James Ban james.ban.opensou...@diasemi.com --- This patch is relative to linux-next repository tag next-20140822. .../devicetree/bindings/regulator/da9211.txt | 58 +

[alsa-devel] [RESEND PATCH v4 2/2] mfd: arizona: Update DT binding to support INn_MODE init_data

2014-08-25 Thread Inha Song
This patch update DT binding to support INn_MODE init_data. Each input signal path can be configurated either as a Analogue or Digital using the INn_MODE registers. Signed-off-by: Inha Song ideal.s...@samsung.com Reviewed-by: Charles Keepax ckee...@opensource.wolfsonmicro.com ---

[alsa-devel] [RESEND PATCH v4 1/2] mfd: arizona: Add support for INn_Mode register control

2014-08-25 Thread Inha Song
Some boards need to set the INn_MODE[1:0] register to change the input signal patch. This wlf,inmode property is optional. If present, values must be specified less than or equal to the number of input singals. If values less than the number of input signals, elements that has not been specifed

[alsa-devel] [RESEND PATCH v4 0/2] mfd: arizona: add support for INn_MODE register

2014-08-25 Thread Inha Song
This patch series add support for INn_MODE register control using platform data. Each input signal path can be configurated either as a Analogue or Digital using the INn_MODE registers. Changes for v4 - Update document content for more clarity Changes for v3 - Change to use

Re: [hyperv] BUG at drivers/hv/channel.c:462 while changing MTU

2014-08-25 Thread Dan Carpenter
The code here is: drivers/hv/channel.c 460 BUG_ON(ret != 0); 461 t = wait_for_completion_timeout(info-waitevent, 5*HZ); 462 BUG_ON(t == 0); So it calls BUG_ON() if the teardown takes more than 5 seconds. It's most likely that there is a race condition

Re: [PATCH] KVM: x86: fix xen guest panic due to lack of KVM_REQ_EVENT

2014-08-25 Thread Wanpeng Li
Hi Paolo, On Mon, Aug 25, 2014 at 11:16:16AM +0200, Paolo Bonzini wrote: Il 25/08/2014 11:08, Wanpeng Li ha scritto: Hi Paolo, On Mon, Aug 25, 2014 at 11:01:07AM +0200, Paolo Bonzini wrote: Il 25/08/2014 09:58, Wanpeng Li ha scritto: diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index

Re: [RFC PATCH 0/9] dt: dependencies (for deterministic driver initialization order based on the DT)

2014-08-25 Thread Thierry Reding
On Fri, Aug 22, 2014 at 02:19:19PM +0100, Mark Rutland wrote: On Thu, Aug 21, 2014 at 08:19:00PM +0100, Alexander Holler wrote: Am 21.08.2014 16:02, schrieb Thierry Reding: Anyway, those are all fairly standard reasons for where deferred probe triggers, and since I do like deferred

Re: [PATCH 06/10] perf evlist: Allow growing pollfd on add method

2014-08-25 Thread Jiri Olsa
On Fri, Aug 22, 2014 at 05:59:46PM -0300, Arnaldo Carvalho de Melo wrote: SNIP -void perf_evlist__add_pollfd(struct perf_evlist *evlist, int fd) +int perf_evlist__add_pollfd(struct perf_evlist *evlist, int fd) { + /* + * XXX: 64 is arbitrary, just not to call realloc at each fd.

Re: [PATCH 0/2] Add TLS record layer encryption module

2014-08-25 Thread Herbert Xu
On Thu, Jul 31, 2014 at 12:59:45PM -0700, Andy Lutomirski wrote: What is this used for? AF_ALG? I find it hard to believe that the kernel will ever want to use this internally. There have been discussions over the years regarding implementing TLS/SSL in the kernel so it is not inconceivable

Re: [PATCH 3/9] pwm: lpss: use c99 initializers in structures

2014-08-25 Thread Thierry Reding
On Sat, Aug 23, 2014 at 01:20:25PM +0200, Julia Lawall wrote: From: Julia Lawall julia.law...@lip6.fr Use c99 initializers for structures. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // smpl @decl@ identifier i1,fld;

Re: [PATCH 06/10] perf evlist: Allow growing pollfd on add method

2014-08-25 Thread Jiri Olsa
On Fri, Aug 22, 2014 at 05:59:46PM -0300, Arnaldo Carvalho de Melo wrote: SNIP -static int perf_evlist__alloc_pollfd(struct perf_evlist *evlist) +static int perf_evlist__grow_pollfd(struct perf_evlist *evlist, int hint) +{ + int nr_fds_alloc = evlist-nr_fds_alloc + hint; + size_t

Re: [PATCH] staging:lustre:lnet: lib-md.c fix checkpath warnings and errors.

2014-08-25 Thread Dan Carpenter
On Mon, Aug 25, 2014 at 01:41:29AM +0800, Janet Liu wrote: Sliences the following warning and error: WARNING: line over 80 characters WARNING: space prohibited between function name and open parenthesis '(' ERROR: do not use C99 // comments ERROR: trailing statements should be on

Re: [PATCH v3 13/17] arcmsr: fix ioctl data read/write error for adapter type C

2014-08-25 Thread Ching Huang
On Fri, 2014-08-22 at 18:00 +0200, Tomas Henzl wrote: On 08/19/2014 09:17 AM, Ching Huang wrote: From: Ching Huang ching2...@areca.com.tw Rewrite ioctl entry and its relate function. This patch fix ioctl data read/write error and change data I/O access from byte to Dword.

[3.17 REGRESSION FIX] Revert ideapad-laptop: Disable touchpad interface on Yoga models

2014-08-25 Thread Hans de Goede
I've received a bug report from a user that the touchpad control part of the ideapad-laptop ACPI interface does work for him on his Lenovo Yoga 2 13, and that this patch causes a regression for him. Since it did not work for me when I had a Lenovo Yoga 2 11 in my own hands (loaned from a friend).

  1   2   3   4   5   6   7   8   9   10   >