Re: [PATCH 2/3] thermal: samsung: Add TMU support for Exynos5420 SoCs

2013-08-27 Thread amit daniel kachhap
On Wed, Aug 28, 2013 at 11:15 AM, Naveen Krishna Chatradhi wrote: > This patch adds the neccessary register changes and arch information > to support Exynos5420 SoCs > Exynos5420 has 5 TMU channels one for each CPU 0, 1, 2 and 3 and GPU > > Signed-off-by: Naveen Krishna Chatradhi Acked-by: Amit

Re: [PATCH 1/3] thermal: samsung: correct the fall interrupt en, status bit fields

2013-08-27 Thread amit daniel kachhap
On Wed, Aug 28, 2013 at 11:15 AM, Naveen Krishna Chatradhi wrote: > The FALL interrupt related en, status bits are available at an offset of > 16 on INTEN, INTSTAT registers and at an offset of > 12 on INTCLEAR register. > > This patch corrects the same for exyns5250 and exynos5440 > >

[PATCH 5/5] mfd: tmio_core: Remove tmio_core_mmc_pwr()

2013-08-27 Thread Jingoo Han
tmio_core_mmc_pwr() is not called anymore, so remove it. Signed-off-by: Jingoo Han Cc: Laurent Pinchart Cc: Guennadi Liakhovetski Cc: Ian Molton Cc: Chris Ball --- drivers/mfd/tmio_core.c |6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/mfd/tmio_core.c

[PATCH 4/5] mfd: tc6393xb: Remove .set_pwr() callback

2013-08-27 Thread Jingoo Han
Since 3af9d15 "mmc: tmio-mmc: Remove .set_pwr() callback from platform data", .set_pwr() callback is removed from platform data. Thus, .set_pwr() is not used anymore. Also, this patch fixes the following build error and warning. drivers/mfd/tc6393xb.c:381:2: error: unknown field 'set_pwr'

[PATCH 3/5] mfd: tc6387xb: Remove .set_pwr() callback

2013-08-27 Thread Jingoo Han
Since 3af9d15 "mmc: tmio-mmc: Remove .set_pwr() callback from platform data", .set_pwr() callback is removed from platform data. Thus, .set_pwr() is not used anymore. Also, this patch fixes the following build error and warning. drivers/mfd/tc6387xb.c:123:2: error: unknown field 'set_pwr'

[PATCH 2/5] mfd: t7l66xb: Remove .set_pwr() callback

2013-08-27 Thread Jingoo Han
Since 3af9d15 "mmc: tmio-mmc: Remove .set_pwr() callback from platform data", .set_pwr() callback is removed from platform data. Thus, .set_pwr() is not used anymore. Also, this patch fixes the following build error and warning. drivers/mfd/t7l66xb.c:146:2: error: unknown field 'set_pwr'

[PATCH 1/5] mfd: asic3: Remove .set_pwr() callback

2013-08-27 Thread Jingoo Han
Since 3af9d15 "mmc: tmio-mmc: Remove .set_pwr() callback from platform data", .set_pwr() callback is removed from platform data. Thus, .set_pwr() is not used anymore. Also, this patch fixes the following build error and warning. drivers/mfd/asic3.c:724:2: error: unknown field 'set_pwr' specified

Re: [PATCH] drivers/base/memory.c: introduce help macro to_memory_block

2013-08-27 Thread Greg Kroah-Hartman
On Mon, Aug 26, 2013 at 06:32:50PM +0800, Gu Zheng wrote: > Introduce help macro to_memory_block to hide the > conversion(device-->memory_block), > just clean up. > > Signed-off-by: Gu Zheng > --- > drivers/base/memory.c | 27 --- > 1 files changed, 12 insertions(+),

[PATCH 0/3] thermal: samsung: Add TMU for Exynos5420

2013-08-27 Thread Naveen Krishna Chatradhi
The below patchset adds the TMU support for Exynos5420 1. correct the fall interrupt en, status bit fields Fixes an existing bug in the register field access 2. Add TMU support for Exynos5420 SoCs Adds support for Exynos5420. (These changes were tested on a different kernel version) 3.

[PATCH 2/3] thermal: samsung: Add TMU support for Exynos5420 SoCs

2013-08-27 Thread Naveen Krishna Chatradhi
This patch adds the neccessary register changes and arch information to support Exynos5420 SoCs Exynos5420 has 5 TMU channels one for each CPU 0, 1, 2 and 3 and GPU Signed-off-by: Naveen Krishna Chatradhi --- drivers/thermal/samsung/exynos_tmu.c |4 ++

[PATCH 1/3] thermal: samsung: correct the fall interrupt en, status bit fields

2013-08-27 Thread Naveen Krishna Chatradhi
The FALL interrupt related en, status bits are available at an offset of 16 on INTEN, INTSTAT registers and at an offset of 12 on INTCLEAR register. This patch corrects the same for exyns5250 and exynos5440 Signed-off-by: Naveen Krishna Chatradhi --- drivers/thermal/samsung/exynos_tmu.c |

[PATCH 3/3] thermal: exynos: Handle the misplaced TRIMINFO register

2013-08-27 Thread Naveen Krishna Chatradhi
This patch adds code to handle the misplaced TRIMINFO register incase of Exynos5420. On Exynos5420 we have a TRIMINFO register being misplaced for TMU channels 2, 3 and 4 TRIMINFO at 0x1006c000 contains data for TMU channel 3 TRIMINFO at 0x100a contains data for TMU channel 4 TRIMINFO at

Re: [Query] CPUFreq: Why do we need policy->user_policy?

2013-08-27 Thread Viresh Kumar
On 28 August 2013 02:50, Rafael J. Wysocki wrote: > On Tuesday, August 27, 2013 10:04:52 PM Lan Tianyu wrote: >> From my understanding.policy->min/max may be modified by some drivers >> but the user_policy only store user space config and should not be changed >> by other reason. :) > > Yes,

