Re: [PATCH 04/42] rtc: rtc-ab8500: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Srinidhi Kasagar
On Fri, May 03, 2013 at 08:24:24 +0200, Jingoo Han wrote: > The driver core clears the driver data to NULL after device_release > or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d > (device-core: Ensure drvdata = NULL when no driver is bound). > Thus, it is not needed to ma

Re: [GIT PULL] Removal of GENERIC_GPIO

2013-05-02 Thread Grant Likely
On Fri, May 3, 2013 at 2:03 AM, Stephen Rothwell wrote: > Hi Guys, > > On Fri, 3 May 2013 10:52:34 +1000 Stephen Rothwell > wrote: >> >> I currently have 3 merge fix patches for the gen-cpio tree: >> >> gen-gpio: GPIOLIB merge fix up >> merge fix for Convert selectors of GENERIC_GPIO to GPIOLIB

[PATCH RFC v3] media: i2c: mt9p031: add OF support

2013-05-02 Thread Prabhakar Lad
From: Lad, Prabhakar add OF support for the mt9p031 sensor driver. Alongside this patch sorts the header inclusion alphabetically. Signed-off-by: Lad, Prabhakar Cc: Hans Verkuil Cc: Laurent Pinchart Cc: Mauro Carvalho Chehab Cc: Guennadi Liakhovetski Cc: Sylwester Nawrocki Cc: Sakari Ailus

[PATCH 42/42] rtc: rtc-tile: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 41/42] rtc: rtc-rp5c01: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 40/42] rtc: rtc-puv3: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 34/42] rtc: rtc-spear: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 39/42] rtc: rtc-m48t86: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 4/4] mtd: gpmi: update the ecc step size for mtd_info{}

2013-05-02 Thread Huang Shijie
update the ecc step size when we have already get the right value. Signed-off-by: Huang Shijie --- drivers/mtd/nand/gpmi-nand/gpmi-nand.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/nand/gpmi-nand/gpmi-nand.c b/drivers/mtd/nand/gpmi-nand/gpmi-nand.c inde

[PATCH 38/42] rtc: rtc-vt8500: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 37/42] rtc: rtc-vr41xx: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 36/42] rtc: rtc-twl: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH V2] Staging: add USB MTK bluetooth driver

2013-05-02 Thread Cho, Yu-Chen
From: "Cho, Yu-Chen" This driver is for the Mediatek Bluetooth that can be found in many different laptops. It was written by Mediatek, but cleaned up to work properly in the kernel tree by SUSE. -- Changes since v1: 1.fixed built error , because build path typo. 2.change to correct version n

[PATCH 2/4] mtd: add a new sys node to show the ecc step size

2013-05-02 Thread Huang Shijie
Add a new sys node to show the ecc step size. The application then can uses this node to get the ecc step size. Signed-off-by: Huang Shijie --- drivers/mtd/mtdcore.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/mtdcore.c b/drivers/mtd/mtdcore.c

[PATCH 35/42] rtc: rtc-stmp3xxx: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 33/42] rtc: rtc-sh: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 31/42] rtc: rtc-s3c: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 32/42] rtc: rtc-sa1100: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 29/42] rtc: rtc-pcap: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 30/42] rtc: rtc-pm8xxx: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 0/4] Export the ecc step size to user applications

2013-05-02 Thread Huang Shijie
In order to implement the NAND boot for some Freescale's chips, such as imx23/imx28/imx50/imx6, we use a tool (called kobs-ng) to burn the uboot and some metadata to nand chip. And the ROM code will use the metadata to configrate the BCH, and to find the uboot. The ECC information(ecc step size, e

[PATCH 3/4] mtd: set the ecc step size for master/slave mtd_info

2013-05-02 Thread Huang Shijie
Set the ecc step size for master/slave mtd_info{}. Signed-off-by: Huang Shijie --- drivers/mtd/mtdpart.c|1 + drivers/mtd/nand/nand_base.c |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/mtdpart.c b/drivers/mtd/mtdpart.c index 3014933..e948eb6 100

[PATCH 1/4] mtd: add a new field to mtd_info{}

2013-05-02 Thread Huang Shijie
In order to implement the NAND boot for some Freescale's chips, such as imx23/imx28/imx50/imx6, we use a tool (called kobs-ng) to burn the uboot and some metadata to nand chip. And the ROM code will use the metadata to configrate the BCH, and to find the uboot. The ECC information(ecc step size, e

