Re: [inconsistent HARDIRQ usage] &dev->mode_config.idr_mutex at drm_mode_object_find()

2013-06-10 Thread Maarten Lankhorst
Op 10-06-13 03:55, Fengguang Wu schreef: > Maarten, > > Sorry for the delay! > > On Sun, Jun 09, 2013 at 08:58:44AM +0200, Maarten Lankhorst wrote: >> Hey, >> >> Op 06-06-13 09:28, Fengguang Wu schreef: >>> Hi Maarten, >>> >>> Thanks for the patch! I'll queue it for the tests. >>> >>> >> I haven't

Re: [PATCH 0/2] fix kernel crash with macvtap on top of LRO

2013-06-10 Thread Michael S. Tsirkin
On Thu, Feb 07, 2013 at 01:14:20PM -0500, David Miller wrote: > From: Ben Hutchings > Date: Thu, 7 Feb 2013 16:20:46 + > > > If the consensus is still that we must preserve packets exactly (aside > > from the usual modifications by IP routers) then LRO should be disabled > > on all devices fo

[PATCH] fs/cepth compile error

2013-06-10 Thread 冯力
I try to compile kernel v3.9.2 v3.9.5, It outputs couldn't find fs/cepth/ioctl.o Go to the dir and couldn't find the ioctl.c,only a ioctl.h file.But the ioctl.h isn't included by other file. So simply remove ioctl.o from the Makefile to fix. Thanks commit d8e29a9f5a2474ac0dcb26baa3cf29075f3ce980

Re: [RFC] regmap: Add regmap_field APIs