Re: [PATCH 13/13] tracing/uprobes: Add support for full argument access methods

2013-08-27 Thread Namhyung Kim
On Tue, 27 Aug 2013 20:54:45 +0900, Masami Hiramatsu wrote: > (2013/08/27 17:48), Namhyung Kim wrote: >> @@ -315,13 +316,18 @@ static int parse_probe_vars(char *arg, const struct >> fetch_type *t, >> ret = -EINVAL; >> } else if (strncmp(arg, "stack", 5) == 0) { >>

Re: [PATCH 12/13] tracing/uprobes: Add more fetch functions

2013-08-27 Thread Namhyung Kim
Hi Masami, On Tue, 27 Aug 2013 21:03:32 +0900, Masami Hiramatsu wrote: > (2013/08/27 17:48), Namhyung Kim wrote: >> From: Namhyung Kim >> >> Implement uprobe-specific stack and memory fetch functions and add >> them to the uprobes_fetch_type_table. Other fetch fucntions will be >> shared with

Re: [PATCH] cpufreq: Fix timer/workqueue corruption due to double queueing

2013-08-27 Thread Viresh Kumar
On 28 August 2013 00:17, Stephen Boyd wrote: > Sure that works just as well. Here's a patch. > > drivers/cpufreq/cpufreq_governor.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/cpufreq/cpufreq_governor.c > b/drivers/cpufreq/cpufreq_governor.c > index 7b839a8..b9b20fd

Re: [PATCH] cpufreq: governors: Remove duplicate check of target freq in supported range

2013-08-27 Thread Viresh Kumar
On 27 August 2013 00:07, Stratos Karafotis wrote: > Function __cpufreq_driver_target checks if target_freq is within > policy->min and policy->max range. generic_powersave_bias_target also > checks if target_freq is valid through cpufreq_frequency_table_target > call. So, drop the unnecessary

Re: [PATCH] cpufreq: governors: Remove duplicate check of target freq in supported range

2013-08-27 Thread Viresh Kumar
27 August 2013 23:04, Stratos Karafotis wrote: > I'm sorry. Let me try to explain this better. Don't be :) > With my patch, dbs_info->requested_freq will not be capped within > policy->min and policy->max in cs_check_cpu. > So, temporarily it may have a value greater than policy->max > or

Re: [REGRESSION 3.11-rc] wm8775 9-001b: I2C: cannot write ??? to register R??

2013-08-27 Thread Knut Petersen
On 27.08.2013 11:51, Hans Verkuil wrote: On 08/27/2013 11:35 AM, Knut Petersen wrote: On 27.08.2013 09:26, Hans Verkuil wrote: On 08/25/2013 05:45 PM, Knut Petersen wrote: Booting current git kernel dmesg shows a set of new warnings: "wm8775 9-001b: I2C: cannot write ??? to register

Re: [PATCH] iio: exynos_adc: fix wrong structure extration in suspend and resume

2013-08-27 Thread Naveen Krishna Ch
On 23 May 2013 10:55, Naveen Krishna Ch wrote: > On 23 May 2013 02:46, Jonathan Cameron wrote: >> On 05/20/2013 06:09 PM, Doug Anderson wrote: >>> Naveen, >>> >>> On Sun, May 19, 2013 at 11:34 PM, Naveen Krishna Chatradhi >>> wrote: The exynos_adc device structure was wrongly extracted

Re: [PATCH] imx-drm: Fix probe failure

2013-08-27 Thread Sascha Hauer
On Tue, Aug 27, 2013 at 11:32:43PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > Since commit b5dc0d10 (drm/imx: kill firstopen callback) the following probe > failure is seen: > > [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). > [drm] No driver support for vblank timestamp

Re: [PATCH] debugfs: provide debugfs_create_x64() when disabled

2013-08-27 Thread Greg Kroah-Hartman
On Mon, Aug 26, 2013 at 09:58:30AM +0200, Johannes Berg wrote: > From: Johannes Berg > > commit 15b0beaa332b3923cc ("Add x64 support to debugfs") added > debugfs_create_x64(), but forgot to provide it when debugfs is > disabled, causing problems when code tries to use it even then. > Provide the

Re: [PATCH 02/15] rbd: convert bus code to use bus_groups

2013-08-27 Thread Greg Kroah-Hartman
On Tue, Aug 27, 2013 at 07:35:32AM -0500, Alex Elder wrote: > On 08/23/2013 04:24 PM, Greg Kroah-Hartman wrote: > > The bus_attrs field of struct bus_type is going away soon, dev_groups > > should be used instead. This converts the RBD bus code to use the > > correct field. > > > > Cc: Yehuda

Re: Update e-mail address for Andrea Merello

2013-08-27 Thread Greg KH
On Mon, Aug 26, 2013 at 01:53:30PM +0200, Andrea Merello wrote: > A lot of files contain reference to my old e-mail address. > Now I'm going not to read mail from it anymore, so update it > with my current address everywhere. > > Signed-off-by: Andrea Merello I stripped out and took only the

Re: [PATCH 2/4] usb: r8a66597-hcd: use platform_{get,set}_drvdata()

2013-08-27 Thread Greg KH
On Tue, Aug 27, 2013 at 04:10:22PM +0800, Libo Chen wrote: > > Use the wrapper functions for getting and setting the driver data using > platform_device instead of using dev_{get,set}_drvdata() with >dev, > so we can directly pass a struct platform_device. > > Signed-off-by: Libo Chen > --- >

Re: [PATCH 3/4] usb: phy-tegra-usb: use platform_{get,set}_drvdata()

