[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 Acked-by: Michal Nazarewicz --- drivers/usb/gadget/function/f_fs.c | 23 +++

[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 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

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

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

[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 Acked-by: Tadeusz Struk --- drivers/crypto/qat/qat_common/adf_transport_debug.c | 16 ++-- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git

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;

[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 Reviewed-by: Steven Toth Acked-by: Mauro Carvalho Chehab --- drivers/media/pci/saa7164/saa7164-core.c | 31 --- 1 file changed, 4 insertions(+), 27

[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

[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 --- fs/seq_file.c| 35 +++ include/linux/seq_file.h | 4 2

[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 --- drivers/s390/crypto/zcrypt_api.c | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/drivers/s390/crypto/zcrypt_api.c b/drivers/s390/crypto/zcrypt_api.c

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 || -

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) >

[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] 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 wrote: > > > On Tue, 19 Aug 2014, Vincent Donnefort wrote: > > > > > >> This patch introduces a work which take care

[PATCH] Makefile: One last adjustment to relative paths

2014-08-25 Thread Boaz Harrosh
From: Boaz Harrosh 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 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" > > > > 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] regulator: Proofread documentation

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

[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

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 || > > > -

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

[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: Signed-off-by: Rasmus Villemoes --- Notes:

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

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

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

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 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. >> This should prevent

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

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

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

[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 --- Index: b/tools/perf/arch/powerpc/Makefile === --- a/tools/perf/arch/powerpc/Makefile +++

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 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 wrote: >> > Hello David, >> > >> > On Fri, Aug 22, 2014 at 06:55:38AM -0400, David Horner wrote: >> >> On Thu, Aug 21, 2014 at 8:42

[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 --- Index: b/tools/perf/arch/powerpc/util/skip-callchain-idx.c === --- a/tools/perf/arch/powerpc/util/skip-callchain-idx.c +++

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

2014-08-25 Thread Kalle Valo
Hans Wennborg writes: > Signed-off-by: Hans Wennborg 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 http://vger.kernel.org/majordomo-info.html Please read

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 wrote: > Hi, > > On Fri, Aug 22, 2014 at 3:02 PM, Javier Martinez Canillas > 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 vqmmc-supply (VCCQ/VDD_IO) so

[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 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,

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. > >

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 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

[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 --- For good measure, here's a version

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 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 them. It was

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 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 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

[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:

[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 Cc: Markus Pargmann Reviewed-by: Guenter Roeck --- Changes in v2: - Remove useless

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

[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

[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

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

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 I will queue this cleanup for next merge window. Thanks. > --- >

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

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 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 wrote: > The users of the old method are now converted to the new one. > > Signed-off-by: Heikki Krogerus > Tested-by: Vivek Gautam > --- > drivers/phy/phy-bcm-kona-usb2.c | 2 +- > drivers/phy/phy-core.c | 45 >

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

[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 Acked-by: Kyungmin Park Cc: Zhang Rui Cc: Eduardo Valentin Cc: Amit Daniel Kachhap Reviewed-by: Amit Daniel Kachhap --- drivers/thermal/samsung/exynos_tmu.c | 4 +--- 1 file

[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 Acked-by: Kyungmin Park Cc: Zhang Rui Cc: Eduardo Valentin Cc: Amit Daniel Kachhap --- drivers/thermal/samsung/exynos_tmu_data.h | 2 +- 1 file changed,

[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 Acked-by: Kyungmin Park Cc: Zhang Rui Cc:

[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 Acked-by: Kyungmin Park Cc: Zhang Rui Cc: Eduardo Valentin Cc: Amit Daniel Kachhap

[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

[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 Cc: Nicolin Chen --- Documentation/devicetree/bindings/sound/fsl-sai.txt | 8 sound/soc/fsl/fsl_sai.c | 6 +++---

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] 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: [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;

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

[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 --- drivers/staging/rtl8192u/r8190_rtl8256.c | 59 +--- 1 file changed, 31 insertions(+), 28 deletions(-) diff --git

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

2014-08-25 Thread Xiubo Li
Signed-off-by: Xiubo Li --- 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 --git

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

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

2014-08-25 Thread Ard Biesheuvel
On 24 August 2014 22:38, Colin King wrote: > From: Colin Ian King > > 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 dereferencing it? > > Updating data by blocks *

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

2014-08-25 Thread David Miller
From: Hayes Wang 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 8, it often

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 > > 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 > return

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 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

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

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,

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

2014-08-25 Thread Wei Ni
From: lightning314 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 node.

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

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

[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 --- Documentation/devicetree/bindings/thermal/thermal.txt | 10 ++ 1

[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 1/4] hwmon: (lm90) split set temp as common codes

2014-08-25 Thread Wei Ni
From: lightning314 Split set 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. Signed-off-by: Wei Ni

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

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,

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;

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