Re: [PATCH] phy: exynos-mipi-video: Fixup the test for state-regmap

2015-02-26 Thread Sylwester Nawrocki
On 26/02/15 04:48, Axel Lin wrote: syscon_regmap_lookup_by_phandle() returns ERR_PTR on error. Thus don't use null test against state-regmap. Signed-off-by: Axel Lin axel@ingics.com Thanks for the patch, I had this on my todo list. Acked-by: Sylwester Nawrocki s.nawro...@samsung.com --

Re: [PATCH 1/2] drivers: cpuidle: remove stale irq disabling call in cpuidle_enter_freeze()

2015-02-26 Thread Lorenzo Pieralisi
On Wed, Feb 25, 2015 at 11:36:10PM +, Rafael J. Wysocki wrote: On Wednesday, February 25, 2015 02:39:17 PM Lorenzo Pieralisi wrote: On Wed, Feb 25, 2015 at 02:13:23PM +, Daniel Lezcano wrote: On 02/24/2015 06:58 PM, Lorenzo Pieralisi wrote: On return from cpuidle_enter_freeze()

imx6 eth phy broken

2015-02-26 Thread Mika Penttilä
Ethernet phy not working on current linus git on imx6 (KaRo tx6q) : [8.781755] fec 2188000.ethernet eth0: no PHY, assuming direct connection to switch [8.791175] libphy: PHY fixed-0:00 not found [8.797571] fec 2188000.ethernet eth0: could not attach to PHY Bisected :

[PATCH V8 04/10] USB: f81232: implement read IIR/MSR with endpoint

2015-02-26 Thread Peter Hung
The interrupt endpoint will report current IIR. If we got IIR with MSR changed , We will do read MSR with interrupt_work worker to do f81232_read_msr() function. Signed-off-by: Peter Hung hpeter+linux_ker...@gmail.com --- drivers/usb/serial/f81232.c | 126

[PATCH V8 07/10] USB: f81232: implement set_termios()

2015-02-26 Thread Peter Hung
The original driver had do not any h/w change in driver. This patch implements with configure H/W for baud/parity/word length/stop bits functional in f81232_set_termios(). This patch also implement DTR/RTS control when baudrate B0. We drop DTR/RTS when B0, otherwise enable it. We are checking

[PATCH V8 05/10] USB: f81232: implement MCR/MSR function

2015-02-26 Thread Peter Hung
This patch implement relative MCR/MSR function, such like tiocmget()/tiocmset()/dtr_rts()/carrier_raised() original f81232_carrier_raised() compared with wrong value UART_DCD. It's should compared with UART_MSR_DCD. Signed-off-by: Peter Hung hpeter+linux_ker...@gmail.com ---

[PATCH] si2168: tda10071: m88ds3103: Fix trivial typos

2015-02-26 Thread Yannick Guerrini
Change 'firmare' to 'firmware' Signed-off-by: Yannick Guerrini yguerr...@tomshardware.fr --- drivers/media/dvb-frontends/m88ds3103.c | 2 +- drivers/media/dvb-frontends/si2168_priv.h | 2 +- drivers/media/dvb-frontends/tda10071_priv.h | 2 +- 3 files changed, 3 insertions(+), 3

Re: [RFC PATCH v2] bridge: make it possible for packets to traverse the bridge without hitting netfilter

2015-02-26 Thread Imre Palik
On 02/23/15 17:06, Florian Westphal wrote: Imre Palik imrep@gmail.com wrote: The netfilter code is made with flexibility instead of performance in mind. So when all we want is to pass packets between different interfaces, the performance penalty of hitting netfilter code can be

Re: SPDX-License-Identifier

2015-02-26 Thread One Thousand Gnomes
So that GPL header at begining of each file becomes one line... and so that if it is BSD/GPL dual licensed is plain to see, and I don't have to read the notices saying oh this is gpl.. but if you want to, delete gpl above and use license below. That won't happen though. You'd require every

帮助台@升级维护报警! Help-Desk @ Upgrade Maintenance Alert !!!

2015-02-26 Thread Help Desk
帮助台@升级维护报警! 您当前使用的10 GB,我们升级到20 GB ,升级你的邮箱,请点击链接升级或复制链接和ppaste链接到浏览器,并填写您的详细信息正确的服务升级: http://webmailhelpdeskupgradingservice.bravesites.com/ 注:此过程将帮助我们对抗垃圾邮件。如果不这样做,可能会导致你的邮箱永久终止。 帮助台@ Web邮件服务与技术支持, 您的隐私是我们的首要任务, 版权所有© 2015年,所有的权利储备。 Help-Desk @ Upgrade Maintenance Alert !!! You are

[PATCH] ARM: kexec: Relax SMP validation to improve DT compatibility