2013-08-27 Thread Greg KH
On Tue, Aug 27, 2013 at 04:10:27PM +0800, Libo Chen wrote: > > Use the wrapper functions for getting and setting the driver data using > platform_device instead of using dev_{get,set}_drvdata() with >dev, > so we can directly pass a struct platform_device. > > Signed-off-by: Libo Chen > --- >

Re: [guv v2 28/31] arc: Replace __get_cpu_var uses throughout the kernel

2013-08-27 Thread Vineet Gupta
On 08/27/2013 08:51 PM, Christoph Lameter wrote: > On Tue, 27 Aug 2013, Vineet Gupta wrote: > >> The other thread about merging logistics doesn't seem to have concluded yet >> so for >> now I'll let it sit with you - please let me know if it needs to be routed >> via the >> arc tree. > Please

Re: [PATCH] xtensa: Fix broken allmodconfig build

2013-08-27 Thread Guenter Roeck
On 08/27/2013 09:06 PM, Guenter Roeck wrote: xtansa allmodbuild fails with: Grmpf. s/xtansa/xtensa Guenter arch/xtensa/kernel/xtensa_ksyms.c:129:1: error: '_mcount' undeclared here (not in a function) make[2]: *** [arch/xtensa/kernel/xtensa_ksyms.o] Error 1 make[1]: ***

linux-next: manual merge of the md tree with the arm tree

2013-08-27 Thread Stephen Rothwell
Hi Neil, Today's linux-next merge of the md tree got conflicts in lib/raid6/Makefile and lib/raid6/test/Makefile between commit 7d11965ddb9b ("lib/raid6: add ARM-NEON accelerated syndrome calculation") from the arm tree and commit ae77cbc1e7b9 ("RAID: add tilegx SIMD implementation of raid6")

[PATCH] xtensa: Fix broken allmodconfig build

2013-08-27 Thread Guenter Roeck
xtansa allmodbuild fails with: arch/xtensa/kernel/xtensa_ksyms.c:129:1: error: '_mcount' undeclared here (not in a function) make[2]: *** [arch/xtensa/kernel/xtensa_ksyms.o] Error 1 make[1]: *** [arch/xtensa/kernel] Error 2 The breakage is due to commit 478ba61af (xtensa: add static function

Re: [PATCH v5 1/4] [SCSI] sg: use rwsem to solve race during exclusive open

2013-08-27 Thread James Bottomley
On Mon, 2013-07-22 at 12:40 +0800, Vaughan Cao wrote: > A race condition may happen if two threads are both trying to open the same sg > with O_EXCL simultaneously. It's possible that they both find fsds list is > empty and get_exclude(sdp) returns 0, then they both call set_exclude() and > break

Re: [PATCH 1/3 v3] pinctrl: ADI PIN control driver for the GPIO controller on bf54x and bf60x.

2013-08-27 Thread Sonic Zhang
Hi Stephen, On Wed, Aug 28, 2013 at 5:39 AM, Stephen Warren wrote: > On 08/27/2013 03:30 AM, Sonic Zhang wrote: >> Hi Stephen, >> >> On Fri, Aug 23, 2013 at 4:48 AM, Stephen Warren >> wrote: >>> On 08/22/2013 01:07 AM, Sonic Zhang wrote: Hi Stephen, On Thu, Aug 22, 2013 at 2:45

Re: [PATCH] usb: phy: samsung-usb2: Toggle HSIC GPIO from device tree

2013-08-27 Thread Tushar Behera
On 28 August 2013 00:14, Felipe Balbi wrote: > On Tue, Aug 13, 2013 at 02:11:27PM +0530, Tushar Behera wrote: >> On 12 July 2013 12:27, Felipe Balbi wrote: >> > Hi, >> > >> > On Wed, Jul 10, 2013 at 10:42:27AM -0700, Julius Werner wrote: >> >> Hi Felipe, >> >> >> >> This is intended to pull down

FTRACE_WARN_ON((rec->flags & ~FTRACE_FL_MASK) == 0))

2013-08-27 Thread Dave Jones
WARNING: CPU: 0 PID: 8961 at kernel/trace/ftrace.c:1640 __ftrace_hash_rec_update.part.37+0x20a/0x240() Modules linked in: bridge stp fuse hidp bnep rfcomm nfnetlink ipt_ULOG scsi_transport_iscsi can_bcm nfc caif_socket caif af_802154 phonet af_rxrpc bluetooth rfkill can_raw can llc2 pppoe pppox

Re: bcache: Fix a writeback performance regression

2013-08-27 Thread kernel neophyte
Hi Kent, I am still seeing deadlock: [ 930.169234] bcache: bch_cached_dev_attach() Caching sda3 as bcache0 on set 06496904-10ca-489a-ae75-68c6a07d3db1 [ 2522.956188] INFO: task bcache_writebac:2058 blocked for more than 120 seconds. [ 2522.956199] "echo 0 >

Re: [PATCH] imx-drm: Fix probe failure

2013-08-27 Thread Fabio Estevam
Hi Greg, On Wed, Aug 28, 2013 at 12:11 AM, Greg KH wrote: > On Tue, Aug 27, 2013 at 11:32:43PM -0300, Fabio Estevam wrote: >> From: Fabio Estevam >> >> Since commit b5dc0d10 (drm/imx: kill firstopen callback) the following probe >> failure is seen: > > I don't have that commit in any tree I

Re: [PATCH] imx-drm: Fix probe failure

2013-08-27 Thread Greg KH
On Tue, Aug 27, 2013 at 11:32:43PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > Since commit b5dc0d10 (drm/imx: kill firstopen callback) the following probe > failure is seen: I don't have that commit in any tree I control, so I can't apply this patch. What tree is this commit in?

mutex warning in cpufreq + RFC patch

2013-08-27 Thread Stephen Boyd
I'm running this simple test code in a shell on my 3.10 kernel and running into this warning rather quickly. cd /sys/devices/system/cpu/cpu1 while true do echo 0 > online echo 1 > online done & while true do echo 30 >

