Re: [3.9-rc1] irq 16: nobody cared (was [3.9-rc1] very poor interrupt responses)

2013-03-18 Thread Thomas Meyer
My laptop is an Acer 1810T. I see this error message each boot. Kind regards Thomas Jiri Kosina schrieb: >On Fri, 15 Mar 2013, Jiri Kosina wrote: > >> > I have the same problem on my Lenovo T500. I think the graphics card is >> > involved. >> > >> > This laptop has "hybrid graphics" - one Inte

Re: [PATCH v2 1/3] ACPI video: Fix brightness control initialization for some laptops.

2013-03-18 Thread Aaron Lu
On 03/15/2013 06:10 PM, Danny Baumann wrote: > In particular, this fixes brightness control initialization for all > devices that return index values from _BQC and don't happen to have the > initial index set by the BIOS in their _BCL table. One example for that > is the Dell Inspiron 15R SE (model

Re: [PATCH v6 0/3] mtd: use the full-id as the keyword for some nand chips

2013-03-18 Thread Brian Norris
On Thu, Mar 14, 2013 at 8:00 PM, Huang Shijie wrote: > As time goes on, we begin to meet the situation that we can not > get enough information from some nand chips's id data. > Take some Toshiba's nand chips for example. > I have 4 Toshiba's nand chips in my hand: > TC58NVG2S0F, TC58NVG3S

Re: [PATCH 1/5] Revert "KVM: x86: Optimize mmio spte zapping when, creating/moving memslot"

2013-03-18 Thread Xiao Guangrong
On 03/16/2013 10:07 AM, Takuya Yoshikawa wrote: > On Fri, 15 Mar 2013 23:26:59 +0800 > Xiao Guangrong wrote: > >> diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c >> index d3c4787..61a5bb6 100644 >> --- a/arch/x86/kvm/x86.c >> +++ b/arch/x86/kvm/x86.c >> @@ -6991,7 +6991,7 @@ void kvm_arch_co

Re: [PATCH 5/5] KVM: MMU: fast invalid all mmio sptes

