Re: [GIT PULL] f2fs fixes for v3.8-rc7

2013-02-08 Thread Al Viro
On Fri, Feb 08, 2013 at 01:20:31PM +0900, Jaegeuk Kim wrote: Hi Al, Could you send the patches to me? I'll merge them in my tree and submit them in the next merge window. Is it OK? Feel free to fetch/cherry-pick or simply pull from

[PATCH 1/2] powerpc/5200: Add Lite5200 on-board LEDs as devices

2013-02-08 Thread Grant Likely
The Lite5200 evaluation board has a number of debug LEDs that Linux doesn't know about yet. This change adds a gpio-leds stanza to the lite5200 device tree so that the correct driver can get hooked up. Also, make use of the dtc labels feature to reduce the number of source lines required to add

[PATCH 2/2] powerpc/5200: Use the gpt* labels to simplify mpc5200 dts files

2013-02-08 Thread Grant Likely
The DTC labels feature allows a dts file to reference a node without having to reproduce the entire node hierarchy above it. We can use this to simplify the MPC5200 board dts files by referencing the gpt nodes by label. Cc: Anatolij Gustschin ag...@denx.de Signed-off-by: Grant Likely

Re: linux-next: Tree for Feb 8 [ idr fixes from akpm-tree ]

2013-02-08 Thread Sedat Dilek
On Fri, Feb 8, 2013 at 5:31 AM, Stephen Rothwell s...@canb.auug.org.au wrote: Hi all, Changes since 20130207: The sound-asoc tree gained a build failure so I used the version from next-20130207. The watchdog tree gained a conflict against the mfd tree. I applied a patch to restore some

Re: [PATCH 1/4] ARM: tegra: Unify tegra{20,30,114}_init_early()

2013-02-08 Thread Hiroshi Doyu
Hi Felipe, Felipe Balbi ba...@ti.com wrote @ Fri, 8 Feb 2013 08:47:20 +0100: +#if defined(CONFIG_ARCH_TEGRA_3x_SOC) how about using: #if IS_BUILTIN(CONFIG_ARCH_TEGRA_3x_SOC) instead ? Why is IS_BUILTIN() prefered? -void tegra20_hotplug_init(void); -void tegra30_hotplug_init(void);

[PATCH v2 1/1] eventfd: implementation of EFD_MASK flag

2013-02-08 Thread Martin Sustrik
When implementing network protocols in user space, one has to implement fake user-space file descriptors to represent the sockets for the protocol. While all the BSD socket API functionality for such descriptors may be faked as well (myproto_send(), myproto_recv() etc.) this approach doesn't work

Re: [PATCH 2/8] Thermal: Create zone level APIs

2013-02-08 Thread Zhang Rui
On Tue, 2013-02-05 at 16:16 +0530, Durgadoss R wrote: This patch adds a new thermal_zone structure to thermal.h. Also, adds zone level APIs to the thermal framework. A thermal zone is a hot spot on the platform, which can have one or more sensors and cooling devices attached to it. These

Re: [PATCH 1/4] spi: s3c64xx: modified error interrupt handling and init

2013-02-08 Thread Girish KS
On Thu, Feb 7, 2013 at 5:04 PM, Girish KS girishks2...@gmail.com wrote: On Wed, Feb 6, 2013 at 3:48 PM, Grant Likely grant.lik...@secretlab.ca wrote: On Wed, Feb 6, 2013 at 8:12 PM, Girish KS girishks2...@gmail.com wrote: On Wed, Feb 6, 2013 at 2:26 AM, Grant Likely grant.lik...@secretlab.ca

Re: [PATCH 01/49] regulator: ab8500: Further populate initialisation registers

2013-02-08 Thread Lee Jones
On Thu, 07 Feb 2013, Mark Brown wrote: On Wed, Feb 06, 2013 at 10:53:23AM +, Lee Jones wrote: This patch supplies access to some extra settings provided by the AB8500 regulator device. We also update some of the existing initialisation values in accordance with internal ST-Ericsson

Re: [PATCH 1/2] stop_machine: check work-done while handling enqueued works

2013-02-08 Thread Namhyung Kim
Hi Hillf, On Fri, 8 Feb 2013 11:39:56 +0800, Hillf Danton wrote: The comment just above cpu_stop_signal_done() says it is uncertain that the input @done is valid, and the works enqueued through the function stop_one_cpu_nowait() do carry no done, thus we have to check if it is valid when

Re: [PATCH 2/2] stop_machine: dequeue work before signal completion

2013-02-08 Thread Namhyung Kim
On Fri, 8 Feb 2013 11:42:43 +0800, Hillf Danton wrote: As checked with BUG_ON in the case of CPU_UP_PREPARE, we have to dequeue work first for further actions, then stopper reaches sane and clear state. Reviewed-by: Namhyung Kim namhy...@kernel.org Thanks, Namhyung -- To unsubscribe from this

Re: [PATCH] asm-generic: io: Fix ioread16/32be and iowrite16/32be

2013-02-08 Thread Michal Simek
2013/2/8 Geert Uytterhoeven ge...@linux-m68k.org: On Thu, Feb 7, 2013 at 3:18 PM, Michal Simek michal.si...@xilinx.com wrote: Fix ioreadXXbe and iowriteXXbe functions which did additional little endian conversion on native big endian systems. Using be_to_cpu (cpu_to_be) conversions with

Re: [PATCH 09/14] pinctrl/abx500: use direct IRQ defines