Re: [PATCH v3 2/2] media: i2c: adv7343: add OF support

2013-08-27 Thread Prabhakar Lad
Hi Mark, On Tue, Aug 27, 2013 at 8:54 PM, Mark Rutland wrote: > [fixing up devicetree list address] > Thanks! > On Mon, Aug 26, 2013 at 03:41:45AM +0100, Prabhakar Lad wrote: >> Hi Sylwester, >> >> On Fri, Aug 23, 2013 at 11:33 PM, Sylwester Nawrocki >> wrote: >> > Cc: DT binding maintainers >

[PATCH] imx-drm: Fix probe failure

2013-08-27 Thread Fabio Estevam
From: Fabio Estevam Since commit b5dc0d10 (drm/imx: kill firstopen callback) the following probe failure is seen: [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). [drm] No driver support for vblank timestamp query. [drm] Initialized imx-drm 1.0.0 20120507 on minor 0 imx-ldb ldb.10:

Re: Memory synchronization vs. interrupt handlers

2013-08-27 Thread Paul E. McKenney
On Mon, Aug 26, 2013 at 11:49:15AM -0400, Alan Stern wrote: > David and Paul: > > Here's a question that doesn't seem to be answered in > Documentation/memory-barriers.txt. Are memory accesses within an > interrupt handler synchronized with respect to interrupts? > > In more detail, suppose

Re: [PATCH RFC v2 1/2] qspinlock: Introducing a 4-byte queue spinlock implementation

2013-08-27 Thread Paul E. McKenney
On Tue, Aug 27, 2013 at 03:53:10PM +0200, Peter Zijlstra wrote: > On Tue, Aug 27, 2013 at 09:14:36AM -0400, Steven Rostedt wrote: > > > I just had this conversation with Paul McKenney. Should there be a > > smp_mb_after_spin_unlock()? > > Depends on the benefits I suppose :-) Oleg and Linus did

Re: [PATCH 33/35] power: use dev_get_platdata()

2013-08-27 Thread Jingoo Han
On Wednesday, August 28, 2013 10:59 AM, Anton Vorontsov wrote: > On Tue, Aug 13, 2013 at 12:00:39PM +0300, Dan Carpenter wrote: > > > > > Use the wrapper function for retrieving the platform data instead of > > > > > accessing dev->platform_data directly. > > > > > > > > Um.. what is the benefit

Re: [PATCH] driver core / ACPI: Avoid device removal locking problems

2013-08-27 Thread Gu Zheng
Hi Toshi, On 08/28/2013 05:38 AM, Toshi Kani wrote: > On Tue, 2013-08-27 at 17:21 +0800, Gu Zheng wrote: >> Hi Rafael, >> >> On 08/26/2013 11:02 PM, Rafael J. Wysocki wrote: >> >>> On Monday, August 26, 2013 04:43:26 PM Rafael J. Wysocki wrote: On Monday, August 26, 2013 02:42:09 PM Rafael

Re: [PATCH 33/35] power: use dev_get_platdata()

2013-08-27 Thread Anton Vorontsov
On Tue, Aug 13, 2013 at 12:00:39PM +0300, Dan Carpenter wrote: > > > > Use the wrapper function for retrieving the platform data instead of > > > > accessing dev->platform_data directly. > > > > > > Um.. what is the benefit or rationale of this patch? > > > > CC'ed Joe Perches, Dan Carpenter > >

Vážení E-mail užívateľa;

2013-08-27 Thread webmail update
Vážení E-mail užívateľa; Prekročili ste 23432 boxy nastaviť svoje Webová služba / Administrátor, a budete mať problémy pri odosielaní a prijímať e-maily, kým znova overiť. Musíte aktualizovať kliknutím na odkaz nižšie a vyplňte údaje pre overenie vášho účtu Prosím, kliknite na odkaz nižšie alebo

Re: [PATCH v5 0/4] [SCSI] sg: fix race condition in sg_open

2013-08-27 Thread vaughan
On 08/27/2013 09:13 PM, Douglas Gilbert wrote: > On 13-08-27 10:16 AM, vaughan wrote: >> On 08/13/2013 11:16 AM, Douglas Gilbert wrote: >>> On 13-08-12 10:46 PM, vaughan wrote: On 08/06/2013 04:52 AM, Douglas Gilbert wrote: > On 13-08-04 10:19 PM, vaughan wrote: >> On 08/03/2013 01:25

Re: [RFC PATCH] pm: prevent suspend until power supply events are processed

2013-08-27 Thread Anton Vorontsov
On Fri, Aug 02, 2013 at 01:38:02PM -0700, Zoran Markovic wrote: > This patch, originally authored by Arve Hjonnevag and Todd Poynor, > prevents the system from entering suspend mode until the power > supply plug, unplug, or any other change of state event is fully > processed. This guarantees that

Re: [E1000-devel] [PATCH net-next] drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent

2013-08-27 Thread Jeff Kirsher
On Mon, 2013-08-26 at 22:45 -0700, Joe Perches wrote: > __GFP_ZERO is an uncommon flag and perhaps is better > not used. static inline dma_zalloc_coherent exists > so convert the uses of dma_alloc_coherent with __GFP_ZERO > to the more common kernel style with zalloc. > > Remove memset from the

Re: [PATCH] power/reset: Make vexpress driver depend on required infrastructure

2013-08-27 Thread Anton Vorontsov
On Thu, Aug 15, 2013 at 04:35:52PM +0100, Pawel Moll wrote: > ARM Versatile Express reset driver requires platform-specific > config infrastructure to be present in the kernel. When > VEXPRESS_CONFIG is not selected, the build will fail like this: > > drivers/built-in.o: In function

Re: mmotm 2013-08-27-16-51 uploaded