2013-03-18 Thread Xiao Guangrong
On 03/16/2013 10:13 AM, Takuya Yoshikawa wrote: > On Fri, 15 Mar 2013 23:29:53 +0800 > Xiao Guangrong wrote: > >> +/* >> + * The caller should protect concurrent access on >> + * kvm->arch.mmio_invalid_gen. Currently, it is used by >> + * kvm_arch_commit_memory_region and protected by kvm->slots_

Re: [PATCH V2 2/2] ia64: iosapic: fix kexec oops when iosapic was removed

2013-03-18 Thread Hanjun Guo
ping... On 2013/3/8 12:33, Hanjun Guo wrote: > Ioapic hotplug was supported in IA64 code, but will lead to kexec oops > when iosapic was removed. here is the code logic: > > iosapic_remove > iosapic_free > memset(&iosapic_lists[index], 0, sizeof(iosapic_lists[0])) > iosapic_lists[inde

Re: Regression: Fixing recursive fault but reboot is needed at boot on HP 6730B - bisected

2013-03-18 Thread Roberto Oppedisano
Il 18/03/2013 00:27, Rafael J. Wysocki ha scritto: Please try to boot with initcall_debug in the kernel command line and see if that works around the problem and if not, whether or not it provides a clue about the point where boot is stuck (and if that point is always the same). initcall_debug

Re: [lm-sensors] [RFC PATCH 0/2] fs: sysfs: Add devres support

2013-03-18 Thread Jean Delvare
On Sun, 17 Mar 2013 06:19:33 -0700, Guenter Roeck wrote: > On Sun, Mar 17, 2013 at 01:39:20PM +0100, Jean Delvare wrote: > > I'd like to add something at this point. > > > > We have historically created the hwmon attributes in the hardware (i2c, > > platform...) device, and then created an empty h

Re: [RFC V1 3/8] smi2021: Add smi2021_i2c.c

2013-03-18 Thread Hans Verkuil
On Thu March 14 2013 15:06:59 Jon Arne Jørgensen wrote: > This file is responsible for registering the device > with the kernel i2c subsystem. > v4l2 talks to the saa7113 chip of the device via i2c. > > Signed-off-by: Jon Arne Jørgensen > --- > drivers/media/usb/smi2021/smi2021_i2c.c | 160 > ++

Re: [PATCH 5/5] KVM: MMU: fast invalid all mmio sptes

2013-03-18 Thread Xiao Guangrong
On 03/17/2013 11:02 PM, Gleb Natapov wrote: > On Fri, Mar 15, 2013 at 11:29:53PM +0800, Xiao Guangrong wrote: >> This patch tries to introduce a very simple and scale way to invalid all >> mmio sptes - it need not walk any shadow pages and hold mmu-lock >> >> KVM maintains a global mmio invalid gen

Re: [RFC V1 2/8] smi2021: Add smi2021_main.c

2013-03-18 Thread Hans Verkuil
Hi Jon Arne, Here is my review of this driver. Regards, Hans On Thu March 14 2013 15:06:58 Jon Arne Jørgensen wrote: > This is the core of the smi2021 module. > It will register the module with the kernel, and register the > usb probe function. > > Signed-off-by: Jon Arne Jørgensen >

Re: [RFC V1 4/8] smi2021: Add smi2021_v4l2.c

2013-03-18 Thread Hans Verkuil
On Thu March 14 2013 15:07:00 Jon Arne Jørgensen wrote: > This file is responsible for registering the device with the v4l2 subsystem, > and the communication with v4l2. > Most of the v4l2 ioctls are just passed on to vidbuf2. > > Signed-off-by: Jon Arne Jørgensen > --- > drivers/media/usb/smi20

Re: [PATCH v2 3/3] ACPI video: Fix applying indexed initial brightness value.

2013-03-18 Thread Aaron Lu
On 03/15/2013 06:10 PM, Danny Baumann wrote: > The value initially read via _BQC also needs to be offset by 2 to > compensate for the first 2 special items in _BCL. Introduce a helper > function that does the BQC-value-to-level conversion in order to not > needlessly duplicate code. > > Signed-off

Re: [RFC V1 5/8] smi2021: Add smi2021_video.c

2013-03-18 Thread Hans Verkuil
On Thu March 14 2013 15:07:01 Jon Arne Jørgensen wrote: > This file is responsible for all communication with the video hardware > and also starting and stopping the capture. > > It also contains the setup and handling of the usb ISOCHRONOUS transfers. > > Signed-off-by: Jon Arne Jørgensen > ---

Re: [PATCH v6 1/2] ARM: davinci: dm365: add support for v4l2 video display

2013-03-18 Thread Sekhar Nori
On 3/15/2013 8:41 PM, Prabhakar lad wrote: > From: Lad, Prabhakar > > Create platform devices for various video modules like venc,osd, > vpbe and v4l2 driver for dm365. > > Signed-off-by: Lad, Prabhakar > --- > arch/arm/mach-davinci/board-dm365-evm.c |4 +- > arch/arm/mach-davinci/davinci.

Re: [3.9-rc1] irq 16: nobody cared (was [3.9-rc1] very poor interrupt responses)

2013-03-18 Thread Daniel Vetter
On Fri, Mar 15, 2013 at 08:47:39AM -0700, Greg KH wrote: > On Fri, Mar 15, 2013 at 04:37:56PM +0100, Jiri Kosina wrote: > > On Fri, 15 Mar 2013, Greg KH wrote: > > > > > > > I have the same problem on my Lenovo T500. I think the graphics card > > > > > is > > > > > involved. > > > > > > > > > >

Re: [PATCH v2 1/3] ACPI video: Fix brightness control initialization for some laptops.

2013-03-18 Thread Danny Baumann
Hi, diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c index 313f959..9c33871 100644 --- a/drivers/acpi/video.c +++ b/drivers/acpi/video.c @@ -222,7 +222,7 @@ static int acpi_video_device_lcd_set_level(struct acpi_video_device *device, int level); static int acpi

Re: [for-next][PATCH 9/9] tracing: Update debugfs README file

2013-03-18 Thread Namhyung Kim
Hi Steve, On Fri, 15 Mar 2013 23:24:21 -0400, Steven Rostedt wrote: > From: "Steven Rostedt (Red Hat)" > > Update the README file in debugfs/tracing to something more useful. > What's currently in the file is very old and what it shows doesn't > have much use. Heck, it tells you how to mount debu

Re: [RFC PATCH 1/1] usb: f_rndis: Avoid to use ERROR macro if cdev can be null

2013-03-18 Thread oskar.andero
On 21:16 Fri 08 Mar , Greg Kroah-Hartman wrote: > On Fri, Mar 08, 2013 at 11:56:26PM +0400, Sergei Shtylyov wrote: > > Hello. > > > > On 08-03-2013 16:53, oskar.and...@sonymobile.com wrote: > > > > >From: Truls Bengtsson > > > > >The udc_irq service runs the isr_tr_complete_handler which in

Re: [RFC V1 4/8] smi2021: Add smi2021_v4l2.c

2013-03-18 Thread Hans Verkuil
On Thu March 14 2013 15:07:00 Jon Arne Jørgensen wrote: > This file is responsible for registering the device with the v4l2 subsystem, > and the communication with v4l2. > Most of the v4l2 ioctls are just passed on to vidbuf2. > > Signed-off-by: Jon Arne Jørgensen > --- > drivers/media/usb/smi20

Re: drm/i915: new warning (regression) in 3.7.10 and 3.8.3

2013-03-18 Thread Daniel Vetter
On Sat, Mar 16, 2013 at 01:28:50PM +0100, Richard Cochran wrote: > > I have an Acer Aspire One netbook, and on it I get the following > warning when closing and opening the lid. I think this warning first > appeared in 3.7. > > Does this need fixing? If so, who can do it? Another pesky BIOS whic

Re: [PATCH v2 1/3] ACPI video: Fix brightness control initialization for some laptops.

2013-03-18 Thread Aaron Lu
On 03/18/2013 04:22 PM, Danny Baumann wrote: > Hi, > >>> diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c >>> index 313f959..9c33871 100644 >>> --- a/drivers/acpi/video.c >>> +++ b/drivers/acpi/video.c >>> @@ -222,7 +222,7 @@ static int acpi_video_device_lcd_set_level(struct >>> acpi_vide

Re: [RFC V1 2/8] smi2021: Add smi2021_main.c

2013-03-18 Thread Hans Verkuil
On Thu March 14 2013 15:06:58 Jon Arne Jørgensen wrote: > This is the core of the smi2021 module. > It will register the module with the kernel, and register the > usb probe function. > > Signed-off-by: Jon Arne Jørgensen > --- > drivers/media/usb/smi2021/smi2021_main.c | 339 >

Re: [PATCH v2 3/3] ACPI video: Fix applying indexed initial brightness value.

2013-03-18 Thread Aaron Lu
On 03/18/2013 04:26 PM, Danny Baumann wrote: > Hi, > > >> +static unsigned long long >>> +acpi_video_bqc_value_to_level(struct acpi_video_device *device, >>> + unsigned long long bqc_value) >>> +{ >>> + unsigned long long level; >>> + >>> + if (device->brightness->flag

[PATCH] [TRIVIAL] Documentation: Remove text on tracepoint samples

2013-03-18 Thread Paul Bolle
The tracepoint sample code got removed. Remove a few lines on its usage too. Acked-by: Mathieu Desnoyers Acked-by: Rob Landley Signed-off-by: Paul Bolle --- Rob asked (off list) to submit this for the trivial tree. Documentation/trace/tracepoints.txt | 15 --- 1 file changed, 15 d

Re: [PATCH v6 0/3] mtd: use the full-id as the keyword for some nand chips

2013-03-18 Thread Artem Bityutskiy
On Fri, 2013-03-15 at 11:00 +0800, Huang Shijie wrote: > As time goes on, we begin to meet the situation that we can not > get enough information from some nand chips's id data. > Take some Toshiba's nand chips for example. > I have 4 Toshiba's nand chips in my hand: > TC58NVG2S0F, TC58NVG3S0

Re: [RFC PATCH 0/3] Perf persistent events

2013-03-18 Thread Namhyung Kim
Hi Borislav, On Fri, 15 Mar 2013 14:06:26 +0100, Borislav Petkov wrote: > From: Borislav Petkov > > Yeah, > > here's a refresh of the persistent events deal, accessing those is much > cleaner now. Here's how: > > So kernel code initializes and enables the event at its convenience > (during boot,

Re: [RFC PATCH 0/3] Perf persistent events

2013-03-18 Thread Ingo Molnar
* Borislav Petkov wrote: > From: Borislav Petkov > > Yeah, > > here's a refresh of the persistent events deal, accessing those is much > cleaner now. Here's how: > > So kernel code initializes and enables the event at its convenience > (during boot, whenever) and userspace goes and says: >

[PATCH] x86/efi: pull NV+BS variables out before we exit boot services

2013-03-18 Thread James Bottomley
From: James Bottomley The object here is to make the NV+BS variables accessible (at least read only) at runtime so we can get a full picture of the state of the EFI variables for debugging and secure boot purposes. The way this is done is to get the efi stub to pull all the NV+BS (i.e. variables

Re: [PATCH v5 1/2] ARM: davinci: dm355: add support for v4l2 video display

2013-03-18 Thread Sekhar Nori
On 3/16/2013 3:47 PM, Prabhakar lad wrote: > From: Lad, Prabhakar > > Create platform devices for various video modules like venc,osd, > vpbe and v4l2 driver for dm355. > > Signed-off-by: Lad, Prabhakar Comments on the DM365 series apply to this one too. In addition: > +static int dm355_vpbe_

[GIT PULL] s390 patches for the 3.9-rc4

2013-03-18 Thread Martin Schwidefsky
Hi Linus, please pull from the 'for-linus' branch of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git for-linus to receive the following updates: A couple of bug fixes, the most hairy on is the flush_tlb_kernel_range fix. Another case of "how could this ever have worked?". H

Re: [RFC PATCH 0/3] Perf persistent events

2013-03-18 Thread Ingo Molnar
* Namhyung Kim wrote: > So my question is how can an user know which persistent events are > available in her system? I think we need VFS enumeration for that: directories give a high level a structure (allowing things like per user contexts) while readdir will give list of specific persiste

Re: [PATCH 0/3 v2] [GIT PULL][3.9] tracing: Fixes with flags and latency tracers

2013-03-18 Thread Ingo Molnar
* Steven Rostedt wrote: > > Ingo, > > Here's take two of the last patch series I sent. The only difference > with this series is that I encapsulate the max_tr reference with > the #ifdef CONFIG_TRACER_MAX_TRACE. Other than that, it's the same. > > Here's the recap: > > The first patch fixes

Re: [PATCH v2 3/3] ACPI video: Fix applying indexed initial brightness value.

2013-03-18 Thread Danny Baumann
Hi, >> +static unsigned long long +acpi_video_bqc_value_to_level(struct acpi_video_device *device, + unsigned long long bqc_value) +{ + unsigned long long level; + + if (device->brightness->flags._BQC_use_index) { + if (device->brightness->fl

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

2013-03-18 Thread Kurt Van Dijck
On Mon, Mar 18, 2013 at 01:56:14PM +1100, Stephen Rothwell wrote: > Hi all, > > After merging the char-misc tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/net/can/softing/softing_cs.c:343:1: error: expected identifier or '(' > before '&' token > drivers/net/

Re: [RFC V1 5/8] smi2021: Add smi2021_video.c

2013-03-18 Thread Bjørn Mork
Hans Verkuil writes: >> +/* >> + * >> + * The device delivers data in chunks of 0x400 bytes. >> + * The four first bytes is a magic header to identify the chunks. >> + * 0xaa 0xaa 0x00 0x00 = saa7113 Active Video Data >> + * 0xaa 0xaa 0x00 0x01 = PCM - 24Bit 2 Channel audio data >> + */ >> +sta

