Re: [PATCH v2 2/4] regulator: Set ena_gpio_initialized in regulator drivers

2014-10-10 Thread Markus Pargmann
On Wed, Oct 08, 2014 at 04:53:33PM +0200, Krzysztof Kozlowski wrote: On śro, 2014-10-08 at 15:47 +0200, Markus Pargmann wrote: This patch sets ena_gpio_initialized for all drivers which set a ena_gpio from parsed DT properties. Drivers using pdata may get zero initialized pdata and

[PATCH] x86, MCE: support memory error recovery for both UCNA and Deferred error in machine_check_poll

2014-10-10 Thread Chen Yucong
From: Chen Yucong sla...@gmail.com dram_ce_error() stems from Boris's patch set. Thanks! Link: http://lkml.org/lkml/2014/7/1/545 Uncorrected no action required (UCNA) - is a UCR error that is not signaled via a machine check exception and, instead, is reported to system software as a corrected

Re: [RFC v4] usb: phy: Hold wakeupsource when USB is enumerated in peripheral mode

2014-10-10 Thread Kiran Raparthy
Hi Felipe, Thank you very much for taking time in reviewing the patch. I will try to improve the patch as per your suggestions. however,i have few queries which i wanted to understand from you. On 7 October 2014 19:55, Felipe Balbi ba...@ti.com wrote: Hi, On Tue, Oct 07, 2014 at 02:45:44PM

RE: [PATCH] serial: of-serial: fix up PM ops on no_console_suspend

2014-10-10 Thread Jingchang Lu
-Original Message- From: Stephen Warren [mailto:swar...@wwwdotorg.org] Sent: Friday, October 10, 2014 1:05 PM To: Lu Jingchang-B35083; gre...@linuxfoundation.org Cc: a...@arndb.de; Joseph Lo; linux-kernel@vger.kernel.org; linux- ser...@vger.kernel.org; linux-arm-ker...@lists.infradead.org

Re: [PATCH 2/2] ALSA: au88x0: pr_* replaced with dev_*

2014-10-10 Thread Sudip Mukherjee
On Thu, Oct 09, 2014 at 07:18:03AM -0700, Joe Perches wrote: On Thu, 2014-10-09 at 15:38 +0200, Takashi Iwai wrote: At Thu, 9 Oct 2014 15:06:37 +0530, Sudip Mukherjee wrote: snip diff --git a/sound/pci/au88x0/au88x0.c b/sound/pci/au88x0/au88x0.c [] @@ -48,10 +48,10 @@ static void

Re: [PATCH 2/2] ALSA: au88x0: pr_* replaced with dev_*

2014-10-10 Thread Joe Perches
On Fri, 2014-10-10 at 11:47 +0530, Sudip Mukherjee wrote: if we remove the prefix then we will not get the exact card name. dev_* will print the device name as CARD_NAME_SHORT which will be au8810 or au8820 or au8830. so, now waiting for your suggestion .. I think the au88x0 prefix is

Re: [PATCH 2/2] ALSA: au88x0: pr_* replaced with dev_*

2014-10-10 Thread Takashi Iwai
At Fri, 10 Oct 2014 11:47:02 +0530, Sudip Mukherjee wrote: On Thu, Oct 09, 2014 at 07:18:03AM -0700, Joe Perches wrote: On Thu, 2014-10-09 at 15:38 +0200, Takashi Iwai wrote: At Thu, 9 Oct 2014 15:06:37 +0530, Sudip Mukherjee wrote: snip diff --git a/sound/pci/au88x0/au88x0.c

[PATCH 2/3] qe: run qe_init and qe_ic_init

2014-10-10 Thread Zhao Qiang
qe and qe_ic need to be initialized before the qe app drivers, using subsys_initcall to run qe_init and qe_ic_init Signed-off-by: Zhao Qiang b45...@freescale.com --- drivers/soc/qe/qe.c| 15 +++ drivers/soc/qe/qe_ic.c | 15 +++ 2 files changed, 30 insertions(+) diff

Re: [REPOST PATCH v4 1/2] PM / QoS: Add PM_QOS_MEMORY_BANDWIDTH class

2014-10-10 Thread Tomeu Vizoso
On 26 September 2014 01:51, Rafael J. Wysocki r...@rjwysocki.net wrote: On Wednesday, September 24, 2014 03:31:55 PM Tomeu Vizoso wrote: On 24 September 2014 15:32, Rafael J. Wysocki r...@rjwysocki.net wrote: On Wednesday, September 24, 2014 10:42:13 AM Tomeu Vizoso wrote: On 14 September

Re: [PATCH 1/2] ARM: tegra: venice2: add GK20A GPU DT node

2014-10-10 Thread Thierry Reding
On Thu, Oct 09, 2014 at 10:10:29PM -0700, Stephen Warren wrote: On 10/08/2014 11:11 PM, Alexandre Courbot wrote: From: Thierry Reding tred...@nvidia.com Add the device-tree node for the GK20A GPU and leave it disabled by default. It is the responsability of the bootloader to enable it if

[PATCH] staging: rtl8188eu: coding style fixup

2014-10-10 Thread Igor Bogomazov
checkpatch.pl tiny fix get rid of 2 warnings and 2 errors for hal/fw.c: WARNING: braces {} are not necessary for single statement blocks WARNING: line over 80 characters ERROR: space required before the open brace '{' ERROR: space required after that ',' (ctx:VxV) Signed-off-by: Igor Bogomazov

[PATCH 1/1] pci: fix dmar fault for kdump kernel