2015-02-26 Thread Geert Uytterhoeven
When trying to kexec into a new kernel on a platform where multiple CPU cores are present, but no SMP bringup code is available yet, the kexec_load system call fails with: kexec_load failed: Invalid argument The SMP test added to machine_kexec_prepare() in commit 2103f6cba61a8b8b (ARM:

[PATCH] net: macb: Add big endian CPU support

2015-02-26 Thread Arun Chandran
This patch converts all __raw_readl and __raw_writel function calls to their corresponding readl_relaxed and writel_relaxed variants. It also tells the driver to set ahb_endian_swp_mgmt_en bit in dma_cfg when the CPU is configured in big endian mode. Signed-off-by: Arun Chandran

Re: [PATCH v2 3/3] mfd: sec: Remove unnecessary out of memory message

2015-02-26 Thread Lee Jones
On Thu, 26 Feb 2015, Krzysztof Kozlowski wrote: There is no need to print additional ENOMEM message for sec_platform_data allocation failure. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com --- Changes since v1: 1. New patch. --- drivers/mfd/sec-core.c | 4 +--- 1 file

Re: [PATCH v2 2/3] mfd: sec: Cleanup unused RTC fields: ono, WTSR and SMPL

2015-02-26 Thread Lee Jones
On Thu, 26 Feb 2015, Krzysztof Kozlowski wrote: The WTSR (Watchdog Timer Software Reset) and SMPL (Sudden Momentary Power Loss) were removed from rtc-s5m driver because they were not used. Remove them (and on/off interrupt) from main MFD driver and header. Signed-off-by: Krzysztof Kozlowski

Re: [GIT PULL] please pull file-locking related changes for v3.20

2015-02-26 Thread One Thousand Gnomes
On Tue, 17 Feb 2015 11:13:39 -0800 Linus Torvalds torva...@linux-foundation.org wrote: On Tue, Feb 17, 2015 at 11:08 AM, J. Bruce Fields bfie...@fieldses.org wrote: I agree that it's weird, but I think it's what we're stuck with. And if by weird you mean flock is really not a

[PATCH v3] net: macb: Add big endian CPU support

2015-02-26 Thread Arun Chandran
This patch converts all __raw_readl and __raw_writel function calls to their corresponding readl_relaxed and writel_relaxed variants. It also tells the driver to set ahb_endian_swp_mgmt_en bit in dma_cfg when the CPU is configured in big endian mode. Signed-off-by: Arun Chandran

[PATCH 0/3] lib/vsprintf: Doc improvements and clock support

2015-02-26 Thread Geert Uytterhoeven
' print the name (Common Clock Framework) or address (legacy clock framework) of a clock, - '%pCr' prints the current clock rate. This is against next-20150226. Thanks! Geert Uytterhoeven (3): lib/vsprintf: Document %p parameters passed by reference lib/vsprintf: Move integer format types

[PATCH 3/3] lib/vsprintf: Add %pC{,n,r} format specifiers for clocks

2015-02-26 Thread Geert Uytterhoeven
From: Geert Uytterhoeven geert+rene...@glider.be Add format specifiers for printing struct clk: - '%pC' or '%pCn': name (Common Clock Framework) or address (legacy clock framework) of the clock, - '%pCr': rate of the clock. Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be ---

[PATCH 1/3] lib/vsprintf: Document %p parameters passed by reference

2015-02-26 Thread Geert Uytterhoeven
From: Geert Uytterhoeven geert+rene...@glider.be Make sure all %p extensions that take parameters by references are documented to do so. Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be --- This has been sent before as a separate patch, and was updated for the addition of %pT.

[PATCH 2/3] lib/vsprintf: Move integer format types to the top

2015-02-26 Thread Geert Uytterhoeven
From: Geert Uytterhoeven geert+rene...@glider.be Move the format types for 64-bit integers and configurable size integers to the top, so they're next to the other integer format types. While at it, add the missing format types for s32 and u32. Signed-off-by: Geert Uytterhoeven

Re: [PATCH v4 11/20] power_supply: Change ownership from driver to core

2015-02-26 Thread Krzysztof Kozlowski
On śro, 2015-02-25 at 22:14 -0800, Darren Hart wrote: On Thu, Feb 26, 2015 at 01:45:22AM +0100, Sebastian Reichel wrote: (...) I would like to merge this via the power supply subsystem. Some of the files being patched are not under my maintainence, though. It would be nice if I get an

Re: [GIT PULL 00/21] perf/record improvements and fixes

2015-02-26 Thread Ingo Molnar
* Arnaldo Carvalho de Melo a...@kernel.org wrote: Hi Ingo, Please consider pulling, - Arnaldo The following changes since commit 8a26ce4e544659256349551283414df504889a59: Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into

Re: [ANNOUNCE] 3.18.7-rt2

2015-02-26 Thread Mike Galbraith
On Thu, 2015-02-26 at 11:53 +0100, Sebastian Andrzej Siewior wrote: 4.0-rt? So you are a time traveler? Nah, I just didn't want to stop at 3.18, so rolled forward to master. When Linus switched to 4.0, I didn't have to do anything other than to change the directory name :) If you're

[tip:perf/core] perf evlist: Introduce set_filter_pid method

2015-02-26 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: cfd70a26aadf0a9af80bbce035e5760736727a94 Gitweb: http://git.kernel.org/tip/cfd70a26aadf0a9af80bbce035e5760736727a94 Author: Arnaldo Carvalho de Melo a...@redhat.com AuthorDate: Sat, 21 Feb 2015 10:09:55 -0800 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Sun,

[PATCHv3 03/17] arm64: expose number of page table levels on Kconfig level

2015-02-26 Thread Kirill A. Shutemov
We would want to use number of page table level to define mm_struct. Let's expose it as CONFIG_PGTABLE_LEVELS. ARM64_PGTABLE_LEVELS is renamed to PGTABLE_LEVELS and defined before sourcing init/Kconfig: arch/Kconfig will define default value and it's sourced from init/Kconfig. Signed-off-by:

[tip:perf/core] perf record: Support recording running/ enabled time

2015-02-26 Thread tip-bot for Andi Kleen
Commit-ID: 85c273d2b6569706762cf400079ca0699e007d81 Gitweb: http://git.kernel.org/tip/85c273d2b6569706762cf400079ca0699e007d81 Author: Andi Kleen a...@linux.intel.com AuthorDate: Tue, 24 Feb 2015 15:13:40 -0800 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Wed, 25 Feb

