Re: [PATCH 0/8] mfd: Batch together MFD related patches

2012-11-11 Thread Samuel Ortiz
Hi Lee, On Mon, Nov 05, 2012 at 04:10:28PM +0100, Lee Jones wrote: > Hi Sam, > > I know you've been busy giving NFC presentations at ELC, but ... :) > > All these patches have been on the list in various other patch-sets > for some time and have been reviewed by some key people already. All > ot

RE: [PATCH] USB: XHCI: xhci-ring: Remove unused dma address calculation in inc_enq and inc_deq function

2012-11-11 Thread Yuhong Bao
> It looks like your mail client attempted to line wrap it. You might > want to use mutt, thunderbird, or maybe even the plain text gmail > interface to resend this. If anyone is using Outlook, see this: https://lkml.org/lkml/2011/1/25/587 Yuhong Bao-- To un

Re: [PATCH v7 0/3] Add modules to support realtek PCIE card reader

2012-11-11 Thread Samuel Ortiz
Hi Chris, On Fri, Nov 09, 2012 at 10:34:48AM -0500, Chris Ball wrote: > Hi, > > On Fri, Nov 09 2012, wwang wrote: > > I have noticed that the file rtsx_pci_sdmmc.c in your mmc-next branch > > is still v6 patch. In v7 patch, this MMC part has also been modified > > to comply with my MFD portion.

Re: [PATCH] mfd/DA9055: Remove Unicode Byte Order Marks

2012-11-11 Thread Samuel Ortiz
Hi Geert, On Mon, Oct 15, 2012 at 10:44:45PM +0200, Geert Uytterhoeven wrote: > Older gcc (< 4.4) doesn't like files starting with Unicode BOMs: > > include/linux/mfd/da9055/core.h:1: error: stray ‘\357’ in program > include/linux/mfd/da9055/core.h:1: error: stray ‘\273’ in program > include/linu

linux-next: build failure after merge of the v4l-dvb tree

2012-11-11 Thread Stephen Rothwell
Hi Mauro, After merging the v4l-dvb tree, today's linux-next build (x86_64 allmodconfig) failed like this: ERROR: "sms_ir_exit" [drivers/media/common/siano/smsmdtv.ko] undefined! ERROR: "sms_ir_event" [drivers/media/common/siano/smsmdtv.ko] undefined! ERROR: "sms_ir_init" [drivers/media/common/si

Re: [BUGFIX] PM: Fix active child counting when disabled and forbidden

2012-11-11 Thread Huang Ying
On Fri, 2012-11-09 at 11:41 -0500, Alan Stern wrote: > On Fri, 9 Nov 2012, Huang Ying wrote: > > > On Thu, 2012-11-08 at 12:07 -0500, Alan Stern wrote: > > > On Thu, 8 Nov 2012, Rafael J. Wysocki wrote: > > > > > > > > > > is it a good idea to allow to set device state to SUSPENDED if > > > > >

Re: scsi target, likely GPL violation

2012-11-11 Thread Douglas Gilbert
On 12-11-11 04:34 AM, James Bottomley wrote: On Wed, 2012-11-07 at 08:50 -0800, Andy Grover wrote: Nick, Your company appears to be shipping kernel features in RTS OS that are not made available under the GPL, specifically support for the EXTENDED_COPY and COMPARE_AND_WRITE SCSI commands, in or

Re: [PATCH 2/2] pinctrl: mxs: Make PINCTRL_MXS select PINMUX && PINCONF

2012-11-11 Thread Shawn Guo
On Sun, Nov 11, 2012 at 10:22:42AM +0800, Axel Lin wrote: > Then we can remove "select PINMUX && PINCONF" from PINCTRL_IMX{23,28}. > This simplifies the dependency. > > Signed-off-by: Axel Lin > --- > drivers/pinctrl/Kconfig |6 ++ > 1 file changed, 2 insertions(+), 4 deletions(-) > > d

[PATCH] nfs: Fix wrong slab cache in nfs_commit_mempool