2014-10-10 Thread Li, Zhen-Hua
On a HP system with Intel vt-d supported and many PCI devices on it, when kernel crashed and the kdump kernel boots with intel_iommu=on, there may be some unexpected DMA requests on this adapter, which will cause DMA Remapping faults like: dmar: DRHD: handling fault status reg 102 dmar:

Re: [PATCH v7 6/7] sched: replace capacity_factor by usage

2014-10-10 Thread Vincent Guittot
On 9 October 2014 17:18, Peter Zijlstra pet...@infradead.org wrote: On Thu, Oct 09, 2014 at 04:18:02PM +0200, Vincent Guittot wrote: On 9 October 2014 14:16, Peter Zijlstra pet...@infradead.org wrote: On Tue, Oct 07, 2014 at 02:13:36PM +0200, Vincent Guittot wrote: +static inline bool

[PATCH 1/1 linux-next] scripts/coccinelle/misc/boolinit.cocci: fix assignment warnings

2014-10-10 Thread Fabian Frederick
Replace Assignment of bool to 0/1 by Assignment of 0/1 to bool Suggested-by: Dan Mick dan.m...@inktank.com Signed-off-by: Fabian Frederick f...@skynet.be --- scripts/coccinelle/misc/boolinit.cocci | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

Re: [PATCH v7 6/7] sched: replace capacity_factor by usage

2014-10-10 Thread Vincent Guittot
On 10 October 2014 09:17, Vincent Guittot vincent.guit...@linaro.org wrote: yes i think it latter because it give a more stable view of the s/latter/matter/ overload state and have free capacity state of the CPU. One additional point is that the imbalance_pct will ensure that a cpu/group

[RFC] drop owner assignment from platform_drivers

2014-10-10 Thread Wolfram Sang
Hi, people found out that for platform_driver, we don't need to set the .owner field because this is done by the platform driver core. So far, so good. However, now I got patches removing the .owner field for this single i2c driver or for that one. To prevent getting thousands of patches fixing

Re: [PATCH 3.12 00/96] 3.12.30-stable review

2014-10-10 Thread William Dauchy
Hi stable release team, On Wed, Oct 1, 2014 at 10:57 AM, Jiri Slaby jsl...@suse.cz wrote: This one is special. First, it is rounded (30). Second, most of the patches are performance improvements. They are coming from SUSE Enterprise Linux and all are backed by proper testing and performance

Re: [PATCH] net/phy: micrel: Add clock support for KSZ8021/KSZ8031