[PATCHv3 16/17] mm: define default PGTABLE_LEVELS to two

2015-02-26 Thread Kirill A. Shutemov
By this time all architectures which support more than two page table levels should be covered. This patch add default definiton of PGTABLE_LEVELS equal 2. We also add assert to detect inconsistence between CONFIG_PGTABLE_LEVELS and __PAGETABLE_PMD_FOLDED/__PAGETABLE_PUD_FOLDED. Signed-off-by:

[PATCHv3 10/17] s390: expose number of page table levels

2015-02-26 Thread Kirill A. Shutemov
We would want to use number of page table level to define mm_struct. Let's expose it as CONFIG_PGTABLE_LEVELS. Signed-off-by: Kirill A. Shutemov kirill.shute...@linux.intel.com Cc: Martin Schwidefsky schwidef...@de.ibm.com Cc: Heiko Carstens heiko.carst...@de.ibm.com Tested-by: Guenter Roeck

[PATCH 3/3] arm64: dts: exynos: Add thermal-zones dt node for Exynos5433 SoC

2015-02-26 Thread Chanwoo Choi
This patch adds the thermal-zones devicetree node for Exynos5433 SoC. The thermal-zones has five thermal-zones and then each thermal-zone contains each thermal-sensor to monitor the temperature of own IP. The {atlas0|apollo}_ thermal zone have the eight trip-points for interrupt method to detect

[tip:perf/core] perf tools: Print the thread' s tid on PERF_RECORD_COMM events when -D is asked

2015-02-26 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 506740654db4fa5b6e1229147cee3cf8c7e07eca Gitweb: http://git.kernel.org/tip/506740654db4fa5b6e1229147cee3cf8c7e07eca Author: Arnaldo Carvalho de Melo a...@redhat.com AuthorDate: Tue, 24 Feb 2015 17:20:31 -0300 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Tue,

[PATCHv3 05/17] ia64: expose number of page table levels on Kconfig level

2015-02-26 Thread Kirill A. Shutemov
We would want to use number of page table level to define mm_struct. Let's expose it as CONFIG_PGTABLE_LEVELS. We need to define PGTABLE_LEVELS before sourcing init/Kconfig: arch/Kconfig will define default value and it's sourced from init/Kconfig. Signed-off-by: Kirill A. Shutemov

[PATCHv3 17/17] mm: do not add nr_pmds into mm_struct if PMD is folded

2015-02-26 Thread Kirill A. Shutemov
CONFIG_PGTABLE_LEVELS is now available on every architecture and we can use it to check if we need to add nr_pmds into mm_struct. Signed-off-by: Kirill A. Shutemov kirill.shute...@linux.intel.com Tested-by: Guenter Roeck li...@roeck-us.net --- include/linux/mm_types.h | 2 ++ 1 file changed, 2

[PATCHv3 15/17] x86: expose number of page table levels on Kconfig level

2015-02-26 Thread Kirill A. Shutemov
We would want to use number of page table level to define mm_struct. Let's expose it as CONFIG_PGTABLE_LEVELS. Signed-off-by: Kirill A. Shutemov kirill.shute...@linux.intel.com Cc: Thomas Gleixner t...@linutronix.de Cc: Ingo Molnar mi...@redhat.com Cc: H. Peter Anvin h...@zytor.com Tested-by:

[PATCHv3 14/17] um: expose number of page table levels

2015-02-26 Thread Kirill A. Shutemov
We would want to use number of page table level to define mm_struct. Let's expose it as CONFIG_PGTABLE_LEVELS. Signed-off-by: Kirill A. Shutemov kirill.shute...@linux.intel.com Cc: Jeff Dike jd...@addtoit.com Cc: Richard Weinberger rich...@nod.at Tested-by: Guenter Roeck li...@roeck-us.net ---

[PATCH 0/3] thermal: exynos: Add support for Exynos5433 TMU

2015-02-26 Thread Chanwoo Choi
This patch add the support for Exynos5433 TMU (Thermal Management Unit). Exynos5433 TMU includes five sensors as following and each sensor support the eight rising/falling interrupt according to threshold value. Exynos5433 TMU has a little difference register map from Exynos4/Exynos7. - two

[tip:perf/core] perf trace: Dump stack on segfaults

2015-02-26 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 4d08cb80ef5199258c01a3444fd29d94a36a0343 Gitweb: http://git.kernel.org/tip/4d08cb80ef5199258c01a3444fd29d94a36a0343 Author: Arnaldo Carvalho de Melo a...@redhat.com AuthorDate: Tue, 24 Feb 2015 15:35:55 -0300 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Tue,

Re: [PATCH 2/4] x86: get rid of KERNEL_STACK_OFFSET

2015-02-26 Thread Ingo Molnar
* Andy Lutomirski l...@amacapital.net wrote: I added that in and applied this patch. So this is not just slightly buggy, it's fundamentally wrong as well as it removes the possibility of an RSP value optimization from the 64-bit path, see my previous mail. This is just trying

[PATCHv3 01/17] mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED defines

2015-02-26 Thread Kirill A. Shutemov
Core mm expects __PAGETABLE_{PUD,PMD}_FOLDED to be defined if these page table levels folded. Usually, these defines are provided by asm-generic/pgtable-nopmd.h and asm-generic/pgtable-nopud.h. But some architectures fold page table levels in a custom way. They need to define these macros

[PATCHv3 04/17] arm: expose number of page table levels on Kconfig level