2013-08-27 Thread Bo Shen
Hi Stephen Boyd, On 08/28/2013 08:50 AM, Stephen Boyd wrote: On 08/27/13 16:52, a...@linux-foundation.org wrote: * kernel-time-sched_clockc-correct-the-comparison-parameter-of-mhz.patch I believe Russell nacked this change[1]? This should probably be dropped Yes, this is RFC patch, and

Re: [BUG] ARM64: Create 4K page size mmu memory map at init time will trigger exception.

2013-08-27 Thread leizhen
On 2013/8/28 8:57, leizhen wrote: > On 2013/8/27 22:48, Catalin Marinas wrote: >> On Tue, Aug 27, 2013 at 01:38:11PM +0100, leizhen wrote: >>> On 2013/8/24 1:16, Catalin Marinas wrote: On Thu, Aug 22, 2013 at 05:16:14PM +0100, Catalin Marinas wrote: > On Thu, Aug 22, 2013 at 04:35:29AM

Re: [PATCH] power: twl4030-charger: Fix compiler warning with regulator_enable()

2013-08-27 Thread Anton Vorontsov
On Wed, Aug 21, 2013 at 11:31:37AM +0300, Peter Ujfalusi wrote: > The return value of regulator_enable need to be checked. This patch fixes > the following warning: > drivers/power/twl4030_charger.c: In function ‘twl4030_charger_enable_usb’: > drivers/power/twl4030_charger.c:192:20: warning:

Re: [PATCH] power: rx51_battery: Replace hardcoded channels values.

2013-08-27 Thread Anton Vorontsov
On Thu, Aug 22, 2013 at 12:45:10AM +0200, Marek Belisko wrote: > In twl4030_madc header exist defines for fixed channels > + add rx51 specific channels and replace all hardcoded channels > values. > > Signed-off-by: Marek Belisko Applied, thanks! Anton -- To unsubscribe from this list: send

Re: [PATCH v7 00/10] tracing: trace event triggers (repost)

2013-08-27 Thread Masami Hiramatsu
(2013/08/28 4:40), Tom Zanussi wrote: > This is a repost of the v7 patchset - I inadvertently used the wrong > branch in the previous posting, thought the branch URL was correct in > both cases.. Ah, I directly pulled v7 from your git repository for test & review... Thanks, -- Masami HIRAMATSU

Re: mmotm 2013-08-27-16-51 uploaded

2013-08-27 Thread Andrew Morton
On Tue, 27 Aug 2013 17:50:23 -0700 Stephen Boyd wrote: > On 08/27/13 16:52, a...@linux-foundation.org wrote: > > * kernel-time-sched_clockc-correct-the-comparison-parameter-of-mhz.patch > > > > I believe Russell nacked this change[1]? This should probably be dropped > unless there's been more

Re: [PATCH v8] KVM: PPC: reserve a capability and ioctl numbers for realmode VFIO

2013-08-27 Thread Benjamin Herrenschmidt
On Wed, 2013-08-28 at 10:51 +1000, Alexey Kardashevskiy wrote: > The ioctl I made up is basically a copy of KVM_CREATE_SPAPR_TCE which does > the same thing for emulated devices and it is there for quite a while but > it is not really extensible. And these two ioctls share some bits of code. > Now

Re: [PATCH v2] bq24190_charger: Add support for TI BQ24190 Battery Charger

