Re: [uclinux-dist-devel] [GIT PULL] Disintegrate UAPI for blackfin [ver #2]

2012-10-09 Thread David Howells
Bob Liu wrote: > Merged into my git tree: > git://git.kernel.org/pub/scm/linux/kernel/git/lliubbo/blackfin.git for-linus > > And what time i need to ask linus to pull? Next merge window? That's up to you now. There aren't any dependencies on the blackfin branch in my tree. Feel free to defer

[PATCH V2 2/4] regulator: tps65090: rename driver name and regulator name

2012-10-09 Thread Laxman Dewangan
To make the names proper and more appropriate: Rename the driver name from tps65090-regulator to tps65090-pmic. Rename the regulators from TPS65090_ID_* to TPS65090_REGULATOR_* Signed-off-by: Laxman Dewangan --- Changes from V1: Make this as patch2 from older patch1. drivers/regulator/tps65090

[PATCH V2 4/4] regulator: tps65090: add external control support for DCDC

2012-10-09 Thread Laxman Dewangan
The TPS65090's DCDC output can also be enable/disable through the external digital input signal. Add support for enable/disable either through register access via I2C or through external control inputs. The external control inputs can be driven through GPIOs also and hence adding support for passin

[PATCH V2 0/4] regulator: tps65090: fix regulator registration and add external control support

2012-10-09 Thread Laxman Dewangan
This patch series fixes the regulator registration issue and add support for external control. Patch 1: It renames the driver name and regulators to more appropriate. Patch 2: Fix the issue with regulator registration. Patch 3: Add LDO support. Patch 4: Add voltage output level information. Patch 5

[PATCH V2 3/4] regulator: tps65090: Add support for LDO regulators

2012-10-09 Thread Laxman Dewangan
TPS65090 supports the two LDOs, LDO1 and LDO2. These are always ON regulators. The output on these LDOs are available once the input voltage available for these LDOs. Add support for these LDOs regulators. Signed-off-by: Laxman Dewangan --- Changes from V1: No change from older patch. drivers/r

[PATCH V2 1/4] regulator; tps65090: Register all regulators in single probe call

2012-10-09 Thread Laxman Dewangan
MFD driver registers the regulator driver once per device and hence it is require to register all regulators in single probe call. Following are details of changes done to achieve this: - Move the regulator enums to mfd header and remove the tps65090-regulator.h as it does not contain more info.

Re: [PATCH 1/2 RESEND] vfs: re-implement writeback_inodes_sb(_nr)_if_idle() and rename them

2012-10-09 Thread David Sterba
On Wed, Sep 05, 2012 at 05:54:04PM +0200, David Sterba wrote: > > Many users who use btrfs met the deadlock problem caused by > > writeback_inodes_sb(_nr)_if_idle(), > > so I send this patch again and hope it will be received as soon as possible > > if nobody objects. > > Yes please, this makes

RE: [remoteproc:for-next 6/9] remoteproc_virtio.c:(.text+0x238e7e): undefined reference to `vring_transport_features'

2012-10-09 Thread Sjur BRENDELAND
Hi Ohad, > On Tue, Oct 2, 2012 at 10:24 AM, Ohad Ben-Cohen > wrote: > > On Mon, Oct 1, 2012 at 4:45 AM, Fengguang Wu > wrote: > >> Hi Ohad, > >> > >> FYI, kernel build failed on > >> > >> tree: git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git > for-next > >> head: bec109a430

RE: [PATCH V2 4/4] regulator: tps65090: add external control support for DCDC

2012-10-09 Thread Venu Byravarasu
> -Original Message- > From: Laxman Dewangan > Sent: Tuesday, October 09, 2012 3:19 PM > To: broo...@opensource.wolfsonmicro.com; l...@ti.com > Cc: sa...@linux.intel.com; Venu Byravarasu; linux-kernel@vger.kernel.org; > Laxman Dewangan > Subject: [PATCH V2 4/4] regulator: tps65090: add exte

Re: [PATCH V2 4/4] regulator: tps65090: add external control support for DCDC

2012-10-09 Thread Mark Brown
On Tue, Oct 09, 2012 at 04:03:19PM +0530, Venu Byravarasu wrote: > > -Original Message- > > From: Laxman Dewangan > > Sent: Tuesday, October 09, 2012 3:19 PM Please, when replying to mails delete irrelevant text - only quote the bits of text you're replying to. This is very helpful to peo

Re: [PATCH V2 4/4] regulator: tps65090: add external control support for DCDC

2012-10-09 Thread Laxman Dewangan
On Tuesday 09 October 2012 04:03 PM, Venu Byravarasu wrote: +static struct regulator_ops tps65090_ext_control_ops = { +}; What is the purpose of adding empty structure? We will not able to register regulator if there is no ops. In regulator register: if (regulator_desc->name == NULL ||

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

2012-10-09 Thread Jaegeuk Kim
> -Original Message- > From: linux-fsdevel-ow...@vger.kernel.org > [mailto:linux-fsdevel-ow...@vger.kernel.org] On Behalf Of > Luka? Czerner > Sent: Tuesday, October 09, 2012 5:32 PM > To: Jaegeuk Kim > Cc: 'Namjae Jeon'; 'Vyacheslav Dubeyko'; 'Marco Stornelli'; 'Jaegeuk Kim'; > 'Al Viro'

Re: [Patch v2 2/7] Regulator: DA9055 Regulator driver

2012-10-09 Thread Ashish Jangam
On Tue, 2012-10-09 at 15:37 +0530, Mark Brown wrote: > On Mon, Oct 08, 2012 at 07:00:39PM +0530, Ashish Jangam wrote: > > Mostly OK, but there's a few issues including yet more reimplementation > of framework features. > > > +static int da9055_list_voltage(struct regulator_dev *rdev, > > +

Re: [GIT PULL] Asymmetric keys and module signing

2012-10-09 Thread Kasatkin, Dmitry
On Thu, Oct 4, 2012 at 2:22 AM, Rusty Russell wrote: > David Howells writes: > >> Rusty Russell wrote: >> >>> Right. I think we need to use different names for generated vs supplied >>> files >> >> The problem with supplied files is people who do allyesconfig, allmodconfig >> and randconfig jus

Re: [PATCH] Do not use cpu_to_node() to find an offlined cpu's node.

2012-10-09 Thread Peter Zijlstra
On Mon, 2012-10-08 at 10:59 +0800, Tang Chen wrote: > If a cpu is offline, its nid will be set to -1, and cpu_to_node(cpu) will > return -1. As a result, cpumask_of_node(nid) will return NULL. In this case, > find_next_bit() in for_each_cpu will get a NULL pointer and cause panic. Hurm,. this is n

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

2012-10-09 Thread Lukáš Czerner
On Tue, 9 Oct 2012, Jaegeuk Kim wrote: > Date: Tue, 09 Oct 2012 19:45:57 +0900 > From: Jaegeuk Kim > To: 'Lukáš Czerner' > Cc: 'Namjae Jeon' , > 'Vyacheslav Dubeyko' , > 'Marco Stornelli' , > 'Jaegeuk Kim' , > 'Al Viro' , ty...@mit.edu, > gre...@linuxfoundation.org, linux-ker

Re: CMA broken in next-20120926

2012-10-09 Thread Thierry Reding
oot? CMA should not care about the > PG_migrate_skip hint being set because it should always ignore it in > alloc_contig_range() due to cc->ignore_skip_hint. It's not obvious to > me why this fixes a boot failure and I wonder if it's papering over some > underlying problem. Can you pr

Re: [PATCH] task_work: avoid unneeded cmpxchg() in task_work_run()

2012-10-09 Thread Peter Zijlstra
On Mon, 2012-10-08 at 14:38 +0200, Oleg Nesterov wrote: > But the code looks more complex, and the only advantage is that > non-exiting task does xchg() instead of cmpxchg(). Not sure this > worth the trouble, in this case task_work_run() will likey run > the callbacks (the caller checks ->task_wor

Re: [PATCH] ntp, add debugfs entries for time_status and time_state

2012-10-09 Thread Prarit Bhargava
On 10/08/2012 09:47 PM, John Stultz wrote: > On 10/04/2012 06:48 AM, Prarit Bhargava wrote: >> Add debugfs entries for ntp time_status and time_state. These are useful >> for debugging ntp issues. > Aren't these easily fetched from adjtimex()? How does having them in debugfs > help? > They a

Re: [PATCH] mm: Fix XFS oops due to dirty pages without buffers on s390

2012-10-09 Thread Martin Schwidefsky
On Mon, 8 Oct 2012 21:24:40 -0700 (PDT) Hugh Dickins wrote: > On Mon, 1 Oct 2012, Jan Kara wrote: > > > On s390 any write to a page (even from kernel itself) sets architecture > > specific page dirty bit. Thus when a page is written to via standard write, > > HW > > dirty bit gets set and when

Re: CMA broken in next-20120926

2012-10-09 Thread Bartlomiej Zolnierkiewicz
On Tuesday 09 October 2012 12:11:43 Mel Gorman wrote: > On Tue, Oct 09, 2012 at 10:40:10AM +0200, Bartlomiej Zolnierkiewicz wrote: > > I also need following patch to make CONFIG_CMA=y && CONFIG_COMPACTION=y case > > work: > > > > From: Bartlomiej Zolnierkiewicz > > Subject: [PATCH] mm: compaction

Re: [PATCH V2 4/4] regulator: tps65090: add external control support for DCDC

2012-10-09 Thread Venu Byravarasu
On Tuesday 09 October 2012 03:32 PM, Laxman Dewangan wrote: On Tuesday 09 October 2012 04:03 PM, Venu Byravarasu wrote: +static struct regulator_ops tps65090_ext_control_ops = { +}; What is the purpose of adding empty structure? We will not able to register regulator if there is no ops. In re

Re: [3.6-rc7] switcheroo race with Intel HDA...

2012-10-09 Thread Daniel J Blueman
On 9 October 2012 18:07, Takashi Iwai wrote: > At Tue, 09 Oct 2012 12:04:08 +0200, > Takashi Iwai wrote: >> >> At Tue, 9 Oct 2012 00:34:09 +0800, >> Daniel J Blueman wrote: >> > >> > On 8 October 2012 20:58, Takashi Iwai wrote: >> > > At Tue, 25 Sep 2012 13:20:05 +0800, >> > > Daniel J Blueman wr

[REPOST] RFC: sched: Prevent wakeup to enter critical section needlessly

2012-10-09 Thread Ivo Sieben
Check the waitqueue task list to be non empty before entering the critical section. This prevents locking the spin lock needlessly in case the queue was empty, and therefor also prevent scheduling overhead on a PREEMPT_RT system. Signed-off-by: Ivo Sieben --- REPOST: Request for comments: - D

Re: CMA broken in next-20120926

2012-10-09 Thread Mel Gorman
On Tue, Oct 09, 2012 at 01:08:30PM +0200, Bartlomiej Zolnierkiewicz wrote: > On Tuesday 09 October 2012 12:11:43 Mel Gorman wrote: > > On Tue, Oct 09, 2012 at 10:40:10AM +0200, Bartlomiej Zolnierkiewicz wrote: > > > I also need following patch to make CONFIG_CMA=y && CONFIG_COMPACTION=y > > > case

Re: [PATCH 1/1] spi:clk: preparation for switch to common clock framework

2012-10-09 Thread Sekhar Nori
On 9/17/2012 10:12 PM, Murali Karicheri wrote: > As a first step towards migrating davinci platforms to use common clock > framework, replace all instances of clk_enable() with clk_prepare_enable() > and clk_disable() with clk_disable_unprepare(). Until the platform is > switched to use the CONFIG_

Re: CMA broken in next-20120926

2012-10-09 Thread Thierry Reding
On Tue, Oct 09, 2012 at 01:08:30PM +0200, Bartlomiej Zolnierkiewicz wrote: > On Tuesday 09 October 2012 12:11:43 Mel Gorman wrote: > > On Tue, Oct 09, 2012 at 10:40:10AM +0200, Bartlomiej Zolnierkiewicz wrote: > > > I also need following patch to make CONFIG_CMA=y && CONFIG_COMPACTION=y > > > case

Re: [PATCH 1/1] Drivers: scsi: storvsc: Account for in-transit packets in the RESET path

2012-10-09 Thread James Bottomley
On Mon, 2012-10-08 at 15:51 +, KY Srinivasan wrote: > > > -Original Message- > > From: K. Y. Srinivasan [mailto:k...@microsoft.com] > > Sent: Tuesday, October 02, 2012 2:04 PM > > To: gre...@linuxfoundation.org; linux-kernel@vger.kernel.org; > > de...@linuxdriverproject.org; oher...@su

Re: [PATCH 1/5] arcmsr: Re-name the HBA Type

2012-10-09 Thread James Bottomley
On Wed, 2012-10-03 at 20:39 +0800, NickCheng wrote: > From: Nick Cheng > > Replace the nameing, hba, hbb and hbc, with hbaA, hbaB abd hbaC respectively > Signed-off-by: Nick Cheng > --- > diff -uprN -X linux-vanilla/Documentation/dontdiff > linux-vanilla//drivers/scsi/arcmsr/arcmsr.h > linux-dev

Re: [PATCH V2 4/4] regulator: tps65090: add external control support for DCDC

2012-10-09 Thread Laxman Dewangan
On Tuesday 09 October 2012 04:41 PM, Venu Byravarasu wrote: On Tuesday 09 October 2012 03:32 PM, Laxman Dewangan wrote: On Tuesday 09 October 2012 04:03 PM, Venu Byravarasu wrote: +static struct regulator_ops tps65090_ext_control_ops = { +}; What is the purpose of adding empty structure? We

Re: 3.6.0+ (GIT) -- BUG: sleeping function called from invalid context at kernel/mutex.c:269 in_atomic(): 0, irqs_disabled(): 1, pid: 3561, name: pm-suspend

2012-10-09 Thread Linus Walleij
On Mon, Oct 8, 2012 at 12:07 AM, Rafael J. Wysocki wrote: > On Wednesday 03 of October 2012 21:26:17 Miles Lane wrote: >> ACPI: Preparing to enter system sleep state S3 >> PM: Saving platform NVS memory >> Disabling non-boot CPUs ... >> numa_remove_cpu cpu 1 node 0: mask now 0 >> Broke affinity fo

Re: [remoteproc:for-next 6/9] remoteproc_virtio.c:(.text+0x238e7e): undefined reference to `vring_transport_features'

2012-10-09 Thread Ohad Ben-Cohen
Hi Sjur, On Tue, Oct 9, 2012 at 12:30 PM, Sjur BRENDELAND wrote: > Sorry for not responding sooner, but I thought this issue was solved with > your patch "remoteproc: fix (again) the virtio-related build breakage" > (https://lkml.org/lkml/2012/10/6/85). > > I'm not sure I understand why you woul

Re: [PATCH][GPIO] Add IRQ edge setter to gpiolib

2012-10-09 Thread Linus Walleij
On Fri, Oct 5, 2012 at 3:16 PM, Drasko DRASKOVIC wrote: > [Me] >> If I understand correctly the below more or less exports >> struct irq_chip to userspace, >> trying to hide it by instead exposing a property of the >> containing struct gpio_chip and it worries me. > > No, it should not. You are e

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

2012-10-09 Thread Jaegeuk Kim
> -Original Message- > From: Lukáš Czerner [mailto:lczer...@redhat.com] > Sent: Tuesday, October 09, 2012 8:01 PM > To: Jaegeuk Kim > Cc: 'Lukáš Czerner'; 'Namjae Jeon'; 'Vyacheslav Dubeyko'; 'Marco Stornelli'; > 'Jaegeuk Kim'; 'Al Viro'; > ty...@mit.edu; gre...@linuxfoundation.org; linux-

Re: [PATCH v5 2/2] regulator: add device tree support for max8997

2012-10-09 Thread Tomasz Figa
Hi Thomas, Thomas Abraham wrote: > Add device tree based discovery support for max8997. > > Cc: Karol Lewandowski > Cc: Rajendra Nayak > Cc: Rob Herring > Cc: Grant Likely > Signed-off-by: Thomas Abraham > Acked-by: MyungJoo Ham Are there any plans for merging this patch? It is a dependen

Re: [PATCH] firmware: Don't attempt to allocate zero bytes with vmalloc()

2012-10-09 Thread Ming Lei
On Tue, Oct 9, 2012 at 3:52 PM, Mark Brown wrote: > The point is that there's some firmware which the driver wants to load > but where it's happy to continue if the user didn't provide one and > doesn't want to introduce needless delays. OK, I got it, thank you for sharing the use case. If load

Re: [PATCH 03/16] f2fs: add superblock and major in-memory structures

2012-10-09 Thread David Sterba
On Tue, Oct 09, 2012 at 02:13:29PM +0900, Chul Lee wrote: > > > + block_t data_blkaddr; > > > +}; > > > + > > > +struct f2fs_sb_info { > > > + struct super_block *sb; /* Pointer to VFS super > > block */ > > > + int s_dirty; > > > > Is s_dirty actually used? I can see it only set a

[PATCH 0/5] mfd: tps65910: use regmap irq framework for interrupt

2012-10-09 Thread Laxman Dewangan
This patch series has following change: - Use regmap irq framework for interrupt registration. Corrected the register bit definition for interrupts. - Move the irq table to tps65910.c and get rid of tps65910-irq.c. - Raarrange the init sequence of different sub moduled of tps65910 like irq, clo

[PATCH 1/5] mfd: tps65910: use regmap irq framework for interrupt support

2012-10-09 Thread Laxman Dewangan
Implement irq support of tps65910 with regmap irq framework in place of implementing locally. This reduces the code size significantly and easy to maintain. Signed-off-by: Laxman Dewangan --- drivers/mfd/tps65910-irq.c | 375 -- include/linux/mfd/tps659

[PATCH 2/5] mfd: tps65910: move interrupt implementation code to mfd file

2012-10-09 Thread Laxman Dewangan
In place of implementing the irq support in separate file, moving implementation to main mfd file. The irq files only contains the table and init steps only and does not need extra file to have this only for this purpose. Signed-off-by: Laxman Dewangan --- drivers/mfd/Makefile |2 +-

[PATCH 5/5] mfd: tps65910: pass irq_domain when adding mfd sub devices

2012-10-09 Thread Laxman Dewangan
When adding the sub device "tps65910-rtc", is it passed the IO resource IRQ for the interrupt number. This interrupt needs to map in the device irq domain. Pass the irq domain of device in mfd_add_devices() so that proper irq mapping can be done when adding the sub device RTC. Signed-off-by: Laxma

[PATCH 4/5] regmap: add API to get irq_domain from regmap irq

2012-10-09 Thread Laxman Dewangan
Add API regmap_irq_get_irq_domain() for getting the irq domain from regmap irq. The irq domain created on result of regmap_add_irq_chip() from driver. This API is useful in mfd driver when driver add mfd sub devices. The sub devices IRQs can be passed through IORESOURCE_IRQ and it need to be mapped

[PATCH 3/5] mfd: tps65910: Initialize mfd devices after all initialization done

2012-10-09 Thread Laxman Dewangan
Add sub devices of tps65910 after all initialization like interrupt, clock etc. is done. This will make sure that require data gets initialized properly before sub devices probe's get called. Signed-off-by: Laxman Dewangan --- drivers/mfd/tps65910.c | 18 +- 1 files changed, 9

Re: [PATCH 6/6] gpio: gpio-da9052: Convert to the new da9052 interrupt functions

2012-10-09 Thread Linus Walleij
On Mon, Oct 8, 2012 at 12:40 PM, Fabio Estevam wrote: > Hi Linus, > On Mon, Oct 8, 2012 at 3:20 AM, Linus Walleij > wrote: >> On Thu, Oct 4, 2012 at 5:15 AM, Fabio Estevam wrote: >> >>> From: Fabio Estevam >>> >>> Convert to the new da9052 interrupt functions, so that we can get rid of >>> ir

Re: [PATCH 9/13] drivers/media/tuners/fc0011.c: use macros for i2c_msg initialization

2012-10-09 Thread Jean Delvare
On Sun, 7 Oct 2012 18:50:31 +0200 (CEST), Julia Lawall wrote: > On Sun, 7 Oct 2012, walter harms wrote: > > Am 07.10.2012 17:38, schrieb Julia Lawall: > >> @@ -97,10 +96,8 @@ static int fc0011_readreg(struct fc0011_priv *priv, u8 > >> reg, u8 *val) > >> { > >>u8 dummy; > >>struct i2c_msg

Re: [PATCH 01/16] ARM: warnings in arch/arm/include/asm/uaccess.h

2012-10-09 Thread Arnd Bergmann
On Monday 08 October 2012, Greg Ungerer wrote: > On 06/10/12 00:55, Arnd Bergmann wrote: > > On NOMMU ARM, the __addr_ok() and __range_ok() macros do not evaluate > > their arguments, which may lead to harmless build warnings in some > > code where the variables are not used otherwise. Adding a cas

Re: [PATCH 3/13] drivers/media/tuners/qt1010.c: use macros for i2c_msg initialization

2012-10-09 Thread Jean Delvare
Hi Julia, On Mon, 8 Oct 2012 07:24:11 +0200 (CEST), Julia Lawall wrote: > > Sorry, I mean either: > > > > I2C_MSG_WRITE(priv->cfg->i2c_address, ®, sizeof(reg)), > > I2C_MSG_READ(priv->cfg->i2c_address, val, sizeof(*val)), > > Of course. Sorry for not having seen that. I can do that. Ee

Re: [PATCH v3 10/10] mm: kill vma flag VM_RESERVED and mm->reserved_vm counter

2012-10-09 Thread Linus Torvalds
On Tue, Oct 9, 2012 at 7:02 PM, Eric Dumazet wrote: > > It seems drivers/vfio/pci/vfio_pci.c uses VM_RESERVED Yeah, I just pushed out what I think is the right (trivial) fix. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: [PATCH 6/6] gpio: gpio-da9052: Convert to the new da9052 interrupt functions

2012-10-09 Thread Fabio Estevam
On Tue, Oct 9, 2012 at 9:04 AM, Linus Walleij wrote: > Ah OK I'll take it out again. Push this through whatever tree you > want (maybe the i.MX or MFD tree then?) > > Reviewed-by: Linus Walleij Sascha/Samuel/Arnd, Which tree could take this patch series, please? Thanks, Fabio Estevam -- To u

Re: [PATCH -v2 00/10] x86: Use BRK to pre mapping page table to make xen happy

2012-10-09 Thread Stefano Stabellini
On Tue, 9 Oct 2012, Yinghai Lu wrote: > on top of tip/x86/mm2 > > 1. use brk to mapping final page table > 2. remove early_ioremap in page table accessing. > > v1-v2: changes, update xen interface about pagetable_reserve, so not >use pgt_buf_* in xen code directly. > > could be found at: >

Re: [PATCH 08/10] x86, xen, mm: fix mapping_pagetable_reserve logic

2012-10-09 Thread Stefano Stabellini
On Tue, 9 Oct 2012, H. Peter Anvin wrote: > On 10/09/2012 02:33 PM, Yinghai Lu wrote: > >> > >> make_range_readwrite is particularly toxic, though, because it makes it > >> sound like it something along the lines of set_memory_rw(), which it > >> most distinctly is not. > > > > it just change some

Re: [PATCH v3 0/6] omap-am33xx rtc dt support

2012-10-09 Thread Afzal Mohammed
Hi Andrew, On Monday 27 August 2012 01:05 PM, Mohammed, Afzal wrote: On Sat, Aug 11, 2012 at 01:27:11, Nori, Sekhar wrote: On 7/27/2012 5:53 PM, Afzal Mohammed wrote: This series makes rtc-omap driver DT capable, adds AM33xx RTC DT support along with a few enchancments to the driver. rtc-o

Re: [PATCH 05/16] vfs: bogus warnings in fs/namei.c

2012-10-09 Thread Arnd Bergmann
On Monday 08 October 2012, Jan Kara wrote: > On Fri 05-10-12 16:55:19, Arnd Bergmann wrote: > > The follow_link() function always initializes its *p argument, > > or returns an error, but not all versions of gcc figure this > > out, so we have to work around this using the uninitialized_var() > > m

Re: [PATCH][GPIO] Add IRQ edge setter to gpiolib

2012-10-09 Thread Russell King - ARM Linux
On Tue, Oct 09, 2012 at 02:00:34PM +0200, Linus Walleij wrote: > On Fri, Oct 5, 2012 at 3:16 PM, Drasko DRASKOVIC > wrote: > > [Me] > >> If I understand correctly the below more or less exports > >> struct irq_chip to userspace, > >> trying to hide it by instead exposing a property of the > >> con

Re: [PATCH 2/13] drivers/media/tuners/mxl5007t.c: use macros for i2c_msg initialization

2012-10-09 Thread Jean Delvare
Hi Julia, On Sun, 7 Oct 2012 17:38:33 +0200, Julia Lawall wrote: > From: Julia Lawall > > Introduce use of I2c_MSG_READ/WRITE/OP, for readability. Next time you send this patch set, please Cc me on every post so that I don't have to hunt for them on lkml.org. > In each case, a length expresse

Re: WARNING: at block/genhd.c:1570 disk_clear_events+0xbf/0xd0()

2012-10-09 Thread Dan Carpenter
Fixed in: commit fdd514e16bb2531c0c61ae8a1f87740ce217f630 Author: Tejun Heo Date: Thu Jun 9 20:43:59 2011 +0200 block: make disk_block_events() properly wait for work cancellation regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bod

Re: Instead of IP addresses the kernel started to show zero's

2012-10-09 Thread Dan Carpenter
Add netdev to the CC list. regards, dan carpenter On Fri, Sep 21, 2012 at 10:27:04PM +0400, Alexey Vlasov wrote: > Hi. > > Here it writes LOG module (netfilter) in syslog: > > Sep 21 22:24:04 l24 kernel: ipsec:SYN-OUTPUT-HTTP IN= OUT=eth0 > SRC= DST= LEN=60 T

Re: [PATCH] firmware: Don't attempt to allocate zero bytes with vmalloc()

2012-10-09 Thread Mark Brown
On Tue, Oct 09, 2012 at 08:02:18PM +0800, Ming Lei wrote: > If loading via user space, timeout or not depends on userspace, > at least udev won't timeout on non-existent firmware image. This may be a mdev or old udev thing... it's definitely prevelant. > Also looks request_firmware_nowait() is

RE: [PATCH 1/2] pwm: pwm-tiecap: Add device-tree binding support for APWM driver

2012-10-09 Thread Philip, Avinash
On Mon, Oct 08, 2012 at 19:09:51, Thierry Reding wrote: > On Mon, Oct 08, 2012 at 01:31:19PM +, Philip, Avinash wrote: > > On Tue, Oct 02, 2012 at 11:30:14, Thierry Reding wrote: > > > On Wed, Sep 26, 2012 at 04:57:42PM +0530, Philip, Avinash wrote: > [...] > > > > @@ -231,13 +290,56 @@ static

RE: [PATCH 4/4] mtd: nand: omap2: Add data correction support

2012-10-09 Thread Philip, Avinash
On Fri, Oct 05, 2012 at 19:53:38, Ivan Djelic wrote: > On Fri, Oct 05, 2012 at 09:51:50AM +0100, Philip, Avinash wrote: > > On Thu, Oct 04, 2012 at 15:51:03, Philip, Avinash wrote: > > > On Thu, Oct 04, 2012 at 00:50:45, Ivan Djelic wrote: > > > > On Wed, Oct 03, 2012 at 03:29:49PM +0100, Philip, A

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

2012-10-09 Thread Lukáš Czerner
On Tue, 9 Oct 2012, Jaegeuk Kim wrote: > > > > > > > > > > > > > > As you can see the f2fs kernel document patch, I think one of the > > > > > > > most > > > > > > > important features is to align operating units between f2fs and > > > > > > > ftl. > > > > > > > Specifically, f2fs has section an

Re: [PATCH 1/2] pwm: pwm-tiecap: Add device-tree binding support for APWM driver

2012-10-09 Thread Thierry Reding
On Tue, Oct 09, 2012 at 12:36:53PM +, Philip, Avinash wrote: > On Mon, Oct 08, 2012 at 19:09:51, Thierry Reding wrote: > > On Mon, Oct 08, 2012 at 01:31:19PM +, Philip, Avinash wrote: > > > On Tue, Oct 02, 2012 at 11:30:14, Thierry Reding wrote: > > > > On Wed, Sep 26, 2012 at 04:57:42PM +0

Re: [PATCH 2/13] drivers/media/tuners/mxl5007t.c: use macros for i2c_msg initialization

2012-10-09 Thread Julia Lawall
On Tue, 9 Oct 2012, Jean Delvare wrote: > Hi Julia, > > On Sun, 7 Oct 2012 17:38:33 +0200, Julia Lawall wrote: > > From: Julia Lawall > > > > Introduce use of I2c_MSG_READ/WRITE/OP, for readability. > > Next time you send this patch set, please Cc me on every post so that I > don't have to hunt

Re: Instead of IP addresses the kernel started to show zero's

2012-10-09 Thread Eric Dumazet
On Tue, 2012-10-09 at 15:36 +0300, Dan Carpenter wrote: > Add netdev to the CC list. netdev already in the CC list by Borislav Petkov Reporter was (kindly) requested to try 3.6-rc7 +, and we got no answer. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body o

Re: [PATCH 3/13] drivers/media/tuners/qt1010.c: use macros for i2c_msg initialization

2012-10-09 Thread Julia Lawall
On Tue, 9 Oct 2012, Jean Delvare wrote: > Hi Julia, > > On Mon, 8 Oct 2012 07:24:11 +0200 (CEST), Julia Lawall wrote: > > > Sorry, I mean either: > > > > > > I2C_MSG_WRITE(priv->cfg->i2c_address, ®, sizeof(reg)), > > > I2C_MSG_READ(priv->cfg->i2c_address, val, sizeof(*val)), > > > > Of course.

Re: [GIT PULL] Disintegrate UAPI for s390 [ver #2]

2012-10-09 Thread Martin Schwidefsky
t; request. > > The following changes since commit 9e2d8656f5e8aa214e66b462680cf86b210b74a8: > > Merge branch 'akpm' (Andrew's patch-bomb) (2012-10-09 16:23:15 +0900) > > are available in the git repository at: > > > git://git.infradead.org/users/dho

Re: [PATCH 1/1] mtd:nand:clk: preparation for switch to common clock framework

2012-10-09 Thread Sekhar Nori
On 9/17/2012 10:07 PM, Murali Karicheri wrote: > As a first step towards migrating davinci platforms to use common clock > framework, replace all instances of clk_enable() with clk_prepare_enable() > and clk_disable() with clk_disable_unprepare(). Until the platform is > switched to use the CONFIG_

[GIT PULL] RAS: Numascale fix

2012-10-09 Thread Borislav Petkov
Hi guys, just a small fix for an oops on Numascale's confederate systems. It can go in ASAP. Thanks. The following changes since commit 547b1e81afe3119f7daf702cc03b158495535a25: Fix staging driver use of VM_RESERVED (2012-10-09 21:06:41 +0900) are available in the git repository at: git

Re: Instead of IP addresses the kernel started to show zero's

2012-10-09 Thread Dan Carpenter
On Tue, Oct 09, 2012 at 02:50:10PM +0200, Eric Dumazet wrote: > On Tue, 2012-10-09 at 15:36 +0300, Dan Carpenter wrote: > > Add netdev to the CC list. > > netdev already in the CC list by Borislav Petkov > Sorry. He sent the email twice in two threads and I was still looking at the first report

Re: [3.6-rc7] switcheroo race with Intel HDA...

2012-10-09 Thread Takashi Iwai
At Tue, 9 Oct 2012 19:23:56 +0800, Daniel J Blueman wrote: > > On 9 October 2012 18:07, Takashi Iwai wrote: > > At Tue, 09 Oct 2012 12:04:08 +0200, > > Takashi Iwai wrote: > >> > >> At Tue, 9 Oct 2012 00:34:09 +0800, > >> Daniel J Blueman wrote: > >> > > >> > On 8 October 2012 20:58, Takashi Iwai

[PATCH] staging/comedi: Use pr_ or dev_ printks in drivers/dt9812.c

2012-10-09 Thread YAMANE Toshiaki
fixed below checkpatch warnings. - WARNING: Prefer netdev_err(netdev, ... then dev_err(dev, ... then pr_err(... to printk(KERN_ERR ... - WARNING: Prefer netdev_info(netdev, ... then dev_info(dev, ... then pr_info(... to printk(KERN_INFO ... and added pr_fmt. Signed-off-by: YAMANE Toshiaki --

Re: [PATCH 05/16] vfs: bogus warnings in fs/namei.c

2012-10-09 Thread Arnd Bergmann
On Tuesday 09 October 2012, Arnd Bergmann wrote: > On Monday 08 October 2012, Jan Kara wrote: > > On Fri 05-10-12 16:55:19, Arnd Bergmann wrote: > > > The follow_link() function always initializes its *p argument, > > > or returns an error, but not all versions of gcc figure this > > > out, so we h

[PATCH] staging/comedi: Use pr_ or dev_ printks in drivers/unioxx5.c

2012-10-09 Thread YAMANE Toshiaki
fixed below checkpatch warnings. - WARNING: Prefer netdev_err(netdev, ... then dev_err(dev, ... then pr_err(... to printk(KERN_ERR ... - WARNING: Prefer netdev_info(netdev, ... then dev_info(dev, ... then pr_info(... to printk(KERN_INFO ... and added pr_fmt. Signed-off-by: YAMANE Toshiaki --

Re: [PATCH 1/1] mtd:nand:clk: preparation for switch to common clock framework

2012-10-09 Thread Sekhar Nori
On 10/9/2012 6:33 PM, Sekhar Nori wrote: > On 9/17/2012 10:07 PM, Murali Karicheri wrote: >> As a first step towards migrating davinci platforms to use common clock >> framework, replace all instances of clk_enable() with clk_prepare_enable() >> and clk_disable() with clk_disable_unprepare(). Until

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

2012-10-09 Thread Jaegeuk Kim
2012-10-09 (화), 14:39 +0200, Lukáš Czerner: > On Tue, 9 Oct 2012, Jaegeuk Kim wrote: > > > > > > > > > > > > > > > > > As you can see the f2fs kernel document patch, I think one of > > > > > > > > the most > > > > > > > > important features is to align operating units between f2fs and > > > > >

Re: [PATCH 1/6] x86, RAS: Add a barebones RAS subtree

2012-10-09 Thread Borislav Petkov
On Mon, Oct 08, 2012 at 04:53:46PM -0700, Tony Luck wrote: > On Mon, Oct 8, 2012 at 10:11 AM, Borislav Petkov wrote: > > +config X86_RAS > > + def_bool y > > + prompt "X86 RAS features" > > + ---help--- > > + A collection of Reliability, Availability and Serviceability > >

Re: blk: NULL ptr deref in blk_dequeue_request()

2012-10-09 Thread Sasha Levin
On 10/08/2012 05:45 PM, Jiri Kosina wrote: > On Mon, 8 Oct 2012, Jan Kara wrote: > >>> > > I'm still seeing this on linux-next. >> > I think this is floppy related (see redo_fd_request() in the stack >> > trace). And there were quite some changes to the area recently. Adding >> > maintainer to C

[PATCH 1/5] arcmsr: Re-name the HBA Type

2012-10-09 Thread NickCheng
From: Nick Cheng Replace the nameing, hba, hbb and hbc, with hbaA, hbaB abd hbaC respectively Signed-off-by: Nick Cheng --- diff -uprN -X linux-vanilla/Documentation/dontdiff linux-vanilla//drivers/scsi/arcmsr/arcmsr.h linux-development//drivers/scsi/arcmsr/arcmsr.h --- linux-vanilla//drivers/sc

Re: blk: NULL ptr deref in blk_dequeue_request()

2012-10-09 Thread Sasha Levin
On 10/09/2012 09:21 AM, Sasha Levin wrote: > On 10/08/2012 05:45 PM, Jiri Kosina wrote: >> On Mon, 8 Oct 2012, Jan Kara wrote: >> >> I'm still seeing this on linux-next. I think this is floppy related (see redo_fd_request() in the stack trace). And there were quite some changes to t

Re: [remoteproc:for-next 6/9] remoteproc_virtio.c:(.text+0x238e7e): undefined reference to `vring_transport_features'

2012-10-09 Thread Dan Carpenter
On Tue, Oct 09, 2012 at 01:52:49PM +0200, Ohad Ben-Cohen wrote: > Hi Sjur, > > On Tue, Oct 9, 2012 at 12:30 PM, Sjur BRENDELAND > wrote: > > Sorry for not responding sooner, but I thought this issue was solved with > > your patch "remoteproc: fix (again) the virtio-related build breakage" > > (h

[GIT PULL] Disintegrate UAPI for can

2012-10-09 Thread David Howells
t repository at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-can-20121009 for you to fetch changes up to c523b9b41d6bfdd035b5c25063ad13967f3306cd: UAPI: (Scripted) Disintegrate include/linux/can (2012-10-09

[GIT PULL] Disintegrate UAPI for isdn

2012-10-09 Thread David Howells
git repository at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-isdn-20121009 for you to fetch changes up to 1855f1b1074ea8a76ced0f3ef25bbecd6b2a7222: UAPI: (Scripted) Disintegrate include/linux/isdn (2012-10-09

[GIT PULL] Disintegrate UAPI for tty

2012-10-09 Thread David Howells
t repository at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-tty-20121009 for you to fetch changes up to 5217c129443600b414e5b64aafe358952b78a65d: UAPI: (Scripted) Disintegrate include/linux/hsi (2012-10-09

[GIT PULL] Disintegrate UAPI for sound

2012-10-09 Thread David Howells
git repository at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-sound-20121009 for you to fetch changes up to 674e95ca446369e9ca40e4e92b214a616a52bcd6: UAPI: (Scripted) Disintegrate include/sound (2012-10-09

[GIT PULL] Disintegrate UAPI for usb

2012-10-09 Thread David Howells
t repository at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-usb-20121009 for you to fetch changes up to 5e1ddb481776a487b15b40579a000b279ce527c9: UAPI: (Scripted) Disintegrate include/linux/usb (2012-10-09

[GIT PULL] Disintegrate UAPI for wimax

2012-10-09 Thread David Howells
git repository at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-wimax-20121009 for you to fetch changes up to 1e256b340d9574fd1bf31b73f16c4c474502692c: UAPI: (Scripted) Disintegrate include/linux/wimax (2012-10-09

[GIT PULL] Disintegrate UAPI for xen

2012-10-09 Thread David Howells
t repository at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-xen-20121009 for you to fetch changes up to 72503791edffe516848d0f01d377fa9cd0711970: UAPI: (Scripted) Disintegrate include/xen (2012-10-09

Re: [PATCH] [staging][zram] Fix handling of incompressible pages

2012-10-09 Thread Minchan Kim
Hi Nitin, On Mon, Oct 08, 2012 at 06:32:44PM -0700, Nitin Gupta wrote: > Change 130f315a introduced a bug in the handling of incompressible > pages which resulted in memory allocation failure for such pages. > The fix is to store the page as-is i.e. without compression if the > compressed size exc

[GIT PULL] Disintegrate UAPI for spi

2012-10-09 Thread David Howells
t repository at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-spi-20121009 for you to fetch changes up to 7939d3c2a677b06cf111a1304710dd97892f3695: UAPI: (Scripted) Disintegrate include/linux/spi (2012-10-09

[GIT PULL] Disintegrate UAPI for fbdev

2012-10-09 Thread David Howells
git repository at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-fbdev-20121009 for you to fetch changes up to c86cba891a10fdc9c2218973435d0b7d0f9f5cf0: UAPI: (Scripted) Disintegrate include/video (2012-10-09

[GIT PULL] Disintegrate UAPI for mmc

2012-10-09 Thread David Howells
t repository at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-mmc-20121009 for you to fetch changes up to ad1cfdcef1378adc7215a74772f7d06c4cc6ef50: UAPI: (Scripted) Disintegrate include/linux/mmc (2012-10-09

[GIT PULL] Disintegrate UAPI for media

2012-10-09 Thread David Howells
git repository at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-media-20121009 for you to fetch changes up to 1c436decd49665be131887b08d172a7989cdceee: UAPI: (Scripted) Disintegrate include/linux/dvb (2012-10-09

[GIT PULL] Disintegrate UAPI for hdlc

2012-10-09 Thread David Howells
git repository at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-hdlc-20121009 for you to fetch changes up to 76fbc143cdcb5cd13f333a71e7f9190a2e639c66: UAPI: (Scripted) Disintegrate include/linux/hdlc (2012-10-09

[GIT PULL] Disintegrate UAPI for raid

2012-10-09 Thread David Howells
git repository at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-raid-20121009 for you to fetch changes up to fc5a40a2301aa241eedb16caf9169ca5763707c1: UAPI: (Scripted) Disintegrate include/linux/raid (2012-10-09

[GIT PULL] Disintegrate UAPI for rdma

2012-10-09 Thread David Howells
git repository at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-rdma-20121009 for you to fetch changes up to e70078e9af5a4012a20448ce0af9b3b0813cc4bb: UAPI: (Scripted) Disintegrate include/rdma (2012-10-09

[PATCH v3] video: imxfb: Do not crash on reboot

2012-10-09 Thread Fabio Estevam
Issuing a "reboot" command after the LCD times out causes the following warnings: Requesting system reboot [ cut here ] WARNING: at drivers/clk/clk.c:471 clk_disable+0x24/0x50() Modules linked in: [] (unwind_backtrace+0x0/0xf4) from [] (warn_slowpath_common+0x48/0x60) [] (

[GIT PULL] Disintegrate UAPI for mtd

2012-10-09 Thread David Howells
t repository at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-mtd-20121009 for you to fetch changes up to 4a8e43feeac7996b8de2d5b2823e316917493df4: UAPI: (Scripted) Disintegrate include/mtd (2012-10-09

[GIT PULL] Disintegrate UAPI for nfs

2012-10-09 Thread David Howells
t repository at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-nfs-20121009 for you to fetch changes up to e3dd9a52cb5552c46c2a4ca7ccdfb4dab5c72457: UAPI: (Scripted) Disintegrate include/linux/sunrpc (2012-10-09

[GIT PULL] Disintegrate UAPI for net

2012-10-09 Thread David Howells
t repository at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-net-20121009 for you to fetch changes up to b6bf56c6be2be7ccebebfd91b1f11889296cbd9e: UAPI: (Scripted) Disintegrate include/linux/tc_ematch (2012-10-09

Re: [PATCH 1/5] arcmsr: Re-name the HBA Type

2012-10-09 Thread James Bottomley
On Tue, 2012-10-09 at 21:23 +0800, NickCheng wrote: > From: Nick Cheng > > Replace the nameing, hba, hbb and hbc, with hbaA, hbaB abd hbaC respectively > Signed-off-by: Nick Cheng This is still malformed in exactly the same way > diff -uprN -X linux-vanilla/Documentation/dontdiff > linux-vanil

<    1   2   3   4   5   6   7   >