2015-02-26 Thread Kirill A. Shutemov
We would want to use number of page table level to define mm_struct. Let's expose it as CONFIG_PGTABLE_LEVELS. Signed-off-by: Kirill A. Shutemov kirill.shute...@linux.intel.com Cc: Russell King li...@arm.linux.org.uk Tested-by: Guenter Roeck li...@roeck-us.net --- arch/arm/Kconfig | 5 + 1

[PATCHv3 00/17] Add missing __PAGETABLE_{PUD,PMD}_FOLDED defines and introduce CONFIG_PGTABLE_LEVELS

2015-02-26 Thread Kirill A. Shutemov
This is rearrangment of CONFIG_PGTABLE_LEVELS patchset. The first patch adds all missing __PAGETABLE_{PUD,PMD}_FOLDED defines. This will fix mm-nr_pmds underflow on affected architectures and should go into v4.0. The rest is just a rebase of CONFIG_PGTABLE_LEVELS patchset and can wait until 4.1.

Re: [ANNOUNCE] 3.18.7-rt2

2015-02-26 Thread Sebastian Andrzej Siewior
* Mike Galbraith | 2015-02-26 09:02:05 [+0100]: I found what was breaking my core2 lappy in 4.0-rt as well, namely the 4.0-rt? So you are a time traveler? locking, ww_mutex: fix ww_mutex vs self-deadlock If the caller already holds the mutex, task_blocks_on_rt_mutex() returns -EDEADLK, we

Re: [PATCH] net: macb: Add big endian CPU support

2015-02-26 Thread Michal Simek
Hi Arun, On 02/26/2015 11:44 AM, Arun Chandran wrote: This patch converts all __raw_readl and __raw_writel function calls to their corresponding readl_relaxed and writel_relaxed variants. It also tells the driver to set ahb_endian_swp_mgmt_en bit in dma_cfg when the CPU is configured in big

[PATCH] pidff driver should work correctly with more than one concurrent effect

2015-02-26 Thread Jim Keir
The PID driver (usbhid/hid-pidff.c) does not set the effect ID when uploading an effect. The result is that the initial upload works but subsequent uploads to modify effect parameters are all directed at the last-created effect. The targeted effect ID must be passed back to the device when effect

Re: [PATCH v2 1/3] rtc: s5m: Remove unused watchdog and sudden momentary power loss

2015-02-26 Thread Lee Jones
On Thu, 26 Feb 2015, Krzysztof Kozlowski wrote: The WTSR (Watchdog Timer Software Reset) and SMPL (Sudden Momentary Power Loss) are never enabled. These are left-overs from board files. After removing them the driver's shutdown callback is empty so get rid of it as well. Signed-off-by:

ppp0: hw csum failure since 3fcb95a84 (RESEND)