2013-08-27 Thread Anton Vorontsov
On Fri, Aug 23, 2013 at 07:21:03PM -0700, Mark A. Greer wrote: > Add driver support for the Texas Instruments BQ24190 > battery charger. Some of the information provided by > the device is about the charger and other information > is about the battery so create two power_supply objects > (one for

Re: [PATCH] power: max8925: fix missing of_node_put

2013-08-27 Thread Anton Vorontsov
On Mon, Aug 26, 2013 at 03:06:36PM +0800, Libo Chen wrote: > > decrease np device_node refcount after task completion > > Signed-off-by: Libo Chen Applied, thanks! Anton -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

[PATCH v2 RFT 1/2] PM / Hibernate: use name_to_dev_t to parse resume

2013-08-27 Thread Sebastian Capella
Use the name_to_dev_t call to parse the device name echo'd to to /sys/power/resume. This imitates the method used in hibernate.c in software_resume, and allows the resume partition to be specified using other equivalent device formats as well. By allowing /sys/debug/resume to accept the same

[PATCH v2 RFT 2/2] PM / Hibernate: add section for resume options

2013-08-27 Thread Sebastian Capella
Expand the existing documentation to explicitly list the options for resuming a hibernation image, including the manual resume option which can be used from the initrd or initramfs and the kernel init resume. Signed-off-by: Sebastian Capella Cc: Rob Landley Cc: Len Brown Cc: Pavel Machek Cc:

[PATCH v2 RFT 0/2] PM / Hibernate: sysfs resume

2013-08-27 Thread Sebastian Capella
Patchset related to hibernation resume: one enhancement to make the use of an existing file more general and one documentation update. Both patches are based on the 3.11-rc6 tag. This was tested on a Pandaboard with partial hibernation support, and compiled on x86. Further testing is needed on

Re: [PATCH v4 27/28] PCI, x86, ACPI: Enable ioapic hotplug support with acpi host bridge.

2013-08-27 Thread rui wang
FWIW, I'm using my "I/O Hook" (http://lwn.net/Articles/561359/) as a tool to test yinghai's IOAPIC patchset. It can be used to test any kind of hotplug. For people who don't yet have full hardware support and want to test the hotplug of IOAPIC, CPU, Memory, IOH, PCIe root, etc., it is an ideal

Re: [BUG] ARM64: Create 4K page size mmu memory map at init time will trigger exception.

2013-08-27 Thread leizhen
On 2013/8/27 22:48, Catalin Marinas wrote: > On Tue, Aug 27, 2013 at 01:38:11PM +0100, leizhen wrote: >> On 2013/8/24 1:16, Catalin Marinas wrote: >>> On Thu, Aug 22, 2013 at 05:16:14PM +0100, Catalin Marinas wrote: On Thu, Aug 22, 2013 at 04:35:29AM +0100, Leizhen (ThunderTown, Euler)

Re: [PATCH v8] KVM: PPC: reserve a capability and ioctl numbers for realmode VFIO

2013-08-27 Thread Alexey Kardashevskiy
On 08/27/2013 08:58 PM, Gleb Natapov wrote: > On Tue, Aug 27, 2013 at 06:42:18PM +1000, Alexey Kardashevskiy wrote: >> On 08/27/2013 05:56 PM, Gleb Natapov wrote: >>> On Thu, Aug 15, 2013 at 05:49:26PM +1000, Alexey Kardashevskiy wrote: This is to reserve a capablity number for upcoming

Re: mmotm 2013-08-27-16-51 uploaded

2013-08-27 Thread Stephen Boyd
On 08/27/13 16:52, a...@linux-foundation.org wrote: > * kernel-time-sched_clockc-correct-the-comparison-parameter-of-mhz.patch > I believe Russell nacked this change[1]? This should probably be dropped unless there's been more discussion. Or maybe reworked into a comment in the code that doesn't

[PATCH v3 0/2] Document msm_serial bindings and support newer uartdms

2013-08-27 Thread Stephen Boyd
This patchset aligns the msm_serial driver more with downstream usage and updates the driver's DT bindings. Changes since v2: * Fixed up DT review comments * Dropped patches that were picked up in tty tree Changes since v1: * Dropped _clk postfix from {core,iface}_clk * Split DT binding into

Re: [PATCH 3/5] drivers: thermal: make usage of CONFIG_THERMAL_HWMON optional

2013-08-27 Thread Zhang Rui
On 二, 2013-08-27 at 23:17 +0200, Rafael J. Wysocki wrote: > On Tuesday, August 27, 2013 02:26:41 PM Eduardo Valentin wrote: > > On 23-08-2013 19:08, Rafael J. Wysocki wrote: > > > On Friday, August 23, 2013 06:03:14 PM Eduardo Valentin wrote: > > >> When registering a new thermal_device, the

[PATCH v3 1/2] devicetree: serial: Document msm_serial bindings

2013-08-27 Thread Stephen Boyd
Let's fix up the msm serial device bindings so that it's clearer what hardware is supported. Instead of using hsuart (for high speed uart) let's use uartdm because that matches the actual name of the hardware. Also, let's add the version information in case we need to differentiate between

[PATCH RFC v2 3/6] ARM: add Marvell Berlin and Armada 1500 to multi_v7_defconfig

2013-08-27 Thread Sebastian Hesselbarth
This adds the Marvell Berlin (88DE3xxx) SoC family and Marvell Armada 1500 (88DE3100) to the multi_v7_defconfig. Signed-off-by: Sebastian Hesselbarth --- Changelog: v1->v2: - initial patch due to separate mach- directory Cc: Jason Cooper Cc: Thomas Petazzoni Cc: Arnd Bergmann Cc: Russell

[PATCH RFC v2 1/6] irqchip: add DesignWare APB ICTL interrupt controller

2013-08-27 Thread Sebastian Hesselbarth
This adds an irqchip driver and corresponding devicetree binding for the secondary interrupt controllers based on Synopsys DesignWare IP dw_apb_ictl. Signed-off-by: Sebastian Hesselbarth --- Changelog: v1->v2: - added copyright reference Note: The driver has been sent as a separate patch

[PATCH RFC v2 6/6] ARM: add initial support for Marvell Berlin SoCs

2013-08-27 Thread Sebastian Hesselbarth
This adds initial support for the Marvell Berlin (88DE3xxx) SoC family and basic machine setup for Armada 1500 (88DE3100) SoCs. Signed-off-by: Sebastian Hesselbarth --- Changelog: v1->v2: - nuke .map_io (Reported by Arnd Bergmann) - add copyright reference - switch to mach-berlin instead of

[PATCH RFC v2 0/6] ARM: Initial support for Marvell Armada 1500

2013-08-27 Thread Sebastian Hesselbarth
to continue their community efforts they have started in the past. Anyway, I am not affiliated with Marvell, so I cannot just make them resposible for the current, rudimentary SoC skeleton patches. This time the patches have been based on linux-next's next-20130827 tag, which better reflects

[PATCH RFC v2 2/6] ARM: add Marvell Berlin SoC familiy to Marvell doc

2013-08-27 Thread Sebastian Hesselbarth
This adds known facts and rumors about the Marvell Berlin (88DE3xxx) SoC family to the Marvell SoC documentation. Signed-off-by: Sebastian Hesselbarth --- Changelog: v1->v2: - initial patch Cc: Jason Cooper Cc: Thomas Petazzoni Cc: Arnd Bergmann Cc: linux-...@vger.kernel.org Cc:

[PATCH RFC v2 4/6] ARM: add Marvell Berlin UART0 lowlevel debug

2013-08-27 Thread Sebastian Hesselbarth
This adds UART0 as found on Marvell 88DE3xxx SoCs, e.g. Armada 1500 to the list of possible lowlevel debug options. Signed-off-by: Sebastian Hesselbarth --- Changelog: v1->v2: - have separate DEBUG option due to separate mach- directory Cc: Jason Cooper Cc: Thomas Petazzoni Cc: Arnd Bergmann

[PATCH RFC v2 5/6] ARM: add Armada 1500 and Sony NSZ-GS7 device tree files

2013-08-27 Thread Sebastian Hesselbarth
This adds very basic device tree files for the Marvell Armada 1500 SoC (88DE3100) and the Sony NSZ-GS7 GoogleTV board. Currently, SoC only has nodes for cpus, some clocks, l2 cache controller, local timer, apb timers, uart, and interrupt controllers. The Sony NSZ-GS7 is a GoogleTV consumer device

[PATCH v3 2/2] ARM: dts: msm: Update uartdm compatible strings

2013-08-27 Thread Stephen Boyd
Let's follow the ratified DT binding and use uartdm instead of hsuart. This does break backwards compatibility but this shouldn't be a problem because the uart driver isn't probing on these devices without adding clock support (which isn't merged so far). Cc: David Brown Signed-off-by: Stephen