2013-02-08 Thread Lee Jones
On Thu, 07 Feb 2013, Stephen Warren wrote: On 02/07/2013 02:01 AM, Lee Jones wrote: I don't see myself on cc. Was that intentional? The original patch was that way; I assume git send-email only CC'd you on patches written by you. No, I didn't send this patch at all. I was asking Linus if

RE: [PATCH 1/8] Thermal: Create sensor level APIs

2013-02-08 Thread R, Durgadoss
Hi Rui, -Original Message- From: Zhang, Rui Sent: Friday, February 08, 2013 1:24 PM To: R, Durgadoss Cc: linux...@vger.kernel.org; linux-kernel@vger.kernel.org; eduardo.valen...@ti.com; hongbo.zh...@linaro.org; w...@nvidia.com Subject: Re: [PATCH 1/8] Thermal: Create sensor level

Re: [PATCH 3/8] Thermal: Add APIs to bind cdev to new zone structure

2013-02-08 Thread Zhang Rui
On Tue, 2013-02-05 at 16:16 +0530, Durgadoss R wrote: This patch creates new APIs to add/remove a cdev to/from a zone. This patch does not change the old cooling device implementation. Signed-off-by: Durgadoss R durgados...@intel.com --- drivers/thermal/thermal_sys.c | 80

Re: [RFC 1/2] export unpack_to_rootfs

2013-02-08 Thread Kasatkin, Dmitry
On Tue, Feb 5, 2013 at 7:16 PM, Kasatkin, Dmitry dmitry.kasat...@intel.com wrote: On Tue, Feb 5, 2013 at 6:48 PM, Peter Jones pjo...@redhat.com wrote: On Tue, Feb 05, 2013 at 02:34:49PM +0200, Dmitry Kasatkin wrote: Signed-off-by: Dmitry Kasatkin dmitry.kasat...@intel.com ---

Re: Improving AIO cancellation

2013-02-08 Thread Bart Van Assche
On 02/08/13 04:42, Anatol Pomozov wrote: Hi, At Google we have several applications that heavily use asynchronous IO. One thing that our userspace developers need is effective AIO cancellation. You might say sure use io_cancel syscall. Well, while it cancels AIO requests it does it

Re: [PATCH 1/4] spi: s3c64xx: modified error interrupt handling and init

2013-02-08 Thread Tomasz Figa
On Thursday 07 of February 2013 09:46:58 Girish KS wrote: On Thu, Feb 7, 2013 at 3:09 AM, Tomasz Figa t.f...@samsung.com wrote: Hi Girish, On Wednesday 06 of February 2013 12:12:29 Girish KS wrote: On Wed, Feb 6, 2013 at 2:26 AM, Grant Likely grant.lik...@secretlab.ca wrote: On

Re: [RFC 2/2] initramfs with digital signature protection