2012-11-11 Thread ycnian
From: Yanchuan Nian The slab cache in nfs_commit_mempool is wrong, and I think it is just a slip. I tested it on a x86-32 machine, the size of nfs_write_header is 544, and the size of nfs_commit_data is 408, so it works fine. It is also true that sizeof(struct nfs_write_header) > sizeof(struct nf

Re: [PATCH 3/3] ipgre: capture inner headers during encapsulation

2012-11-11 Thread Joseph Gasparakis
On Sun, 11 Nov 2012, Dmitry Kravkov wrote: > On Thu, 2012-11-08 at 18:18 -0800, Joseph Gasparakis wrote: > > > > if (skb->ip_summed == CHECKSUM_PARTIAL && > > skb_checksum_help(skb)) > > @@ -902,6 +903,17 @@ static netdev_tx_t ipgre_tunnel_xmit(struct sk_buff > > *skb, struct net_

Re: [RFC] dt/platform: Use cell-index for device naming if available

2012-11-11 Thread Stepan Moskovchenko
> On Sun, Nov 11, 2012 at 2:32 AM, Rob Herring > wrote: >> On 11/09/2012 06:48 PM, Stepan Moskovchenko wrote: >>> Use the cell-index property to construct names for platform >>> devices, falling back on the existing scheme of using the >>> device register address if cell-index is not specified. >

Re: [PATCH v3 3/9] net: xfrm: use __this_cpu_read per-cpu helper

2012-11-11 Thread Shan Wei
Christoph Lameter said, at 2012/11/10 4:12: > On Fri, 9 Nov 2012, Shan Wei wrote: > >> v3 fix compile warning: >> net/xfrm/xfrm_ipcomp.c: In function 'ipcomp_alloc_tfms': >> net/xfrm/xfrm_ipcomp.c:285: warning: assignment from incompatible pointer >> type > > Why exactly is the pointer type not

[PATCH v2 1/2] pinctrl: tegra: Make PINCTRL_TEGRA select PINMUX && PINCONF

2012-11-11 Thread Axel Lin
Then we can remove "select PINMUX && PINCONF" from PINCTRL_TEGRA{20,30}. This simplifies the dependency. Signed-off-by: Axel Lin --- drivers/pinctrl/Kconfig |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index 6d5a50

[PATCH v2 2/2] pinctrl: mxs: Make PINCTRL_MXS select PINMUX && PINCONF

2012-11-11 Thread Axel Lin
Then we can remove "select PINMUX && PINCONF" from PINCTRL_IMX{23,28}. This simplifies the dependency. Signed-off-by: Axel Lin Acked-by: Shawn Guo --- drivers/pinctrl/Kconfig |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/K

Re: [PATCH v3 7/9] trace: use this_cpu_ptr per-cpu helper

2012-11-11 Thread Shan Wei
Christoph Lameter said, at 2012/11/10 4:15: > On Fri, 9 Nov 2012, Shan Wei wrote: > >> -return buffer->buffer; >> +return (char *)this_cpu_ptr(&percpu_buffer->buffer); >> } > > Add a comment to explain the cast? typeof(&buffer) is a pointer to array of 1024 char, or char (*)[1024]. But,

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

2012-11-11 Thread Namhyung Kim
Hi Arnaldo, On Fri, 9 Nov 2012 18:42:49 -0300, Arnaldo Carvalho de Melo wrote: > Hi Ingo, > > Please consider pulling. > > - Arnaldo > > The following changes since commit 8dfec403e39b7c37fd6e8813bacc01da1e1210ab: > > perf tests: Removing 'optional' field (2012-11-05 14:03:59 -0300) > > a

Re: [PATCH 0/8] Fix coding style in sdhci.c

2012-11-11 Thread Jaehoon Chung
Hi Tushar, Could you make one patch? Why do you separate patches? Best Regards, Jaehoon Chung On 11/09/2012 08:39 PM, Tushar Behera wrote: > Documents/CodingStyle Chapter 3 recommends usage of braces for both > if and else statements if any of the branches contains multiple > statements. > > Cl

Re: [BUGFIX] PM: Fix active child counting when disabled and forbidden

2012-11-11 Thread Alan Stern
On Mon, 12 Nov 2012, Huang Ying wrote: > > The first question: How should the PCI subsystem prevent the parents of > > driverless VGA devices from being runtime suspended while userspace is > > accessing them? > > I think Rafael's patch is good for that. But his patch isn't needed if we make t

Re: [PATCH 10/21] perf hists: Introduce hists__link

2012-11-11 Thread Namhyung Kim
On Fri, 9 Nov 2012 18:42:59 -0300, Arnaldo Carvalho de Melo wrote: > From: Arnaldo Carvalho de Melo > > That given two hists will find the hist_entries (buckets) in the second > hists that are for the same bucket in the first and link them, then it > will look for all buckets in the second that d

Re: Auto reboot when CPU at full load with X86_ACPI_CPUFREQ

2012-11-11 Thread Drunkard Zhang
2012/11/12 Pavel Machek : > Hi! > >> I'm using Intel Xeon X5570 x2 with Asus Z8PE-D18, and experiencing >> auto reboot when CPU full loaded for minutes, like building kernel >> with "make -j17". After a lot of bisecting of config file, I found the >> option leads to the reboot: X86_ACPI_CPUFREQ, bo

Re: Is this a kernel bug?

2012-11-11 Thread Cyberman Wu
On Fri, Nov 9, 2012 at 9:11 AM, Tejun Heo wrote: > Hello, > > On Fri, Nov 09, 2012 at 08:53:49AM +0800, Cyberman Wu wrote: >> A lot of these message on many CPU: > > What I'm really curious about is the *first* exception. > > Is the following the first one? Some lines (why the stackdump is > happ

Re: acked-by meaning

2012-11-11 Thread Randy Dunlap
On 11/11/2012 05:40 PM, Thiago Farina wrote: > Hi, > > What is the meaning of 'Acked-by:' line? Is the same of LGTM? How it > differs from 'Reviewed-by:'? Reviewed-by: is stronger than Acked-by:. If someone replies with Reviewed-by, they also accept some responsibility for fixing any problems th

[PATCH] perf tools: Add gtk. config option for launching GTK browser

2012-11-11 Thread Namhyung Kim
From: Namhyung Kim Add config option for launching GTK browser for the specified command by default. Currently only 'report' command is supported. Adding following line to the perfconfig file will have a same effect of specifying --gtk option on command line (unless other related options are no

[PATCH v2 3/3] ipgre: capture inner headers during encapsulation

2012-11-11 Thread Joseph Gasparakis
Populating the inner header pointers of skb for ipgre This patch has been compile-tested only. v2 Makes sure that checksumming does not take place if the offload flag is set in the skb's netdev features Signed-off-by: Joseph Gasparakis Signed-off-by: Peter P Waskiewicz Jr --- net/ipv4/ip_gre.

Re: [3.6.6] panic on reboot / khungtaskd blocked? (WARNING: at arch/x86/kernel/smp.c:123 native_smp_send_reschedule)

2012-11-11 Thread Michael Wang
On 11/09/2012 09:48 PM, Paweł Sikora wrote: > Hi, > > during playing with new ups i've caught an nice oops on reboot: > > http://imgbin.org/index.php?page=image&id=10253 > > probably the upstream is also affected. Hi, Paweł Are you using a clean 3.6.6 without any modify? Looks like some threa

Re: [PATCH v2 3/3] ipgre: capture inner headers during encapsulation

2012-11-11 Thread David Miller
Please post the entire series again when making updates to any of the patches, thank you. -- 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: [RFC PATCH 2/3] sched: power aware load balance,

2012-11-11 Thread Alex Shi
On 11/12/2012 02:49 AM, Preeti Murthy wrote: > Hi Alex > I apologise for the delay in replying . That's all right. I often also busy on other Intel tasks and have no time to look at LKML. :) > > On Wed, Nov 7, 2012 at 6:57 PM, Alex Shi wrote: >> On 11/07/2012 12:37 PM, Preeti Murthy wrote: >>> H

Re: [PATCH v2 3/3] ipgre: capture inner headers during encapsulation

2012-11-11 Thread Joseph Gasparakis
On Sun, 11 Nov 2012, David Miller wrote: > > Please post the entire series again when making updates to any of > the patches, thank you. > Will do. Thanks Dave. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More

linux-next: manual merge of the pinctrl tree with the slave-dma tree

2012-11-11 Thread Stephen Rothwell
Hi Linus, Today's linux-next merge of the pinctrl tree got a conflict in arch/arm/boot/dts/spear1340.dtsi between commit b47394911c26 ("ARM: SPEAr13xx: Pass DW DMAC platform data from DT") from the slave-dma tree and commit 4ddb1c295752 ("ARM: SPEAr: Add plgpio node in device tree dtsi files") fr

Re: [PATCH Resend V2] dt: add helper function to read u8 & u16 variables & arrays

2012-11-11 Thread Viresh Kumar
On 12 November 2012 01:12, Rob Herring wrote: > On 11/11/2012 11:27 AM, Viresh Kumar wrote: >> On 11 November 2012 19:42, Rob Herring wrote: >>> On 11/06/2012 10:22 PM, viresh kumar wrote: >> cluster0: cluster@0 { + data1 = <0x50 0x60 0x70>; +

Re: linux-next: manual merge of the pinctrl tree with the slave-dma tree

2012-11-11 Thread Viresh Kumar
On 12 November 2012 08:45, Stephen Rothwell wrote: > Hi Linus, > > Today's linux-next merge of the pinctrl tree got a conflict in > arch/arm/boot/dts/spear1340.dtsi between commit b47394911c26 ("ARM: > SPEAr13xx: Pass DW DMAC platform data from DT") from the slave-dma tree and > commit > 4ddb1c29

Re: [RFC PATCH 0/3] acpi: Introduce prepare_remove device operation

2012-11-11 Thread Wen Congyang
At 11/09/2012 02:29 AM, Vasilis Liaskovitis Wrote: > As discussed in > https://patchwork.kernel.org/patch/1581581/ > the driver core remove function needs to always succeed. This means we need > to know that the device can be successfully removed before acpi_bus_trim / > acpi_bus_hot_remove_device

Re: [next:akpm 136/313] mm/mmap.c:1878:6: error: 'mm' undeclared

2012-11-11 Thread Stephen Rothwell
On Thu, 8 Nov 2012 22:21:50 -0800 Michel Lespinasse wrote: > > commit 34550b95185c1ecfa8882664744c14edda385868 > Author: Michel Lespinasse > Date: Thu Nov 8 22:14:34 2012 -0800 > > fix mm: augment vma rbtree with rb_subtree_gap > > diff --git a/mm/mmap.c b/mm/mmap.c > index d12c69eaf23f..

Re: [next:akpm 157/313] arch/tile/mm/hugetlbpage.c:256:20: error: 'mm' undeclared

2012-11-11 Thread Stephen Rothwell
On Thu, 8 Nov 2012 22:22:49 -0800 Michel Lespinasse wrote: > > commit 86234092170b43771c3f6257cb320ff6e2c10c52 > Author: Michel Lespinasse > Date: Thu Nov 8 22:13:58 2012 -0800 > > fix mm: use vm_unmapped_area() in hugetlbfs on tile architecture > > diff --git a/arch/tile/mm/hugetlbpage.c

Re: linux-next: build failure after merge of the final tree (akpm tree related)

2012-11-11 Thread Stephen Rothwell
Hi Andrew, On Thu, 8 Nov 2012 20:01:54 -0800 Andrew Morton wrote: > > oop, I fixed that but forgot to commit the changes, sorry. > > s/mm/current->mm/ I have applied this to the akpm tree today: From: Stephen Rothwell Date: Mon, 12 Nov 2012 10:51:18 +1100 Subject: [PATCH] mm: fix for u

Re: linux-next: build warning after merge of the final tree (akpm tree related)

2012-11-11 Thread Stephen Rothwell
Hi Michel, On Thu, 8 Nov 2012 20:30:47 -0800 Michel Lespinasse wrote: > > commit 1c98949798ce7a1d4a910775623e1830cf88a92c > Author: Michel Lespinasse > Date: Thu Nov 8 20:26:34 2012 -0800 > > fix mm: use vm_unmapped_area() on sparc32 architecture > > diff --git a/arch/sparc/kernel/sys_sp

Re: [PATCH update 0/3] HW-latency: hardware latency test 0.10

2012-11-11 Thread Jon Masters
On 11/10/2012 09:48 PM, Luming Yu wrote: > Update the previous patch series to ACK all comments I've recevied so far > for the tool: e.g. 1.Acked Jon Masters in source code as many code are from > jcm, thanks very much Jon. 2. squashed all changes against new file I added > into > one. 3. Make it

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

2012-11-11 Thread Stephen Rothwell
Hi Andrew, Today's linux-next merge of the akpm tree got a conflict in drivers/memstick/core/ms_block.h between commit 0604fa04ccc7 ("memstick: add support for legacy memorysticks") that use to be in the block tree and commits "memstick: remove unused field from state struct", "memstick: ms_block:

Re: [PATCH 0/8] Fix coding style in sdhci.c

2012-11-11 Thread Tushar Behera
On 11/12/2012 07:54 AM, Jaehoon Chung wrote: > Hi Tushar, > > Could you make one patch? Why do you separate patches? > Yes, I can do that. I did split it specifically so that we could drop any patches if required. I will wait for a word from Chris regarding what he prefers. > Best Regards, >

Re: [PATCH] regulator: core: Update regulator_is_supported_voltage for fixed voltages

2012-11-11 Thread Tushar Behera
On 11/09/2012 10:39 PM, Mark Brown wrote: > On Fri, Nov 09, 2012 at 04:21:49PM +0530, Tushar Behera wrote: > >> In case of fixed regulators for which voltage cannot be changed, >> regulator_is_supported_voltage should return success only if the >> min_uV and max_uV parameters are same and it is eq

Re: Bisected regression: iterate_fd() selinux change affects flash plugin

2012-11-11 Thread Pavel Roskin
Quoting Pavel Roskin : Hello, Al! I have noticed that Mozilla Firefox gets stuck for seconds or minutes on some sites, in particular on Facebook with Linux 3.7-rc1 and newer mainline kernels. Disabling flash plugin fixes the delays. This is a Fedora 17 system with SELinux enabled, on x86_64 a

[PATCH] perf tools: Fix compile error on NO_NEWT=1 build

2012-11-11 Thread Namhyung Kim
From: Namhyung Kim CC builtin-annotate.o In file included from util/evsel.h:10:0, from util/evlist.h:8, from builtin-annotate.c:20: util/hist.h: In function ‘script_browse’: util/hist.h:198:45: error: unused parameter ‘script_opt’ [-Werror=unused-parameter]

Re: [PATCH 1/4] thermal: Add new thermal trend type to support quick cooling

2012-11-11 Thread Zhang Rui
On Fri, 2012-11-09 at 11:51 +0530, Amit Kachhap wrote: > On 9 November 2012 09:21, Zhang Rui wrote: > > On Thu, 2012-11-08 at 11:56 +0530, Amit Kachhap wrote: > >> On 8 November 2012 11:31, Zhang Rui wrote: > >> > On Thu, 2012-11-08 at 09:56 +0530, Amit Daniel Kachhap wrote: > >> >> This modifica

linux-next: Tree for Nov 12

2012-11-11 Thread Stephen Rothwell
Hi all, Changes since 20121109: The v4l-dvb tree lost its build failure but gained another so I used the version from next-20121026. The pinctrl tree gained a conflict against the slave-dma tree. The akpm tree lost most of its build failures but I have still reverted a few patches. It also gai

Re: [BUGFIX] PM: Fix active child counting when disabled and forbidden

2012-11-11 Thread Huang Ying
On Sun, 2012-11-11 at 21:36 -0500, Alan Stern wrote: > On Mon, 12 Nov 2012, Huang Ying wrote: > > > > The first question: How should the PCI subsystem prevent the parents of > > > driverless VGA devices from being runtime suspended while userspace is > > > accessing them? > > > > I think Rafael

RE: [PATCH 1/4] thermal: Add new thermal trend type to support quick cooling

2012-11-11 Thread R, Durgadoss
Hi Amit/Rui, > -Original Message- > From: Amit Kachhap [mailto:amit.kach...@linaro.org] > Sent: Friday, November 09, 2012 11:52 AM > To: Zhang, Rui > Cc: linux...@lists.linux-foundation.org; linux-samsung- > s...@vger.kernel.org; linux-kernel@vger.kernel.org; R, Durgadoss; > l...@kernel.or

Re: [PATCH 2/3] Input: spear-keyboard: Add clk_{un}prepare() support

2012-11-11 Thread Viresh Kumar
On 8 November 2012 19:10, Viresh Kumar wrote: > From: Vipul Kumar Samar > > clk_{un}prepare is mandatory for platforms using common clock framework. > Because > for SPEAr we don't do anything in clk_{un}prepare() calls, just call them ones > in probe/remove. > > Signed-off-by: Vipul Kumar Samar

Re: [PATCH 00/16 v3] f2fs: introduce flash-friendly file system

2012-11-11 Thread Vyacheslav Dubeyko
On Sun, 2012-11-11 at 20:42 +0900, Jaegeuk Kim wrote: > 2012-11-11 (일), 00:55 +0300, Vyacheslav Dubeyko: > > Hi, > > > > On Nov 10, 2012, at 9:33 PM, Martin Steigerwald wrote: > > > > [snip] > > > > > > merkaba:~> mkfs.f2fs /dev/sdb1 > > > Info: sector size = 512 > > > Info: total sectors = 4093

Re: [PATCH V5 2/2] Thermal: Add ST-Ericsson DB8500 thermal properties and platform data.

2012-11-11 Thread Zhang Rui
On Fri, 2012-11-09 at 19:29 +0800, hongbo.zhang wrote: > From: "hongbo.zhang" > > This patch adds device tree properties for ST-Ericsson DB8500 thermal driver, > also adds the platform data to support the old fashion. > > Signed-off-by: hongbo.zhang > Reviewed-by: Viresh Kumar hmmm, who shou

[GIT PULL] a LED fix for 3.7

2012-11-11 Thread Bryan Wu
Hi Linus, Please consider the following changes since commit 77b67063bb6bce6d475e910d3b886a606d0d91f7: Linux 3.7-rc5 (2012-11-11 13:44:33 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git fixes-for-3.7 for you to fetch chan

[PATCH] ARM: select PINCTRL for ARCH_MMP

2012-11-11 Thread Axel Lin
This makes PINCTRL related config options visible. Otherwise there is no way to build pinctrl drivers for MMP2, PXA168 and PXA910. Signed-off-by: Axel Lin --- arch/arm/Kconfig |1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 48eea16..24e9339 100644

RE: [PATCH 1/4] thermal: Add new thermal trend type to support quick cooling

2012-11-11 Thread Zhang Rui
On Sun, 2012-11-11 at 22:55 -0700, R, Durgadoss wrote: > Hi Amit/Rui, > > > -Original Message- > > From: Amit Kachhap [mailto:amit.kach...@linaro.org] > > Sent: Friday, November 09, 2012 11:52 AM > > To: Zhang, Rui > > Cc: linux...@lists.linux-foundation.org; linux-samsung- > > s...@vger.k

[PATCH] pinctrl: Drop selecting PINCONF for MMP2, PXA168 and PXA910

2012-11-11 Thread Axel Lin
These drivers do not need to select PINCONF. Signed-off-by: Axel Lin --- drivers/pinctrl/Kconfig |3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index 6d5a50b..1d61d89 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig @@

Re: [PATCH 2/3] fat: fix time updates for create and delete

2012-11-11 Thread Namjae Jeon
2012/11/12, OGAWA Hirofumi : > Namjae Jeon writes: > >> Correctly update modification and status change time in case of >> file/directory removal and creation. > > This changelog just explain "what", and it doesn't explain "why". Please > explain why we need this change. > > IIRC, timestamp handli

[PATCH 1/2] pinctrl: pxa3xx: Use devm_request_and_ioremap

2012-11-11 Thread Axel Lin
Use managed resources API to simplify the code. Also ensure we do request mem_region before ioremap. Signed-off-by: Axel Lin --- drivers/pinctrl/pinctrl-pxa3xx.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/drivers/pinctrl/pinctrl-pxa3xx.c b/drivers/pinctrl/pi

[PATCH 2/2] pinctrl: pxa3xx: Remove phy_base and phy_size from struct pxa3xx_pinmux_info

2012-11-11 Thread Axel Lin
They are not used, remove them. Signed-off-by: Axel Lin --- drivers/pinctrl/pinctrl-pxa3xx.c |2 -- drivers/pinctrl/pinctrl-pxa3xx.h |2 -- 2 files changed, 4 deletions(-) diff --git a/drivers/pinctrl/pinctrl-pxa3xx.c b/drivers/pinctrl/pinctrl-pxa3xx.c index 43e3dd0..51f8a38 100644 ---

Re: [PATCH] Set bit 22 in the PL310 (cache controller) AuxCtlr register

2012-11-11 Thread Shiraz Hashim
On Fri, Nov 09, 2012 at 09:54:01AM +, Will Deacon wrote: > On Fri, Nov 09, 2012 at 04:01:52AM +, Shiraz Hashim wrote: > > From: Catalin Marinas > > > > Clearing bit 22 in the PL310 Auxiliary Control register (shared > > attribute override enable) has the side effect of transforming Normal

Re: [PATCH 0/8] Fix coding style in sdhci.c

2012-11-11 Thread Chris Ball
Hi, On Sun, Nov 11 2012, Tushar Behera wrote: > Yes, I can do that. I did split it specifically so that we could drop > any patches if required. > > I will wait for a word from Chris regarding what he prefers. I would want to merge one patch, but I'm afraid I don't generally want to merge changes

Re: [PATCH] perf tools: Add gtk. config option for launching GTK browser

2012-11-11 Thread Pekka Enberg
On Mon, 12 Nov 2012, Namhyung Kim wrote: > From: Namhyung Kim > > Add config option for launching GTK browser for the specified command > by default. Currently only 'report' command is supported. > > Adding following line to the perfconfig file will have a same effect > of specifying --gtk opti

Re: [3.6.6] panic on reboot / khungtaskd blocked? (WARNING: at arch/x86/kernel/smp.c:123 native_smp_send_reschedule)

2012-11-11 Thread Paweł Sikora
On Monday 12 of November 2012 11:04:12 Michael Wang wrote: > On 11/09/2012 09:48 PM, Paweł Sikora wrote: > > Hi, > > > > during playing with new ups i've caught an nice oops on reboot: > > > > http://imgbin.org/index.php?page=image&id=10253 > > > > probably the upstream is also affected. > > Hi

Re: [PATCH 2/2] drm: tegra: Add HDMI support

2012-11-11 Thread Thierry Reding
On Sun, Nov 11, 2012 at 03:46:44PM +0100, Daniel Vetter wrote: > On Sat, Nov 10, 2012 at 10:01:18PM +0100, Thierry Reding wrote: > > On Fri, Nov 09, 2012 at 05:00:54PM +0100, Christian König wrote: > > > On 09.11.2012 16:45, Rafał Miłecki wrote: > > > >2012/11/9 Thierry Reding : > > > >>+/* all fie

RE: [PATCH 1/4] thermal: Add new thermal trend type to support quick cooling

2012-11-11 Thread R, Durgadoss
> -Original Message- > From: Zhang, Rui > Sent: Monday, November 12, 2012 12:03 PM > To: R, Durgadoss > Cc: Amit Kachhap; linux...@lists.linux-foundation.org; linux-samsung- > s...@vger.kernel.org; linux-kernel@vger.kernel.org; l...@kernel.org; linux- > a...@vger.kernel.org; jonghwa3@

Re: [PATCH 0/8] Fix coding style in sdhci.c

2012-11-11 Thread Tushar Behera
On 11/12/2012 12:42 PM, Chris Ball wrote: > Hi, > > On Sun, Nov 11 2012, Tushar Behera wrote: >> Yes, I can do that. I did split it specifically so that we could drop >> any patches if required. >> >> I will wait for a word from Chris regarding what he prefers. > > I would want to merge one patch

Re: [PATCH 2/3] iommu/tegra-smmu.c: fix dentry reference leak in smmu_debugfs_stats_show().

2012-11-11 Thread Hiroshi Doyu
Cyril Roelandt wrote @ Sun, 11 Nov 2012 21:49:30 +0100: > Call to d_find_alias() needs a corresponding dput(). > > Signed-off-by: Cyril Roelandt > --- Thanks. Looks ok for me. Acked-by Hiroshi Doyu -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a mes

Re: [3.6.6] panic on reboot / khungtaskd blocked? (WARNING: at arch/x86/kernel/smp.c:123 native_smp_send_reschedule)

2012-11-11 Thread Michael Wang
On 11/12/2012 03:16 PM, Paweł Sikora wrote: > On Monday 12 of November 2012 11:04:12 Michael Wang wrote: >> On 11/09/2012 09:48 PM, Paweł Sikora wrote: >>> Hi, >>> >>> during playing with new ups i've caught an nice oops on reboot: >>> >>> http://imgbin.org/index.php?page=image&id=10253 >>> >>> pro

Re: [PATCH v11 5/7] virtio_balloon: introduce migration primitives to balloon pages

2012-11-11 Thread Rusty Russell
Rafael Aquini writes: > On Thu, Nov 08, 2012 at 09:32:18AM +1030, Rusty Russell wrote: >> The first one can be delayed, the second one can be delayed if the host >> didn't ask for VIRTIO_BALLOON_F_MUST_TELL_HOST (qemu doesn't). >> >> We could implement a proper request queue for these, and retur

Re: [PATCH 0/8] Fix coding style in sdhci.c

2012-11-11 Thread Joe Perches
On Mon, 2012-11-12 at 02:12 -0500, Chris Ball wrote: > Hi, > > On Sun, Nov 11 2012, Tushar Behera wrote: > > Yes, I can do that. I did split it specifically so that we could drop > > any patches if required. > > > > I will wait for a word from Chris regarding what he prefers. > > I would want to

Re: [PATCH 2/3] fat: fix time updates for create and delete

2012-11-11 Thread OGAWA Hirofumi
Namjae Jeon writes: > 2012/11/12, OGAWA Hirofumi : >> Namjae Jeon writes: >> >>> Correctly update modification and status change time in case of >>> file/directory removal and creation. >> >> This changelog just explain "what", and it doesn't explain "why". Please >> explain why we need this cha

Re: [PATCH 2/3] fat: fix time updates for create and delete

2012-11-11 Thread OGAWA Hirofumi
OGAWA Hirofumi writes: > Namjae Jeon writes: > >> 2012/11/12, OGAWA Hirofumi : >>> Namjae Jeon writes: >>> Correctly update modification and status change time in case of file/directory removal and creation. >>> >>> This changelog just explain "what", and it doesn't explain "why". Ple

[PATCH RFC 1/1] kvm: Add dynamic ple window feature

2012-11-11 Thread Raghavendra K T
This patch introduces dynamic PLE window that is based on detecting potential undrcommit case patch series (patch 1 and RESENT patch 2) from the thread https://lkml.org/lkml/2012/10/29/287. Results are on expected lines from the discussion of ple_window experiment where summary showed improvement

Re: [PATCH update 0/3] HW-latency: hardware latency test 0.10

2012-11-11 Thread Chen Gong
On Sat, Nov 10, 2012 at 09:48:19PM -0500, Luming Yu wrote: > Date: Sat, 10 Nov 2012 21:48:19 -0500 > From: Luming Yu > To: a...@arndb.de, linux-kernel@vger.kernel.org > Cc: Luming Yu , Jon Masters , > Jon Masters > Subject: [PATCH update 0/3] HW-latency: hardware latency test 0.10 > X-Mailer: gi

Re: [PATCH] target: Update copyright ownership to 2012

2012-11-11 Thread James Bottomley
On Fri, 2012-11-09 at 23:00 +, Nicholas A. Bellinger wrote: > diff --git a/drivers/target/target_core_alua.c > b/drivers/target/target_core_alua.c > index 4c8eea2..035c606 100644 > --- a/drivers/target/target_core_alua.c > +++ b/drivers/target/target_core_alua.c > @@ -3,8 +3,9 @@ > * > * Th

Re: Kernel Firmware - Adding Right way??

2012-11-11 Thread Ming Lei
On Sun, Nov 11, 2012 at 3:57 PM, Michael D. Setzer II wrote: > I've been the maintainer of the g4l project since about 2004, and > have had issues with a few users that have hardware that requires > firmware that isn't included in the kernel.org kernel. > > I want to do this the right way, since t

Re: [PATCH RFT 1/2] pinctrl: dove: Fix dove_audio1_ctrl_set when BIT(0|1|2|3) of config is clear

2012-11-11 Thread Thomas Petazzoni
Axel, On Sun, 11 Nov 2012 07:28:04 +0800, Axel Lin wrote: > Current implementation in dove_audio1_ctrl_set() does not clear corresponding > register bit if BIT(0|1|2|3) of config is clear. Fix it. > > Signed-off-by: Axel Lin > --- > Hi, > I don't have this hardware. > I'd appreciate if someone c

Re: kswapd0: excessive CPU usage

2012-11-11 Thread Zdenek Kabelac
Dne 9.11.2012 10:06, Mel Gorman napsal(a): On Fri, Nov 09, 2012 at 09:07:45AM +0100, Zdenek Kabelac wrote: fe2c2a106663130a5ab45cb0e3414b52df2fff0c is the first bad commit commit fe2c2a106663130a5ab45cb0e3414b52df2fff0c Author: Rik van Riel Date: Wed Mar 21 16:33:51 2012 -0700 vmscan: r

RE: [PATCH 1/1] mm: Export a function to read vm_committed_as

2012-11-11 Thread KY Srinivasan
> -Original Message- > From: David Rientjes [mailto:rient...@google.com] > Sent: Saturday, November 10, 2012 9:35 PM > To: KY Srinivasan > Cc: gre...@linuxfoundation.org; linux-kernel@vger.kernel.org; > de...@linuxdriverproject.org; o...@aepfle.de; a...@canonical.com; > a...@firstfloor.or

Re: [PATCH v2] mmc: core: Add support for idle time BKOPS

2012-11-11 Thread Subhash Jadavani
Thanks Maya. Looks good to me. Reviewed-by: subha...@codeaurora.org Regards, Subhash On 10/5/2012 3:58 AM, Maya Erez wrote: Devices have various maintenance operations need to perform internally. In order to reduce latencies during time critical operations like read and write, it is better to

Re: scsi target, likely GPL violation

2012-11-11 Thread James Bottomley
On Wed, 2012-11-07 at 08:50 -0800, Andy Grover wrote: > Nick, > > Your company appears to be shipping kernel features in RTS OS that are > not made available under the GPL, specifically support for the > EXTENDED_COPY and COMPARE_AND_WRITE SCSI commands, in order to claim > full Vmware vSphere 5 V

Re: [PATCH 014/193] arch/m68k: remove CONFIG_EXPERIMENTAL

2012-11-11 Thread Geert Uytterhoeven
Hi Kees, On Sun, Oct 28, 2012 at 4:41 PM, Kees Cook wrote: > On Sun, Oct 28, 2012 at 2:18 AM, Geert Uytterhoeven > wrote: >> On Tue, Oct 23, 2012 at 10:01 PM, Kees Cook wrote: >>> This config item has not carried much meaning for a while now and is >>> almost always enabled by default. As agree

Re: [PATCH v5 0/6] Move rest of omap-iommu to live in drivers/iommu

2012-11-11 Thread Ohad Ben-Cohen
On Fri, Nov 2, 2012 at 9:23 PM, Tony Lindgren wrote: > We need to move the iommu code to live under drivers > for arm common zImage support. For the iommu changes in the entire series: Acked-by: Ohad Ben-Cohen Joerg, it might relieve some pain if this will go through Tony's tree, as there are

Re: [PATCH] mfd/DA9055: Remove Unicode Byte Order Marks

2012-11-11 Thread Geert Uytterhoeven
Ping? (akpm added to CC) On Mon, Oct 15, 2012 at 10:44 PM, Geert Uytterhoeven wrote: > Older gcc (< 4.4) doesn't like files starting with Unicode BOMs: > > include/linux/mfd/da9055/core.h:1: error: stray ‘\357’ in program > include/linux/mfd/da9055/core.h:1: error: stray ‘\273’ in program > inclu

Re: [PATCH 02/11] time: convert arch_gettimeoffset to a pointer

2012-11-11 Thread Geert Uytterhoeven
On Thu, Nov 8, 2012 at 10:01 PM, Stephen Warren wrote: > From: Stephen Warren > > Currently, whenever CONFIG_ARCH_USES_GETTIMEOFFSET is enabled, each > arch core provides a single implementation of arch_gettimeoffset(). In > many cases, different sub-architectures, different machines, or > differ

Re: [PATCH 1/3] gpio / ACPI: add ACPI support

2012-11-11 Thread Mika Westerberg
On Fri, Nov 09, 2012 at 03:46:58PM +, Grant Likely wrote: > > I guess It's possible to write a driver like that. > > The only acpi enumerated driver with the acpi_handle set (soon coming to > > upstream) is not done like that. > > > > Do you think this is a case that should be solved now? or j

Re: [PATCH 03/11] m68k: set arch_gettimeoffset directly

2012-11-11 Thread Geert Uytterhoeven
On Thu, Nov 8, 2012 at 10:01 PM, Stephen Warren wrote: > From: Stephen Warren > > remove m68k's mach_gettimeoffset function pointer, and instead directly > set the arch_gettimeoffset function pointer. This requires multiplying > all function results by 1000, since the removed m68k_gettimeoffset()

Build regressions/improvements in v3.7-rc4

2012-11-11 Thread Geert Uytterhoeven
Below is the list of build error/warning regressions/improvements in v3.7-rc4[1] compared to v3.6[2]. To make this mail fit in the lkml limit, I deleted - 730 lines about __mcount_loc on sparc64 - all error and warning improvements Summarized: - build errors: +14/-948 - build warnings: +1

Re: Kernel Firmware - Adding Right way??

2012-11-11 Thread Michael D. Setzer II
On 11 Nov 2012 at 16:57, Ming Lei wrote: Date sent: Sun, 11 Nov 2012 16:57:42 +0800 Subject:Re: Kernel Firmware - Adding Right way?? From: Ming Lei To: "Michael D. Setzer II" Copies to: linux-kernel@vger.kernel.org

Re: Build regressions/improvements in v3.7-rc4

2012-11-11 Thread Geert Uytterhoeven
On Sun, Nov 11, 2012 at 10:55 AM, Geert Uytterhoeven wrote: > JFYI, when comparing v3.7-rc4 to v3.7-rc3[3], the summaries are: > - build errors: +4/-235 + error: No rule to make target include/config/auto.conf: => N/A x86_64-randconfig + error: phy_n.c: relocation truncated to fit: R_PPC

Re: ACPI errors with 3.7-rc3

2012-11-11 Thread Azat Khuzhin
Robert, You say that FACS table contains the address of the global lock. But in my case https://gist.github.com/4037687 it seems to be empty, so this means that my laptop don't have global lock? On Fri, Nov 9, 2012 at 8:45 PM, Moore, Robert wrote: >> And per my check, most of ACPI FW don't imple

Re: [PATCH usb-linus] USB: keyspan: fix typo causing GPF on open

2012-11-11 Thread Bjørn Mork
Richard writes: > Bjørn: > > I patched keyspan.c using your below supplied diff in 3.6.6 (I'm not > using git.) The patch WORKS for me. (I tested using minicom and the > two programs that usually access the Keyspan serial device.) Thanks for testing. Good to know that this really was the prob

Re: Kernel Firmware - Adding Right way??

2012-11-11 Thread Ming Lei
On Sun, Nov 11, 2012 at 5:58 PM, Michael D. Setzer II wrote: > > The project currently includes 10 different kernels, and prior to my > taking it over in 2004, it was the same basic setup. Don't really > know the whole proces that would be required to convert the > standalone kernels to kernels us

Re: macbook pro 9.2 stat/ata bus error

2012-11-11 Thread Azat Khuzhin
Also I have notice next thing: At 04:21 I close lid, and laptop automatically suspend, with the following messages in the log: Nov 11 04:21:49 macbook-pro-sq kernel: [19489.114021] ata2.00: exception Emask 0x10 SAct 0x0 SErr 0x5 action 0xe frozen Nov 11 04:21:49 macbook-pro-sq kernel: [19489.1

Re: [PATCH v3 8/7] pppoatm: fix missing wakeup in pppoatm_send()

2012-11-11 Thread Krzysztof Mazur
On Sun, Nov 11, 2012 at 07:28:53AM +, David Woodhouse wrote: > On Sat, 2012-11-10 at 21:23 +0100, Krzysztof Mazur wrote: > > With this tasklet_schedule() we implement a "spin_lock" here, but in > > this case both conditions (vcc not ready and socket locked) can be > > true for a long time and w

Re: [PATCH] ALSA: line6: move staging driver to sound/usb/

2012-11-11 Thread Stefan Hajnoczi
On Sat, Nov 10, 2012 at 1:55 PM, Daniel Mack wrote: > Hi, > > On 10.11.2012 07:44, Stefan Hajnoczi wrote: >> The line6 driver supports devices from the Line6 PODxt, POD HD, >> TonePort, and Variax product families. This USB sound driver has been >> in staging since 2009 and is ready for wider rev

Re: [PATCH v2 1/3] fat: use s_blocksize_bits where SECTOR SIZE alignment is needed

2012-11-11 Thread Namjae Jeon
2012/11/5 OGAWA Hirofumi : > Namjae Jeon writes: > >> Currently there is hard-coding at various places in FAT for using >> the SECTOR size alignment. So, In order to remove the hard coding >> we need to change the usage of '9' in FAT code. > > NACK. 512 is right size for i_blocks. Yes, You're righ

Re: [PATCH v2 3/3] fat: warn when discard request fails other than EOPNOTSUPP

2012-11-11 Thread Namjae Jeon
2012/11/5 OGAWA Hirofumi : > Namjae Jeon writes: > >> FAT also warn user then the discard request fails >> as ext4(http://patchwork.ozlabs.org/patch/192669/) > > Why don't we do this at block layer like normal bio? Yes, maybe it will be better than doing in filesystem. I will check more. Thanks. >

Re: [PATCH v3 8/7] pppoatm: fix missing wakeup in pppoatm_send()

2012-11-11 Thread David Woodhouse
On Sun, 2012-11-11 at 12:04 +0100, Krzysztof Mazur wrote: > Yes, but socket can be also locked for a long time, vcc_sendmsg() sleeps > owning socket lock waiting for memory or atm_may_send(). Right. Something like this then, instead of my previous patch 8/7? Only addresses the sock_owned_by_user(

Re: [PATCH 00/16 v3] f2fs: introduce flash-friendly file system

2012-11-11 Thread Jaegeuk Kim
2012-11-11 (일), 00:55 +0300, Vyacheslav Dubeyko: > Hi, > > On Nov 10, 2012, at 9:33 PM, Martin Steigerwald wrote: > > [snip] > > > > merkaba:~> mkfs.f2fs /dev/sdb1 > > Info: sector size = 512 > > Info: total sectors = 4093951 (in 512bytes) > > Info: zone aligned segment0 blkaddr: 256 > > Info: T

Re: [GIT PULL REQUEST] UniCore32 update for v3.7-rc4

2012-11-11 Thread guanxuetao
> On Fri, Nov 9, 2012 at 10:35 AM, guanxuetao > wrote: >> >> git://github.com/gxt/linux.git ..BRANCH.NOT.VERIFIED.. > > Let's try that again. With you checking what you send me. I hope > there's a signed tag somewhere, but the above certainly isn't that.. > > Linus > I used followi

Re: [PATCH 03/11] m68k: set arch_gettimeoffset directly

2012-11-11 Thread Phil Blundell
On Thu, 2012-11-08 at 14:01 -0700, Stephen Warren wrote: > From: Stephen Warren > > remove m68k's mach_gettimeoffset function pointer, and instead directly > set the arch_gettimeoffset function pointer. This requires multiplying > all function results by 1000, since the removed m68k_gettimeoffset

[PATCH] RFC: pinctrl: grab default handler with bus notifiers

2012-11-11 Thread Linus Walleij
From: Linus Walleij This makes the pinctrl subsystem auto-grab the pinctrl handle and set the "default" (PINCTRL_STATE_DEFAULT) state for every device that is present on the platform or AMBA (PrimeCell) bus right before probe. This will account for the lion's share of embedded silicon devcies. Th

  1   2   3   >