[PATCH 28/42] rtc: rtc-nuc900: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 27/42] rtc: rtc-mxc: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 25/42] rtc: rtc-mc13xxx: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 26/42] rtc: rtc-msm6242: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 24/42] rtc: rtc-max8998: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 23/42] rtc: rtc-max8925: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 22/42] rtc: rtc-m48t59: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 20/42] rtc: rtc-lpc32xx: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 21/42] rtc: rtc-ls1x: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 19/42] rtc: rtc-lp8788: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 18/42] rtc: rtc-jz4740: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 17/42] rtc: rtc-ep93xx: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 15/42] rtc: rtc-dm355evm: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 16/42] rtc: rtc-ds1302: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 14/42] rtc: rtc-davinci: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 13/42] rtc: rtc-da9055: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 12/42] rtc: rtc-da9052: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 11/42] rtc: rtc-coh901331: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 10/42] rtc: rtc-bq4802: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

Re: [PATCH 1/1] powerpc: mpc512x_dma: add support for data transfers between memory and i/o memory

2013-05-02 Thread Alexander Popov
Hello Vinod, Thanks for the review. I will return with improved and tested version 2. Best regards, Alexander -- 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-i

[PATCH 09/42] rtc: rtc-bfin: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 08/42] rtc: rtc-au1xxx: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 07/42] rtc: rtc-at91sam9: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 06/42] rtc: rtc-at91rm9200: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 05/42] rtc: rtc-at32ap700x: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 04/42] rtc: rtc-ab8500: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 03/42] rtc: rtc-ab3100: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 02/42] rtc: rtc-88pm860x: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 01/42] rtc: rtc-88pm80x: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 4/4] backlight: pcf50633: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 3/4] backlight: lp8788: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 2/4] backlight: ep93xx: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

[PATCH 1/4] backlight: atmel-pwm-bl: remove unnecessary platform_set_drvdata()

2013-05-02 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingo

Re: [PATCH] sched: wake-affine throttle

2013-05-02 Thread Mike Galbraith
On Fri, 2013-05-03 at 13:57 +0800, Michael Wang wrote: > Hi, Mike > > Thanks for your reply. > > On 05/03/2013 01:01 PM, Mike Galbraith wrote: > [snip] > >> > >> If this approach caused any concerns, please let me know ;-) > > > > I wonder if throttling on failure is the way to go. Note the mi

Re: [PATCH V2] cpufreq: cpu0: Free parent node for error cases

2013-05-02 Thread Shawn Guo
On Fri, May 03, 2013 at 10:14:25AM +0530, Viresh Kumar wrote: > We are freeing parent node in success cases but not in failure cases. Lets do > it. > > Signed-off-by: Viresh Kumar Acked-by: Shawn Guo > --- > drivers/cpufreq/cpufreq-cpu0.c | 5 - > 1 file changed, 4 insertions(+), 1 deleti

Re: [PATCH v4 4/6] KVM: MMU: fast invalid all shadow pages