Re: [for-next][PATCH 9/9] tracing: Update debugfs README file

2013-03-18 Thread Keun-O Park
On Mon, Mar 18, 2013 at 5:22 PM, Namhyung Kim wrote: > Hi Steve, > > On Fri, 15 Mar 2013 23:24:21 -0400, Steven Rostedt wrote: >> From: "Steven Rostedt (Red Hat)" >> >> Update the README file in debugfs/tracing to something more useful. >> What's currently in the file is very old and what it show

RE: [tpmdd-devel] [PATCH] TPM: Retry SaveState command in suspend path

2013-03-18 Thread Peter.Huewe
Hi > The TPM is too busy to respond to the command immediately, but the > command could be resubmitted at a later time. The TPM MAY return > TPM_RETRY for any command at any time. > It can take several seconds before the TPM will respond again. I measured a > typical time between 3 and 4 se

Re: [PATCH v5 1/2] ARM: davinci: dm355: add support for v4l2 video display

2013-03-18 Thread Prabhakar Lad
Sekhar, On Mon, Mar 18, 2013 at 2:11 PM, Sekhar Nori wrote: > On 3/16/2013 3:47 PM, Prabhakar lad wrote: >> From: Lad, Prabhakar >> >> Create platform devices for various video modules like venc,osd, >> vpbe and v4l2 driver for dm355. >> >> Signed-off-by: Lad, Prabhakar > > Comments on the DM36