2014-10-10 Thread Sascha Hauer
On Thu, Oct 09, 2014 at 10:01:15AM -0700, Florian Fainelli wrote: On 10/09/2014 05:32 AM, Sascha Hauer wrote: static int ksz8021_config_init(struct phy_device *phydev) { + struct clk *clk; const u16 val = KSZPHY_OMSO_B_CAST_OFF | KSZPHY_OMSO_RMII_OVERRIDE; int rc; +

Re: [PATCH v7 2/7] sched: move cfs task on a CPU with higher capacity

2014-10-10 Thread Vincent Guittot
On 9 October 2014 17:30, Peter Zijlstra pet...@infradead.org wrote: On Thu, Oct 09, 2014 at 04:59:36PM +0200, Vincent Guittot wrote: On 9 October 2014 13:23, Peter Zijlstra pet...@infradead.org wrote: On Tue, Oct 07, 2014 at 02:13:32PM +0200, Vincent Guittot wrote: +++ b/kernel/sched/fair.c

[PATCH v2] net/phy: micrel: Add clock support for KSZ8021/KSZ8031

2014-10-10 Thread Sascha Hauer
The KSZ8021 and KSZ8031 support RMII reference input clocks of 25MHz and 50MHz. Both PHYs differ in the default frequency they expect after reset. If this differs from the actual input clock, then register 0x1f bit 7 must be changed. Signed-off-by: Sascha Hauer s.ha...@pengutronix.de --- Changes

[PATCH 0/3] scsi: Add Hyper-V logical block provisioning quirks

2014-10-10 Thread Sitsofe Wheeler
Microsoft Hyper-V virtual disks currently only claim SPC-2 compliance even though they implement post SPC-2 features (such as thin provisioning) which means the Linux kernel does not go on to test for those features even though they are advertised. A previous patch attempted to add a quirk to

[PATCH 1/3] Revert Drivers: add blist flags

2014-10-10 Thread Sitsofe Wheeler
This reverts commit f3cfabce7a2e92564d380de3aad4b43901fb7ae6 (Drivers: add blist flags) as it does not enable thin provisioning for my Hyper-V 2012 R2 virtual disks. Signed-off-by: Sitsofe Wheeler sits...@yahoo.com --- drivers/scsi/storvsc_drv.c | 10 -- 1 file changed, 10 deletions(-)

Re: [PATCH v2 2/2] mmc: mxcmmc: fix the default value for available voltages into mxcmci_probe

2014-10-10 Thread Sascha Hauer
On Wed, Oct 08, 2014 at 04:24:33PM +0200, Matteo Facchinetti wrote: From: Matteo Facchinetti matteo.facchine...@sirius-es.it If available voltages are not given, mmc_regulator_get_supply() function returns 0 and mxcmmc driver doesn't set a value for ocr_avail mask. In accordance with the

[PATCH 2/3] scsi: add try_rc16 blacklist flag

2014-10-10 Thread Sitsofe Wheeler
Microsoft Hyper-V virtual disks currently only claim SPC-2 compliance causing the kernel skip checks for features such as thin provisioning even though the virtual disk advertises them. Add a blacklist flag that can allow such devices to quirk past READ CAPACITY(16) guards. Signed-off-by:

Re: [Cocci] [RFC] drop owner assignment from platform_drivers

2014-10-10 Thread Julia Lawall
@match1@ declarer name module_platform_driver; declarer name module_platform_driver_probe; identifier __driver; @@ ( module_platform_driver(__driver); | module_platform_driver_probe(__driver, ...); ) @fix1 depends on match1@ identifier match1.__driver; @@ static

[PATCH 3/3] scsi: Use try_rc16 and try_vpd_pages quirks on Hyper-V virtual disks

2014-10-10 Thread Sitsofe Wheeler
Microsoft Hyper-V virtual disks currently only claim SPC-2 compliance causing feature tests not to be run (even though those features are correctly announced elsewhere). Make Hyper-V virtual disks quirk past READ CAPACITY(16) and VPD page guards so appropriate tests are performed. This only

Re: [PATCH 1/1 linux-next] scripts/coccinelle/misc/boolinit.cocci: fix assignment warnings

2014-10-10 Thread Julia Lawall
Acked-by: Julia Lawall julia.law...@lip6.fr Thanks! On Fri, 10 Oct 2014, Fabian Frederick wrote: Replace Assignment of bool to 0/1 by Assignment of 0/1 to bool Suggested-by: Dan Mick dan.m...@inktank.com Signed-off-by: Fabian Frederick f...@skynet.be ---

[GIT PULL] MMC for v.3.18

2014-10-10 Thread Ulf Hansson
Hi Linus, Here are the PR for MMC for v3.18. I believe you will hit a conflict, which also appeared in linux-next, for the below patch: ARM: dts: fix MMC2 regulators for Exynos5420 Arndale Octa board. It should be trivial to resolve, but I am happy to help if needed. Details about the MMC

[PATCH 1/1] Checkpatch: coding style errors in Nvidia ethernet driver

2014-10-10 Thread Akshay Sarode
ERROR: foo* bar should be foo *bar ERROR: do not initialise statics to 0 or NULL CHECK: spinlock_t definition without comment Signed-off-by: Akshay Sarode akshaysarod...@gmail.com --- drivers/net/ethernet/nvidia/forcedeth.c | 25 +++-- 1 file changed, 19 insertions(+), 6

Re: [PATCH v3] usb: gadget: f_fs: add no_disconnect mode

2014-10-10 Thread Robert Baldyga
On 10/09/2014 03:57 PM, Michal Nazarewicz wrote: On Thu, Oct 09 2014, Robert Baldyga r.bald...@samsung.com wrote: Since we can compose gadgets from many functions, there is the problem related to gadget breakage while FunctionFS daemon being closed. FFS function is userspace code so there is

Re: [PATCH] tty: serial: 8250_mtk: Fix quot calculation

2014-10-10 Thread Matthias Brugger
2014-10-09 23:52 GMT+02:00 Greg KH gre...@linuxfoundation.org: On Thu, Oct 09, 2014 at 06:23:31PM +0200, Matthias Brugger wrote: The calculation of value quot for highspeed register set to three was wrong. This patch fixes the calculation so that the serial port for baudrates bigger then

Re: [PATCHv2] reset: add reset_control_status helper function

2014-10-10 Thread Philipp Zabel
Hi Dinh, you forgot one s/^+unsigned int/+int/ below. Am Donnerstag, den 09.10.2014, 15:44 -0500 schrieb dingu...@opensource.altera.com: [...] @@ -126,6 +126,19 @@ int reset_control_deassert(struct reset_control *rstc) EXPORT_SYMBOL_GPL(reset_control_deassert); /** + *

[GIT PULL] UDF and quota changes for 3.18-rc1

2014-10-10 Thread Jan Kara
Hello Linus, could you please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git for_linus to get a few UDF fixes and also a few patches which are preparing filesystems for support of project quotas in VFS. Top of the tree is 6174c2eb8ece. The full shortlog is:

Re: [PATCH 3.12 00/96] 3.12.30-stable review

2014-10-10 Thread Jiri Slaby
On 10/01/2014, 06:23 PM, Guenter Roeck wrote: Build results: total: 135 pass: 135 fail: 0 Qemu test results: total: 23 pass: 23 fail: 0 On 10/01/2014, 06:24 PM, Shuah Khan wrote: Compiled and booted on my test system. No dmesg regressions. On 10/03/2014, 01:40 PM, Satoru Takeuchi

Re: [PATCH] sched: Do not try to replenish from a non deadline tasks

2014-10-10 Thread Daniel Wagner
Good Morning Juri, On 10/09/2014 03:51 PM, Juri Lelli wrote: Hi Daniel, On 09/10/14 10:47, Daniel Wagner wrote: Hi Juri, On 10/07/2014 03:20 PM, Daniel Wagner wrote: On 10/07/2014 02:10 PM, Daniel Wagner wrote: [ 36.689416] pthread_-15550d..5 18486408us : sched_stat_sleep:

Re: [PATCH 1/1 linux-next] ceph: fix bool assignments

2014-10-10 Thread Ilya Dryomov
On Fri, Oct 10, 2014 at 1:16 AM, Fabian Frederick f...@skynet.be wrote: Fix some coccinelle warnings: fs/ceph/caps.c:2400:6-10: WARNING: Assignment of bool to 0/1 fs/ceph/caps.c:2401:6-15: WARNING: Assignment of bool to 0/1 fs/ceph/caps.c:2402:6-17: WARNING: Assignment of bool to 0/1

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

2014-10-10 Thread Zhang Rui
On Fri, 2014-10-10 at 12:14 +1100, Stephen Rothwell wrote: Hi Zhang, After merging the thermal tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: In file included from /scratch/sfr/next/init/main.c:27:0: /scratch/sfr/next/include/linux/acpi.h: In function

[PATCH fixes 2/2] extcon: max77693: Fix always masked MUIC interrupts

2014-10-10 Thread Krzysztof Kozlowski
All interrupts coming from MUIC were ignored because interrupt source register was masked. The Maxim 77693 has a interrupt source - a separate register and interrupts which give information about PMIC block triggering the individual interrupt (charger, topsys, MUIC, flash LED). By default

[PATCH fixes 1/2] mfd: max77693: Use proper regmap for handling MUIC interrupts

2014-10-10 Thread Krzysztof Kozlowski
Interrupts coming from Maxim77693 MUIC block (MicroUSB Interface Controller) were not handled at all because wrong regmap was used for MUIC's regmap_irq_chip. The MUIC component of Maxim 77693 uses different I2C address thus second regmap is created and used by max77693 extcon driver. The

[GIT] Security subsystem upate for 3.18

2014-10-10 Thread James Morris
This is the security subsystem update for 3.18. I'm not entirely sure what's going on with the diffstat output below -- it shows a bunch of unrelated changes. The summary log is correct, however. Stephen Rothwell suggested it's from having two merge bases: $ git merge-base -a origin/master

Re: [PATCH 1/1 linux-next] ceph: fix bool assignments

2014-10-10 Thread Ilya Dryomov
On Fri, Oct 10, 2014 at 4:41 AM, Dan Mick dan.m...@inktank.com wrote: On 10/09/2014 02:16 PM, Fabian Frederick wrote: Fix some coccinelle warnings: fs/ceph/caps.c:2400:6-10: WARNING: Assignment of bool to 0/1 - bool wake = 0; + bool wake = false; FWIW, that message is backwards:

[PATCH 3/4] extcon: max77693: Request only specific interrupts

2014-10-10 Thread Krzysztof Kozlowski
The driver was requesting all MUIC interrupts but then was masking most of them manually at end of probe (with default_init_data). Since default_init_data cannot be passed through DTS (no bindings for driver), this was a conflicting behavior. First get everything, then mask what we don't want.

Re: [PATCH v2 4/4] clk: Use ww_mutexes for clk_prepare_{lock/unlock}

2014-10-10 Thread Peter De Schrijver
On Wed, Oct 08, 2014 at 07:59:23PM -0700, Mike Turquette wrote: Quoting Stephen Boyd (2014-10-07 18:09:22) On 09/29/2014 05:12 PM, Stephen Boyd wrote: I'm also auditing clock drivers to find potential brokenness. These are places where we re-enter the framework under

[PATCH 4/4] extcon: max77693: Fix extcon UART on Trats2 board

2014-10-10 Thread Krzysztof Kozlowski
When JIG was set to boot on mode, the UART connection did not work because it was assigned to Dock-Car cable (path: audio), not JIG-UART-ON cable. This was introduced in 39bf369e4ed3 (extcon: max77693: Add support dock device and buttons) while adding dock features. Assign the JIG-UART-ON back

[PATCH 2/4] extcon: max77693: Remove left-over code fter switching to regmap irq chip

2014-10-10 Thread Krzysztof Kozlowski
Before switching to regmap irq chip the extcon driver parsed some initialization data (from platform data or defaults hard coded in the driver) and adjusted interrupt masks to the init data (code was located in max77693-irq.c). However commit 342d669c1ee4 (mfd: max77693: Handle IRQs using regmap)

[PATCH 1/4] mfd: max77693: Remove unused define

2014-10-10 Thread Krzysztof Kozlowski
Remove old MAX77693_NUM_IRQ_MUIC_REGS define. Not used anywhere. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com --- include/linux/mfd/max77693-private.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/mfd/max77693-private.h b/include/linux/mfd/max77693-private.h

Re: [RFC] drop owner assignment from platform_drivers

2014-10-10 Thread Arnd Bergmann
On Friday 10 October 2014 09:24:39 Wolfram Sang wrote: people found out that for platform_driver, we don't need to set the .owner field because this is done by the platform driver core. So far, so good. However, now I got patches removing the .owner field for this single i2c driver or for that

[PATCH v2 1/2] ALSA: au88x0: added reference of vortex_t

2014-10-10 Thread Sudip Mukherjee
added a pointer of the vortex in the following functions : vortex_alsafmt_aspfmt vortex_Vort3D_InitializeSource a3dsrc_ZeroStateA3D so that we can have a reference of the vortex in the function. this reference of the vortex will actually be used in a later patch to convert the pr_* macro to

Re: [RFC] drop owner assignment from platform_drivers

2014-10-10 Thread Russell King - ARM Linux
On Fri, Oct 10, 2014 at 09:24:39AM +0200, Wolfram Sang wrote: people found out that for platform_driver, we don't need to set the .owner field because this is done by the platform driver core. So far, so good. However, now I got patches removing the .owner field for this single i2c driver or

[PATCH v2 2/2] ALSA: au88x0: pr_* replaced with dev_*

2014-10-10 Thread Sudip Mukherjee
pr_* macros replaced with dev_* as they are more preffered over pr_*. each file which had pr_* was reviewed manually and replaced with dev_*. here we have actually used the reference of the vortex which was added to some functions in the previous patch of this series. The prefix of the CARD_NAME

Re: [PATCH 1/1 linux-next] ceph: fix bool assignments

2014-10-10 Thread Fabian Frederick
On 10 October 2014 at 10:24 Ilya Dryomov ilya.dryo...@inktank.com wrote: On Fri, Oct 10, 2014 at 4:41 AM, Dan Mick dan.m...@inktank.com wrote: On 10/09/2014 02:16 PM, Fabian Frederick wrote: Fix some coccinelle warnings: fs/ceph/caps.c:2400:6-10: WARNING: Assignment of bool to 0/1

Re: linux-next: manual merge of the thermal tree with the pm tree

2014-10-10 Thread Zhang Rui
Hi, Stephen, On Fri, 2014-10-10 at 12:10 +1100, Stephen Rothwell wrote: Hi Zhang, Today's linux-next merge of the thermal tree got a conflict in drivers/acpi/fan.c between commit 88989fd26a74 (ACPI / fan: printk replacement) from the pm tree and commits 71532a58d2b0 (ACPI / fan: remove

Re: pinctrl-msm build error on Linus' tree

2014-10-10 Thread Linus Walleij
On Thu, Oct 9, 2014 at 6:07 PM, Guenter Roeck li...@roeck-us.net wrote: But then Linus ignored my pull request (so far), so maybe I did manage to upset him ;-). Did you send it as a separate mail with [GIT PULL] in the Subject:? Else that is likely the problem. He gets a lot of noise. Yours,

[PATCH] usb: serial: ftdi_sio: add Awinda Station and Dongle products

2014-10-10 Thread Frans Klaver
Add new IDs for the Xsens Awinda Station and Awinda Dongle. Cc: sta...@vger.kernel.org Signed-off-by: Frans Klaver frans.kla...@xsens.com --- drivers/usb/serial/ftdi_sio.c | 2 ++ drivers/usb/serial/ftdi_sio_ids.h | 2 ++ 2 files changed, 4 insertions(+) diff --git

Re: [PATCH fixes 2/2] extcon: max77693: Fix always masked MUIC interrupts

2014-10-10 Thread Chanwoo Choi
On 10/10/2014 05:22 PM, Krzysztof Kozlowski wrote: All interrupts coming from MUIC were ignored because interrupt source register was masked. The Maxim 77693 has a interrupt source - a separate register and interrupts which give information about PMIC block triggering the individual

Re: [PATCH] staging: rtl8188eu: coding style fixup

2014-10-10 Thread Sudip Mukherjee
On Fri, Oct 10, 2014 at 11:09:20AM +0400, Igor Bogomazov wrote: checkpatch.pl tiny fix get rid of 2 warnings and 2 errors for hal/fw.c: WARNING: braces {} are not necessary for single statement blocks WARNING: line over 80 characters ERROR: space required before the open brace '{' ERROR:

Re: [PATCH fixes 1/2] mfd: max77693: Use proper regmap for handling MUIC interrupts

2014-10-10 Thread Chanwoo Choi
On 10/10/2014 05:22 PM, Krzysztof Kozlowski wrote: Interrupts coming from Maxim77693 MUIC block (MicroUSB Interface Controller) were not handled at all because wrong regmap was used for MUIC's regmap_irq_chip. The MUIC component of Maxim 77693 uses different I2C address thus second regmap

Re: [PATCH fixes 1/2] mfd: max77693: Use proper regmap for handling MUIC interrupts

2014-10-10 Thread Lee Jones
On Fri, 10 Oct 2014, Krzysztof Kozlowski wrote: Interrupts coming from Maxim77693 MUIC block (MicroUSB Interface Controller) were not handled at all because wrong regmap was used for MUIC's regmap_irq_chip. The MUIC component of Maxim 77693 uses different I2C address thus second regmap is

Re: [PATCH fixes 2/2] extcon: max77693: Fix always masked MUIC interrupts

2014-10-10 Thread Lee Jones
On Fri, 10 Oct 2014, Krzysztof Kozlowski wrote: All interrupts coming from MUIC were ignored because interrupt source register was masked. The Maxim 77693 has a interrupt source - a separate register and interrupts which give information about PMIC block triggering the individual interrupt

Re: [PATCH tty-next 14/22] tty: Remove tty_wait_until_sent_from_close()

2014-10-10 Thread One Thousand Gnomes
The point being that holding the tty lock across the _entire_ close is equivalent to the current outcome, regardless of O_NONBLOCK. I'm reluctant to start returning EGAIN for non-blocking tty opens because no tty driver does that now, and I don't think userspace will deal well with new

Re: [PATCH 1/4] mfd: max77693: Remove unused define

2014-10-10 Thread Lee Jones
On Fri, 10 Oct 2014, Krzysztof Kozlowski wrote: Remove old MAX77693_NUM_IRQ_MUIC_REGS define. Not used anywhere. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com --- include/linux/mfd/max77693-private.h | 1 - 1 file changed, 1 deletion(-) Applied for v3.19. diff --git

Re: [PATCH fixes 2/2] extcon: max77693: Fix always masked MUIC interrupts

2014-10-10 Thread Krzysztof Kozlowski
On pią, 2014-10-10 at 09:58 +0100, Lee Jones wrote: On Fri, 10 Oct 2014, Krzysztof Kozlowski wrote: All interrupts coming from MUIC were ignored because interrupt source register was masked. The Maxim 77693 has a interrupt source - a separate register and interrupts which give

Re: [PATCH fixes 2/2] extcon: max77693: Fix always masked MUIC interrupts

2014-10-10 Thread Krzysztof Kozlowski
On pią, 2014-10-10 at 17:45 +0900, Chanwoo Choi wrote: On 10/10/2014 05:22 PM, Krzysztof Kozlowski wrote: All interrupts coming from MUIC were ignored because interrupt source register was masked. The Maxim 77693 has a interrupt source - a separate register and interrupts which give

Re: [PATCH] usb: serial: ftdi_sio: add Awinda Station and Dongle products

2014-10-10 Thread Johan Hovold
On Fri, Oct 10, 2014 at 10:44:54AM +0200, Frans Klaver wrote: Add new IDs for the Xsens Awinda Station and Awinda Dongle. Cc: sta...@vger.kernel.org Signed-off-by: Frans Klaver frans.kla...@xsens.com --- drivers/usb/serial/ftdi_sio.c | 2 ++ drivers/usb/serial/ftdi_sio_ids.h | 2 ++

Re: [PATCH 1/7] sched: Introduce scale-invariant load tracking

2014-10-10 Thread Peter Zijlstra
On Wed, Oct 08, 2014 at 01:38:40PM +0200, Vincent Guittot wrote: I have in mind some system where the max achievable freq of a core depends of how many cores are running simultaneously because of some HW constraint like max current. In this case, the CPU might not reach max frequency even with

Re: [PATCH] usb: serial: ftdi_sio: add Awinda Station and Dongle products

2014-10-10 Thread Frans Klaver
On Fri, Oct 10, 2014 at 11:01:17AM +0200, Johan Hovold wrote: On Fri, Oct 10, 2014 at 10:44:54AM +0200, Frans Klaver wrote: Add new IDs for the Xsens Awinda Station and Awinda Dongle. Cc: sta...@vger.kernel.org Signed-off-by: Frans Klaver frans.kla...@xsens.com ---

[PATCH] i8k: Add support for Dell Latitude E6440

2014-10-10 Thread Pali Rohár
Dell Latitude E6440 needs same settings as E6540. Signed-off-by: Pali Rohár pali.ro...@gmail.com --- drivers/char/i8k.c |8 1 file changed, 8 insertions(+) diff --git a/drivers/char/i8k.c b/drivers/char/i8k.c index 34174d0..471f985 100644 --- a/drivers/char/i8k.c +++

Re: [PATCH 1/7] sched: Introduce scale-invariant load tracking

2014-10-10 Thread Peter Zijlstra
On Wed, Oct 08, 2014 at 08:50:07AM +0800, Yuyang Du wrote: Hi Morten, Sorry for late jumping in. The problem seems to be self-evident. But for the implementation to be equally attractive it needs to account for every freq change for every task, or anything less than that makes it less

Re: [PATCH 1/7] sched: Introduce scale-invariant load tracking

2014-10-10 Thread Peter Zijlstra
On Wed, Oct 08, 2014 at 01:54:58PM +0100, Dietmar Eggemann wrote: But this should be very hard. Intel Architecture has limitation to capture all the freq changes in software and also the intel_pstate should have no notification. We encountered this missing notification for current

Re: [PATCH v7 1/4] mfd: add support for Diolan DLN-2 devices

2014-10-10 Thread Johan Hovold
On Thu, Oct 09, 2014 at 11:27:12PM +0300, Octavian Purdila wrote: On Thu, Oct 9, 2014 at 10:44 PM, Joe Perches j...@perches.com wrote: On Thu, 2014-10-09 at 22:22 +0300, Octavian Purdila wrote: diff --git a/drivers/mfd/dln2.c b/drivers/mfd/dln2.c [] +struct dln2_mod_rx_slots { +

nf_reject_ipv4: module license 'unspecified' taints kernel

2014-10-10 Thread Dave Young
Hi, With today's linus tree, I got below kmsg: [ 23.545204] nf_reject_ipv4: module license 'unspecified' taints kernel. [ 23.551886] Disabling lock debugging due to kernel taint [ 23.557302] nf_reject_ipv4: Unknown symbol lock_is_held (err 0) [ 23.563256] nf_reject_ipv4: Unknown symbol

Re: [BUG] mm, thp: khugepaged can't allocate on requested node when confined to a cpuset

2014-10-10 Thread Peter Zijlstra
On Wed, Oct 08, 2014 at 02:10:50PM -0500, Alex Thorlton wrote: Is this particular bug a known issue? Its not unexpected for me. I've been trying to come up with a simple way to fix the bug, but it's a bit difficult since we no longer have a way to trace back to the task_struct that we're

Re: [PATCH] usb: serial: ftdi_sio: add Awinda Station and Dongle products

2014-10-10 Thread Johan Hovold
On Fri, Oct 10, 2014 at 11:12:09AM +0200, Frans Klaver wrote: On Fri, Oct 10, 2014 at 11:01:17AM +0200, Johan Hovold wrote: On Fri, Oct 10, 2014 at 10:44:54AM +0200, Frans Klaver wrote: diff --git a/drivers/usb/serial/ftdi_sio_ids.h b/drivers/usb/serial/ftdi_sio_ids.h index

Re: [PATCH v2] mfd: rtsx: fix PM suspend for 5227 5249

2014-10-10 Thread Lee Jones
On Fri, 10 Oct 2014, micky_ch...@realsil.com.cn wrote: From: Micky Ching micky_ch...@realsil.com.cn Fix rts52275249 failed send buffer cmd after suspend, PM_CTRL3 should reset before send any buffer cmd after suspend. Otherwise, buffer cmd will failed, this will lead resume fail.

Re: [PATCH] usb: serial: ftdi_sio: add Awinda Station and Dongle products

2014-10-10 Thread Frans Klaver
On Fri, Oct 10, 2014 at 11:20:14AM +0200, Johan Hovold wrote: On Fri, Oct 10, 2014 at 11:12:09AM +0200, Frans Klaver wrote: I'll move the new entries up. How about I throw in a separate patch that cleans up stuff around the PID definitions? There's some alignment off as well. That doesn't

Re: [PATCH 0/3] input: tsc2007: Extend for pre-calibration, flipping and rotation

2014-10-10 Thread Belisko Marek
Ping. Any objections? Thanks On Tue, Sep 30, 2014 at 10:17 PM, Marek Belisko ma...@goldelico.com wrote: Following series add support to tsc2007 touchscreen driver for pre-calibration, flipping and rotation. Added bindings are documented and used in gta04 device tree. Marek Belisko (3):

Re: [PATCH v2] mfd: rtsx: fix PM suspend for 5227 5249

2014-10-10 Thread Micky Ching
On 10/10/2014 05:24 PM, Lee Jones wrote: On Fri, 10 Oct 2014, micky_ch...@realsil.com.cn wrote: From: Micky Ching micky_ch...@realsil.com.cn Fix rts52275249 failed send buffer cmd after suspend, PM_CTRL3 should reset before send any buffer cmd after suspend. Otherwise, buffer cmd will

Re: [PATCH] bcma: Add dependency on OF_ADDRESS

2014-10-10 Thread Arend van Spriel
On 10/09/14 23:48, Hauke Mehrtens wrote: On 10/09/2014 09:25 PM, Guenter Roeck wrote: On Thu, Oct 09, 2014 at 08:28:31PM +0200, Hauke Mehrtens wrote: On 10/09/2014 07:29 PM, Guenter Roeck wrote: On Thu, Oct 09, 2014 at 07:18:31PM +0200, Arend van Spriel wrote: On 10/09/14 19:15, Arend van

[PATCH v2] usb: serial: ftdi_sio: add Awinda Station and Dongle products

2014-10-10 Thread Frans Klaver
Add new IDs for the Xsens Awinda Station and Awinda Dongle. While at it, order the definitions by PID and add a logical separation between devices using Xsens' VID and those using FTDI's VID. Cc: sta...@vger.kernel.org Signed-off-by: Frans Klaver frans.kla...@xsens.com ---

Re: [PATCH v2] usb: serial: ftdi_sio: add Awinda Station and Dongle products

2014-10-10 Thread Johan Hovold
On Fri, Oct 10, 2014 at 11:32:27AM +0200, Frans Klaver wrote: Add new IDs for the Xsens Awinda Station and Awinda Dongle. While at it, order the definitions by PID and add a logical separation between devices using Xsens' VID and those using FTDI's VID. Cc: sta...@vger.kernel.org

[GIT PULL] Backlight for v3.18

2014-10-10 Thread Lee Jones
Hi Linus, The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9: Linux 3.17-rc1 (2014-08-16 10:40:26 -0600) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git tags/backlight-for-linus-3.18 for you to fetch changes

[GIT PULL] MFD for v3.18

2014-10-10 Thread Lee Jones
The following changes since commit 52addcf9d6669fa439387610bc65c92fa0980cef: Linux 3.17-rc2 (2014-08-25 15:36:20 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/mfd-for-linus-3.18 for you to fetch changes up to

Re: [PATCH v2] usb: serial: ftdi_sio: add Awinda Station and Dongle products

2014-10-10 Thread Frans Klaver
On Fri, Oct 10, 2014 at 11:34:43AM +0200, Johan Hovold wrote: On Fri, Oct 10, 2014 at 11:32:27AM +0200, Frans Klaver wrote: Add new IDs for the Xsens Awinda Station and Awinda Dongle. While at it, order the definitions by PID and add a logical separation between devices using Xsens' VID

Re: [PATCH fixes 2/2] extcon: max77693: Fix always masked MUIC interrupts

2014-10-10 Thread Lee Jones
On Fri, 10 Oct 2014, Krzysztof Kozlowski wrote: On pią, 2014-10-10 at 09:58 +0100, Lee Jones wrote: On Fri, 10 Oct 2014, Krzysztof Kozlowski wrote: All interrupts coming from MUIC were ignored because interrupt source register was masked. The Maxim 77693 has a interrupt source

Re: [PATCH V4 1/7] ARM: cygnus: Initial support for Broadcom Cygnus SoC

2014-10-10 Thread Arnd Bergmann
On Thursday 09 October 2014 15:44:25 Scott Branden wrote: From: Jonathan Richardson jonat...@broadcom.com Adds initial support for the Cygnus SoC based on Broadcom’s iProc series. Move ARCH_BCM_5301x under the ARCH_BCM_IPROC architecture. Reviewed-by: Ray Jui r...@broadcom.com

[PATCH] usb: serial: ftdi_sio: add Awinda Station and Dongle products

2014-10-10 Thread Frans Klaver
Add new IDs for the Xsens Awinda Station and Awinda Dongle. While at it, order the definitions by PID and add a logical separation between devices using Xsens' VID and those using FTDI's VID. Cc: sta...@vger.kernel.org Signed-off-by: Frans Klaver frans.kla...@xsens.com --- Third time's a charm.

Re: [PATCH 1/1] sched: fix the PREEMPT_ACTIVE check in __trace_sched_switch_state()

2014-10-10 Thread Peter Zijlstra
On Tue, Oct 07, 2014 at 09:51:08PM +0200, Oleg Nesterov wrote: task_preempt_count() has nothing to do with the actual preempt counter, thread_info-saved_preempt_count is only valid right after switch_to(). __trace_sched_switch_state() can use preempt_count(), prev is still the current task

RE: nf_reject_ipv4: module license 'unspecified' taints kernel

2014-10-10 Thread David Laight
From: Dave Young With today's linus tree, I got below kmsg: [ 23.545204] nf_reject_ipv4: module license 'unspecified' taints kernel. [ 23.551886] Disabling lock debugging due to kernel taint ... Not 100% related, but why does loading a non-GPL module disable lock debugging? (Is 'lock

Re: nf_reject_ipv4: module license 'unspecified' taints kernel

2014-10-10 Thread Pablo Neira Ayuso
On Fri, Oct 10, 2014 at 05:19:04PM +0800, Dave Young wrote: Hi, With today's linus tree, I got below kmsg: [ 23.545204] nf_reject_ipv4: module license 'unspecified' taints kernel. It could be caused by below commit: commit c8d7b98bec43faaa6583c3135030be5eb4693acb Author: Pablo Neira

Re: [PATCH 1/1] sched: fix the PREEMPT_ACTIVE check in __trace_sched_switch_state()

2014-10-10 Thread Peter Zijlstra
On Fri, Oct 10, 2014 at 11:54:52AM +0200, Peter Zijlstra wrote: On Tue, Oct 07, 2014 at 09:51:08PM +0200, Oleg Nesterov wrote: task_preempt_count() has nothing to do with the actual preempt counter, thread_info-saved_preempt_count is only valid right after switch_to().

Re: [PATCH] usb: serial: ftdi_sio: add Awinda Station and Dongle products

2014-10-10 Thread Johan Hovold
On Fri, Oct 10, 2014 at 11:52:08AM +0200, Frans Klaver wrote: Add new IDs for the Xsens Awinda Station and Awinda Dongle. While at it, order the definitions by PID and add a logical separation between devices using Xsens' VID and those using FTDI's VID. Cc: sta...@vger.kernel.org

Re: [PATCH V4 7/7] ARM: multi_v7_defconfig: Enable ARCH_BCM_CYGNUS config

2014-10-10 Thread Arnd Bergmann
On Thursday 09 October 2014 15:44:31 Scott Branden wrote: Enabled Broadcom Cygnus SoC family in multi_v7_defconfig by using CONFIG_ARCH_BCM_CYGNUS=y. Signed-off-by: Scott Branden sbran...@broadcom.com --- arch/arm/configs/multi_v7_defconfig |1 + 1 file changed, 1 insertion(+) diff

[PATCHv5] clk: ppc-corenet: rename to qoriq and add CLK_OF_DECLARE support

2014-10-10 Thread Jingchang Lu
The IP is shared by PPC and ARM, this renames it to qoriq for better represention, and this also adds the CLK_OF_DECLARE support for being initialized by of_clk_init() on ARM. Signed-off-by: Jingchang Lu jingchang...@freescale.com --- changes in v5: update drivers/cpufreq/Kconfig.powerpc to

Re: [PATCH v2 2/3] MIPS: Setup an instruction emulation in VDSO protected page instead of user stack

2014-10-10 Thread James Hogan
Hi Leonid, On Thu, Oct 09, 2014 at 05:07:11PM -0700, Leonid Yegoshin wrote: On 10/09/2014 04:40 PM, James Hogan wrote: You could then avoid the whole stack and per-thread thing and just have a maximum of one emuframe dedicated to each thread or allocated on demand, and if there genuinely

Re: [PATCH fixes 2/2] extcon: max77693: Fix always masked MUIC interrupts

2014-10-10 Thread Chanwoo Choi
On 10/10/2014 06:03 PM, Krzysztof Kozlowski wrote: On pią, 2014-10-10 at 17:45 +0900, Chanwoo Choi wrote: On 10/10/2014 05:22 PM, Krzysztof Kozlowski wrote: All interrupts coming from MUIC were ignored because interrupt source register was masked. The Maxim 77693 has a interrupt source - a

Re: [PATCH 1/1] sched: make finish_task_switch() return struct rq *

2014-10-10 Thread Peter Zijlstra
On Thu, Oct 09, 2014 at 09:32:32PM +0200, Oleg Nesterov wrote: @@ -2802,15 +2802,8 @@ need_resched: rq-curr = next; ++*switch_count; - context_switch(rq, prev, next); /* unlocks the rq */ - /* - * The context switch have

Re: [PATCH fixes 2/2] extcon: max77693: Fix always masked MUIC interrupts

2014-10-10 Thread Krzysztof Kozlowski
On pią, 2014-10-10 at 10:48 +0100, Lee Jones wrote: On Fri, 10 Oct 2014, Krzysztof Kozlowski wrote: On pią, 2014-10-10 at 09:58 +0100, Lee Jones wrote: On Fri, 10 Oct 2014, Krzysztof Kozlowski wrote: All interrupts coming from MUIC were ignored because interrupt source register

Re: [PATCH V4 5/7] ARM: dts: Enable Broadcom Cygnus SoC

2014-10-10 Thread Arnd Bergmann
On Thursday 09 October 2014 15:44:29 Scott Branden wrote: + + lcpll: lcpll@0301d02c { + #clock-cells = 0; + compatible = brcm,cygnus-lcpll-clk; + reg = 0x0301d02c 0x1c; + clocks = osc; +

Re: [PATCH] sched/deadline: do not try to push tasks if pinned task switches to dl

2014-10-10 Thread Peter Zijlstra
On Fri, Oct 10, 2014 at 10:43:17AM +0800, Wanpeng Li wrote: As Kirill mentioned(https://lkml.org/lkml/2013/1/29/118): | If rq has already had 2 or more pushable tasks and we try to add a | pinned task then call of push_rt_task will just waste a time. Just switched pinned task is not able to

Re: [PATCH fixes 2/2] extcon: max77693: Fix always masked MUIC interrupts

2014-10-10 Thread Krzysztof Kozlowski
On pią, 2014-10-10 at 19:05 +0900, Chanwoo Choi wrote: On 10/10/2014 06:03 PM, Krzysztof Kozlowski wrote: On pią, 2014-10-10 at 17:45 +0900, Chanwoo Choi wrote: On 10/10/2014 05:22 PM, Krzysztof Kozlowski wrote: All interrupts coming from MUIC were ignored because interrupt source

  1   2   3   4   5   6   7   8   9   >