2013-06-10 Thread Srinivas KANDAGATLA
On 09/06/13 17:00, Lars-Peter Clausen wrote: > [...] >> +int regmap_field_write(struct regmap_field *field, unsigned int val) >> +{ >> +int field_bits; >> +unsigned int reg_mask; >> +field_bits = field->msb - field->lsb + 1; >> +reg_mask = ((BIT(field_bits) - 1) << field->lsb); >> +

[char-misc 3.10] mei: init: Flush scheduled work before resetting the device

2013-06-10 Thread Tomas Winkler
From: Samuel Ortiz Flushing pending work items before resetting the device makes more sense than doing so afterwards. Some of them, like e.g. the NFC initialization one, find themselves with client IDs changed after the reset, eventually leading to trigger a client.c:mei_me_cl_by_id() warning aft

[RESEND] [char-misc 3.10] mei: nfc: fix nfc device freeing

2013-06-10 Thread Tomas Winkler
The nfc_dev is a static variable and is not cleaned properly upon reset mainly ndev->cl and ndev->cl_info are not set to NULL after freeing which mei_stop:198: mei_me :00:16.0: stopping the device. [ 404.253427] general protection fault: [#2] SMP [ 404.253437] Modules linked in: mei_me(

Re: Block layer / MMC: Order of segments in SG-list

2013-06-10 Thread Jens Axboe
On Sun, Jun 09 2013, Joel A Fernandes wrote: > Hi, > So I tried dumping addresses of an SG list in omap_hsmmc driver before > it is passed to DMA. > > I found some interesting traces occasionally such as the below SG list > of length 4. > > [6.758716] (0) length=4096, sg virt addr=c1318000, s

[PATCH regression/resend] h8300: Hardcode symbol prefixes in asm sources

2013-06-10 Thread Geert Uytterhoeven
Commit e1b5bb6d1236d4ad2084c53aa83dde7cdf6f8eea ("consolidate cond_syscall and SYSCALL_ALIAS declarations") broke the h8300 build because it removed the duplicate SYMBOL_NAME() macro from arch/h8300/include/asm/linkage.h, and all the h8300 asm files include instead of . Commit 126de6b20bfb82cc190

Re: [inconsistent HARDIRQ usage] &dev->mode_config.idr_mutex at drm_mode_object_find()

2013-06-10 Thread Daniel Vetter
On Mon, Jun 10, 2013 at 9:04 AM, Maarten Lankhorst wrote: > ^ Stacktrace points at the warning being called from panic. At that point I > no longer trust anything to be sane. > I don't know much about the panic handling in drm, but it's definitely not > related to your original issue. The locki

Re: [PATCH] fs/cepth compile error

2013-06-10 Thread Paul Bolle
On Mon, 2013-06-10 at 15:09 +0800, 冯力 wrote: > I try to compile kernel v3.9.2 v3.9.5, It outputs couldn't find > fs/cepth/ioctl.o > Go to the dir and couldn't find the ioctl.c,only a ioctl.h file.But > the ioctl.h isn't included by other file. > So simply remove ioctl.o from the Makefile to fix.

Re: Build regressions/improvements in v3.10-rc5

2013-06-10 Thread Geert Uytterhoeven
On Mon, 10 Jun 2013, Geert Uytterhoeven wrote: > JFYI, when comparing v3.10-rc5 to v3.10-rc4[3], the summaries are: > - build errors: +19/-10 > [1] http://kisskb.ellerman.id.au/kisskb/head/6308/ (all 120 configs) + arch/powerpc/kernel/cacheinfo.c: error: 'associativity' may be used uninitializ

Re: [PATCH 3/3] i915: Don't provide ACPI backlight interface if firmware expects Windows 8

2013-06-10 Thread Daniel Vetter
On Sun, Jun 09, 2013 at 07:01:39PM -0400, Matthew Garrett wrote: > Windows 8 leaves backlight control up to individual graphics drivers rather > than making ACPI calls itself. There's plenty of evidence to suggest that > the Intel driver for Windows doesn't use the ACPI interface, including the > f

Re: [RFC 10/10] irqchip: Make versatile fpga irq driver a generic chip

2013-06-10 Thread Linus Walleij
On Mon, Jun 10, 2013 at 2:49 AM, Grant Likely wrote: > This is an RFC patch to convert the versatile FPGA irq controller driver > to use generic irq chip. It builds on the series that extends the > generic chip code to allow a linear irq domain to contain one or more > generic irq chips so that e

Re: [#TCI-363-37182]: Re: [Arm-netbook] getting allwinner SoC support upstream (was Re: Uploading linux (3.9.4-1))

2013-06-10 Thread luke.leighton
On Mon, Jun 10, 2013 at 5:31 AM, MobinNet wrote: > luke.leighton, yes, automated service that i was subscribed to without my authorisation or permission: what can i do you for? > This email concerns your recent ticket: Re: [Arm-netbook] getting allwinner > SoC support upstream (was Re: Uploadin

Re: [PATCH] irqchip: Return -EPERM for reserved IRQs

2013-06-10 Thread Linus Walleij
On Sat, Jun 8, 2013 at 3:04 PM, Grant Likely wrote: > The irqdomain core will report a log message for any attempted map call > that fails unless the error code is -EPERM. This patch changes the > Versatile irq controller drivers to use -EPERM because it is normal for > a subset of the IRQ inputs

Re: [PATCH] ARM: tegra: add basic SecureOS support

2013-06-10 Thread Alexandre Courbot
On Sat, Jun 8, 2013 at 2:30 AM, Dave Martin wrote: > Most likely it's either unnecessary, or insufficient. > > Just for entering call SMC properly, it's not needed. If the Secure > World has its MMU on and maps Normal World memory using the same memory > types as Linux, then the Normal World and

Re: [patch -v4 4/8] memcg: enhance memcg iterator to support predicates

2013-06-10 Thread Michal Hocko
Just for the record. I squash the following doc update to the patch in the next version. --- diff --git a/include/linux/memcontrol.h b/include/linux/memcontrol.h index 811967a..9ca85ff 100644 --- a/include/linux/memcontrol.h +++ b/include/linux/memcontrol.h @@ -42,11 +42,19 @@ struct mem_cgroup_rec

Re: [PATCH v3 0/6] KVM: MMU: fast invalidate all mmio sptes

2013-06-10 Thread Gleb Natapov
On Fri, Jun 07, 2013 at 04:51:22PM +0800, Xiao Guangrong wrote: > Changelog: > V3: > All of these changes are from Gleb's review: > 1) rename RET_MMIO_PF_EMU to RET_MMIO_PF_EMULATE. > 2) smartly adjust kvm generation number in kvm_current_mmio_generatio() > to avoid kvm_memslots->generat

[PATCH] timer stats: reset entries when disable the timer usage statistics

2013-06-10 Thread Dong Zhu
>From 4dbb760213856dc382241db456c1c6487694837c Mon Sep 17 00:00:00 2001 From: Dong Zhu Date: Mon, 10 Jun 2013 15:09:27 +0800 we can start/stop data collection by using : echo [1|0] > /proc/timer_stats when we stop the data collection,hrtimer will not update the statistics for a timer any more,but

Re: [PATCH v3 3/6] KVM: MMU: make return value of mmio page fault handler more readable

2013-06-10 Thread Gleb Natapov
On Fri, Jun 07, 2013 at 04:51:25PM +0800, Xiao Guangrong wrote: > Define some meaningful names instead of raw code > > Signed-off-by: Xiao Guangrong > --- > arch/x86/kvm/mmu.c | 15 +-- > arch/x86/kvm/mmu.h | 14 ++ > arch/x86/kvm/vmx.c | 4 ++-- > 3 files changed, 21 in

Re: [PATCH v5 3/5] vmcore: Introduce remap_oldmem_pfn_range()

2013-06-10 Thread Michael Holzheu
On Sat, 8 Jun 2013 11:38:00 +0400 Maxim Uvarov wrote: [snip] > > +static int copy_to(void *target, void *src, size_t size, int > > userbuf) +{ > > + if (userbuf) { > > + if (copy_to_user(target, src, size)) > > + return -EFAULT; > > + retur

Re: [PATCH 1/2] perf/Power7: Save dcache_src fields in sample record.

2013-06-10 Thread Anshuman Khandual
> > AFAICT, Power7 supports one extra level in the cache-hierarchy, so we propose > to add a new cache level, REM_CCE3 shown above. > > To maintain consistency in terminology (i.e 2-hops = remote, 3-hops = > distant), > I propose leaving the REM_MEM1 unused and adding another level, REM_MEM3. >

Re: [PATCH] ARM: dts: add dtsi for palmas

2013-06-10 Thread Lee Jones
> Totally agree to all the above concerns. So can we have a custom .dtsi file > for a board+pmic combination? Or have only the required properties over ridden > in the board file? The common approach is to only apply nodes and node properties to the .dtsi files which are appropriate for _all_ plat

Re: [PATCH] ARM: tegra: add basic SecureOS support

2013-06-10 Thread Alexandre Courbot
On Sat, Jun 8, 2013 at 3:13 AM, Dave Martin wrote: > One way to make the backend generic would be to have something like > one of the following (some syntax omitted due to laziness): > > u32 __naked __call_smc(u32 r0, ...) > { > asm volatile ( >

Re: [PATCH v9] i2c: exynos5: add High Speed I2C controller driver

2013-06-10 Thread Naveen Krishna Ch
On 17 May 2013 15:40, Naveen Krishna Chatradhi wrote: > > Adds support for High Speed I2C driver found in Exynos5 and > later SoCs from Samsung. > > Driver only supports Device Tree method. > > Changes since v1: > 1. Added FIFO functionality > 2. Added High speed mode functionality > 3. Remove SMB

Re: [PATCH] ARM: tegra: add basic SecureOS support

2013-06-10 Thread Alexandre Courbot
On Sat, Jun 8, 2013 at 1:33 AM, Stephen Warren wrote: >>> I think we need to separate the concept of support for *a* secure >>> monitor, from support for a *particular* secure monitor. >> >> Agreed. In this case, can we assume that support for a specific secure >> monitor is not arch-specific, and

Re: [PATCH 2/2] ARM: dts: OMAP5: add palmas node and omap specific palmas regulator properties

2013-06-10 Thread Lee Jones
> Add palmas node and omap specific palmas regulator properties. > > This patch is based on: > > git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt.git > for_3.11/dts There's no need for this to be in the commit message. > Boot tested on omap5-uevm board. > > Sign

RE: [PATCH 2/2] ARM: dts: OMAP5: add palmas node and omap specific palmas regulator properties

2013-06-10 Thread J, KEERTHY
Hello Lee Jones, > -Original Message- > From: Lee Jones [mailto:lee.jo...@linaro.org] > Sent: Monday, June 10, 2013 1:42 PM > To: J, KEERTHY > Cc: Cousson, Benoit; devicetree-disc...@lists.ozlabs.org; linux- > o...@vger.kernel.org; linux-kernel@vger.kernel.org; > ldewan...@nvidia.com; gran

[PATCH] gpio_msm: Remove __devinit attribute

2013-06-10 Thread Tushar Behera
The definition of __devinit has been removed from the kernel. Remove this to fix compilation error. Signed-off-by: Tushar Behera --- drivers/gpio/gpio-msm-v1.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-msm-v1.c b/drivers/gpio/gpio-msm-v1.c index c79

RE: [PATCH] ARM: dts: add vmmc regulator support for ODROID-X

2013-06-10 Thread Kukjin Kim
Dongjin Kim wrote: > > This patch is to add vmmc regulator node at MSHC and SDHCI for ODROID-X > board file. > > Signed-off-by: Dongjin Kim > --- > arch/arm/boot/dts/exynos4412-odroidx.dts |2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/boot/dts/exynos4412-odroidx.dts >

Re: [PATCHv4] ARM: at91: Fix link breakage when !CONFIG_PHYLIB

2013-06-10 Thread Nicolas Ferre
On 05/06/2013 11:50, Alexandre Belloni : Fixes: arch/arm/mach-at91/built-in.o: In function `ksz9021rn_phy_fixup': :(.text+0x1174): undefined reference to `mdiobus_write' :(.text+0x1188): undefined reference to `mdiobus_write' :(.text+0x119c): undefined reference to `mdiobus_write' :(.text+0x11b0)

RE: [PATCH] ARM: dts: add pin state information for DP HPD support to Exynos5250

2013-06-10 Thread Kukjin Kim
Doug Anderson wrote: > > Jingoo, > > On Sat, May 11, 2013 at 1:09 AM, Jingoo Han wrote: > > Add pin state information for DP HPD support that requires > > pin configuration support using pinctrl interface. > > > > Signed-off-by: Jingoo Han > > --- > > Tested on Exynos5250 > > > > arch/arm/boot

Re: [PATCH v2] ARM: mmp: bring up pxa988 with device tree support

2013-06-10 Thread Arnd Bergmann
On Saturday 08 June 2013, Chao Xie wrote: > hi, Arnd > Thanks for your review. > > On Fri, Jun 7, 2013 at 12:26 AM, Arnd Bergmann wrote: > > On Thursday 06 June 2013, Neil Zhang wrote: > >> > >> The MACH_MMPX_DT here is for standard ARM core based SoC. > >> But PJ4 is modified by Marvell, which i

Re: Questions about Runtime Power Management

2013-06-10 Thread Oliver Neukum
On Sunday 09 June 2013 16:28:21 Morales, Alejandra wrote: > I did a test with an external USB hard drive, checking the runtime power > state before and after issuing a sleep command with hdparm -Y. The drive > effectively spinned down, but the runtime power state didn't change from > active to

RE: [PATCH 2/2] ARM: dts: Document DP clock in samsung,exynos5-dp binding

2013-06-10 Thread Kukjin Kim
Doug Anderson wrote: > > Jingoo, > > On Sat, May 11, 2013 at 12:43 AM, Jingoo Han wrote: > > The exynos5-dp node needs a clock specified using the common clock > > framework. > > > > Signed-off-by: Jingoo Han > > --- > > Tested on Exynos5250 > > > > .../devicetree/bindings/video/exynos_dp.txt

Re: [PATCH 6/6] ARM: dts: Add pcie controller node for Samsung EXYNOS5440 SoC

2013-06-10 Thread Jingoo Han
On Saturday, June 08, 2013 2:43 AM, Arnd Bergmann wrote: > On Friday 07 June 2013, Jason Gunthorpe wrote: > > Sounds fair to me. > > > > But when we talk about multiple domains we don't mean a disjoint range > > bus bus numbers, as your other email shows: > > > > 00:00.0 PCI bridge: Samsung Electro

[PATCH v10 net-next 1/6] net: add napi_id and hash

2013-06-10 Thread Eliezer Tamir
Adds a napi_id and a hashing mechanism to lookup a napi by id. This will be used by subsequent patches to implement low latency Ethernet device polling. Based on a code sample by Eric Dumazet. Signed-off-by: Eliezer Tamir --- include/linux/netdevice.h | 29 ++ net/core/dev

[PATCH v10 net-next 0/6] net: low latency Ethernet device polling

2013-06-10 Thread Eliezer Tamir
David, I removed the select/poll patch (was 5/7 in v9) from the set. The rest are the same patches that were in v9. Please consider applying. Thanks to everyone for their input. -Eliezer Change log: v10 - removed select/poll support. (we will work on this some more and try again) v9 - correct

[PATCH v10 net-next 2/6] net: add low latency socket poll

2013-06-10 Thread Eliezer Tamir
Adds an ndo_ll_poll method and the code that supports it. This method can be used by low latency applications to busy-poll Ethernet device queues directly from the socket code. sysctl_net_ll_poll controls how many microseconds to poll. Default is zero (disabled). Individual protocol support will be

[PATCH v10 net-next 3/6] udp: add low latency socket poll support

2013-06-10 Thread Eliezer Tamir
Add upport for busy-polling on UDP sockets. In __udp[46]_lib_rcv add a call to sk_mark_ll() to copy the napi_id from the skb into the sk. This is done at the earliest possible moment, right after we identify which socket this skb is for. In __skb_recv_datagram When there is no data and the user tri

[PATCH v10 net-next 5/6] ixgbe: add support for ndo_ll_poll

2013-06-10 Thread Eliezer Tamir
Add the ixgbe driver code implementing ndo_ll_poll. Adds ndo_ll_poll method and locking between it and the napi poll. When receiving a packet we use skb_mark_ll to record the napi it came from. Add each napi to the napi_hash right after netif_napi_add(). Signed-off-by: Alexander Duyck Signed-off-

[PATCH v10 net-next 4/6] tcp: add low latency socket poll support.

2013-06-10 Thread Eliezer Tamir
Adds low latency socket poll support for TCP. In tcp_v[46]_rcv() add a call to sk_mark_ll() to copy the napi_id from the skb to the sk. In tcp_recvmsg(), when there is no data in the socket we busy-poll. This is a good example of how to add busy-poll support to more protocols. Signed-off-by: Alexa

[PATCH v10 net-next 6/6] ixgbe: add extra stats for ndo_ll_poll

2013-06-10 Thread Eliezer Tamir
Add additional statistics to the ixgbe driver for ndo_ll_poll Defined under LL_EXTENDED_STATS Signed-off-by: Alexander Duyck Signed-off-by: Jesse Brandeburg Signed-off-by: Eliezer Tamir --- drivers/net/ethernet/intel/ixgbe/ixgbe.h | 14 drivers/net/ethernet/intel/ixgbe/ixgb

Re: [PATCH v3 0/6] KVM: MMU: fast invalidate all mmio sptes

2013-06-10 Thread Xiao Guangrong
On 06/10/2013 03:56 PM, Gleb Natapov wrote: > On Fri, Jun 07, 2013 at 04:51:22PM +0800, Xiao Guangrong wrote: >> Changelog: >> V3: >> All of these changes are from Gleb's review: >> 1) rename RET_MMIO_PF_EMU to RET_MMIO_PF_EMULATE. >> 2) smartly adjust kvm generation number in kvm_current_mmi

Re: [PATCH v3 3/6] KVM: MMU: make return value of mmio page fault handler more readable

2013-06-10 Thread Xiao Guangrong
On 06/10/2013 03:57 PM, Gleb Natapov wrote: > On Fri, Jun 07, 2013 at 04:51:25PM +0800, Xiao Guangrong wrote: >> Define some meaningful names instead of raw code >> >> Signed-off-by: Xiao Guangrong >> --- >> arch/x86/kvm/mmu.c | 15 +-- >> arch/x86/kvm/mmu.h | 14 ++ >> ar

[PATCH] vmcore: disable mmap_vmcore() if CONFIG_MMU is not defined

2013-06-10 Thread HATAYAMA Daisuke
Hello, This patch fixes the issue reported by Amd on an overlook of no-MMU configuration. This patch is made on top of v3.10-rc4-mmotm-2013-06-06-16-19. I tested this on x86_64 and x86 with 1GB and 5GB memory. I build this on arm without CONFIG_MMU configuration. Thanks. HATAYAMA, Daisuke >F

Re: [PATCH v2] arm64: kernel: compiling issue, need delete read_current_timer().

2013-06-10 Thread Marc Zyngier
On 08/06/13 05:37, Chen Gang wrote: > Hello Maintainers: > > Please help check it, when you have time. > > Thanks. > > On 05/27/2013 06:02 PM, Chen Gang wrote: >> Hello Maintainers: >> >> Please help check this patch whether OK, when you have time. >> >> Thanks. >> >> On 05/21/2013 05:46 PM, Che

Re: [PATCH v2] arm64: kernel: compiling issue, need delete read_current_timer().

2013-06-10 Thread Will Deacon
On Sat, Jun 08, 2013 at 05:37:30AM +0100, Chen Gang wrote: > Hello Maintainers: > > Please help check it, when you have time. [...] > >> Under arm64, we will calibrate the delay loop statically using a known > >> timer frequency, so delete read_current_timer(), or it will cause > >> compiling is

Re: [PATCH 1/2] xilinx systemace: Fix device name assignment for SystemACE (from "xs`" to "xsa").

2013-06-10 Thread Michal Simek
On 06/03/2013 04:37 PM, Greg Kroah-Hartman wrote: > On Mon, Jun 03, 2013 at 04:33:12PM +0200, Michal Simek wrote: >> On 06/03/2013 04:22 PM, Greg Kroah-Hartman wrote: >>> On Mon, Jun 03, 2013 at 02:47:36PM +0200, Michal Simek wrote: Hi Greg, do you want to take these two patches thro

Re: [RFC PATCH 2/2] uio: Add two platform uio drivers to one

2013-06-10 Thread Michal Simek
Hi Hans, can you please look at this patch? Thanks, Michal On 05/23/2013 04:01 PM, Michal Simek wrote: > - Remove Userspace I/O platform driver without IRQ support > but add this functionality to genirq driver > - Remove code duplication from OF binding > > Signed-off-by: Michal Simek > ---

Re: [PATCH] dma-mapping: Add BUG_ON for uninitialized dma_ops

2013-06-10 Thread Michal Simek
Hi Arnd, can you please look at this patch? Thanks, Michal On 06/03/2013 02:44 PM, Michal Simek wrote: > Check that dma_ops are initialized correctly. > > Signed-off-by: Michal Simek > --- > Functions dma_mmap_attrs(), dma_get_sgtable_attrs() > already have this checking. > > --- > include/a

Re: [PATCH v2 1/6] GPIO: xilinx: Simplify driver probe function

2013-06-10 Thread Michal Simek
Hi Linus, can you please look at this patchset? Thanks, Michal On 06/03/2013 02:31 PM, Michal Simek wrote: > Simplification is done by using OF helper function > which increase readability of code and remove > (if (var) var = be32_to_cpup;) assignment. > > Signed-off-by: Michal Simek > --- > C

Re: [PATCH 12/32] ARM: ux500: Remove superfluous 'psize' attribute from Audio platform data

2013-06-10 Thread Lee Jones
On Fri, 03 May 2013, Linus Walleij wrote: > On Thu, May 2, 2013 at 10:38 AM, Lee Jones wrote: > > >> > 'psize' is used to calculate the maximum DMA burst size. However it > >> > is only taken into consideration when editing the DMA channel's > >> > configuration. The Audio DMA platform data is o

RE: [PATCH 00/11] Convert GPIO Davinci to platform driver

2013-06-10 Thread Philip, Avinash
On Fri, Jun 07, 2013 at 13:40:52, Nori, Sekhar wrote: > Hi Avinash, > > On 5/22/2013 12:40 PM, Philip Avinash wrote: > > GPIO Davinci driver converted to platform driver to support DT booting. > > In this patch series > > - Cleaned gpio Davinci driver code with proper commenting style and > > app

Re: [RFC 10/10] irqchip: Make versatile fpga irq driver a generic chip

2013-06-10 Thread Russell King - ARM Linux
On Mon, Jun 10, 2013 at 01:49:22AM +0100, Grant Likely wrote: > This is an RFC patch to convert the versatile FPGA irq controller driver > to use generic irq chip. It builds on the series that extends the > generic chip code to allow a linear irq domain to contain one or more > generic irq chips so

Re: Crypto Fixes for 3.10

2013-06-10 Thread Herbert Xu
Hi Linus: This push fixes a build problem in sahara and temporarily disables two new optimisations because of performance regressions until a permanent fix is ready. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git or master.kernel.org:/pub/scm/linux/kernel

[PATCH v2 0/2] ARM: dts: Add palmas dtsi

2013-06-10 Thread J Keerthy
This patch series adds palmas.dtsi and adds the omap5 specific palmas entries in the omap5-uevm board file. This patch series is based on: git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt.git for_3.11/dts Boot tested on omap5-uevm board. J Keerthy (2): ARM: dts: add dtsi f

Re: [RFC PATCH 28/50] ASoC: atmel-ssc: prepare clk before calling enable

2013-06-10 Thread Mark Brown
On Fri, Jun 07, 2013 at 09:56:52PM +0200, Boris BREZILLON wrote: > On 07/06/2013 18:55, Mark Brown wrote: > >On Fri, Jun 07, 2013 at 06:26:09PM +0200, Boris BREZILLON wrote: > >>Replace clk_enable/disable with clk_prepare_enable/disable_unprepare to > >>avoid common clk framework warnings. > >Appl

[PATCH v2 2/2] ARM: dts: OMAP5: add palmas node and omap specific palmas regulator properties

2013-06-10 Thread J Keerthy
Add palmas node and omap specific palmas regulator properties. Signed-off-by: J Keerthy --- arch/arm/boot/dts/omap5-uevm.dts | 147 ++ 1 files changed, 147 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-

[PATCH v2 1/2] ARM: dts: add dtsi for palmas

2013-06-10 Thread J Keerthy
Adds palmas mfd and palmas regulator nodes. Signed-off-by: Graeme Gregory Signed-off-by: J Keerthy --- arch/arm/boot/dts/palmas.dtsi | 98 + 1 files changed, 98 insertions(+), 0 deletions(-) create mode 100644 arch/arm/boot/dts/palmas.dtsi diff --git

Re: [PATCH 3/9] clk: ux500: Provide device enumeration number suffix for SMSC911x

2013-06-10 Thread Lee Jones
Hi Mike, > > First Ethernet device has a ".0" appended onto the device name. It > > appears that we need this in order to obtain the correct clock. > > > > Cc: Ulf Hansson > > Cc: Mike Turquette > > Signed-off-by: Lee Jones > > Acked-by: Ulf Hansson > Acked-by: Linus Walleij It appears this

Re: [PATCH v2 0/2] Xilinx watchdog changes

2013-06-10 Thread Michal Simek
Hi Wim On 05/31/2013 07:56 AM, Michal Simek wrote: > The patchset fixes license header and add 1.00.a IP to compatible > list. > > Thanks for your review, > Michal > > Remove the 3rd patch from this series which incorrectly > tried to support set timeout feature. > > Changes in v2: > - Extend c

Re: [PATCH] ARM: tegra: add basic SecureOS support

2013-06-10 Thread Russell King - ARM Linux
On Mon, Jun 10, 2013 at 04:47:22PM +0900, Alexandre Courbot wrote: > One could remove the naked attribute and put there registers into the > clobber list, but then the function will be inlined and we will have > to ensure the parameters end up in the right register (and having a > function that can

Re: [PATCH 3/9] clk: ux500: Provide device enumeration number suffix for SMSC911x

2013-06-10 Thread Lee Jones
On Mon, 10 Jun 2013, Lee Jones wrote: > Hi Mike, > > > > First Ethernet device has a ".0" appended onto the device name. It > > > appears that we need this in order to obtain the correct clock. > > > > > > Cc: Ulf Hansson > > > Cc: Mike Turquette > > > Signed-off-by: Lee Jones > > > > Acked-b

Tux3 Report: Fsync Redux

2013-06-10 Thread Daniel Phillips
One month ago we reported that Tux3 is now able to beat tmpfs in at least one benchmark load, a claim that generated considerable lively commentary, some of it collegial: https://lkml.org/lkml/2013/5/7/742 Ted raised an interesting question about whether Tux3 is forever destined to suffer

Re: [PATCH 12/32] ARM: ux500: Remove superfluous 'psize' attribute from Audio platform data

2013-06-10 Thread Lee Jones
> Linus, > > Would you mind taking this through your tree now that the DMA stuff > has gone in please? Again, just found this in -next. Sorry for the churn. -- Lee Jones Linaro ST-Ericsson Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog

[PATCH 2/2] memory: tegra30-mc: Fix IRQ handler bugs.

2013-06-10 Thread Tuomas Tynkkynen
In Tegra30 memory controller any MC interrupt would cause an infinite loop in the IRQ handler. Additionally, a garbage pointer was used to read the MC status registers, which causes wrong values to be printed if a MC error occurred. Signed-off-by: Tuomas Tynkkynen --- drivers/memory/tegra30-mc.c

[PATCH 1/2] memory: tegra20-mc: Fix hang in IRQ handler.

2013-06-10 Thread Tuomas Tynkkynen
In Tegra20 memory controller any MC interrupt would cause an infinite loop in the IRQ handler. Signed-off-by: Tuomas Tynkkynen --- drivers/memory/tegra20-mc.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/memory/tegra20-mc.c b/drivers/memory/tegra20-mc.c index 2

[PATCH 0/2] Bugfixes for Tegra memory controllers.

2013-06-10 Thread Tuomas Tynkkynen
Hi, Here's two simple bugfixes for the Tegra memory controllers. Tuomas Tynkkynen (2): memory: tegra20-mc: Fix hang in IRQ handler. memory: tegra30-mc: Fix IRQ handler. drivers/memory/tegra20-mc.c | 5 - drivers/memory/tegra30-mc.c | 9 ++--- 2 files changed, 10 insertions(+), 4 del

Re: [PATCH 05/39] ARM: ux500: Stop passing MMC's platform data for Device Tree boots

2013-06-10 Thread Lee Jones
On Wed, 15 May 2013, Linus Walleij wrote: > On Wed, May 15, 2013 at 11:51 AM, Lee Jones wrote: > > > It was required to pass DMA channel configuration information to the > > MMC driver before the new DMA API was in place. Now that it is, and > > is fully compatible with Device Tree we can stop d

Re: [RFC] regmap: Add regmap_field APIs

2013-06-10 Thread Mark Brown
On Sun, Jun 09, 2013 at 06:00:19PM +0200, Lars-Peter Clausen wrote: > > +int regmap_field_write(struct regmap_field *field, unsigned int val) > > +{ > > + int field_bits; > > + unsigned int reg_mask; > > + field_bits = field->msb - field->lsb + 1; > > + reg_mask = ((BIT(field_bits) - 1) <<

Re: [PATCH] ARM: tegra: add basic SecureOS support

2013-06-10 Thread Russell King - ARM Linux
On Mon, Jun 10, 2013 at 05:11:15PM +0900, Alexandre Courbot wrote: > On Sat, Jun 8, 2013 at 1:33 AM, Stephen Warren wrote: > >>> I think we need to separate the concept of support for *a* secure > >>> monitor, from support for a *particular* secure monitor. > >> > >> Agreed. In this case, can we a

Re: [PATCH 06/39] ARM: ux500: Move SDI (MMC) and UART devices under more descriptive heading

2013-06-10 Thread Lee Jones
On Wed, 15 May 2013, Linus Walleij wrote: > On Wed, May 15, 2013 at 11:51 AM, Lee Jones wrote: > > > Now DMA DT bindings exist and are in use by he MMC and UART drivers, it > > should be possible to remove them from the auxdata structure. However, > > after doing so the drivers fail. Common clk

Re: [PATCH v2 1/2] ARM: dts: add dtsi for palmas

2013-06-10 Thread Laxman Dewangan
On Monday 10 June 2013 02:34 PM, J Keerthy wrote: Adds palmas mfd and palmas regulator nodes. Signed-off-by: Graeme Gregory Signed-off-by: J Keerthy --- arch/arm/boot/dts/palmas.dtsi | 98 + Hi Keerthy, Can you please add documentation for dt bindin

Re: [PATCH v10 net-next 1/6] net: add napi_id and hash

2013-06-10 Thread Eric Dumazet
On Mon, 2013-06-10 at 11:39 +0300, Eliezer Tamir wrote: > Adds a napi_id and a hashing mechanism to lookup a napi by id. > This will be used by subsequent patches to implement low latency > Ethernet device polling. > Based on a code sample by Eric Dumazet. > > Signed-off-by: Eliezer Tamir > --- >

Re: [PATCH v2] arch: asm-generic: for atomic_set_mask() 1st param, use 'unsigned int' instead of 'unsigned long'

2013-06-10 Thread Heiko Carstens
On Sun, Jun 09, 2013 at 02:31:42PM +0800, Chen Gang wrote: > > atomic_set_mask() and atomic_clear_mask() are the pairs, so the related > parameters' type need match with each other. > > The type of 'addr->counter' is 'int', so use 'unsigned int' instead > of 'unsigned long', and let atomic_set_ma

[PATCH v2 01/11] serial:st-asc: Add ST ASC driver.

2013-06-10 Thread Srinivas KANDAGATLA
This patch adds support to ASC (asynchronous serial controller) driver, which is basically a standard serial driver. This IP is common across all the ST parts for settop box platforms. ASC is embedded in ST COMMS IP block. It supports Rx & Tx functionality. It support all industry standard baud ra

[PATCH v2 00/11] ARM:STixxxx: Add STixxxx platform and board support

2013-06-10 Thread Srinivas KANDAGATLA
From: Srinivas Kandagatla Here is new patch-set incorporating all the review comments. This patch-set adds basic support for STMicroelectronics STi SOCs which includes STiH415 and STiH416 with B2000 and B2020 board support. STiH415 and STiH416 are dual-core ARM Cortex-A9 CPU, designed for u

Re: [PATCH 3/3] i915: Don't provide ACPI backlight interface if firmware expects Windows 8

2013-06-10 Thread joeyli
於 日,2013-06-09 於 19:01 -0400,Matthew Garrett 提到: > Windows 8 leaves backlight control up to individual graphics drivers rather > than making ACPI calls itself. There's plenty of evidence to suggest that > the Intel driver for Windows doesn't use the ACPI interface, including the > fact that it's br

[PATCH v2 02/11] clocksource:global_timer: Add ARM global timer support.

2013-06-10 Thread Srinivas KANDAGATLA
From: Stuart Menefy This is a simple driver for the global timer module found in the Cortex A9-MP cores from revision r1p0 onwards. This should be able to perform the functions of the system timer and the local timer in an SMP system. The global timer has the following features: The global t

[PATCH v2 05/11] pinctrl:stixxxx: Add pinctrl and pinconf support.

2013-06-10 Thread Srinivas KANDAGATLA
This patch add pinctrl support to ST SoCs. About hardware: ST Set-Top-Box parts have two blocks called PIO and PIO-mux which handle pin configurations. Each multi-function pin is controlled, driven and routed through the PIO multiplexing block. Each pin supports GPIO functionality (ALT0) and mult

[PATCH v2 04/11] mfd:stixxxx-syscfg: Add ST System Configuration support.

2013-06-10 Thread Srinivas KANDAGATLA
System configuration(aka syscfg) registers are very basic configuration registers arranged in groups across ST Settop Box parts. The SOCs are assembled from existing IP blocks, which don't change very often. However these blocks are assembled in different configurations to meet the device requirem

[PATCH v2 03/11] regmap: Add regmap_field APIs

2013-06-10 Thread Srinivas KANDAGATLA
It is common to access regmap registers at bit level, using regmap_update_bits or regmap_read functions, however the end user has to take care of a mask or shifting. This becomes overhead when such use cases are high. Having a common function to do this is much convenient and less error prone. The

RE: [PATCH v2 1/2] ARM: dts: add dtsi for palmas

2013-06-10 Thread J, KEERTHY
Hi Laxman, > -Original Message- > From: Laxman Dewangan [mailto:ldewan...@nvidia.com] > Sent: Monday, June 10, 2013 2:55 PM > To: J, KEERTHY > Cc: Cousson, Benoit; devicetree-disc...@lists.ozlabs.org; linux- > o...@vger.kernel.org; linux-kernel@vger.kernel.org; > grant.lik...@secretlab.ca;

RE: [PATCH v3] mfd: DT bindings for the palmas family MFD

2013-06-10 Thread J, KEERTHY
Hello Grant/Lee Jones, > -Original Message- > From: Lee Jones [mailto:lee.jo...@linaro.org] > Sent: Thursday, June 06, 2013 12:36 PM > To: J, KEERTHY > Cc: linux-kernel@vger.kernel.org; grant.lik...@secretlab.ca; linux- > d...@vger.kernel.org; devicetree-disc...@lists.ozlabs.org; > swar...

Re: [RFC PATCH 28/50] ASoC: atmel-ssc: prepare clk before calling enable

2013-06-10 Thread boris brezillon
On 10/06/2013 11:06, Mark Brown wrote: On Fri, Jun 07, 2013 at 09:56:52PM +0200, Boris BREZILLON wrote: On 07/06/2013 18:55, Mark Brown wrote: On Fri, Jun 07, 2013 at 06:26:09PM +0200, Boris BREZILLON wrote: Replace clk_enable/disable with clk_prepare_enable/disable_unprepare to avoid common c

3.10-rc: bluetooth disappeared on thinkpad x60 (regression)

2013-06-10 Thread Pavel Machek
Hi! >From start of 3.10-rc series, bluetooth seems to be gone on thinkpad x60. root@amd:~# uname -a Linux amd 3.10.0-rc5+ #261 SMP Mon Jun 10 02:59:55 CEST 2013 i686 GNU/Linux pavel@amd:~$ lsusb Bus 005 Device 003: ID 0483:2016 SGS Thomson Microelectronics Fingerprint Reader Bus 005 Device 002:

[PATCH v2 06/11] ARM:stixxxx: Add STiH415 SOC support

2013-06-10 Thread Srinivas KANDAGATLA
The STiH415 is the next generation of HD, AVC set-top box processors for satellite, cable, terrestrial and IP-STB markets. It is an ARM Cortex-A9 1.0 GHz, dual-core CPU. Signed-off-by: Srinivas Kandagatla CC: Stephen Gallimore CC: Stuart Menefy CC: Arnd Bergmann CC: Linus Walleij --- Documen

[PATCH v2 09/11] ARM:stixxxx: Add stixxxx options to multi_v7_defconfig

2013-06-10 Thread Srinivas KANDAGATLA
This patch adds stih415 and stih416 support to multi_v7_defconfig. Signed-off-by: Srinivas Kandagatla CC: Arnd Bergmann --- arch/arm/configs/multi_v7_defconfig | 32 +++- 1 files changed, 15 insertions(+), 17 deletions(-) diff --git a/arch/arm/configs/multi_v7_def

Re: [PATCH] ARM: dts: add dtsi for palmas

2013-06-10 Thread Benoit Cousson
Hi Keerthy, On 06/10/2013 06:03 AM, J, KEERTHY wrote: > Hi Stephen, > > Thanks for the review comments. > > > From: Stephen Warren [swar...@wwwdotorg.org] > Sent: Saturday, June 08, 2013 1:26 AM > To: J, KEERTHY > Cc: Cousson, Benoit; devicetree-disc...@l

[PATCH v2 08/11] ARM:stixxxx: Add DEBUG_LL console support

2013-06-10 Thread Srinivas KANDAGATLA
This patch adds low level debug uart support to sti based SOCs. Signed-off-by: Srinivas Kandagatla CC: Arnd Bergmann --- arch/arm/Kconfig.debug | 38 +++ arch/arm/include/debug/sti.S | 61 ++ arch/arm/mach-sti/boa

Re: Re: Re: [PATCH V2 1/1] kvm/vmx: Add a tracepoint write_tsc_offset

2013-06-10 Thread Yoshihiro YUNOMAE
Hi Gleb, (2013/06/09 20:14), Gleb Natapov wrote: On Fri, Jun 07, 2013 at 02:22:22PM +0900, Yoshihiro YUNOMAE wrote: (2013/06/06 20:33), Gleb Natapov wrote: On Wed, Jun 05, 2013 at 09:23:22PM -0300, Marcelo Tosatti wrote: On Tue, Jun 04, 2013 at 05:36:19PM +0900, Yoshihiro YUNOMAE wrote: Add

[PATCH v2 10/11] ARM:stih41x: Add B2000 board support

2013-06-10 Thread Srinivas KANDAGATLA
B2000 board is reference board for STIH415/416 SOCs, it has 2 x UART, 4x USB, 2 x Ethernet, 1 x SATA, 1 x PCIe, and 1GB RAM. This patch add initial support to b2000 with STiH415/416 with UART2 as console and a heard beat LED. Signed-off-by: Srinivas Kandagatla CC: Stephen Gallimore CC: Arnd Ber

[PATCH v2 11/11] ARM:stih41x: Add B2020 board support

2013-06-10 Thread Srinivas KANDAGATLA
B2020 ADI board is reference board for STIH415/416 SOCs, it has 2 x UART, 4x USB, 1 x Ethernet, 1 x SATA, 1 x PCIe, and 2GB RAM with standard set-top box IPs. This patch adds initial support to B2020 with STiH415/416 with SBC_UART1 as console and a heard beat LED. Signed-off-by: Srinivas Kandaga

Re: [PATCH 44/53] Input: atmel_mxt_ts - Verify Information Block checksum on probe

2013-06-10 Thread Nick Dyer
Yufeng Shen wrote: >> + dev_info(&client->dev, >> +"Family: %u Variant: %u Firmware V%u.%u.%02X Objects: %u\n", >> +info->family_id, info->variant_id, info->version >> 4, >> +info->version & 0xf, info->build, info->object_num); >> + > > Use dat

Re: [PATCH v2 01/11] serial:st-asc: Add ST ASC driver.

2013-06-10 Thread Russell King - ARM Linux
On Mon, Jun 10, 2013 at 10:21:00AM +0100, Srinivas KANDAGATLA wrote: > This patch adds support to ASC (asynchronous serial controller) > driver, which is basically a standard serial driver. This IP is common > across all the ST parts for settop box platforms. > > ASC is embedded in ST COMMS IP blo

[PATCH v4 2/6] clocksource: add Marvell Orion SoC timer

2013-06-10 Thread Sebastian Hesselbarth
This patch add a DT enabled driver for timers found on Marvell Orion SoCs (Kirkwood, Dove, Orion5x, and Discovery Innovation). It installs a free- running clocksource on timer0 and a clockevent source on timer1. Corresponding device tree documentation is also added. Signed-off-by: Sebastian Hessel

Re: [PATCH] drivers: mmc: reordered shutdown sequence in mmc_bld_remove_req

2013-06-10 Thread Ulf Hansson
On 4 June 2013 23:42, Paul Taysom wrote: > We had a multi-partition SD-Card with two ext2 file systems. The partition > table was getting overwritten by a race between the card removal and > the unmount of the 2nd ext2 partition. > > What was observed: > 1. Suspend/resume would call to remove the

Re: [RFC PATCH] regulator: palmas: enable all modes for SMPS10

2013-06-10 Thread Kishon Vijay Abraham I
Hi, On Tuesday 04 June 2013 03:35 PM, Mark Brown wrote: On Tue, Jun 04, 2013 at 03:13:27PM +0530, Kishon Vijay Abraham I wrote: On Tuesday 04 June 2013 03:08 PM, Mark Brown wrote: No. A boost regulator is still a voltage regulator, it just happens to raise rather than lower the voltage but

Re: [PATCH v2 06/11] ARM:stixxxx: Add STiH415 SOC support

2013-06-10 Thread Michal Simek
signature.asc Description: OpenPGP digital signature

  1   2   3   4   5   6   >