Re: [PATCH] Revert "drm/i915: try to train DP even harder"

2013-03-18 Thread Takashi Iwai
At Sun, 17 Mar 2013 22:59:22 +0100, Daniel Vetter wrote: > > On Mon, Mar 11, 2013 at 06:40:16PM +0100, Takashi Iwai wrote: > > This reverts commit 0d71068835e2610576d369d6d4cbf90e0f802a71. > > > > Not only that the commit introduces a bogus check (voltage_tries == 5 > > will never meet at the ins

Re: [3.9-rc1] irq 16: nobody cared (was [3.9-rc1] very poor interrupt responses)

2013-03-18 Thread Jiri Kosina
On Fri, 15 Mar 2013, Yinghai Lu wrote: > > Just a datapoint -- I have put a trivial debugging patch in place, and it > > reveals that "nobody cared" for irq 16 happens long after last > > > > I915_WRITE(GMBUS4 + reg_offset, 0); > > > > has been performed in gmbus_wait_hw_status(). On the o

Re: [PATCH 5/5] KVM: MMU: fast invalid all mmio sptes

2013-03-18 Thread Gleb Natapov
On Mon, Mar 18, 2013 at 04:08:50PM +0800, Xiao Guangrong wrote: > On 03/17/2013 11:02 PM, Gleb Natapov wrote: > > On Fri, Mar 15, 2013 at 11:29:53PM +0800, Xiao Guangrong wrote: > >> This patch tries to introduce a very simple and scale way to invalid all > >> mmio sptes - it need not walk any shad

Re: [GIT PULL] sched: Cputime update for 3.10

2013-03-18 Thread Ingo Molnar
* Frederic Weisbecker wrote: > Ingo, > > Please pull the latest cputime accounting updates that can be found at: > > git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git > sched/core > > HEAD: d9a3c9823a2e6a543eb7807fb3d15d8233817ec5 > > Some users are complaining

Re: [RFC PATCH 2/3] perf: Add persistent event facilities

2013-03-18 Thread Namhyung Kim
On Fri, 15 Mar 2013 14:06:28 +0100, Borislav Petkov wrote: > Add a barebones implementation for registering persistent events with > perf. For that, we don't destroy the buffers when they're unmapped; > also, we map them read-only so that multiple agents can access them. > > Also, we allocate the e

[patch v1] mfd: da9055 change irq state to default

2013-03-18 Thread Ashish Jangam
This patch changes the irq state from high to the now default low. Because the default PMIC irq state of DA9055 got changed from high to low. This change should not affect any of the existing users since all of them use active low state. This patch has been tested on smdkv6410. Signed-off-by: Ash

Re: [PATCH v6 1/2] ARM: davinci: dm365: add support for v4l2 video display

2013-03-18 Thread Prabhakar Lad
Sekhar, On Mon, Mar 18, 2013 at 1:48 PM, Sekhar Nori wrote: > On 3/15/2013 8:41 PM, Prabhakar lad wrote: >> From: Lad, Prabhakar >> >> Create platform devices for various video modules like venc,osd, >> vpbe and v4l2 driver for dm365. >> >> Signed-off-by: Lad, Prabhakar >> --- >> arch/arm/mach

[PATCH 1/2] btrfs: Cleanup some redundant codes in btrfs_lookup_csums_range()

2013-03-18 Thread zwu . kernel
From: Zhi Yong Wu Signed-off-by: Zhi Yong Wu --- fs/btrfs/file-item.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/fs/btrfs/file-item.c b/fs/btrfs/file-item.c index ec16020..1ba85b4 100644 --- a/fs/btrfs/file-item.c +++ b/fs/btrfs/file-item.c @@ -356,11 +356,8 @@ i

[PATCH 2/2] btrfs: Cleanup some redundant codes in btrfs_log_inode()

2013-03-18 Thread zwu . kernel
From: Zhi Yong Wu Signed-off-by: Zhi Yong Wu --- fs/btrfs/tree-log.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c index 451fad9..83d4e1d 100644 --- a/fs/btrfs/tree-log.c +++ b/fs/btrfs/tree-log.c @@ -3614,8 +3614,6 @@ static int btrfs_log_inode(

Re: [PATCH] f2fs: fix not to allocate max_nid

2013-03-18 Thread Namjae Jeon
2013/3/18, Jaegeuk Kim : > The build_free_nid should not add free nids over nm_i->max_nid. > But, there was a hole that invalid free nid was added by the following > scenario. > > Let's suppose nm_i->max_nid = 150 and the last NAT page has 100 ~ 200 nids. > > build_free_nids > - get_current_nat_p

Re: [PATCH 2/2] drm/i915: Use the fixed pixel clock for eDP in intel_dp_set_m_n()

2013-03-18 Thread Takashi Iwai
At Sun, 17 Mar 2013 23:12:03 +0100, Daniel Vetter wrote: > > On Tue, Mar 12, 2013 at 04:32:28PM +0100, Takashi Iwai wrote: > > The eDP output on HP Z1 is still broken when X is started even after > > fixing the infinite link-train loop. The regression was introduced in > > 3.6 kernel for cleaning

[PATCH 01/10] rtc: rtc-at91rm9200: switch to using SIMPLE_DEV_PM_OPS

2013-03-18 Thread Jingoo Han
Switch to using SIMPLE_DEV_PM_OPS macro to declare the driver's pm_ops. It reduces code size. Signed-off-by: Jingoo Han --- drivers/rtc/rtc-at91rm9200.c | 16 1 files changed, 4 insertions(+), 12 deletions(-) diff --git a/drivers/rtc/rtc-at91rm9200.c b/drivers/rtc/rtc-at91rm

[PATCH 02/10] rtc: rtc-mxc: switch to using SIMPLE_DEV_PM_OPS

2013-03-18 Thread Jingoo Han
Switch to using SIMPLE_DEV_PM_OPS macro to declare the driver's pm_ops. It reduces code size. Signed-off-by: Jingoo Han --- drivers/rtc/rtc-mxc.c | 11 +++ 1 files changed, 3 insertions(+), 8 deletions(-) diff --git a/drivers/rtc/rtc-mxc.c b/drivers/rtc/rtc-mxc.c index 13380ca..9a389

[PATCH 04/10] rtc: rtc-rc5t583: switch to using SIMPLE_DEV_PM_OPS

2013-03-18 Thread Jingoo Han
Switch to using SIMPLE_DEV_PM_OPS macro to declare the driver's pm_ops. It reduces code size. Signed-off-by: Jingoo Han --- drivers/rtc/rtc-rc5t583.c | 15 --- 1 files changed, 4 insertions(+), 11 deletions(-) diff --git a/drivers/rtc/rtc-rc5t583.c b/drivers/rtc/rtc-rc5t583.c ind

[PATCH 05/10] rtc: rtc-sa1100: switch to using SIMPLE_DEV_PM_OPS

2013-03-18 Thread Jingoo Han
Switch to using SIMPLE_DEV_PM_OPS macro to declare the driver's pm_ops. It reduces code size. Signed-off-by: Jingoo Han --- drivers/rtc/rtc-sa1100.c | 12 1 files changed, 4 insertions(+), 8 deletions(-) diff --git a/drivers/rtc/rtc-sa1100.c b/drivers/rtc/rtc-sa1100.c index 5ec5

Re: [RFC V1 7/8] smi2021: Add smi2021_bl.c

2013-03-18 Thread Bjørn Mork
Jon Arne Jørgensen writes: > This is the smi2021-bootloader module. > This module will upload the firmware for the different somagic devices. I really don't understand why you want to make that a separate module. Building both the bootlader driver and the real driver into the same module will ma

[PATCH 06/10] rtc: rtc-sh: switch to using SIMPLE_DEV_PM_OPS

2013-03-18 Thread Jingoo Han
Switch to using SIMPLE_DEV_PM_OPS macro to declare the driver's pm_ops. It reduces code size. Also, CONFIG_PM_SLEEP is added to prevent build warning when CONFIG_PM_SLEEP is not selected. Signed-off-by: Jingoo Han --- drivers/rtc/rtc-sh.c |9 - 1 files changed, 4 insertions(+), 5 de

[PATCH 07/10] rtc: rtc-wm8350: switch to using SIMPLE_DEV_PM_OPS

2013-03-18 Thread Jingoo Han
Switch to using SIMPLE_DEV_PM_OPS macro to declare the driver's pm_ops. It reduces code size. Signed-off-by: Jingoo Han --- drivers/rtc/rtc-wm8350.c | 12 +++- 1 files changed, 3 insertions(+), 9 deletions(-) diff --git a/drivers/rtc/rtc-wm8350.c b/drivers/rtc/rtc-wm8350.c index 8ad8

[PATCH 08/10] rtc: rtc-tps6586x: switch to using SIMPLE_DEV_PM_OPS

2013-03-18 Thread Jingoo Han
Switch to using SIMPLE_DEV_PM_OPS macro to declare the driver's pm_ops. It reduces code size. Signed-off-by: Jingoo Han --- drivers/rtc/rtc-tps6586x.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/rtc/rtc-tps6586x.c b/drivers/rtc/rtc-tps6586x.c index b6aab

[PATCH 2/2] regulator: palmas: add input supply names

2013-03-18 Thread Laxman Dewangan
Palmas regulator support the different input supply pins for each of the rails. Fill the regulator info data with their input supply pin names. The pin supply names is passed to regulator_register() only when there is valid regulator_init_data. If regulator_init_data is not present for the rail th

[PATCH 1/2] regulator: palmas: rename probe/remove callback functions

2013-03-18 Thread Laxman Dewangan
When palmas regulator probe creates stack dump during initialization due to some crash, it prints the call trace as follows: [3.166321] [] (_regmap_read+0x5c/0xa8) from [] (regmap_read+0x44/0x5c) [3.174669] [] (regmap_read+0x44/0x5c) from [] (palmas_probe+0x240/0x7d0) [3.183193] [] (palmas_probe+

[PATCH 09/10] rtc: rtc-tps65910: switch to using SIMPLE_DEV_PM_OPS

2013-03-18 Thread Jingoo Han
Switch to using SIMPLE_DEV_PM_OPS macro to declare the driver's pm_ops. It reduces code size. Signed-off-by: Jingoo Han --- drivers/rtc/rtc-tps65910.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/rtc/rtc-tps65910.c b/drivers/rtc/rtc-tps65910.c index ef5d1

[PATCH 10/10] rtc: rtc-tps80031: switch to using SIMPLE_DEV_PM_OPS

2013-03-18 Thread Jingoo Han
Switch to using SIMPLE_DEV_PM_OPS macro to declare the driver's pm_ops. It reduces code size. Signed-off-by: Jingoo Han --- drivers/rtc/rtc-tps80031.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/rtc/rtc-tps80031.c b/drivers/rtc/rtc-tps80031.c index dc62d

[PATCH 03/10] rtc: rtc-pxa: switch to using SIMPLE_DEV_PM_OPS

2013-03-18 Thread Jingoo Han
Switch to using SIMPLE_DEV_PM_OPS macro to declare the driver's pm_ops. It reduces code size. Signed-off-by: Jingoo Han --- drivers/rtc/rtc-pxa.c | 11 +++ 1 files changed, 3 insertions(+), 8 deletions(-) diff --git a/drivers/rtc/rtc-pxa.c b/drivers/rtc/rtc-pxa.c index 72e13da..a2c75

Re: [PATCH] netfilter: nf_conntrack: Batch cleanup

2013-03-18 Thread Gao feng
On 2013/03/14 17:40, Vladimir Davydov wrote: > The patch introduces nf_conntrack_cleanup_net_list(), which cleanups > nf_conntrack for a list of netns and calls synchronize_net() only once > for them all. This should reduce netns destruction time. > -- > I've measured cleanup time for 1k dummy net

Re: [PATCH, RFC 00/16] Transparent huge page cache

2013-03-18 Thread Simon Jeons
On 01/28/2013 05:24 PM, Kirill A. Shutemov wrote: From: "Kirill A. Shutemov" Here's first steps towards huge pages in page cache. The intend of the work is get code ready to enable transparent huge page cache for the most simple fs -- ramfs. It's not yet near feature-complete. It only provide

[PATCH] Doc: dt: i2c: tegra: add dt binding for i2c-tegra

2013-03-18 Thread Laxman Dewangan
Add documentation for device tree binding of NVIDIA's Tegra i2c controller driver. Describing all compatible values used for diffenent Tegra SoCs in details in this documentation. Signed-off-by: Laxman Dewangan --- .../devicetree/bindings/i2c/nvidia,tegra20-i2c.txt | 99

Re: [PATCH] perf cgroup: Add __percpu annotation to perf_cgroup->info

2013-03-18 Thread Ingo Molnar
* Namhyung Kim wrote: > From: Namhyung Kim > > It's a per-cpu data structure but missed the __percpu annotation. > > Cc: Tejun Heo > Signed-off-by: Namhyung Kim > --- > include/linux/perf_event.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/include/linux/pe

Re: [PATCH REPOST v3.9-rc1] sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITY

2013-03-18 Thread Ingo Molnar
* Tejun Heo wrote: > PF_THREAD_BOUND was originally used to mark kernel threads which were > bound to a specific CPU using kthread_bind() and a task with the flag > set allows cpus_allowed modifications only to itself. Workqueue is > currently abusing it to prevent userland from meddling with >

[3.5.y.z extended stable] Linux 3.5.7.8

2013-03-18 Thread Luis Henriques
I am announcing the release of the 3.5.7.8 tree of stable patches. This tree picks up the latest 3.5 stable release upstream, and add patches on top that were later marked for stable but can't be added to 3.5, as it is not anymore an stable series maintained upstream. The tree is maintained by th

Re: [PATCH v6 1/2] ARM: davinci: dm365: add support for v4l2 video display

2013-03-18 Thread Sekhar Nori
On 3/18/2013 2:46 PM, Prabhakar Lad wrote: > On Mon, Mar 18, 2013 at 1:48 PM, Sekhar Nori wrote: >> On 3/15/2013 8:41 PM, Prabhakar lad wrote: >>> +int __init dm365_init_video(struct vpfe_config *vpfe_cfg, >>> + struct vpbe_config *vpbe_cfg) >>> +{ >>> + if (vpfe

[PATCH v2] perf cgroup: Add __percpu annotation to perf_cgroup->info

2013-03-18 Thread Namhyung Kim
From: Namhyung Kim It's a per-cpu data structure but missed the __percpu annotation. Cc: Tejun Heo Cc: Li Zefan Signed-off-by: Namhyung Kim --- kernel/events/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/events/core.c b/kernel/events/core.c index 5976a2a6b

Re: [PATCH 10/10] drivers: misc: use module_platform_driver_probe()

2013-03-18 Thread Fabio Porcedda
On Fri, Mar 15, 2013 at 9:18 PM, Arnd Bergmann wrote: > On Friday 15 March 2013, H Hartley Sweeten wrote: >> Arnd, >> >> Ill look at converting the ep93xx pwm driver to the PWM subsystem. The only >> issue is >> the current driver exposes a sysfs interface that I think is not available >> in tha

Revert a bunch of patches in stable kernels

2013-03-18 Thread Daniel Vetter
Hi Greg&all, So a recent stable backport to fix rc6 on ilk (which is disabled by default and with dubious power savings at best, unlike rc6 on snb and later) totally blew up all over the place: https://bugzilla.kernel.org/show_bug.cgi?id=55291 https://lkml.org/lkml/2013/3/14/540 There might be mo

Re: [PATCH] usb host: Faraday FUSBH200 HCD driver.

2013-03-18 Thread Yuan-Hsin Chen
Hi, I tried to modify fusbh200 hcd driver following ehci-platform.c. However, the register definition of fusbh200 is partially incompatible to ehci. For fusbh200, only the elements between "command" and "async_next" in struct ehci_regs are consistent with ehci which means it would cause copious mo

Re: [PATCH] f2fs: fix not to allocate max_nid

2013-03-18 Thread Jaegeuk Kim
2013-03-18 (월), 18:29 +0900, Namjae Jeon: > 2013/3/18, Jaegeuk Kim : > > The build_free_nid should not add free nids over nm_i->max_nid. > > But, there was a hole that invalid free nid was added by the following > > scenario. > > > > Let's suppose nm_i->max_nid = 150 and the last NAT page has 100 ~

Re: [PATCH] [SCSI]: print the msgbytes and statusbyte from scsi result

2013-03-18 Thread James Bottomley
On Sun, 2013-03-17 at 17:29 +0900, Namjae Jeon wrote: > From: Namjae Jeon > > Introduce msgbyte and statusbyte in the prints as part of the > result which is returned by the lower layer driver in response to > SCSI command issued, in case of any error conditions. > > Purpose of adding these prin

Re: [PATCH] usb host: Faraday FUSBH200 HCD driver.

2013-03-18 Thread Felipe Balbi
Hi, (don't top-post) On Mon, Mar 18, 2013 at 06:06:18PM +0800, Yuan-Hsin Chen wrote: > Hi, > > I tried to modify fusbh200 hcd driver following ehci-platform.c. > However, the register definition of fusbh200 is partially incompatible > to ehci. For fusbh200, only the elements between "command" an

Re: [PATCH] RFC: mmc: dw_mmc: Always go to STATE_DATA_BUSY from STATE_DATA_ERROR

2013-03-18 Thread Jaehoon Chung
Hi Doug, Great..i have found the problem like this. I will check your patch..and share the result. Best Regards, Jaehoon Chung On 03/16/2013 06:29 AM, Doug Anderson wrote: > On a flaky piece of hardware that seems good at generating CRC errors, > we have found that often times the CRC errors don

Re: [PATCH 2/2] drm/i915: Use the fixed pixel clock for eDP in intel_dp_set_m_n()

2013-03-18 Thread Daniel Vetter
On Mon, Mar 18, 2013 at 10:29:16AM +0100, Takashi Iwai wrote: > At Sun, 17 Mar 2013 23:12:03 +0100, > Daniel Vetter wrote: > > > > On Tue, Mar 12, 2013 at 04:32:28PM +0100, Takashi Iwai wrote: > > > The eDP output on HP Z1 is still broken when X is started even after > > > fixing the infinite link

Re: [RFC 1/1] clk: Add notifier support in clk_prepare_enable/clk_disable_unprepare

2013-03-18 Thread Ulf Hansson
On 15 March 2013 20:38, Stephen Warren wrote: > On 03/15/2013 06:33 AM, Ulf Hansson wrote: >> On 15 March 2013 13:06, Bill Huang wrote: >>> On Fri, 2013-03-15 at 18:08 +0800, Ulf Hansson wrote: > ... Some prerequisites; I think am in favor of using the clk API to trigger DVFS changes an

Re: [RFC PATCH] Linux kernel Wait-Free Concurrent Queue Implementation

2013-03-18 Thread Eric Wong
Mathieu Desnoyers wrote: > Thanks for providing this detailed scenario. I think there is an > important aspect in the use of splice I suggested on which we are not > fully understanding each other. I will annotate your scenario below with > clarifications: Ah yes, I somehow thought splice would o

[PATCH regression/bisected] Revert "brcmsmac: support 4313iPA"

2013-03-18 Thread David Herrmann
This reverts commit b6fc28a158076ca2764edc9a6d1e1402f56e1c0c. It breaks wireless AP reconnection on: (14e4:4727) Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller Any attempt to reconnect to an AP results in timeouts no matter how near to the AP I am: 00:10:40 $nb kernel: wlan0:

[PATCH v3] clk: add si5351 i2c common clock driver

2013-03-18 Thread Sebastian Hesselbarth
This patch adds a common clock driver for Silicon Labs Si5351a/b/c i2c programmable clock generators. Currently, the driver supports DT kernels only and VXCO feature of si5351b is not implemented. DT bindings selectively allow to overwrite stored Si5351 configuration which is very helpful for clock

[PATCH v2] gpio: stmpe: pass DT node to irqdomain

2013-03-18 Thread Linus Walleij
From: Gabriel Fernandez The irq domain was implemented but the device tree node was not transmitted to irq_domain_add_simple(). Cc: sta...@vger.kernel.org Signed-off-by: Gabriel Fernandez Signed-off-by: Linus Walleij --- drivers/gpio/gpio-stmpe.c | 15 +++ 1 file changed, 11 inser

[tip:perf/urgent] perf annotate: Fix build with NO_NEWT=1

2013-03-18 Thread tip-bot for Michael Ellerman
Commit-ID: 1e825efb571a87d039cb3fe7ca833a25f11c7cb9 Gitweb: http://git.kernel.org/tip/1e825efb571a87d039cb3fe7ca833a25f11c7cb9 Author: Michael Ellerman AuthorDate: Tue, 26 Feb 2013 16:02:02 +1100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 13 Mar 2013 16:54:49 -0300 perf annot

[tip:perf/urgent] perf report: Fix build with NO_NEWT=1

2013-03-18 Thread tip-bot for Michael Ellerman
Commit-ID: 5f7439e07822942f32b9e0a66f4a3cc9c3e29e67 Gitweb: http://git.kernel.org/tip/5f7439e07822942f32b9e0a66f4a3cc9c3e29e67 Author: Michael Ellerman AuthorDate: Tue, 26 Feb 2013 16:02:03 +1100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 13 Mar 2013 16:55:17 -0300 perf repor

Re: [PATCH 2/2] Drivers: hv: balloon: Support 2M page allocations for ballooning

2013-03-18 Thread Michal Hocko
On Sat 16-03-13 14:42:05, K. Y. Srinivasan wrote: > While ballooning memory out of the guest, attempt 2M allocations first. > If 2M allocations fail, then go for 4K allocations. In cases where we > have performed 2M allocations, split this 2M page so that we can free this > page at 4K granularity (

[tip:perf/urgent] perf tools: check if -DFORTIFY_SOURCE= 2 is allowed

2013-03-18 Thread tip-bot for Marcin Slusarz
Commit-ID: d2f32479e5526a1ab3b4e43910fcb279871524ce Gitweb: http://git.kernel.org/tip/d2f32479e5526a1ab3b4e43910fcb279871524ce Author: Marcin Slusarz AuthorDate: Sun, 17 Feb 2013 16:03:36 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 13 Mar 2013 16:57:27 -0300 perf tools:

[PATCH 0/2] omap serial fix.

2013-03-18 Thread Sourav Poddar
The first patch is a rearrangement of a macro "OMAP_MAX_HSUART_PORTS" to a header file so that it can be used in other file. The second patch fixes the wakeup from uart issue while using "no_console_suspend" in the bootargs. These patches are developed on 3.8 custom kernel containing omap5 supen

[tip:perf/urgent] perf record: Fix -C option

2013-03-18 Thread tip-bot for Jiri Olsa
Commit-ID: e4dd45fe7add0de09e0e5b2b511732d9c86b6ee7 Gitweb: http://git.kernel.org/tip/e4dd45fe7add0de09e0e5b2b511732d9c86b6ee7 Author: Jiri Olsa AuthorDate: Mon, 25 Feb 2013 10:52:48 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 13 Mar 2013 16:58:28 -0300 perf record: Fix

[PATCH 1/2] driver: serial-omap: move max uart count into generic header file.

2013-03-18 Thread Sourav Poddar
OMAP_MAX_HSUART_PORTS is moved to omap_serial header file. Cc: Santosh Shilimkar Cc: Felipe Balbi Cc: Rajendra nayak Signed-off-by: Sourav Poddar --- drivers/tty/serial/omap-serial.c |2 -- include/linux/platform_data/serial-omap.h |1 + 2 files changed, 1 insertions(+), 2 de

[tip:perf/urgent] perf probe: Fix segfault

2013-03-18 Thread tip-bot for Ananth N Mavinakayanahalli
Commit-ID: 79146a69c8bc3f28e51c5267633abc6babf47a31 Gitweb: http://git.kernel.org/tip/79146a69c8bc3f28e51c5267633abc6babf47a31 Author: Ananth N Mavinakayanahalli AuthorDate: Tue, 12 Mar 2013 14:32:17 +0530 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 13 Mar 2013 17:00:33 -0300

[PATCH 2/2] arm: mach-omap2: prevent UART console idle on suspend while using "no_console_suspend"

2013-03-18 Thread Sourav Poddar
With dt boot on omap5, uart wakeup after suspend is non functional while using "no_console_suspend" in the bootargs. With "no_console_suspend" used, od->flags should be ORed with "OMAP_DEVICE_NO_IDLE_ON_SUSPEND", thereby not allowing the console to idle in the suspend path. For non-dt case, this w

Re: [PATCH V4 1/4] cpufreq: exynos: Adding cpufreq driver for exynos5440

2013-03-18 Thread amit kachhap
Hi Viresh, On Tue, Mar 12, 2013 at 4:19 PM, Viresh Kumar wrote: > This is what Russell told me a long time back: > "Don't use Adding, Fixing, etc words as this work is not something, which is > already done." > > So your subject should have been: "cpufreq: exynos: Add cpufreq driver > for exynos5

[tip:perf/urgent] perf/POWER7: Create a sysfs format entry for Power7 events

2013-03-18 Thread tip-bot for Sukadev Bhattiprolu
Commit-ID: 3bf7b07ece6e00747602938f68c1db8001b9925f Gitweb: http://git.kernel.org/tip/3bf7b07ece6e00747602938f68c1db8001b9925f Author: Sukadev Bhattiprolu AuthorDate: Tue, 5 Mar 2013 21:48:26 -0800 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 13 Mar 2013 17:01:04 -0300 perf/POW

Re: [PATCH 10/10] drivers: misc: use module_platform_driver_probe()

2013-03-18 Thread Arnd Bergmann
On Monday 18 March 2013, Fabio Porcedda wrote: > Since by using platform_driver_probe() the function > ep93xx_pwm_probe() is freed after initialization, > is better to use module_platform_drive_probe(). > IMHO i don't see any good reason to use module_platform_driver() for > this driver. As I com

[tip:sched/core] sched: Fix variable name misnomer, add comments

2013-03-18 Thread tip-bot for Andrei Epure
Commit-ID: 1bf08230f745e48fea9c18ee34a73581631fe7c9 Gitweb: http://git.kernel.org/tip/1bf08230f745e48fea9c18ee34a73581631fe7c9 Author: Andrei Epure AuthorDate: Tue, 12 Mar 2013 21:12:24 +0200 Committer: Ingo Molnar CommitDate: Thu, 14 Mar 2013 08:22:29 +0100 sched: Fix variable name mi

[PATCH] ARM: ux500: select WATCHDOG and MUSB for ux500

2013-03-18 Thread Fabio Baltieri
Enable ux500 specific USB and watchdog drivers by default on u8500_defconfig. Signed-off-by: Fabio Baltieri --- Hello Linus, ux500 watchdog support was introduced during this merge window and USB was fixed too, so I'm sending a defconfig update to enable those two drivers by default, so that th

Re: [PATCH 2/2] Drivers: hv: balloon: Support 2M page allocations for ballooning

2013-03-18 Thread Michal Hocko
On Mon 18-03-13 11:52:57, Michal Hocko wrote: > On Sat 16-03-13 14:42:05, K. Y. Srinivasan wrote: > > While ballooning memory out of the guest, attempt 2M allocations first. > > If 2M allocations fail, then go for 4K allocations. In cases where we > > have performed 2M allocations, split this 2M pa

[tip:perf/core] watchdog: Add comments to explain the watchdog_disabled variable

2013-03-18 Thread tip-bot for anish kumar
Commit-ID: b66a2356d7108a15b8b5c9b8e6213e05ead22cd6 Gitweb: http://git.kernel.org/tip/b66a2356d7108a15b8b5c9b8e6213e05ead22cd6 Author: anish kumar AuthorDate: Tue, 12 Mar 2013 14:44:08 -0400 Committer: Ingo Molnar CommitDate: Thu, 14 Mar 2013 08:24:05 +0100 watchdog: Add comments to ex

  1   2   3   4   5   6   7   8   9   10   >