2013-05-02 Thread Xiao Guangrong
On 05/03/2013 10:27 AM, Takuya Yoshikawa wrote: > On Sat, 27 Apr 2013 11:13:20 +0800 > Xiao Guangrong wrote: > >> +/* >> + * Fast invalid all shadow pages belong to @slot. >> + * >> + * @slot != NULL means the invalidation is caused the memslot specified >> + * by @slot is being deleted, in this

Re: [PATCH v4 3/6] KVM: MMU: introduce kvm_clear_all_lpage_info

2013-05-02 Thread Xiao Guangrong
On 05/03/2013 10:15 AM, Takuya Yoshikawa wrote: > On Sat, 27 Apr 2013 11:13:19 +0800 > Xiao Guangrong wrote: > >> This function is used to reset the large page info of all guest pages >> which will be used in later patch >> >> Signed-off-by: Xiao Guangrong >> --- >> arch/x86/kvm/x86.c | 25 ++

Re: [PATCH] sched: wake-affine throttle

2013-05-02 Thread Michael Wang
Hi, Mike Thanks for your reply. On 05/03/2013 01:01 PM, Mike Galbraith wrote: [snip] >> >> If this approach caused any concerns, please let me know ;-) > > I wonder if throttling on failure is the way to go. Note the minimal > gain for pgbench with the default 1ms throttle interval. It's not v

Re: [PATCH v4 2/6] KVM: x86: introduce memslot_set_lpage_disallowed

2013-05-02 Thread Xiao Guangrong
On 05/03/2013 10:10 AM, Takuya Yoshikawa wrote: > On Sat, 27 Apr 2013 11:13:18 +0800 > Xiao Guangrong wrote: > >> It is used to set disallowed large page on the specified level, can be >> used in later patch >> >> Signed-off-by: Xiao Guangrong >> --- >> arch/x86/kvm/x86.c | 53 >> +++

[PATCH v2 2/2] clk: si5351: Set initial clkout rate when defined in platform data.

2013-05-02 Thread Marek Belisko
Signed-off-by: Marek Belisko --- Changes v1->v2: - update commit message and comment to refer to platform data not DT drivers/clk/clk-si5351.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/clk/clk-si5351.c b/drivers/clk/clk-si5351.c index cf39e53..24f5536 100644 --- a

[PATCH v2 1/2] clk: si5351: Fix clkout rate computation.

2013-05-02 Thread Marek Belisko
Rate was incorrectly computed because we read from wrong divider register. Signed-off-by: Marek Belisko Acked-by: Sebastian Hesselbarth --- drivers/clk/clk-si5351.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/clk-si5351.c b/drivers/clk/clk-si5351.c index 8

Re: [PATCH v4 4/6] KVM: MMU: fast invalid all shadow pages

2013-05-02 Thread Xiao Guangrong
On 05/03/2013 09:05 AM, Marcelo Tosatti wrote: >> + >> +/* >> + * Fast invalid all shadow pages belong to @slot. >> + * >> + * @slot != NULL means the invalidation is caused the memslot specified >> + * by @slot is being deleted, in this case, we should ensure that rmap >> + * and lpage-info of th

[PATCH] ASoC: McASP: Fix receive clock polarity in DAIFMT_NB_NF mode.

2013-05-02 Thread Marek Belisko
According documentation bit ACLKRPOL is set to 0 (receiver samples data on falling edge) and when set to 1 (receiver samples data on rising edge). I2S data are always sampled on falling edge and valid during rising edge of bit clock. So in case of capture data transmitter sample data on falling ed

[PATCH v2] clk: si5351: Allow user to define disabled state for every clock output

2013-05-02 Thread Marek Belisko
From: Sebastian Hesselbarth This patch adds platform data and DT bindings to allow to overwrite the stored disabled state for each clock output. Signed-off-by: Marek Belisko Signed-off-by: Sebastian Hesselbarth --- Changes from v1->v2: Sebastian Hesselbarth send me updated version of patch whi

Re: [PATCH -next] power: fix lp8788-charger kconfig & build

2013-05-02 Thread Anton Vorontsov
On Wed, May 01, 2013 at 11:04:38PM +, Kim, Milo wrote: > > Subject: [PATCH -next] power: fix lp8788-charger kconfig & build > > > > From: Randy Dunlap > > > Acked-by: Milo Kim Applied, thanks a lot! Anton -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bo

Re: [PATCH v2 2/5] ARM: dove: add DT parsing for legacy mv643xx_eth

2013-05-02 Thread Andrew Lunn
On Fri, May 03, 2013 at 01:48:36AM +0200, Sebastian Hesselbarth wrote: > To allow to move to orion irqchip driver, existing legacy devices > have to map their irqs. This patch adds init code to map the > corresponding irqs. It will vanish as soon as there is true device tree > support for mv643xx_e

Re: [PATCH] sched: wake-affine throttle

2013-05-02 Thread Mike Galbraith
On Fri, 2013-05-03 at 11:46 +0800, Michael Wang wrote: > On 04/10/2013 11:30 AM, Michael Wang wrote: > > Now long time has been passed since the first version, I'd like to > do some summary about current states: > > On a 12 cpu box with tip 3.9.0-rc7, test show that: > > 1. remove wake-affine

[GIT PULL] linux-pstore.git

2013-05-02 Thread Anton Vorontsov
Hello Linus, Please pull a few updates for the pstore subsystem. Here is what is in: - A new platform data parameter to specify ECC configuration; - Rounding fixup to not waste memory in ecc_blocks; - Restore ECC information printouts; - A small code cleanup: use kmemdup where appropriate. Thank

Re: [PATCH, RFC 02/22] cpufreq: ARM_DT_BL_CPUFREQ needs ARM_CPU_TOPOLOGY

2013-05-02 Thread Viresh Kumar
On 2 May 2013 20:46, Arnd Bergmann wrote: > The big.LITTLE cpufreq driver uses the CPU topology API, which > needs to be reflected in Kconfig to prevent broken configurations. > > warning: (ARM_DT_BL_CPUFREQ) selects ARM_BIG_LITTLE_CPUFREQ which > has unmet direct dependencies (ARCH_HAS_CPUFREQ &&

[PATCH 2/7] posix-cpu-timers: fix acounting delta_exec twice

2013-05-02 Thread kosaki . motohiro
From: KOSAKI Motohiro Currently glibc rt/tst-cpuclock2 test(*) sporadically fails because scheduler delta can be accounted twice from thread_group_cputimer() and account_group_exec_runtime(). Finally, clock_nanosleep() wakes up before an argument. This is posix violation. This issue was introduc

[PATCH 6/7] sched: task_sched_runtime introduce micro optimization

2013-05-02 Thread kosaki . motohiro
From: KOSAKI Motohiro rq lock in task_sched_runtime() is necessary for two reasons. 1) accessing se.sum_exec_runtime is not atomic on 32bit and 2) do_task_delta_exec() require it. So, 64bit can avoid holding rq lock when add_delta is false and delta_exec is 0. Cc: Olivier Langlois Cc: Thomas G

[PATCH 7/7] posix-cpu-timers: cleanup cpu_{clock,timer}_sample{,_group}

2013-05-02 Thread kosaki . motohiro
From: KOSAKI Motohiro Now we have four similar timer related functions, cpu_clock_sample(), cpu_clock_sample_group(), cpu_timer_sample() and cpu_timer_sample_group(). For readability, make do_cpu_clock_timer_sample() and thread_cputime() helper functions and all *_sample functions use these. Cc

[PATCH 5/7] posix-cpu-timers: check_thread_timers() uses task_sched_runtime()

2013-05-02 Thread kosaki . motohiro
From: KOSAKI Motohiro A type of tsk->se.sum_exec_runtime is u64. Thus, reading it is racy when running 32bit. We should use task_sched_runtime(). Cc: Olivier Langlois Cc: Thomas Gleixner Cc: Frederic Weisbecker Cc: Ingo Molnar Acked-by: Peter Zijlstra Signed-off-by: KOSAKI Motohiro --- ke

[PATCH 3/7] posix-cpu-timers: fix wrong timer initialization

2013-05-02 Thread kosaki . motohiro
From: KOSAKI Motohiro Currently glibc's rt/tst-cputimer1 testcase sporadically fails because a timer created by timer_create() may fire earlier than specified. posix_cpu_timer_set() uses "val" as current time for three purpose. 1) initialize sig->cputimer. 2) calculation "old" val. 3) calculatio

[PATCH 4/7] posix-cpu-timers: timer functions should use timer time instead of clock time

2013-05-02 Thread kosaki . motohiro
From: KOSAKI Motohiro For process timers, we use cpu_clock_sample_group() and cpu_timer_sample_group() correctly. However, for thread timers, we always use cpu_clock_sample(). This is wrong because a cpu_clock_sample() accounts uncommitted delta_exec too. And this is inconsistent against run_posi

[PATCH 1/7] posix-cpu-timers: don't account cpu timer after stopped thread runtime accounting

2013-05-02 Thread kosaki . motohiro
From: KOSAKI Motohiro When tsk->signal->cputimer->running is 1, signal->cputimer and tsk->sum_sched_runtime increase at the same pace because update_curr() increases both accounting. However, there is one exception. When thread exiting, __exit_signal() turns over task's sum_shced_runtime to sig-

[PATCH v4 0/7] posix timers fixlet

2013-05-02 Thread kosaki . motohiro
From: KOSAKI Motohiro Glibc's posix timer testcase found a lot of bugs in posix timer code. This series, hopefully, fixes all of them. All patches are independent each other logically. Changes from v3 - task_sched_runtime() micro optimization add to care tsk->on_cpu. suggested Paul Turner.

[PATCH V2] cpufreq: cpu0: Free parent node for error cases

2013-05-02 Thread Viresh Kumar
We are freeing parent node in success cases but not in failure cases. Lets do it. Signed-off-by: Viresh Kumar --- drivers/cpufreq/cpufreq-cpu0.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/cpufreq/cpufreq-cpu0.c b/drivers/cpufreq/cpufreq-cpu0.c index 3ab8294..

RE: [ANNOUNCE] 3.8.10-rt6

2013-05-02 Thread Jain Priyanka-B32167
Hello Sebastian, It is mentioned below that SLxB is broken. I assume it means bit SLUB and SLAB is broken? Can you please share the error-details/logs/scenario/steps-to-reproduce. Regards Priyanka > -Original Message- > From: linux-rt-users-ow...@vger.kernel.org [mailto:linux-rt-users- >

Re: [PATCH] dma: tegra: implement suspend/resume callbacks

2013-05-02 Thread Vinod Koul
On Thu, May 02, 2013 at 12:42:30PM -0600, Stephen Warren wrote: > On 04/30/2013 04:30 AM, Vinod Koul wrote: > > On Wed, Apr 24, 2013 at 03:24:27PM +0530, Laxman Dewangan wrote: > >> Implement suspend/resume callbacks to store APB DMA channel's > >> register on suspend and restore APB DMA channel's

Re: [PATCH v2 03/10] freezer: add new freezable helpers using freezer_do_not_count()

2013-05-02 Thread Tejun Heo
On Thu, May 02, 2013 at 09:17:21PM -0700, Colin Cross wrote: > > And I *hope* the lockdep annotation is stricter than what was added > > before. I think it better be "no lock ever should be held at this > > point" rather than "consider this a big lock". > > The previous patch (6aa9707099c4b257009

Re: [PATCH v2 03/10] freezer: add new freezable helpers using freezer_do_not_count()

2013-05-02 Thread Colin Cross
On Thu, May 2, 2013 at 9:09 PM, Tejun Heo wrote: > Hello, > > On Thu, May 02, 2013 at 07:41:39PM -0700, Colin Cross wrote: >> On Thu, May 2, 2013 at 7:16 PM, Colin Cross wrote: >> > This sounds the same as what ended up getting reverted in >> > https://lkml.org/lkml/2013/3/4/221 >> > I can add th

Re: [PATCH v2 03/10] freezer: add new freezable helpers using freezer_do_not_count()

2013-05-02 Thread Tejun Heo
On Thu, May 02, 2013 at 09:09:34PM -0700, Tejun Heo wrote: > But that conflicts with what you're doing here which seems pretty > useful, so, to satisfy both goals, when somebody needs to put a > pseudo-frozen task into the actual frozen jobctl stop, those spots > which are currently using try_to_st

linux-next: Tree for May 3

2013-05-02 Thread Stephen Rothwell
Hi all, Please do not add any v3.11 destined work to your linux-next included branches until after v3.10-rc1 is released. Changes since 20130502: I have created today's linux-next tree at git://git.kernel.or

Re: [PATCH v2 03/10] freezer: add new freezable helpers using freezer_do_not_count()

2013-05-02 Thread Tejun Heo
Hello, On Thu, May 02, 2013 at 07:41:39PM -0700, Colin Cross wrote: > On Thu, May 2, 2013 at 7:16 PM, Colin Cross wrote: > > This sounds the same as what ended up getting reverted in > > https://lkml.org/lkml/2013/3/4/221 > > I can add the WARN_ON_ONCE to all my new calls, and leave them out of >

KVM VM(rhel-5.5) %si is too high when TX/RX packets

2013-05-02 Thread Zhanghaoyu (A)
I running a VM(RHEL-5.5) on KVM hypervisor(linux-3.8 + QEMU-1.4.1), and direct-assign intel 82576 VF to the VM. When TX/RX packets on VM to the other host via iperf tool, top tool result on VM shown that the %si is too high, approximately 95% ~ 100%, but from the view of host, the VM's total CPU

Re: [PATCH v3 net-next] net/usb: new driver for RTL8152

2013-05-02 Thread David Miller
From: 'Greg KH' Date: Thu, 2 May 2013 20:23:15 -0700 > On Fri, May 03, 2013 at 11:11:47AM +0800, hayeswang wrote: >> Greg KH [mailto:gre...@linuxfoundation.org] >> > Sent: Friday, May 03, 2013 10:33 AM >> > To: Hayeswang >> > Cc: oli...@neukum.org; net...@vger.kernel.org; >> > linux-kernel@vger

Re: [PATCH v3 net-next] net/usb: new driver for RTL8152

2013-05-02 Thread 'Greg KH'
On Fri, May 03, 2013 at 11:11:47AM +0800, hayeswang wrote: > Greg KH [mailto:gre...@linuxfoundation.org] > > Sent: Friday, May 03, 2013 10:33 AM > > To: Hayeswang > > Cc: oli...@neukum.org; net...@vger.kernel.org; > > linux-kernel@vger.kernel.org; linux-...@vger.kernel.org; nic_swsd > > Subject:

Re: [PATCH] sched: wake-affine throttle

2013-05-02 Thread Michael Wang
On 04/10/2013 11:30 AM, Michael Wang wrote: Now long time has been passed since the first version, I'd like to do some summary about current states: On a 12 cpu box with tip 3.9.0-rc7, test show that: 1. remove wake-affine stuff cause regression on hackbench (could be 15%). 2. reserve wake-affi

Re: Re: Re: [PATCH] UBI: fix memory leak when use fastmap

2013-05-02 Thread wang . bo116
richard -rw- weinberger write 2013-05-03 03:21:33: > On Thu, May 2, 2013 at 10:30 AM, wrote: > >> Hi! > >> > >> On Tue, Apr 16, 2013 at 10:53 AM, wrote: > >> > Hello, > >> > Sorry, there is still something wrong with the previous > > patch's > >> > format, try to submit it again. Whe

Re: X86 fpu registers in a signal handler's ucontext

2013-05-02 Thread H. Peter Anvin
On 04/29/2013 07:34 AM, Warlich, Christof wrote: > Second, only FP state seems to be available through ucontext_t, and I would > need to clear exceptions for SSE as well. Not true. > Can anyone give me some advice on how to I could proceed? To optimize the common case, if the signal handler does

Re: [PATCH v2 07/10] futex: use freezable blocking call

2013-05-02 Thread Darren Hart
On 05/02/2013 12:45 PM, Thomas Gleixner wrote: > On Wed, 1 May 2013, Colin Cross wrote: > >> Avoid waking up every thread sleeping in a futex_wait call during >> suspend and resume by calling a freezable blocking call. Previous >> patches modified the freezer to avoid sending wakeups to threads

RE: [PATCH v3 net-next] net/usb: new driver for RTL8152

2013-05-02 Thread hayeswang
Greg KH [mailto:gre...@linuxfoundation.org] > Sent: Friday, May 03, 2013 10:33 AM > To: Hayeswang > Cc: oli...@neukum.org; net...@vger.kernel.org; > linux-kernel@vger.kernel.org; linux-...@vger.kernel.org; nic_swsd > Subject: Re: [PATCH v3 net-next] net/usb: new driver for RTL8152 > > On Fri, Ma

Re: Subject : [ PATCH ] pci-reset-error_state-to-pci_channel_io_normal-at-report_slot_reset

2013-05-02 Thread Yanmin Zhang
On Thu, 2013-05-02 at 19:00 -0700, Greg Kroah-Hartman wrote: > On Fri, May 03, 2013 at 08:33:00AM +0800, Yanmin Zhang wrote: > > On Wed, 2013-05-01 at 20:20 -0500, Linas Vepstas wrote: > > > Hi, > > > > > > On 1 May 2013 19:30, Yanmin Zhang > > > wrote: > > > On Fri, 2013-04-26 at 06:28 +

[PATCH] trivial: beautify code, let 'inline' in front of 'void'

2013-05-02 Thread Chen Gang
Let 'inline' in front of 'void' to make code more beautiful. It also can avoid the related warnings when EXTRA_CFLAGS=-W. Signed-off-by: Chen Gang --- arch/ia64/kernel/mca.c |2 +- arch/ia64/sn/pci/pcibr/pcibr_ate.c |2 +- arch/ia64/sn/pci/tioce_pro

Re: OOM-killer and strange RSS value in 3.9-rc7

2013-05-02 Thread Han Pingtian
On Thu, May 02, 2013 at 03:10:15PM +, Christoph Lameter wrote: > On Thu, 2 May 2013, Han Pingtian wrote: > > > Looks like "ibmvscsi" + "slub" can trigger this problem. > > And the next merge of the slab-next tree will also cause SLAB to trigger > this issue. I would like to have this fixes. T

Re: [PATCH V4 4/9] mtd: get the ECC info from the Extended Parameter Page

2013-05-02 Thread Huang Shijie
于 2013年05月03日 07:39, Brian Norris 写道: only run the extended parameter page function after that point. sorry, I prefer to run the extended parameter page function here just following the case "p-> ecc_bits != 0xff". IMHO, the two cases should be put together as the onfi spec tells, rather be spl

  1   2   3   4   5   6   7   >