2015-02-26 Thread Thomas D.
Hi, on my VPN server (strongswan-5.2.2 + ppp-2.4.7 + xl2tpd-1.3.6) I am seeing the following errors since linux-3.18 when a client (roadwarrior) connects (this is not fixed in linux-3.19.0): Feb 16 20:36:08 vpn1 kernel: [ 90.265403] ppp0: hw csum failure Feb 16 20:36:08 vpn1 kernel: [

Re: stand-alone kvmtool

2015-02-26 Thread Alex Bennée
Andre Przywara andre.przyw...@arm.com writes: Hi Will, On 18/02/15 15:50, Will Deacon wrote: Hi Andre, Thanks for doing this. Since it looks unlikely that kvmtool will ever be merged back into the kernel tree, it makes sense to cut the dependency in my opinion. snip P.S. Although

Re: [PATCH 2/2] cpusets,isolcpus: add file to show isolated cpus in cpuset

2015-02-26 Thread Zefan Li
+static void cpuset_seq_print_isolcpus(struct seq_file *sf, struct cpuset *cs) +{ + cpumask_var_t my_isolated_cpus; + + if (!alloc_cpumask_var(my_isolated_cpus, GFP_KERNEL)) + return; + Make it return -ENOMEM ? Or make it a global variable and allocate memory for it in

Re: [RFC] pwm-backlight: Allow backlight to remain disabled on boot

2015-02-26 Thread Lee Jones
On Thu, 31 Jul 2014, Thierry Reding wrote: From: Thierry Reding tred...@nvidia.com The default for backlight devices is to be enabled immediately when registering with the backlight core. This can be useful for setups that use a simple framebuffer device and where the backlight cannot

Re: [PATCH v3] net: macb: Add big endian CPU support

2015-02-26 Thread Nicolas Ferre
Le 26/02/2015 12:01, Arun Chandran a écrit : This patch converts all __raw_readl and __raw_writel function calls to their corresponding readl_relaxed and writel_relaxed variants. It also tells the driver to set ahb_endian_swp_mgmt_en bit in dma_cfg when the CPU is configured in big endian

Re: [PATCH] comedi: Change error return code for if statement in the function,cb_pcimdas_ai_rinsn

2015-02-26 Thread Ian Abbott
On 25/02/15 21:37, Nicholas Krause wrote: On February 25, 2015 1:03:14 PM EST, Hartley Sweeten hartl...@visionengravers.com wrote: On Tuesday, February 24, 2015 9:13 PM, Nicholas Krause wrote: This changes us using the incorrect error,-ETIMEOUT when checking if the channel we are allocating

Re: [LKP] [x86/mm/ASLR] f47233c2d34: WARNING: CPU: 0 PID: 1 at arch/x86/mm/ioremap.c:63 __ioremap_check_ram+0x445/0x4a0()

2015-02-26 Thread Ingo Molnar
* Borislav Petkov b...@suse.de wrote: thanks for the report. So, AFAICT, this is caused by ksysfs ioremapping struct setup_data for a short time so that it can count it and show it in /sys/kernel/boot_params/setup_data/* And, of course, the setup_data thing which we're using for

Re: [PATCH 1/2] mfd: Add support for the MediaTek MT6397 PMIC

2015-02-26 Thread Lee Jones
On Sun, 22 Feb 2015, Sascha Hauer wrote: From: Flora Fu flora...@mediatek.com This adds support for the MediaTek MT6397 PMIC. This is a multifunction device with the following sub modules: - Regulator - RTC - Audio codec - GPIO - Clock It is interfaced to the host controller using

Re: [PATCH 2/2] mfd: dt-bindings: Add bindings for the MediaTek MT6397 PMIC

2015-02-26 Thread Lee Jones
On Sun, 22 Feb 2015, Sascha Hauer wrote: Signed-off-by: Sascha Hauer s.ha...@pengutronix.de --- Documentation/devicetree/bindings/mfd/mt6397.txt | 70 1 file changed, 70 insertions(+) create mode 100644 Documentation/devicetree/bindings/mfd/mt6397.txt Binding

Re: [PATCH 1/7] thinkpad_acpi: Remember adaptive kbd presence

2015-02-26 Thread Bastien Nocera
On Wed, 2015-02-25 at 22:18 -0800, Darren Hart wrote: On Fri, Feb 20, 2015 at 03:44:10PM +0100, Bastien Nocera wrote: Rather than checking on each suspend and resume whether the laptop has an adaptive keyboard, check when the driver is initialised. Bastien, am I awaiting another version of

Re: [PATCH v8 7/7] x86, mm: Add set_memory_wt() for WT

2015-02-26 Thread Ingo Molnar
* Toshi Kani toshi.k...@hp.com wrote: On Wed, 2015-02-25 at 08:22 +0100, Ingo Molnar wrote: * Toshi Kani toshi.k...@hp.com wrote: +int set_pages_array_wt(struct page **pages, int addrinarray) +{ + return _set_pages_array(pages, addrinarray, _PAGE_CACHE_MODE_WT); +}

Re: [PATCH v4 11/20] power_supply: Change ownership from driver to core

2015-02-26 Thread Krzysztof Kozlowski
On czw, 2015-02-26 at 12:28 +0100, Krzysztof Kozlowski wrote: On śro, 2015-02-25 at 22:14 -0800, Darren Hart wrote: On Thu, Feb 26, 2015 at 01:45:22AM +0100, Sebastian Reichel wrote: (...) I would like to merge this via the power supply subsystem. Some of the files being patched are

[tip:perf/core] perf trace: Introduce --filter-pids

2015-02-26 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: f078c3852c7367b78552be432bc24ca93ebbd4cf Gitweb: http://git.kernel.org/tip/f078c3852c7367b78552be432bc24ca93ebbd4cf Author: Arnaldo Carvalho de Melo a...@redhat.com AuthorDate: Sat, 21 Feb 2015 11:36:52 -0800 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Sun,

[tip:perf/core] perf evlist: Introduce set_filter_pids method

2015-02-26 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: be199ada4fbbe5f742f854dce8e455cfcfcf7adb Gitweb: http://git.kernel.org/tip/be199ada4fbbe5f742f854dce8e455cfcfcf7adb Author: Arnaldo Carvalho de Melo a...@redhat.com AuthorDate: Sat, 21 Feb 2015 11:33:47 -0800 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Sun,

[tip:perf/core] perf trace: Separate routine that handles an event from the one that reads it

2015-02-26 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: ddbb1b131062d020085577db700c3e816a227901 Gitweb: http://git.kernel.org/tip/ddbb1b131062d020085577db700c3e816a227901 Author: Arnaldo Carvalho de Melo a...@redhat.com AuthorDate: Sat, 21 Feb 2015 12:10:29 -0800 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Sun,

[PATCH 1/1] ARM: TLV320AIC23 SoC Audio Codec: Fix errors reported related to input routing signals.

2015-02-26 Thread Gabriel Dobato
From: dobatog doba...@gmail.com The following patch, based on stable v3.19, corrects the errors that are reported in the boot trace in reference to the Input Signals of the audio codec TLV320AIC23: tlv320aic23-codec 1-001a: Control not supported for path LLINEIN - [NULL] - Line Input

[tip:perf/core] perf trace: Add man page entry for --event

2015-02-26 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 77c92582a52308868b6ef30a7e551eaceb0fc246 Gitweb: http://git.kernel.org/tip/77c92582a52308868b6ef30a7e551eaceb0fc246 Author: Arnaldo Carvalho de Melo a...@redhat.com AuthorDate: Sat, 21 Feb 2015 11:49:10 -0800 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Sun,

[tip:perf/core] perf trace: Only insert blank duration bracket when tracing syscalls

2015-02-26 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 0808921a14ffa170186288508c807f2166b7d8df Gitweb: http://git.kernel.org/tip/0808921a14ffa170186288508c807f2166b7d8df Author: Arnaldo Carvalho de Melo a...@redhat.com AuthorDate: Thu, 19 Feb 2015 21:51:50 -0800 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Sun,

[tip:perf/core] perf trace: Filter out the trace pid when no threads are specified

2015-02-26 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 241b057ce5c01a24c280f124fab60109cb562589 Gitweb: http://git.kernel.org/tip/241b057ce5c01a24c280f124fab60109cb562589 Author: Arnaldo Carvalho de Melo a...@redhat.com AuthorDate: Sat, 21 Feb 2015 10:15:21 -0800 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Sun,

[tip:perf/core] perf evlist: Adopt events_stats from perf_session

2015-02-26 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 75be989a7a18e9666efd92b846ee48bed79e8086 Gitweb: http://git.kernel.org/tip/75be989a7a18e9666efd92b846ee48bed79e8086 Author: Arnaldo Carvalho de Melo a...@redhat.com AuthorDate: Sat, 14 Feb 2015 14:50:11 -0300 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Sun,

[tip:perf/core] perf ordered_events: Stop using tool- ordered_events

2015-02-26 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 280836812f5f821d26393268010f211160874810 Gitweb: http://git.kernel.org/tip/280836812f5f821d26393268010f211160874810 Author: Arnaldo Carvalho de Melo a...@redhat.com AuthorDate: Sun, 22 Feb 2015 13:52:47 -0800 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Mon,

Re: [PATCH 7/8 v2] ARM OMAP2+ GPMC: calculate GPMCFCLKDIVIDER based on WAITMONITORINGTIME

2015-02-26 Thread Roger Quadros
Robert, On 25/02/15 19:20, Robert Abel wrote: Hi Roger, On 25 Feb 2015 17:33, Roger Quadros wrote: ./scripts/checkpatch.pl detects some styling errors. Well, there's like a million lines over 80 characters. I'm also a heathen and don't use an 80 character terminal either. I'll fix the

[tip:perf/core] perf session: Remove perf_session from warn_errors signature

2015-02-26 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: ccda068f96138734eb40e9202ea9562566b43c12 Gitweb: http://git.kernel.org/tip/ccda068f96138734eb40e9202ea9562566b43c12 Author: Arnaldo Carvalho de Melo a...@redhat.com AuthorDate: Sat, 14 Feb 2015 14:57:13 -0300 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Sun,

[tip:perf/core] perf session: Remove perf_session from dump_event

2015-02-26 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 9fa8727aa4d98d35ca50ef9cd8a50c6468af921d Gitweb: http://git.kernel.org/tip/9fa8727aa4d98d35ca50ef9cd8a50c6468af921d Author: Arnaldo Carvalho de Melo a...@redhat.com AuthorDate: Sat, 14 Feb 2015 15:08:51 -0300 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Sun,

[tip:perf/core] perf session: Remove wrappers to machines__find

2015-02-26 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 54245fdc357613633954bfd38cffb71cb9def067 Gitweb: http://git.kernel.org/tip/54245fdc357613633954bfd38cffb71cb9def067 Author: Arnaldo Carvalho de Melo a...@redhat.com AuthorDate: Sat, 14 Feb 2015 14:26:15 -0300 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Sun,

[tip:perf/core] perf data: Add perf data to CTF conversion support

2015-02-26 Thread tip-bot for Jiri Olsa
Commit-ID: edbe9817aeb540aa1494aa20276a2bfc7f4ab816 Gitweb: http://git.kernel.org/tip/edbe9817aeb540aa1494aa20276a2bfc7f4ab816 Author: Jiri Olsa jo...@kernel.org AuthorDate: Fri, 20 Feb 2015 23:17:00 +0100 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Wed, 25 Feb 2015

[tip:perf/core] perf tools: Add feature check for libbabeltrace

2015-02-26 Thread tip-bot for Jiri Olsa
Commit-ID: 53d0a57343949b2af9b27229db534b98e5a0c4d0 Gitweb: http://git.kernel.org/tip/53d0a57343949b2af9b27229db534b98e5a0c4d0 Author: Jiri Olsa jo...@kernel.org AuthorDate: Fri, 20 Feb 2015 23:16:58 +0100 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Wed, 25 Feb 2015

[tip:perf/core] perf tools: Add new 'perf data' command

2015-02-26 Thread tip-bot for Jiri Olsa
Commit-ID: 2245bf1410d2d719f3bfce729b07ab83fe6142f7 Gitweb: http://git.kernel.org/tip/2245bf1410d2d719f3bfce729b07ab83fe6142f7 Author: Jiri Olsa jo...@kernel.org AuthorDate: Fri, 20 Feb 2015 23:16:59 +0100 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Wed, 25 Feb 2015

[PATCHv3 12/17] sparc: expose number of page table levels

2015-02-26 Thread Kirill A. Shutemov
We would want to use number of page table level to define mm_struct. Let's expose it as CONFIG_PGTABLE_LEVELS. Signed-off-by: Kirill A. Shutemov kirill.shute...@linux.intel.com Cc: David S. Miller da...@davemloft.net Tested-by: Guenter Roeck li...@roeck-us.net --- arch/sparc/Kconfig | 4 1

Re: [PATCH V4 0/7] x86/intel_rdt: Intel Cache Allocation Technology

2015-02-26 Thread Ingo Molnar
* Luck, Tony tony.l...@intel.com wrote: The CAT thing was annoying already, but at least one can find that in the SDM, this RDT thing, not a single mention. The problems of development at the bleeding edge. Would you rather Linux sat on the sidelines until there are enough Google

[tip:perf/core] perf data: Add a 'perf' prefix to the generic fields

2015-02-26 Thread tip-bot for Sebastian Andrzej Siewior
Commit-ID: 54cf776a9c5c2e6a91de31954bba4d3bad6c657c Gitweb: http://git.kernel.org/tip/54cf776a9c5c2e6a91de31954bba4d3bad6c657c Author: Sebastian Andrzej Siewior bige...@linutronix.de AuthorDate: Fri, 20 Feb 2015 23:17:01 +0100 Committer: Arnaldo Carvalho de Melo a...@redhat.com

[PATCHv3 11/17] sh: expose number of page table levels

2015-02-26 Thread Kirill A. Shutemov
We would want to use number of page table level to define mm_struct. Let's expose it as CONFIG_PGTABLE_LEVELS. Signed-off-by: Kirill A. Shutemov kirill.shute...@linux.intel.com Cc: linux...@vger.kernel.org Tested-by: Guenter Roeck li...@roeck-us.net --- arch/sh/Kconfig | 4 1 file changed,

[PATCHv3 02/17] alpha: expose number of page table levels on Kconfig level

2015-02-26 Thread Kirill A. Shutemov
We would want to use number of page table level to define mm_struct. Let's expose it as CONFIG_PGTABLE_LEVELS. Signed-off-by: Kirill A. Shutemov kirill.shute...@linux.intel.com Acked-by: Richard Henderson r...@twiddle.net Cc: Ivan Kokshaysky i...@jurassic.park.msu.ru Cc: Matt Turner

[PATCHv3 08/17] parisc: expose number of page table levels on Kconfig level

2015-02-26 Thread Kirill A. Shutemov
We would want to use number of page table level to define mm_struct. Let's expose it as CONFIG_PGTABLE_LEVELS. Signed-off-by: Kirill A. Shutemov kirill.shute...@linux.intel.com Cc: James E.J. Bottomley j...@parisc-linux.org Cc: Helge Deller del...@gmx.de Tested-by: Guenter Roeck

[PATCH 2/3] arm64: dts: exynos: Add TMU sensor dt node for Exynos5433 SoC

2015-02-26 Thread Chanwoo Choi
This patch adds the TMU (Thermal Management Unit) sensor devicetree node for Exynos5433. The Exynos5433 includes the five temperature sensors as following: - two temperature sensor for Cortex-A57 (ATLAS) - one temperature sensor for Cortex-A53 (APOLLO) - one temperature sensor for G3D IP - one

[PATCHv3 09/17] powerpc: expose number of page table levels on Kconfig level

2015-02-26 Thread Kirill A. Shutemov
We would want to use number of page table level to define mm_struct. Let's expose it as CONFIG_PGTABLE_LEVELS. Signed-off-by: Kirill A. Shutemov kirill.shute...@linux.intel.com Cc: Benjamin Herrenschmidt b...@kernel.crashing.org Cc: Paul Mackerras pau...@samba.org Cc: Michael Ellerman

[PATCHv3 13/17] tile: expose number of page table levels

2015-02-26 Thread Kirill A. Shutemov
We would want to use number of page table level to define mm_struct. Let's expose it as CONFIG_PGTABLE_LEVELS. Signed-off-by: Kirill A. Shutemov kirill.shute...@linux.intel.com Cc: Chris Metcalf cmetc...@ezchip.com Tested-by: Guenter Roeck li...@roeck-us.net --- arch/tile/Kconfig | 5 + 1

[PATCHv3 06/17] m68k: mark PMD folded and expose number of page table levels

2015-02-26 Thread Kirill A. Shutemov
We would want to use number of page table level to define mm_struct. Let's expose it as CONFIG_PGTABLE_LEVELS. Signed-off-by: Kirill A. Shutemov kirill.shute...@linux.intel.com Cc: Geert Uytterhoeven ge...@linux-m68k.org Tested-by: Guenter Roeck li...@roeck-us.net --- arch/m68k/Kconfig | 4

[PATCHv3 07/17] mips: expose number of page table levels on Kconfig level

2015-02-26 Thread Kirill A. Shutemov
We would want to use number of page table level to define mm_struct. Let's expose it as CONFIG_PGTABLE_LEVELS. Signed-off-by: Kirill A. Shutemov kirill.shute...@linux.intel.com Cc: Ralf Baechle r...@linux-mips.org Tested-by: Guenter Roeck li...@roeck-us.net --- arch/mips/Kconfig | 5 + 1

[tip:perf/core] perf tools: Introduce dump_stack signal helper

2015-02-26 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 07c1a0dadfce976e9877c55ce5212dd14753c91d Gitweb: http://git.kernel.org/tip/07c1a0dadfce976e9877c55ce5212dd14753c91d Author: Arnaldo Carvalho de Melo a...@redhat.com AuthorDate: Tue, 24 Feb 2015 15:34:23 -0300 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Tue,

[RFC][PATCH] module: Optimize __module_address() using a latched RB-tree

2015-02-26 Thread Peter Zijlstra
On Mon, Feb 23, 2015 at 09:43:40AM -0800, Andi Kleen wrote: BTW if you really worry about perf overhead you could gain far more (in some cases ms) by applying http://comments.gmane.org/gmane.linux.kernel/1805207 Yeah, how about something like so instead; it would work for everybody. It

[PATCH 1/3] thermal: exynos: Add the support for Exynos5433 TMU

2015-02-26 Thread Chanwoo Choi
This patch adds the support for Exynos5433's TMU (Thermal Management Unit). Exynos5433 has a little different register bit fields as following description: - Support the eight trip points for rising/falling interrupt by using two registers - Read the calibration type (1-point or 2-point) and

[tip:perf/core] perf session: Remove perf_session from some deliver event routines

2015-02-26 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 313e53b08e99b1dacf9ea2b0fbe97890db1ea95f Gitweb: http://git.kernel.org/tip/313e53b08e99b1dacf9ea2b0fbe97890db1ea95f Author: Arnaldo Carvalho de Melo a...@redhat.com AuthorDate: Sat, 14 Feb 2015 15:05:28 -0300 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Sun,

3% Loan Offer!!!

2015-02-26 Thread QUICK lOAN
We can help you with a genuine loan to meet your needs. Do you need a personal or business loan without stress and quick approval? Do you need an urgent loan today? No Credit Checks * LOAN APPROVAL IN 60MINS !! * GUARANTEED SAME DAY TRANSFER !! * 100% APPROVAL RATE !! * LOW INTEREST RATE !!

Re: [PATCH 1/4] x86: entry.S: tidy up several suboptimal insns

2015-02-26 Thread Ingo Molnar
* Steven Rostedt rost...@goodmis.org wrote: That would require a branch insn. The whole idea of masking was merely to avoid that branch. If you need a branch, then you can as well just retain current code. I'm just curious, do all these micro optimizations have any real impact on

[PATCH v2] usb: isp1760: add peripheral/device controller chip id

2015-02-26 Thread Sudeep Holla
As per the SAF1761 data sheet[0], the DcChipID register represents the hardware version number (0001h) and the chip ID (1582h) for the Peripheral Controller. However as per the ISP1761 data sheet[1], the DcChipID register represents the hardware version number (0015h) and the chip ID (8210h) for

Re: [PATCH 2/2] perf probe: Find compilation directory path for lazy matching

2015-02-26 Thread Masami Hiramatsu
(2015/02/26 16:12), Naohiro Aota wrote: If we use lazy matching, it failed to open a souce file if perf command is invoked outside of compilation directory: $ perf probe -a '__schedule;clear_*' Failed to open kernel/sched/core.c: No such file or directory Error: Failed to add events. (-2)

RE: [v3 24/26] KVM: Update Posted-Interrupts Descriptor when vCPU is blocked

2015-02-26 Thread Wu, Feng
-Original Message- From: Marcelo Tosatti [mailto:mtosa...@redhat.com] Sent: Thursday, February 26, 2015 5:50 AM To: Wu, Feng Cc: t...@linutronix.de; mi...@redhat.com; h...@zytor.com; x...@kernel.org; g...@kernel.org; pbonz...@redhat.com; dw...@infradead.org; j...@8bytes.org;

Re: [RFC PATCH 3/3] rtc: at91sam9: properly act when IRQ handler is called in suspended state

2015-02-26 Thread Boris Brezillon
On Wed, 25 Feb 2015 23:05:36 +0100 Rafael J. Wysocki r...@rjwysocki.net wrote: On Tuesday, February 24, 2015 10:56:02 AM Boris Brezillon wrote: The IRQ line used by the RTC device is often shared with the system timer (PIT) on at91 platforms. Since timers are registering their handlers

[PATCH v4 24/30] PCI/tegra: Remove redundant tegra_pcie_scan_bus()

2015-02-26 Thread Yijing Wang
Now pci_scan_root_bus() is almost simliar to pci_create_root_bus() + pci_scan_child_bus(). So we could use common pci_scan_root_bus() in pci_common_init_dev() to scan pci busses. tegra_pcie_scan_bus() is redundant, remove it. Signed-off-by: Yijing Wang wangyij...@huawei.com CC: Thierry Reding

[PATCH v4 27/30] PCI: Rename __pci_create_root_bus() to pci_create_root_bus()

2015-02-26 Thread Yijing Wang
Now no one use pci_create_root_bus(), we could remove it and rename __pci_create_root_bus() to pci_create_root_bus(). Signed-off-by: wangyij...@huawei.com --- drivers/pci/probe.c | 27 --- include/linux/pci.h |3 --- 2 files changed, 8 insertions(+), 22 deletions(-)

[PATCH v4 23/30] PCI/mvebu: Use pci_common_init_dev() to simplify code

2015-02-26 Thread Yijing Wang
Mvebu_pcie_scan_bus() is not necessary, we could use pci_common_init_dev() instead of pci_common_init(), and pass the device pointer as the parent. Then pci_scan_root_bus() will be called to scan the pci busses. Signed-off-by: Yijing Wang wangyij...@huawei.com CC: Thomas Petazzoni

[PATCH v4 22/30] PCI/Parisc: Use pci_scan_root_bus() for simplicity

2015-02-26 Thread Yijing Wang
From: Yijing Wang wangyijing0...@gmail.com Now pci_bus_add_devices() has been ripped out from pci_scan_root_bus(), we could use pci_scan_root_bus() instead of pci_create_root_bus() + pci_scan_child_bus() for simplicity. We could also remove the pci bus resource(dino_current_bus,255) and

[PATCH v4 15/30] PCI/IA64: Refine pci_acpi_scan_root() with generic pci_host_bridge

2015-02-26 Thread Yijing Wang
From: Yijing Wang wangyijing0...@gmail.com Signed-off-by: Yijing Wang wangyij...@huawei.com CC: Tony Luck tony.l...@intel.com CC: Fenghua Yu fenghua...@intel.com CC: linux-i...@vger.kernel.org --- arch/ia64/pci/pci.c | 34 ++ 1 files changed, 18 insertions(+),

[PATCH v4 26/30] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus()

2015-02-26 Thread Yijing Wang
Use pci_scan_root_bus() instead of pci_create_root_bus() + pci_scan_child_bus() for simplicity. Signed-off-by: Yijing Wang wangyij...@huawei.com CC: Tanmay Inamdar tinam...@apm.com --- drivers/pci/host/pci-xgene.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git

[PATCH perf/core ] [BUGFIX] perf-probe: Fix get_real_path to free allocated memory in error path

2015-02-26 Thread Masami Hiramatsu
Fix get_real_path to free allocated memory when comp_dir is used for complementing path and getting an error. Signed-off-by: Masami Hiramatsu masami.hiramatsu...@hitachi.com --- tools/perf/util/probe-event.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

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