Re: linux-next: manual merge of the arm-soc tree with Linus' tree

2013-08-27 Thread Stephen Rothwell
Hi Stephen, On Tue, 27 Aug 2013 10:17:21 -0600 Stephen Warren wrote: > > On 08/27/2013 02:29 AM, Stephen Rothwell wrote: > > > > Today's linux-next merge of the arm-soc tree got a conflict in > > arch/arm/boot/dts/tegra20-trimslice.dts between commit > > 30ca2226bea6 ("ARM: tegra: always

Re: linux-next: manual merge of the clk tree with Linus' tree

2013-08-27 Thread Stephen Rothwell
Hi all, On Tue, 27 Aug 2013 09:53:19 -0700 Mike Turquette wrote: > > Quoting Sören Brinkmann (2013-08-27 08:44:11) > > On Tue, Aug 27, 2013 at 11:09:52AM +0100, James Hogan wrote: > > > On 27/08/13 10:03, Stephen Rothwell wrote: > > > > Hi Mike, > > > > > > > > Today's linux-next merge of the

Re: [PATCH 08/11] x86, acpi, memblock: Use __memblock_alloc_base() in acpi_initrd_override()

2013-08-27 Thread Rafael J. Wysocki
On Tuesday, August 27, 2013 05:37:45 PM Tang Chen wrote: > The current acpi_initrd_override() calls memblock_find_in_range() to allocate > memory, and pass 0 to %start, which will not limited by the current_limit_low. > > acpi_initrd_override() > |->memblock_find_in_range(0, ...) >

mmotm 2013-08-27-16-51 uploaded

2013-08-27 Thread akpm
The mm-of-the-moment snapshot 2013-08-27-16-51 has been uploaded to http://www.ozlabs.org/~akpm/mmotm/ mmotm-readme.txt says README for mm-of-the-moment: http://www.ozlabs.org/~akpm/mmotm/ This is a snapshot of my -mm patch queue. Uploaded at random hopefully more than once a week. You

Re: [PATCH 4/6] Move might_sleep and friends from kernel.h to sched.h

2013-08-27 Thread Andrew Morton
On Fri, 16 Aug 2013 14:17:22 -0700 Andi Kleen wrote: > These are really related to scheduling, so they should be in sched.h > Users usually will need to schedule anyways. > > The advantage of having them there is that we can access some of the > scheduler inlines to make their fast path more

Re: [PATCH v2 0/5] Document msm_serial bindings and support newer uartdms

2013-08-27 Thread Stephen Boyd
On 08/27/13 16:23, Greg Kroah-Hartman wrote: > On Tue, Aug 20, 2013 at 11:48:01PM -0700, Stephen Boyd wrote: >> This patchset aligns the msm_serial driver more with downstream usage and >> also documents the msm_serial driver's DT binding. Along the way we >> update the clock names and add support

Re: 3.11-rc6 many problems, wil6210 , snd-pcsp , ibmphp

2013-08-27 Thread Guenter Roeck
On Fri, Aug 23, 2013 at 02:50:30PM -0400, werner wrote: > With compiling and using this, have too much problems > [ ... ] > > CC arch/x86/crypto/crc32c-intel.mod.o > LD [M] arch/x86/crypto/crc32c-intel.ko > CC arch/x86/crypto/salsa20-i586.mod.o > LD [M]

Re: [PATCH v3] ACPI: Fix osc flag setup ordering to allow pcie hotplug use when available

2013-08-27 Thread Neil Horman
On Tue, Aug 27, 2013 at 03:34:11PM -0600, Bjorn Helgaas wrote: > [+cc Stefan] > > On Mon, Aug 26, 2013 at 9:39 AM, Neil Horman wrote: > > Somewhere between 3.9 and 3.10 it seems the order in which pcie and acpi > > probed > > slots for hotplug capabilites got reversed. While this isn't a big

Re: [PATCH 05/24] Staging: winbond: phy_calibration: fixed some lines over 80 characters

2013-08-27 Thread Greg KH
On Mon, Aug 26, 2013 at 05:10:04PM +0200, Iker Pedrosa wrote: > Second of the patches that fixes the lines over 80 characters in > phy_calibration.c > > Signed-off-by: Iker Pedrosa This Subject: is identical to the previous patch, not good. You also do that for 4 other patches in this series

Re: [PATCH v7 01/10] tracing: Add support for SOFT_DISABLE to syscall events