2013-02-08 Thread Kasatkin, Dmitry
On Thu, Feb 7, 2013 at 7:05 PM, Vivek Goyal vgo...@redhat.com wrote: On Tue, Feb 05, 2013 at 02:34:50PM +0200, Dmitry Kasatkin wrote: [..] +static int __init load_initramfs(void) +{ + static char *argv[] = { pre-init, NULL, }; + extern char *envp_init[]; + int err; + + /*

Re: Wifi basics documents

2013-02-08 Thread Arend van Spriel
On 02/08/2013 07:55 AM, Onteddu Slreddy wrote: Hello All, I recently joined this group the group. Can anybody suggest me places where I can get Documents which will explain wifi Architecture in brief i would like to know details like In Linux for embedded systems: What is

Re: radeon causing sleeping function called from invalid context

2013-02-08 Thread Daniel Vetter
On Fri, Feb 08, 2013 at 10:47:42AM +0300, Sergey Senozhatsky wrote: On (02/07/13 22:53), Andreas Bombe wrote: On Sun, Jan 13, 2013 at 02:38:20PM +0300, Sergey Senozhatsky wrote: On (01/12/13 20:27), Dave Jones wrote: BUG: sleeping function called from invalid context at mm/slub.c:925

Re: linux-next: Tree for Feb 8 [ smp|cpufreq: WARNING: at kernel/smp.c:245 smp_call_function_single ]

2013-02-08 Thread Sedat Dilek
://git.kernel.org/?p=linux/kernel/git/next/linux-next.git;a=blob;f=kernel/smp.c;hb=refs/tags/next-20130208#l245 -- 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

Re: gpio-sch GPIO_SYSFS access

2013-02-08 Thread Samuel Ortiz
Hi Darren, On Thu, Feb 07, 2013 at 11:08:03PM -0800, Darren Hart wrote: On 02/07/2013 08:40 PM, Darren Hart wrote: On 02/07/2013 02:09 AM, Linus Walleij wrote: On Thu, Feb 7, 2013 at 1:58 AM, Darren Hart dvh...@linux.intel.com wrote: Is it that some other driver has claimed these

Re: [PATCH v5] iio: Add OF support

2013-02-08 Thread Jonathan Cameron
On 07/02/13 17:09, Guenter Roeck wrote: Provide bindings and parse OF data during initialization. Signed-off-by: Guenter Roeck li...@roeck-us.net Looks fine to me. Will give it a few more days to see what others have to say. Thanks Guenter --- v5: - Updated examples in bindings. v4: - Fixed

Re: [PATCH 4/8] Thermal: Add trip point sysfs nodes for sensor

2013-02-08 Thread Zhang Rui
On Tue, 2013-02-05 at 16:16 +0530, Durgadoss R wrote: This patch adds a trip point related sysfs nodes for each sensor under a zone in /sys/class/thermal/zoneX/. The nodes will be named, sensorX_trip_active, sensorX_trip_passive, sensorX_trip_hot, sensorX_trip_critical for active, passive,

RE: [PATCH 2/8] Thermal: Create zone level APIs

2013-02-08 Thread R, Durgadoss
Hi Rui, -Original Message- From: Zhang, Rui Sent: Friday, February 08, 2013 1:42 PM To: R, Durgadoss Cc: linux...@vger.kernel.org; linux-kernel@vger.kernel.org; eduardo.valen...@ti.com; hongbo.zh...@linaro.org; w...@nvidia.com Subject: Re: [PATCH 2/8] Thermal: Create zone level

Re: [PATCH 2/2 v2] kexec: Export PG_hwpoison flag into vmcoreinfo

2013-02-08 Thread Atsushi Kumagai
Hello, On Wed, 31 Oct 2012 23:05:05 +0900 Mitsuhiro Tanino mitsuhiro.tanino...@hitachi.com wrote: This patch exports a PG_hwpoison into vmcoreinfo when CONFIG_MEMORY_FAILURE is defined. makedumpfile needs to read information of memory, such as 'mem_section', 'zone', 'pageflags' from vmcore.

Re: [PATCH 1/4] spi: s3c64xx: modified error interrupt handling and init

2013-02-08 Thread Girish KS
On Fri, Feb 8, 2013 at 12:33 AM, Tomasz Figa tomasz.f...@gmail.com wrote: On Thursday 07 of February 2013 09:46:58 Girish KS wrote: On Thu, Feb 7, 2013 at 3:09 AM, Tomasz Figa t.f...@samsung.com wrote: Hi Girish, On Wednesday 06 of February 2013 12:12:29 Girish KS wrote: On Wed, Feb 6,

Re: [PATCH 5/8] Thermal: Create Thermal map sysfs attributes for a zone

2013-02-08 Thread Zhang Rui
On Tue, 2013-02-05 at 16:16 +0530, Durgadoss R wrote: This patch creates a thermal map sysfs node under /sys/class/thermal/zoneX/. This contains entries named mapY_trip_type, mapY_sensor_name, mapY_cdev_name, mapY_trip_mask, mapY_weights. sorry I still not quite understand. does it look like?

Re: [PATCH v2 10/18] mm: teach truncate_inode_pages_range() to handle non page aligned ranges

2013-02-08 Thread Lukáš Czerner
On Thu, 7 Feb 2013, Andrew Morton wrote: Date: Thu, 7 Feb 2013 15:40:42 -0800 From: Andrew Morton a...@linux-foundation.org To: Lukas Czerner lczer...@redhat.com Cc: linux...@kvack.org, linux-kernel@vger.kernel.org, linux-fsde...@vger.kernel.org, linux-e...@vger.kernel.org, Hugh

RE: [PATCH 5/8] Thermal: Create Thermal map sysfs attributes for a zone

2013-02-08 Thread R, Durgadoss
Hi Rui, -Original Message- From: Zhang, Rui Sent: Friday, February 08, 2013 2:35 PM To: R, Durgadoss Cc: linux...@vger.kernel.org; linux-kernel@vger.kernel.org; eduardo.valen...@ti.com; hongbo.zh...@linaro.org; w...@nvidia.com Subject: Re: [PATCH 5/8] Thermal: Create Thermal map

Re: [PATCH 6/8] Thermal: Add Documentation to new APIs

2013-02-08 Thread Zhang Rui
On Tue, 2013-02-05 at 16:16 +0530, Durgadoss R wrote: This patch adds Documentation for the new APIs introduced in this patch set. The documentation also has a model sysfs structure for reference. Signed-off-by: Durgadoss R durgados...@intel.com --- Documentation/thermal/sysfs-api2.txt |

Re: [RFC 2/2] initramfs with digital signature protection

2013-02-08 Thread Kasatkin, Dmitry
On Wed, Feb 6, 2013 at 6:41 PM, H. Peter Anvin h...@zytor.com wrote: The cleanup is not a umount, it is actually a tree walk unlinking the contents. Please see that umounting ramfs releases the memory. There was no forced cleanup. cp copied about 2GB of content. After umounting we got 2GB

Re: [PATCH 1/4] spi: s3c64xx: modified error interrupt handling and init

2013-02-08 Thread Girish KS
On Fri, Feb 8, 2013 at 12:58 AM, Girish KS girishks2...@gmail.com wrote: On Fri, Feb 8, 2013 at 12:33 AM, Tomasz Figa tomasz.f...@gmail.com wrote: On Thursday 07 of February 2013 09:46:58 Girish KS wrote: On Thu, Feb 7, 2013 at 3:09 AM, Tomasz Figa t.f...@samsung.com wrote: Hi Girish, On

Re: linux-next build conflict between modules and metag trees (LOCKDEP_NOW_UNRELIABLE)

2013-02-08 Thread James Hogan
On 08/02/13 03:17, Rusty Russell wrote: James Hogan james.ho...@imgtec.com writes: Hi Rusty, The metag architecture tree adds an add_taint(TAINT_DIE) like other architectures do, and the modules-next tree adds the LOCKDEP_NOW_UNRELIABLE flag to all uses of add_taint (but obviously misses

Re: [PATCHv3 0/8] Thermal Framework Enhancements

2013-02-08 Thread Zhang Rui
On Tue, 2013-02-05 at 16:16 +0530, Durgadoss R wrote: This patch set is a v3 of the previous versions submitted here: [v2]: http://lwn.net/Articles/531720/ [v1]: https://lkml.org/lkml/2012/12/18/108 [RFC]:https://patchwork.kernel.org/patch/1758921/ This patch set is based on Rui's -next

Re: [PATCH v2 2/3] mmc: davinci_mmc: add DT support

2013-02-08 Thread Mark Rutland
Hi, [...] diff --git a/Documentation/devicetree/bindings/mmc/davinci_mmc.txt b/Documentation/devicetree/bindings/mmc/davinci_mmc.txt new file mode 100644 index 000..6717ab1 --- /dev/null +++ b/Documentation/devicetree/bindings/mmc/davinci_mmc.txt @@ -0,0 +1,30 @@ +*

Re: [PATCH for 3.2.34] memcg: do not trigger OOM if PF_NO_MEMCG_OOM is set

2013-02-08 Thread Michal Hocko
On Fri 08-02-13 06:03:04, azurIt wrote: Michal, thank you very much but it just didn't work and broke everything :( I am sorry to hear that. The patch should help to solve the deadlock you have seen earlier. It in no way can solve side effects of failing writes and it also cannot help much if

Re: [PATCH 2/3 v2] fb: udlfb: fix hang at disconnect

2013-02-08 Thread Alexander Holler
Am 08.02.2013 05:07, schrieb Dave Airlie: But I've just switched to udl (instead of udlfb) and will see if I can fix the bugs there to make it usable as a console. udl is a rewrite of udlfb with some additional features (e.g. drm), so hopefully fixing the remaining problems there will require

RE: [PATCH 2/8] Thermal: Create zone level APIs

2013-02-08 Thread Zhang Rui
On Fri, 2013-02-08 at 01:54 -0700, R, Durgadoss wrote: Hi Rui, -Original Message- From: Zhang, Rui Sent: Friday, February 08, 2013 1:42 PM To: R, Durgadoss Cc: linux...@vger.kernel.org; linux-kernel@vger.kernel.org; eduardo.valen...@ti.com; hongbo.zh...@linaro.org;

MAINTAINERS: Remove Mark M. Hoffman

2013-02-08 Thread Jean Delvare
Mark M. Hoffman stopped working on the Linux kernel several years ago, so he should no longer be listed as a driver maintainer. I'm not even sure if his e-mail address still works. I can take over 3 drivers he was responsible for, the 4th one will fall down to the subsystem maintainer.

RE: [PATCH 1/8] Thermal: Create sensor level APIs

2013-02-08 Thread Zhang Rui
On Fri, 2013-02-08 at 01:26 -0700, R, Durgadoss wrote: Hi Rui, -Original Message- From: Zhang, Rui Sent: Friday, February 08, 2013 1:24 PM To: R, Durgadoss Cc: linux...@vger.kernel.org; linux-kernel@vger.kernel.org; eduardo.valen...@ti.com; hongbo.zh...@linaro.org;

RE: [PATCH 5/8] Thermal: Create Thermal map sysfs attributes for a zone

2013-02-08 Thread Zhang Rui
On Fri, 2013-02-08 at 02:08 -0700, R, Durgadoss wrote: Hi Rui, -Original Message- From: Zhang, Rui Sent: Friday, February 08, 2013 2:35 PM To: R, Durgadoss Cc: linux...@vger.kernel.org; linux-kernel@vger.kernel.org; eduardo.valen...@ti.com; hongbo.zh...@linaro.org;

RE: [PATCH v2 2/3] mmc: davinci_mmc: add DT support

2013-02-08 Thread Manjunathappa, Prakash
Hi, On Fri, Feb 08, 2013 at 15:07:54, Mark Rutland wrote: Hi, [...] diff --git a/Documentation/devicetree/bindings/mmc/davinci_mmc.txt b/Documentation/devicetree/bindings/mmc/davinci_mmc.txt new file mode 100644 index 000..6717ab1 --- /dev/null +++

Re: [PATCH 1/3 v3] selftests: Add tests for efivarfs

2013-02-08 Thread Jeremy Kerr
Hi Andrew, Thanks for taking a look at these. @@ -1,4 +1,4 @@ -TARGETS = breakpoints kcmp mqueue vm cpu-hotplug memory-hotplug +TARGETS = breakpoints kcmp mqueue vm cpu-hotplug memory-hotplug efivarfs bah. This sort of Makefile construct is a wonderful source of patch rejects and fixups.

[PATCH] Documentation: Add a simple doc for selftests

2013-02-08 Thread Jeremy Kerr
On 08/02/13 07:13, Andrew Morton wrote: The general ruleset for selftests is: do as much as you can if you're not root and don't take too long and don't break the build on any architecture and don't cause the top-level make run_tests to fail if your feature is unconfigured. This change adds

Re: [PATCH 1/3 v3] selftests: Add tests for efivarfs

2013-02-08 Thread Matt Fleming
On Fri, 2013-02-08 at 18:05 +0800, Jeremy Kerr wrote: However, the tests expose a bug at the moment, so run_tests will fail. Matt will have that fixed soon though :) In which case, would it make more sense for me to take these tests through the efi tree? I'm fine either way, I'm just looking

Re: [PATCH] clk: tegra: Implement locking for super clock

2013-02-08 Thread Peter De Schrijver
On Thu, Feb 07, 2013 at 07:57:42PM +0100, Mike Turquette wrote: Quoting Peter De Schrijver (2013-02-07 08:24:14) Although tegra_clk_register_super_mux() has a lock parameter, the lock is not actually used by the code. Fixed with this patch. Signed-off-by: Peter De Schrijver

[PATCH] atm/iphase: rename fregt_t - ffreg_t

2013-02-08 Thread Heiko Carstens
We have conflicting type qualifiers for freg_t in s390's ptrace.h and the iphase atm device driver, which causes the compile error below. Unfortunately the s390 typedef can't be renamed, since it's a user visible api, nor can I change the include order in s390 code to avoid the conflict. So

Re: Wifi basics documents

2013-02-08 Thread Arend van Spriel
On 02/08/2013 10:53 AM, sl reddy wrote: any successions will be helpful for me My *suggestion* would be: http://wireless.kernel.org/en/developers/Documentation For what it is worth, below is some terrible ascii art. Gr. AvS Fullmac model: user-space (libnl)

RE: [PATCH, resubmit] ax88179_178a: ASIX AX88179_178A USB 3.0/2.0 to gigabit ethernet adapter driver

2013-02-08 Thread David Laight
+struct ax88179_rx_pkt_header { + u8 l4_csum_err:1, + l3_csum_err:1, + l4_type:3, + l3_type:2, + ce:1; + + u8 vlan_ind:3, + rx_ok:1, + pri:3, + bmc:1; + + u16 len:13, +

RE: [PATCH 2/8] Thermal: Create zone level APIs

2013-02-08 Thread R, Durgadoss
-Original Message- From: Zhang, Rui Sent: Friday, February 08, 2013 3:24 PM To: R, Durgadoss Cc: linux...@vger.kernel.org; linux-kernel@vger.kernel.org; eduardo.valen...@ti.com; hongbo.zh...@linaro.org; w...@nvidia.com Subject: RE: [PATCH 2/8] Thermal: Create zone level APIs On

Re: gpio-sch GPIO_SYSFS access

2013-02-08 Thread Darren Hart
On 02/08/2013 12:49 AM, Samuel Ortiz wrote: Hi Darren, On Thu, Feb 07, 2013 at 11:08:03PM -0800, Darren Hart wrote: On 02/07/2013 08:40 PM, Darren Hart wrote: On 02/07/2013 02:09 AM, Linus Walleij wrote: On Thu, Feb 7, 2013 at 1:58 AM, Darren Hart dvh...@linux.intel.com wrote: Is it

Re: [PATCH 04/10] USB: EHCI: make ehci-orion a separate driver

2013-02-08 Thread Florian Fainelli
Hello Manjunath, On 02/07/2013 06:34 PM, manjunath.gou...@linaro.org wrote: From: Manjunath Goudar manjunath.gou...@linaro.org Separate the Marvell Orion host controller driver from ehci-hcd host code into its own driver module. [snip] The changes you introduce in ehci-hcd.c would certainly

Re: [PATCH 09/11] liblockdep: support using LD_PRELOAD

2013-02-08 Thread Jamie Iles
On Thu, Feb 07, 2013 at 09:31:22AM -0500, Sasha Levin wrote: On 02/07/2013 05:28 AM, Jamie Iles wrote: +int pthread_rwlock_init(pthread_rwlock_t *rwlock, +const pthread_rwlockattr_t *attr) +{ +if (ll_pthread_rwlock_init == NULL) +

[PATCH 2/3] ARM:dts:SPEAr1310:Correct the clcd pin group name

2013-02-08 Thread Vijay Kumar Mishra
This patch is to correct clcd pin group name clcd_high_res to clcd_high_res_grp to avoid kernel boot hang as with following error message. spear1310-pinmux e070.pinmux: invalid group clcd_high_res for function clcd. --- arch/arm/boot/dts/spear1310-evb.dts |2 +- 1 file changed, 1

[PATCH 1/3] SPEAr13xx_defconfig: Enable Memory split 2G/2G needed

2013-02-08 Thread Vijay Kumar Mishra
Memory split 2G/2G is enabled as needed for SPEAr1310 RevC board to boot. Before enabling this option the boot was hanging at uncompressing linux. --- arch/arm/configs/spear13xx_defconfig |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git

[PATCH 0/3] Patch set fixing SPEAr13xx boot issues on V3.8-rc6

2013-02-08 Thread Vijay Kumar Mishra
This patch set contains following patches: 1. Enables correct kernel/user memory split required for SPEAr13xx. 2. Fix to correct SPEAr1310 device tree. 3. Fix to add ARM ABI support. This patch set is tested on kernel V3.8-rc6. Vijay Kumar Mishra (3): SPEAr13xx_defconfig: Enable Memory

[PATCH 3/3] SPEAr13xx_defconfig: Enable compilation using the latest

2013-02-08 Thread Vijay Kumar Mishra
This Patch is to enable CONFIG_AEABI option in kernel. Which basically adds support for latest ARMABI (EABI). It also include support for changes the kernel syscall calling convention to disambiguate both ABIs and allow for backward compatibility support. Without this option the kernel crashes.

Re: [PATCH 1/3] SPEAr13xx_defconfig: Enable Memory split 2G/2G needed

2013-02-08 Thread Viresh Kumar
Hi Vijay, By mistake you have added an ST internal list in cc, fixed it now. Subject should be: ARM: SPEAr13xx: Enable 2G/2G Memory split in defconfig On 8 February 2013 16:16, Vijay Kumar Mishra vijay.ku...@st.com wrote: Memory split 2G/2G is enabled as needed for SPEAr1310 RevC board to

Re: [PATCH 2/3] ARM:dts:SPEAr1310:Correct the clcd pin group name

2013-02-08 Thread Viresh Kumar
Remove the from subject. On 8 February 2013 16:16, Vijay Kumar Mishra vijay.ku...@st.com wrote: This patch is to correct clcd pin group name clcd_high_res to clcd_high_res_grp to avoid kernel boot hang as with following error message. spear1310-pinmux e070.pinmux: invalid group

Re: [GIT PULL] f2fs fixes for v3.8-rc7

2013-02-08 Thread Stephen Rothwell
Hi, On Fri, 8 Feb 2013 08:01:48 + Al Viro v...@zeniv.linux.org.uk wrote: On Fri, Feb 08, 2013 at 01:20:31PM +0900, Jaegeuk Kim wrote: Could you send the patches to me? I'll merge them in my tree and submit them in the next merge window. Is it OK? Feel free to fetch/cherry-pick or

Re: [PATCH V6 0/6] perf, amd: Enable AMD family 15h northbridge counters

2013-02-08 Thread Stephane Eranian
On Wed, Feb 6, 2013 at 6:31 PM, Jacob Shin jacob.s...@amd.com wrote: On Wed, Feb 06, 2013 at 11:26:23AM -0600, Jacob Shin wrote: The following patchset enables 4 additional performance counters in AMD family 15h processors that count northbridge events -- such as number of DRAM accesses.

Re: [PATCH 3/3] SPEAr13xx_defconfig: Enable compilation using the latest

2013-02-08 Thread Viresh Kumar
On 8 February 2013 16:16, Vijay Kumar Mishra vijay.ku...@st.com wrote: This Patch is to enable CONFIG_AEABI option in kernel. Which basically adds support for latest ARMABI (EABI). It also include support for changes the kernel syscall calling convention to

Re: [PATCH 01/49] regulator: ab8500: Further populate initialisation registers

2013-02-08 Thread Mark Brown
On Fri, Feb 08, 2013 at 08:20:50AM +, Lee Jones wrote: On Thu, 07 Feb 2013, Mark Brown wrote: I tried to apply this but got conflicts - can you please check what's going on with this vs my topic/ab8500 branch? It's almost certainly because you're trying to pull the patches in out of

Re: [PATCH for 3.2.34] memcg: do not trigger OOM if PF_NO_MEMCG_OOM is set

2013-02-08 Thread azurIt
Do you have logs from that time period? I have only glanced through the stacks and most of the threads are waiting in the mem_cgroup_handle_oom (mostly from the page fault path where we do not have other options than waiting) which suggests that your memory limit is seriously underestimated. If

Re: gpio-sch GPIO_SYSFS access

2013-02-08 Thread Samuel Ortiz
On Fri, Feb 08, 2013 at 02:36:16AM -0800, Darren Hart wrote: On 02/08/2013 12:49 AM, Samuel Ortiz wrote: Well, this happens when the driver in question gets removed by another driver. removed by another driver ? I'm not sure I understand what that means. In my case, the gpio-sch probe

Re: [PATCH 28/49] ARM: ux500: regulator: Use device IDs instead of device names

2013-02-08 Thread Mark Brown
On Thu, Feb 07, 2013 at 04:43:54PM +0100, Linus Walleij wrote: On Wed, Feb 6, 2013 at 11:53 AM, Lee Jones lee.jo...@linaro.org wrote: - REGULATOR_SUPPLY(vdd, sensor1p.0), + REGULATOR_SUPPLY(vdd, 2-0068), Didn't you just add that supply with the funny name in that other patch I

Re: [PATCH 6/6] perf, amd: Enable northbridge performance counters on AMD family 15h

2013-02-08 Thread Stephane Eranian
On Wed, Feb 6, 2013 at 6:26 PM, Jacob Shin jacob.s...@amd.com wrote: On AMD family 15h processors, there are 4 new performance counters (in addition to 6 core performance counters) that can be used for counting northbridge events (i.e. DRAM accesses). Their bit fields are almost identical to

[PATCH] sched: fix wrong rq's runnable_avg update with rt task

2013-02-08 Thread Vincent Guittot
When a RT task is scheduled on an idle CPU, the update of the rq's load is not done because CFS's functions are not called. Then, the idle_balance, which is called just before entering the idle function, updates the rq's load and makes the assumption that the elapsed time since the last update,

Re: [PATCH 2/3] regulator: s5m8767: Fix using wrong dev argument at various places

2013-02-08 Thread Mark Brown
On Wed, Feb 06, 2013 at 10:56:52AM +0800, Axel Lin wrote: Use pdev-dev rather than iodev-dev for dev_err(), dev_warn() and dev_info(). It's not clear to me that this is actually an improvement, the pdev is mostly just an internal Linux implementation detail so it's common to use the physical

Re: [PATCH 1/3] regulator: s5m8767: Use of_get_child_count()

2013-02-08 Thread Mark Brown
On Wed, Feb 06, 2013 at 10:55:05AM +0800, Axel Lin wrote: Signed-off-by: Axel Lin axel@ingics.com Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH 1/2] regulator: core: Optimize _regulator_do_set_voltage if voltage does not change

2013-02-08 Thread Mark Brown
On Wed, Feb 06, 2013 at 11:09:48AM +0800, Axel Lin wrote: Optimize _regulator_do_set_voltage() for the case selector is equal to old_selector. Since the voltage does not change, we don't need to call set_voltage_sel() and set_voltage_time_sel() in this case. Applied, thanks. signature.asc

Re: [PATCH] Regulator: Reorder the min max assignment in the sequence of regulator_set_voltage function

2013-02-08 Thread Mark Brown
On Fri, Feb 01, 2013 at 10:34:58AM +0530, J Keerthy wrote: +++ b/drivers/regulator/core.c @@ -81,6 +81,8 @@ struct regulator { int uA_load; int min_uV; int max_uV; + int curr_min_uV; + int curr_max_uV; This change makes sense but I don't see why we need to add

Re: [PATCH] regmap: debugfs: Fix reading in register field units

2013-02-08 Thread Mark Brown
On Thu, Feb 07, 2013 at 10:51:56AM +, Dimitris Papastamos wrote: At the moment, if the length of the register field format is N bytes, we can only get anything meaningful back to userspace by providing a buffer that is N + 2 bytes large. Fix this so we that we only need to provide a

Re: [PATCH 1/2] regmap: debugfs: Add a `max_reg' member in struct regmap_debugfs_off_cache

2013-02-08 Thread Mark Brown
On Thu, Feb 07, 2013 at 11:40:25AM +, Dimitris Papastamos wrote: We are keeping track of the maximum register as well, this will make things easier for us in sharing this code with the code implementing the register ranges functionality. It also simplifies a bit the calculations when

Re: [PATCH 2/2] regmap: debugfs: Optimize seeking within blocks of registers

2013-02-08 Thread Mark Brown
On Thu, Feb 07, 2013 at 11:40:32AM +, Dimitris Papastamos wrote: Optimize this so that we can better guess where to start scanning from. We know the length of the register field format, therefore given the file pointer position align to the nearest register field and scan from there

[GIT PULL] at91: little cleanup for 3.9

2013-02-08 Thread Nicolas Ferre
Arnd, Olof, There is a cleanup pull-request that allows us to remove an unused AT91 board file. The following changes since commit 88b62b915b0b7e25870eb0604ed9a92ba4bfc9f7: Linux 3.8-rc6 (2013-02-01 12:08:14 +1100) are available in the git repository at:

Re: linux-next: manual merge of the watchdog tree with the mfd tree

2013-02-08 Thread Wim Van Sebroeck
Hi Stephen, Today's linux-next merge of the watchdog tree got conflicts in drivers/watchdog/Kconfig and drivers/watchdog/Makefile between commit 699ff59052e7 (watchdog: Add support for ux500_wdt watchdog) from the mfd tree and commit 77b709cb6c9d (watchdog: introduce retu_wdt driver) from

[PATCH 1/2] staging: dgrp: use correct release op for /proc/dgrp/info

2013-02-08 Thread Tommi Rantala
Trinity (the syscall fuzzer) discovered that reading /proc/dgrp/info was leaking some memory. Fix by using the correct release op in info_proc_file_ops. unreferenced object 0x88003b6696e0 (size 32): comm cat, pid 2321, jiffies 4294705179 (age 29.434s) hex dump (first 32 bytes): 40 79

[PATCH 2/2] staging: dgrp: prefix function names with dgrp_ in dgrp_specproc.c

2013-02-08 Thread Tommi Rantala
Prefix the functions in dgrp_specproc.c to avoid ambiguity in backtraces, such as the info_proc_open in this one: unreferenced object 0x88003b6696e0 (size 32): comm cat, pid 2321, jiffies 4294705179 (age 29.434s) hex dump (first 32 bytes): 40 79 1c 81 ff ff ff ff 60 79 1c 81 ff ff ff

Re: [PATCH v3] regmap: debugfs: Add a registers `range' file

2013-02-08 Thread Mark Brown
On Fri, Feb 01, 2013 at 12:05:39PM +, Dimitris Papastamos wrote: +struct regmap_reg_range { + unsigned int start; + unsigned int end; + unsigned int attr; +}; + i = start_reg; + while (i = map-max_register) { + reg_attr = regmap_attr_bitmap(map, i);

Re: [RFC PATCH 0/8] virtio: new API for addition of buffers, scatterlist changes

2013-02-08 Thread Jens Axboe
On Fri, Feb 08 2013, Rusty Russell wrote: Paolo Bonzini pbonz...@redhat.com writes: The virtqueue_add_buf function has two limitations: 1) it requires the caller to provide all the buffers in a single call; 2) it does not support chained scatterlists: the buffers must be provided as

Re: linux-next: Tree for Feb 8 [ smp|cpufreq: WARNING: at kernel/smp.c:245 smp_call_function_single ]

2013-02-08 Thread Hillf Danton
Hello Sedat On Fri, Feb 8, 2013 at 4:46 PM, Sedat Dilek sedat.di...@gmail.com wrote: On Fri, Feb 8, 2013 at 5:31 AM, Stephen Rothwell s...@canb.auug.org.au wrote: With today's Linux-Next I see this warning: [0.377442] [ cut here ] [0.377452] WARNING: at

Re: [-next-20130204] usb/hcd: irq 18: nobody cared

2013-02-08 Thread Peter Hurley
On Tue, 2013-02-05 at 15:26 -0500, Alan Stern wrote: On Tue, 5 Feb 2013, Peter Hurley wrote: With -next-20130204: [ 33.855570] irq 18: nobody cared (try booting with the irqpoll option) [ 33.855580] Pid: 0, comm: swapper/4 Not tainted 3.8.0-next-20130204-xeon #20130204 [

Re: [PATCH 2/2] stop_machine: dequeue work before signal completion

2013-02-08 Thread Hillf Danton
Hello Namhyung On Fri, Feb 8, 2013 at 4:22 PM, Namhyung Kim namhy...@kernel.org wrote: On Fri, 8 Feb 2013 11:42:43 +0800, Hillf Danton wrote: As checked with BUG_ON in the case of CPU_UP_PREPARE, we have to dequeue work first for further actions, then stopper reaches sane and clear state.

Re: [PATCH 26/49] ARM: ux500: Partially revert changes surrounding audio regulators

2013-02-08 Thread Lee Jones
On Thu, 07 Feb 2013, Linus Walleij wrote: On Wed, Feb 6, 2013 at 11:53 AM, Lee Jones lee.jo...@linaro.org wrote: From: Philippe Langlais philippe.langl...@linaro.org Signed-off-by: Philippe Langlais philippe.langl...@linaro.org Signed-off-by: Lee Jones lee.jo...@linaro.org There is

Re: [PATCH v2] i2c: convert to idr_alloc()

2013-02-08 Thread Mark Brown
On Thu, Feb 07, 2013 at 08:55:47AM -0800, Tejun Heo wrote: Convert to the much saner new idr interface. Only compile tested. Tested-by: Mark Brown broo...@opensource.wolfsonmicro.com Thanks! signature.asc Description: Digital signature

Re: [PATCH v3 05/10] spi/pxa2xx: break out the private DMA API usage into a separate file

2013-02-08 Thread Mark Brown
On Tue, Jan 22, 2013 at 12:26:28PM +0200, Mika Westerberg wrote: The PXA SPI driver uses PXA platform specific private DMA implementation which does not work on non-PXA platforms. In order to use this driver on other platforms we break out the private DMA implementation into a separate

Re: [PATCH v3 06/10] spi/pxa2xx: add support for DMA engine

2013-02-08 Thread Mark Brown
On Tue, Jan 22, 2013 at 12:26:29PM +0200, Mika Westerberg wrote: To be able to use DMA with this driver on non-PXA platforms we implement support for the generic DMA engine API. This lets user to use different DMA engines with little or no modification to the driver. Applied, thanks.

Re: [PATCH v3 07/10] spi/pxa2xx: add support for runtime PM

2013-02-08 Thread Mark Brown
On Tue, Jan 22, 2013 at 12:26:30PM +0200, Mika Westerberg wrote: Drivers should put the device into low power states proactively whenever the device is not in use. Thus implement support for runtime PM and use the autosuspend feature to make sure that we can still perform well in case we see

Re: [PATCH v3 08/10] spi/pxa2xx: add support for SPI_LOOP

2013-02-08 Thread Mark Brown
On Tue, Jan 22, 2013 at 12:26:31PM +0200, Mika Westerberg wrote: This is useful when testing the functionality of the controller from userspace and there aren't any real SPI slave devices connected to the bus. Applied, thanks. signature.asc Description: Digital signature

[LSF/MM TOPIC][ATTEND] Linux VM Infrastructure to support Memory Power Management

2013-02-08 Thread Srivatsa S. Bhat
Today, we are increasingly seeing computer systems sporting larger and larger amounts of RAM, in order to meet workload demands. However, memory consumes a significant amount of power, potentially upto more than a third of total system power on server systems. So naturally, memory becomes the

Re: [PATCH 0/4] CPUFreq Fixes for 3.9

2013-02-08 Thread Rafael J. Wysocki
On Friday, February 08, 2013 08:20:55 AM Viresh Kumar wrote: On 8 February 2013 05:03, Rafael J. Wysocki r...@sisk.pl wrote: I should have done that before, sorry about it. Can you please rework this series on top of linux-pm.git/pm-cpufreq and try to avoid introducing new issues this

[char-misc-next 00/11 V2] Add MEI BUS and NFC Device

2013-02-08 Thread Tomas Winkler
This is take 2 on the MEI bus + NFC Device patches addressing Arnd's comments This patch set adds implementation of MEI BUS abstraction over MEI device, this allows standard Linux device drivers to access functionality exposed by MEI device that was previously available only to the user space

[char-misc-next 01/11 V2] mei: bus: Initial MEI bus type implementation

2013-02-08 Thread Tomas Winkler
From: Samuel Ortiz sa...@linux.intel.com mei bus will present some of the me clients as devices for other standard subsystems Implement the probe, remove, match and the device addtion routines. A mei-bus.txt document describing the rationale and the API usage is also added. Signed-off-by:

[char-misc-next 06/11 V2] mei: bus: Synchronous API for the data transmission

2013-02-08 Thread Tomas Winkler
From: Samuel Ortiz sa...@linux.intel.com Define a truly synchronous API for the bus Tx path by putting all pending request to the write list and wait for the interrupt tx handler to wake us up. The __mei_send() out path is also slightly reworked to make it look more like main.c:mei_write().

[char-misc-next 05/11 V2] mei: bus: Call bus routines from the core code

2013-02-08 Thread Tomas Winkler
From: Samuel Ortiz sa...@linux.intel.com Register the MEI bus type against the kernel core bus APIs and call the bus Rx handler from interrupt.c Signed-off-by: Samuel Ortiz sa...@linux.intel.com Signed-off-by: Tomas Winkler tomas.wink...@intel.com --- drivers/misc/mei/bus.c | 22

[char-misc-next 07/11 V2] mei: bus: Implement bus driver data setter/getter

2013-02-08 Thread Tomas Winkler
From: Samuel Ortiz sa...@linux.intel.com MEI bus drivers should be able to carry their private data around. Signed-off-by: Samuel Ortiz sa...@linux.intel.com Signed-off-by: Tomas Winkler tomas.wink...@intel.com --- drivers/misc/mei/bus.c | 12 include/linux/mei_bus.h |3 +++

[char-misc-next 11/11] mei: nfc: Implement MEI bus IO ops

2013-02-08 Thread Tomas Winkler
From: Samuel Ortiz sa...@linux.intel.com The send ops for NFC builds the command header, updates the request id and then waits for an ACK. The recv ops check if it receives data or an ACK and in the latter case wakes the send ops up. Signed-off-by: Samuel Ortiz sa...@linux.intel.com

  1   2   3   4   5   6   7   8   9   10   >