2013-08-27 Thread Steven Rostedt
On Tue, 27 Aug 2013 18:29:06 -0500 Tom Zanussi wrote: > On Tue, 2013-08-27 at 16:01 -0400, Steven Rostedt wrote: > > On Tue, 27 Aug 2013 14:40:13 -0500 > > Tom Zanussi wrote: > > > > return; > > > - if (!test_bit(syscall_nr, tr->enabled_enter_syscalls)) > > > + > > > + /* Here

Re: [PATCH v7 02/10] tracing: add basic event trigger framework

2013-08-27 Thread Tom Zanussi
On Tue, 2013-08-27 at 16:15 -0400, Steven Rostedt wrote: > On Tue, 27 Aug 2013 14:40:14 -0500 > Tom Zanussi wrote: > > > > Signed-off-by: Tom Zanussi > > Idea-by: Steve Rostedt > > --- > > include/linux/ftrace_event.h| 13 +- > > include/trace/ftrace.h | 4 + > >

Re: [PATCH v5] Ceph: Punch hole support for kernel client

2013-08-27 Thread Sage Weil
On Tue, 27 Aug 2013, Andrew Morton wrote: > On Thu, 15 Aug 2013 11:51:44 +0800 Li Wang wrote: > > > This patch implements fallocate and punch hole support for Ceph kernel > > client. > > i386 allmodconfig: > > ERROR: "__divdi3" [fs/ceph/ceph.ko] undefined! > make[1]: *** [__modpost] Error 1 >

Re: [PATCH 20/24] Staging: winbond: wb35tx: changed sleep function from msleep to usleep

2013-08-27 Thread Greg KH
On Mon, Aug 26, 2013 at 05:10:19PM +0200, Iker Pedrosa wrote: > According to the documentation it is not recommended to use msleep for 1ms - > 20ms because it may sleep longer than 20ms. So, it is recommended to use > usleep instead. > > Signed-off-by: Iker Pedrosa > --- >

Re: [PATCH 08/24] Staging: winbond: reg: changed sleep function from msleep to usleep

2013-08-27 Thread Greg KH
On Mon, Aug 26, 2013 at 05:10:07PM +0200, Iker Pedrosa wrote: > According to the documentation it is not recommended to use msleep for 1ms - > 20ms because it may sleep longer than 20ms. So, it is recommended to use > usleep instead. > > Signed-off-by: Iker Pedrosa > --- >

Re: [PATCH v5] Ceph: Punch hole support for kernel client

2013-08-27 Thread Andrew Morton
On Thu, 15 Aug 2013 11:51:44 +0800 Li Wang wrote: > This patch implements fallocate and punch hole support for Ceph kernel client. i386 allmodconfig: ERROR: "__divdi3" [fs/ceph/ceph.ko] undefined! make[1]: *** [__modpost] Error 1 make: *** [modules] Error 2 Due to a 64-bit divide in

Re: [PATCH] epoll: add a reschedule point in ep_free()

2013-08-27 Thread Eric Wong
Eric Dumazet wrote: > From: Eric Dumazet > > ep_free() might iterate on a huge set of epitems and hold > cpu too long. Add two cond_resched() in order to yield cpu > to other tasks. This is safe as we only hold mutexes in > this function. > > Signed-off-by: Eric Dumazet > Cc: Al Viro > Cc:

Re: [PATCH v7 01/10] tracing: Add support for SOFT_DISABLE to syscall events

2013-08-27 Thread Tom Zanussi
On Tue, 2013-08-27 at 16:08 -0400, Steven Rostedt wrote: > On Tue, 27 Aug 2013 14:40:13 -0500 > Tom Zanussi wrote: > > > @@ -415,9 +429,14 @@ static void unreg_event_syscall_enter(struct > > ftrace_event_file *file, > > return; > > mutex_lock(_trace_lock); > >

Re: [PATCH v7 01/10] tracing: Add support for SOFT_DISABLE to syscall events

2013-08-27 Thread Tom Zanussi
On Tue, 2013-08-27 at 16:01 -0400, Steven Rostedt wrote: > On Tue, 27 Aug 2013 14:40:13 -0500 > Tom Zanussi wrote: > > return; > > - if (!test_bit(syscall_nr, tr->enabled_enter_syscalls)) > > + > > + /* Here we're inside the tp handler's rcu_read_lock (__DO_TRACE()) */ > > +

Re: [PATCH v2 0/5] Document msm_serial bindings and support newer uartdms

2013-08-27 Thread Greg Kroah-Hartman
On Tue, Aug 20, 2013 at 11:48:01PM -0700, Stephen Boyd wrote: > This patchset aligns the msm_serial driver more with downstream usage and > also documents the msm_serial driver's DT binding. Along the way we > update the clock names and add support for newer UARTDM hardware that > isn't part of a

Re: [PATCH RFC v2 01/16] ARM: call clk_of_init from time_init

2013-08-27 Thread Sören Brinkmann
On Wed, Aug 28, 2013 at 12:58:39AM +0200, Sebastian Hesselbarth wrote: > On 08/28/13 00:19, Sören Brinkmann wrote: > >On Tue, Aug 27, 2013 at 11:27:55PM +0200, Sebastian Hesselbarth wrote: > >>Most DT ARM machs require common clock providers initialized before timers. > >>Currently, arch/arm machs

Re: [PATCH RFC v2 15/16] clk: vt8500: remove call to of_clk_init

2013-08-27 Thread Mike Turquette
Quoting Sebastian Hesselbarth (2013-08-27 14:28:09) > With arch/arm calling of_clk_init(NULL) from time_init(), we can now > remove it from corresponding drivers/clk code. > > Signed-off-by: Sebastian Hesselbarth Acked-by: Mike Turquette > --- > Cc: Mike Turquette > Cc: Russell King > Cc:

Re: [PATCH RFC v2 08/16] ARM: mxs: remove custom .init_time hook

2013-08-27 Thread Mike Turquette
Quoting Sebastian Hesselbarth (2013-08-27 14:28:02) > This patch converts clk-imx2[38] clocksource_of_init compatible init > associated with fsl,imx2[38]-clkctrl. With arch/arm calling > of_clk_init(NULL) from time_init(), we can now also remove custom > .init_time hooks. > > Signed-off-by:

Re: [PATCH RFC v2 04/16] ARM: highbank: remove custom .init_time hook

2013-08-27 Thread Mike Turquette
Quoting Sebastian Hesselbarth (2013-08-27 14:27:58) > With arch/arm calling of_clk_init(NULL) from time_init(), we can now > remove custom .init_time hooks. Highbank clock provider need a reference > to system registers, as a workaround current clk driver maps those > independent of arch code now.

  1   2   3   4   5   6   7   8   9   10   >