Re: [GIT PULL] Remove ARM local timer API

2013-06-27 Thread Olof Johansson
On Tue, Jun 25, 2013 at 01:02:12PM -0700, Stephen Boyd wrote: > Olof/Arnd, > > These patches remove the ARM local timer API. The ARM architected > timers have already moved away from this API so this series > migrates the rest of the users allowing us to remove the API > entirely. Thomas has been

Re: [resend2 PATCH] DMA: remove unused support for MEMSET operations

2013-06-28 Thread Olof Johansson
Bartlomiej, Did you build test on the platforms you changed? You broke dove_defconfig: In file included from /home/olof/work/next/include/linux/skbuff.h:31:0, from /home/olof/work/next/include/linux/if_ether.h:23, from /home/olof/work/next/include/net/dsa.h:14,

Re: [PATCH 0/2] ARM: sunxi: Convert DTSI to new CPU bindings

2013-06-28 Thread Olof Johansson
On Fri, Jun 28, 2013 at 1:03 PM, Maxime Ripard wrote: > On Fri, Jun 28, 2013 at 06:15:32PM +0100, Lorenzo Pieralisi wrote: >> On Fri, Jun 28, 2013 at 05:44:02PM +0100, Maxime Ripard wrote: >> > Hi Arnd, Olof, >> > >> > Sorry for steping in so late, but these two patches fixes a warning >> > introd

Re: [PATCH 0/2] ARM: sunxi: Convert DTSI to new CPU bindings

2013-06-29 Thread Olof Johansson
On Sat, Jun 29, 2013 at 08:38:19PM +0100, Russell King - ARM Linux wrote: > On Fri, Jun 28, 2013 at 01:05:42PM -0700, Olof Johansson wrote: > > On Fri, Jun 28, 2013 at 1:03 PM, Maxime Ripard > > wrote: > > > On Fri, Jun 28, 2013 at 06:15:32PM +0100, Lorenzo Pieralisi wrote

Re: [PATCH 0/2] ARM: sunxi: Convert DTSI to new CPU bindings

2013-06-29 Thread Olof Johansson
On Sun, Jun 30, 2013 at 12:14:26AM +0100, Russell King - ARM Linux wrote: > On Sat, Jun 29, 2013 at 03:54:26PM -0700, Olof Johansson wrote: > > Most of this ruffle seems to be about the fact that booting a kernel > > with a device tree that doesn't conform to the brand spankin

[PATCH] ARM: dt: Only print warning, not WARN() on bad cpu map in device tree

2013-06-29 Thread Olof Johansson
Cubox, Seaboard and Panda ES. Panda hits the WARN without this, the others do not. Acked-by: Russell King Signed-off-by: Olof Johansson --- Linus, please apply directly for 3.10 if there is still time. Thanks! -Olof arch/arm/kernel/devtree.c | 5 +++-- 1 file changed, 3 insertions(+), 2 dele

Re: [GIT PULL] at91: fixes for 3.11 #1

2013-08-15 Thread Olof Johansson
On Wed, Aug 14, 2013 at 10:33:33AM +0200, Nicolas Ferre wrote: > Arnd, Olof, Kevin, > > This is the first (late) fixes pull-reqest for AT91. I would understand if > you refuse it because we are already at -rc5 ;-) ... > > On the other hand, the line count is very low and all patches are pretty >

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

2013-08-19 Thread Olof Johansson
it's this commit: commit 89602312c5755c87a5ca6ba8ef6b0fce9d510951 Merge: a0cec78 f23afe2 Author: Jason Cooper AuthorDate: Wed Aug 14 18:55:13 2013 + Commit: Jason Cooper CommitDate: Wed Aug 14 18:55:13 2013 + Merge remote-tracking branch 'arm-soc/for-next' into mvebu/drivers

[ANNOUNCE] ARM kernel summit 2013, Oct 22-23

2013-07-29 Thread Olof Johansson
ing and coordinating this year is: Arnd Bergmann Mark Brown Kevin Hilman Olof Johansson Grant Likely -- 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/majordom

Re: [Ksummit-2013-discuss] [ARM ATTEND] catching up on exploit mitigations

2013-07-31 Thread Olof Johansson
On Wed, Jul 31, 2013 at 7:24 AM, Dave Jones wrote: > On Wed, Jul 31, 2013 at 10:40:12AM +0100, Russell King - ARM Linux wrote: > > On Tue, Jul 30, 2013 at 08:04:44PM -0400, Dave Jones wrote: > > > To use ARM as an example, the bugs I've seen have mostly been in arch > specific > > > code that

Re: [PATCH V2 3/3] ethernet: Convert mac address uses of 6 to ETH_ALEN

2013-08-01 Thread Olof Johansson
Hi, On Thu, Aug 1, 2013 at 1:14 PM, Joe Perches wrote: > diff --git a/drivers/net/ethernet/pasemi/pasemi_mac.h > b/drivers/net/ethernet/pasemi/pasemi_mac.h > index e2f4efa..649fdb4 100644 > --- a/drivers/net/ethernet/pasemi/pasemi_mac.h > +++ b/drivers/net/ethernet/pasemi/pasemi_mac.h > @@ -79,

Re: [PATCH V2 3/3] ethernet: Convert mac address uses of 6 to ETH_ALEN

2013-08-01 Thread Olof Johansson
On Thu, Aug 1, 2013 at 2:10 PM, David Miller wrote: > From: Russell King - ARM Linux > Date: Thu, 1 Aug 2013 22:06:18 +0100 > >> On Thu, Aug 01, 2013 at 02:04:47PM -0700, Joe Perches wrote: >>> On Thu, 2013-08-01 at 21:58 +0100, Russell King - ARM Linux wrote: >>> > This seems rather obscure - I

Re: [PATCH V3 3/3] ethernet: Convert mac address uses of 6 to ETH_ALEN

2013-08-01 Thread Olof Johansson
On Thu, Aug 1, 2013 at 4:17 PM, Joe Perches wrote: > Use the normal #define to help grep find mac addresses > and ensure that addresses are aligned. > > pasemi.h has an unaligned access to mac_addr, unchanged > for now. > > Signed-off-by: Joe Perches Acked-by: Olof Jo

Build breakage due to latest ARM fixes

2013-08-02 Thread Olof Johansson
Russell, Looks like you sent up some fixes to Linus that broke one of the atmel configs (CONFIG_MMU=n): commit 48be69a026b2c1 ARM: move signal handlers into a vdso-like page seems to have caused it: arch/arm/kernel/signal.c: In function 'setup_return': arch/arm/kernel/signal.c:413:25: error: 'm

Re: Build breakage due to latest ARM fixes

2013-08-02 Thread Olof Johansson
On Fri, Aug 2, 2013 at 5:07 PM, Russell King - ARM Linux wrote: > On Fri, Aug 02, 2013 at 04:41:11PM -0700, Olof Johansson wrote: >> Russell, >> >> Looks like you sent up some fixes to Linus that broke one of the atmel >> configs (CONFIG_MMU=n): >> >>

Re: Build breakage due to latest ARM fixes

2013-08-02 Thread Olof Johansson
I found > that during testing and thought I'd merged the patches in, but I seem to > have totally destroyed the original fixes for this. Ran it through my autobuilder/booter here, didn't fall over like without it. Tested-by: Olof Johansson -Olof -- To unsubscribe from this li

Re: [Ksummit-2013-discuss] [ARM ATTEND] arch/arm SoC organization

2013-08-02 Thread Olof Johansson
On Fri, Aug 2, 2013 at 4:06 PM, Christian Daudt wrote: > On Fri, Aug 2, 2013 at 1:33 AM, Tony Lindgren wrote: >> * Jason Cooper [130731 07:25]: >>> So, I'd like to propose we discuss some lessons learned and maybe arrive >>> at some best practices. eg, should we just go with mach-$COMPANY/? Ho

Re: [Ksummit-2013-discuss] [ATTEND] [ARM ATTEND] kernel data bloat and how to avoid it

2013-08-02 Thread Olof Johansson
On Fri, Aug 2, 2013 at 2:31 PM, Matt Sealey wrote: > On Fri, Aug 2, 2013 at 3:13 AM, Tony Lindgren wrote: >> * Mel Gorman [130731 08:28]: >>> On Wed, Jul 31, 2013 at 12:38:03AM -0700, Tony Lindgren wrote: >>> > Hi all, >>> > >>> > Probably the biggest kernel data bloat issue is in the ARM land,

Re: Build breakage due to latest ARM fixes

2013-08-04 Thread Olof Johansson
On Sun, Aug 4, 2013 at 5:53 AM, Russell King - ARM Linux wrote: > On Sat, Aug 03, 2013 at 01:07:31AM +0100, Russell King - ARM Linux wrote: >> I'll look into that. Obviously, I never build nommu because it isn't >> part of the build system and the nommu platform I do have - OKI67001 - >> doesn't

Re: Build breakage due to latest ARM fixes

2013-08-04 Thread Olof Johansson
On Sun, Aug 4, 2013 at 11:37 AM, Russell King - ARM Linux wrote: > On Sun, Aug 04, 2013 at 11:20:21AM -0700, Olof Johansson wrote: >> On Sun, Aug 4, 2013 at 5:53 AM, Russell King - ARM Linux >> wrote: >> > On Sat, Aug 03, 2013 at 01:07:31AM +0100, Russell King - ARM Linu

Re: Build breakage due to latest ARM fixes

2013-08-04 Thread Olof Johansson
On Sun, Aug 4, 2013 at 12:01 PM, Russell King - ARM Linux wrote: > On Sun, Aug 04, 2013 at 11:47:04AM -0700, Olof Johansson wrote: >> On Sun, Aug 4, 2013 at 11:37 AM, Russell King - ARM Linux >> wrote: >> > On Sun, Aug 04, 2013 at 11:20:21AM -0700, Olof Johansson wrote: &

Re: [PATCH] MAINTAINERS: Add mach-bcm and drivers

2013-08-04 Thread Olof Johansson
On Tue, Jul 23, 2013 at 04:57:10PM -0700, Christian Daudt wrote: > Adding ownership to maintainers file for the mach-bcm related files, > including drivers that are used for the SoCs defined in mach-bcm. > > Signed-off-by: Christian Daudt Looks like Andrew took this so I'll leave it be. -Olof

Re: [GIT PULL] msm gpio fixes for 3.11

2013-08-04 Thread Olof Johansson
On Fri, Jul 26, 2013 at 03:05:22PM -0700, David Brown wrote: > The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092: > > Linux 3.11-rc1 (2013-07-14 15:18:27 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linu

Re: [PATCH 05/13] ARM: ux500: Apply a ste-* prefix onto snowball.dts

2013-08-20 Thread Olof Johansson
On Fri, Jul 19, 2013 at 7:13 AM, Lee Jones wrote: > Signed-off-by: Lee Jones > --- > arch/arm/boot/dts/{snowball.dts => ste-snowball.dts} | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) > rename arch/arm/boot/dts/{snowball.dts => ste-snowball.dts} (100%) > > diff --git a/arch/arm/boot/dt

Re: [PATCH 05/13] ARM: ux500: Apply a ste-* prefix onto snowball.dts

2013-08-21 Thread Olof Johansson
On Wed, Aug 21, 2013 at 3:37 PM, Linus Walleij wrote: > On Wed, Aug 21, 2013 at 2:31 AM, Olof Johansson wrote: > >>> diff --git a/arch/arm/boot/dts/snowball.dts >>> b/arch/arm/boot/dts/ste-snowball.dts >>> similarity index 100% >>> rename from arch/ar

[GIT PULL] ARM: SoC fixes for 3.11-rc

2013-08-22 Thread Olof Johansson
: OMAP2: fix musb usage for n8x0 Kukjin Kim (1): ARM: SAMSUNG: fix to support for missing cpu specific map_io Nicolas Ferre (2): ARM: at91/DT: at91sam9x5ek: fix USB host property to enable port C ARM: at91/DT: fix at91sam9n12ek memory node Olof Johansson (2): Merge tag

Re: dw_mmc: Does anyone use multiple slots?

2013-08-08 Thread Olof Johansson
On Thu, Aug 8, 2013 at 5:16 PM, Doug Anderson wrote: > I guess my overall question is: if there are no actual implementations > of multislot, shouldn't we kill it and simplify the code a whole lot? > If someone out there has a real multislot device they can step back in > and do it more correctly

Re: [GIT PULL] Remove ARM local timer API

2013-07-19 Thread Olof Johansson
Stephen Boyd wrote: >On 07/08/13 08:35, Stephen Boyd wrote: >> On 06/27, Olof Johansson wrote: >>> On Tue, Jun 25, 2013 at 01:02:12PM -0700, Stephen Boyd wrote: >>>> Olof/Arnd, >>>> >>>> These patches remove the ARM local timer API. The AR

Re: [PATCH 3/3] MAINTAINERS: Refactor device tree maintainership

2013-07-20 Thread Olof Johansson
ikely > Cc: Pawel Moll > Cc: Mark Rutland > Cc: Stephen Warren > Cc: Ian Campbell > Cc: Rob Herring > Cc: Olof Johansson > Cc: devicetree-disc...@lists.ozlabs.org > Cc: devicet...@vger.kernel.org > --- > MAINTAINERS | 13 - > 1 file changed, 12 ins

Re: [PATCH 3/3] MAINTAINERS: Refactor device tree maintainership

2013-07-22 Thread Olof Johansson
On Sun, Jul 21, 2013 at 2:46 AM, Grant Likely wrote: > On Sun, Jul 21, 2013 at 1:29 AM, Joe Perches wrote: >> On Sat, 2013-07-20 at 17:17 -0700, Olof Johansson wrote: >>> On Fri, Jul 19, 2013 at 8:19 PM, Grant Likely >>> wrote: >>> > Device tree bindings

Re: [PATCH v2 2/2] ARM: STi: Set correct ARM ERRATAs.

2013-07-22 Thread Olof Johansson
On Tue, Jul 09, 2013 at 08:26:33AM +0100, Srinivas KANDAGATLA wrote: > From: Srinivas Kandagatla > > Some of the ARM_ERRATA selection is not done in the initial SOC support > patches. This patch selects 2 new ARM_ERRATA's and removes one which was > actually fixed. These entries should be sorted

Re: [PATCH v2 1/2] ARM: dts: STi: Fix pinconf setup for STiH416 serial2

2013-07-22 Thread Olof Johansson
On Tue, Jul 09, 2013 at 08:26:24AM +0100, Srinivas KANDAGATLA wrote: > From: Srinivas Kandagatla > > This patch fixes a bug in pinctrl setup of serial2 device, Some of the > pins in the pinctrl node of serial2 do not belong to that > pin-controller. This patch divides them in the pins into there

Re: [PATCH linux-next] arm: zynq: fix compilation warning

2013-07-23 Thread Olof Johansson
On Thu, Jun 27, 2013 at 5:38 PM, Stephen Rothwell wrote: > On Thu, 27 Jun 2013 15:01:51 +0200 Michal Simek wrote: >> >> Arnd asked in this post >> http://www.mail-archive.com/linux-kernel@vger.kernel.org/msg454947.html >> to fold his small patch to that larger one. >> >> Not sure why it is not th

[PATCH] usb: gadget: at91_udc: Check gpio lookup results

2013-07-23 Thread Olof Johansson
This resolves the following valid build warning: drivers/usb/gadget/at91_udc.c:1685:34: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized] I switched from ? : to !! mostly to save from wrapping the lines while I was at it. Signed-off-by: Olof

[PATCH] usb: xhci: Mark two functions __maybe_unused

2013-07-23 Thread Olof Johansson
ifdefs in this code, I've just marked both with __maybe_unused. Signed-off-by: Olof Johansson --- Sarah, I guess taste might differ on ifdef vs __maybe_unused, let me know this is not to your liking. Thanks, -Olof drivers/usb/host/xhci.c |4 ++-- 1 file changed, 2 insertions(+), 2 dele

Re: [PATCH] ARM: pxa: propagate errors from regulator_enable() to pxamci

2013-07-23 Thread Olof Johansson
On Fri, Jul 5, 2013 at 8:53 AM, Chris Ball wrote: > Hi, > > On Fri, Jul 05 2013, Arnd Bergmann wrote: >> The em_x270_mci_setpower() and em_x270_usb_hub_init() functions >> call regulator_enable(), which may return an error that must >> be checked. >> >> This changes the em_x270_usb_hub_init() func

Re: [GIT PULL] Remove ARM local timer API

2013-07-23 Thread Olof Johansson
On Tue, Jun 25, 2013 at 1:02 PM, Stephen Boyd wrote: > Olof/Arnd, > > These patches remove the ARM local timer API. The ARM architected > timers have already moved away from this API so this series > migrates the rest of the users allowing us to remove the API > entirely. Thomas has been kind enou

Re: [GIT PULL] Remove ARM local timer API

2013-07-23 Thread Olof Johansson
On Tue, Jul 23, 2013 at 4:40 PM, Stephen Boyd wrote: > On 07/23, Olof Johansson wrote: >> Merged in as localtimer/removal into next/cleanup. >> >> I had quite a few merge conflicts due to the __cpuinit removal, so >> please double-check my resolutions. >> > &g

[PATCH] mfd: max8925: fix dt code for backlight

2013-07-24 Thread Olof Johansson
ed-value] Note that the bindings themselves need to be revisited too, but that will affect more than just the backlight driver and is best done separately; this just fixes the bad code for the backlight driver. Signed-off-by: Olof Johansson --- Richard, Jingoo, this would be good to see go into

[PATCH] mtd: nand: omap2: Fix compilation warning

2013-07-24 Thread Olof Johansson
tion] Fix this by rescoping the ifdef. Also remove a redudant #endif/#ifdef pair. Signed-off-by: Olof Johansson --- drivers/mtd/nand/omap2.c |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/mtd/nand/omap2.c b/drivers/mtd/nand/omap2.c index c4c7e0d..cbf8b28 10

DT bindings as ABI [was: Do we have people interested in device tree janitoring / cleanup?]

2013-07-25 Thread Olof Johansson
[I'm adding LKML and ksummit-discuss to this thread, since the ACPI/DT discussions have been covered there and this overlaps some with that] On Thu, Jul 25, 2013 at 7:38 AM, Catalin Marinas wrote: > On Thu, Jul 25, 2013 at 03:27:02PM +0100, Russell King - ARM Linux wrote: >> Remember the stated a

Re: [PATCH] usb: gadget: at91_udc: Check gpio lookup results

2013-07-25 Thread Olof Johansson
On Thu, Jul 25, 2013 at 9:14 AM, Felipe Balbi wrote: > Hi, > > On Tue, Jul 23, 2013 at 11:55:50AM -0700, Olof Johansson wrote: >> This resolves the following valid build warning: >> >> drivers/usb/gadget/at91_udc.c:1685:34: warning: 'flags' may be used >&

Re: DT bindings as ABI [was: Do we have people interested in device tree janitoring / cleanup?]

2013-07-25 Thread Olof Johansson
On Thu, Jul 25, 2013 at 11:05 AM, Stephen Warren wrote: > On 07/25/2013 10:57 AM, Mark Rutland wrote: >> On Thu, Jul 25, 2013 at 05:09:19PM +0100, Olof Johansson wrote: > ... >>> So, there really seems to be a need for a layered approach, one in >>> which a

Re: [PATCH] usb: gadget: at91_udc: Check gpio lookup results

2013-07-25 Thread Olof Johansson
On Thu, Jul 25, 2013 at 10:19 AM, Felipe Balbi wrote: > On Thu, Jul 25, 2013 at 09:18:39AM -0700, Olof Johansson wrote: >> That's what the code does today, and I wasn't trying to second-guess >> their decisions on that. Chances are firmware, in some instances, have >&

Re: [PATCH] mfd: max8925: fix dt code for backlight

2013-07-25 Thread Olof Johansson
On Wed, Jul 24, 2013 at 6:13 PM, Jingoo Han wrote: > On Thursday, July 25, 2013 12:42 AM, Olof Johansson wrote: >> >> The device-tree enablement for max8925 has several problems, but besides >> the bindings being wrong (and not having seen review) there's also some >

[GIT PULL] ARM: SoC fixes for 3.11-rc

2013-07-25 Thread Olof Johansson
emi_sel clock muxing Markus Pargmann (1): ARM: imx27: Fix documentation for SPLL clock Mike Frysinger (1): ARM: footbridge: fix overlapping PCI mappings Olof Johansson (7): Merge tag 'davinci-fixes-for-v3.11-rc2' of git://git.kernel.org/.../nsekhar/linux-davinci

Re: [Ksummit-2013-discuss] DT bindings as ABI [was: Do we have people interested in device tree janitoring / cleanup?]

2013-07-26 Thread Olof Johansson
On Fri, Jul 26, 2013 at 7:10 AM, Mark Brown wrote: > On Fri, Jul 26, 2013 at 03:09:29PM +0200, Richard Cochran wrote: > >> Unless I totally misunderstood, the thread is talking about letting >> established bindings change with each new kernel version. I am >> opposed to that. > > No, nobody is re

Re: [PATCH] usb: gadget: at91_udc: Check gpio lookup results

2013-07-26 Thread Olof Johansson
On Fri, Jul 26, 2013 at 2:54 AM, Felipe Balbi wrote: > On Thu, Jul 25, 2013 at 01:59:51PM -0700, Olof Johansson wrote: >> On Thu, Jul 25, 2013 at 10:19 AM, Felipe Balbi wrote: >> > On Thu, Jul 25, 2013 at 09:18:39AM -0700, Olof Johansson wrote: >> >> That's wha

Re: [PATCH] usb: gadget: at91_udc: Check gpio lookup results

2013-07-26 Thread Olof Johansson
On Fri, Jul 26, 2013 at 1:30 PM, Felipe Balbi wrote: > On Fri, Jul 26, 2013 at 09:23:35AM -0700, Olof Johansson wrote: >> On Fri, Jul 26, 2013 at 2:54 AM, Felipe Balbi wrote: >> > On Thu, Jul 25, 2013 at 01:59:51PM -0700, Olof Johansson wrote: >> >> On Thu, Jul 25,

Re: [GIT PULL 0/3] arm-soc: late changes for 3.9

2013-02-28 Thread Olof Johansson
On Thu, Feb 28, 2013 at 8:18 PM, Linus Torvalds wrote: >> I've pushed a resolved branch for reference (late-branches-resolved) >> in case you want to compare conflict resolutions. > > So Arnd's tag talked about removing the stale gpio.h, but I think it > was the i2c.h that was now also stale. So

Re: [PATCH 1/2] Input: atmel_mxt_ts - add device id for touchpad variant

2013-03-01 Thread Olof Johansson
ember to remove Change-Id on future patch postings. Tested with native Linux Mint +mainline kernel earlier today, so: Tested-by: Olof Johansson -- 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-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH 2/2] Platform: x86: chromeos_laptop : Add basic platform data for atmel devices

2013-03-01 Thread Olof Johansson
e after some time that needs to be debugged. Again, driver side. With those caveats: Tested-by: Olof Johansson -Olof -- 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

Re: [PATCH 09/14] ARM: mvebu: Remove init_irq declaration in machine description

2013-05-13 Thread Olof Johansson
On Mon, May 13, 2013 at 8:53 AM, Maxime Ripard wrote: > Hi Jason, > > Le 13/05/2013 17:19, Jason Cooper a écrit : >> On Mon, May 13, 2013 at 11:44:08AM +0200, Maxime Ripard wrote: >>> Commit ebafed7a ("ARM: irq: Call irqchip_init if no init_irq function is >>> specified") removed the need to expli

Re: [PATCH V2 2/9] Documentation: devicetree: Add DT bindings for UFS host controller

2013-05-14 Thread Olof Johansson
On Tue, May 14, 2013 at 12:08 AM, Dolev Raviv wrote: > Compatible list is used in commit 03b1781 but is not documented. > Add necessary device tree bindings to describe on-chip UFS host > controllers. > > Signed-off-by: Sujit Reddy Thumma > > diff --git a/Documentation/devicetree/bindings/ufs/ufs

Re: Fans at full speed after resume

2013-05-14 Thread Olof Johansson
2013/5/14 Zhang Rui > > On Wed, 2013-05-15 at 12:26 +0800, Zhang Rui wrote: > > please > > > > On Tue, 2013-05-14 at 21:18 -0700, Sonny Rao wrote: > > > Hi, I've seen a regression in kernels since 3.7 on x86 devices where > > > the kernel turns the system fans on to max speed after resuming from >

[GIT PULL 0/5] ARM: First batch of arm-soc branches for 3.10

2013-05-02 Thread Olof Johansson
Hi Linus, We have a relatively large merge window in front of us for arm-soc, and we're likely going to split the pull requests into 3 batches. Here's the first of them. There are a few merge conflicts on most branches, but none of them should be complex to resolve. I've pushed a branch named "fi

[GIT PULL 1/5] ARM: arm-soc non-critical fixes for 3.10

2013-05-02 Thread Olof Johansson
ble AB8500 GPIO for HREF ARM: ux500: allow Snowball access to the AB8500 GPIO pins Linus Walleij (1): ARM: u300: fix ages old copy/paste bug Mac Lin (1): ARM: cns3xxx: remove unused virtual address and iotable defines Olof Johansson (2): Merge tag 'imx-noncritical-fix

[GIT PULL 5/5] ARM: arm-soc multiplatform updates for 3.10

2013-05-02 Thread Olof Johansson
ARM: ux500: move debugmacro to debug includes ARM: ux500: make debug macro stand-alone clk: ux500: pass clock base adresses in init call ARM: ux500: get rid of clocksource: nomadik-mtu: fix up clocksource/timer Mark Brown (1): mmc: sdhci-s3c: Fix opera

[GIT PULL 4/5] ARM: arm-soc platform updates for 3.10, part 1

2013-05-02 Thread Olof Johansson
hwmod data when DT not used. ARM: AM33XX: Add aes0 crypto clock data ARM: AM33XX: hwmod: Update and uncomment AES0 module data Maxime Coquelin (1): ARM: mach-ux500: enable 128KB way L2 cache on DB8540 Olof Johansson (6): Merge tag 'at91-soc' of git://github.com/a

[GIT PULL 3/5] ARM: arm-soc device-tree updates for 3.10, part 1

2013-05-02 Thread Olof Johansson
for at91sam9x5ek.dtsi ARM: at91/dt: fix macb node declaration Nobuhiro Iwamatsu (1): ARM: Kirkwood: Add support thermal sensor for 88F6282 and 88F6283 Olof Johansson (4): Merge tag 'sunxi-dt-for-3.10-3' of git://github.com/mripard/linux into next/dt Merge ta

[GIT PULL 2/5] ARM: arm-soc cleanup for 3.10

2013-05-02 Thread Olof Johansson
10 Merge remote-tracking branch 'clk/clk-for-3.10' into sunxi/core-for-3.10 clocksource: sunxi: Cleanup the timer code clocksource: sunxi: make use of CLKSRC_OF clocksource: sunxi: Rename sunxi to sun4i irqchip: sunxi: Make use of the IRQCHIP_DECLARE macro i

Re: [PATCH v10 0/2] (arm-soc for v3.10) arm: introduce psci_smp_ops

2013-05-02 Thread Olof Johansson
Hi, On Thu, May 2, 2013 at 12:03 PM, Arnd Bergmann wrote: > On Thursday 02 May 2013, Russell King - ARM Linux wrote: >> The only issue that there is is where we are in the development cycle >> (almost mid merge window), and I've yet to push anything to Linus thanks >> to late discovery of various

[GIT PULL 0/4] ARM: Second batch of arm-soc changes for 3.10

2013-05-04 Thread Olof Johansson
Hi Linus, Here is the second batch of branches from arm-soc for 3.10, descriptions in each pull request including conflict resolutions. As before, a combined resolved branch has been pushed to our repo for comparison. Branch name this time is 'second-batch-resolved'. Thanks, -Olof -- To unsub

[GIT PULL 1/4] ARM: arm-soc driver changes for 3.10

2013-05-04 Thread Olof Johansson
ip: intc-irqpin: Initial DT support irqchip: irqc: Add DT support Mark Jackson (1): ARM: OMAP: Clear GPMC bits when applying new setting. Michal Simek (4): arm: zynq: Use standard timer binding arm: zynq: Move timer to clocksource interface arm: zynq: Do not use xilin

[GIT PULL 2/4] ARM: arm-soc pinctrl changes for Renesas for 3.10

2013-05-04 Thread Olof Johansson
This is yet another driver change, which is split out just because of its size. As already in 3.9, a lot of changes are going on here, as the shmobile platform gets converted from its own pin control API to the generic drivers/pinctrl subsystem. Based on agreements with Paul Mundt, we are merging

[GIT PULL 3/4] ARM: platform specific firmware interfaces for 3.10

2013-05-04 Thread Olof Johansson
smc_init as __init Christian Daudt (2): ARM: bcm281xx: Add L2 cache enable code ARM: bcm281xx: Add DT support for SMC handler Olof Johansson (1): Merge tag 'fw-for-3.10' of git://github.com/broadcom/bcm11351 into next/firmware Tomasz Figa (5): ARM: Add interfa

[GIT PULL 4/4] ARM: arm-soc board specific changes for 3.10, part 1

2013-05-04 Thread Olof Johansson
ARM: pxa: move debug uart code Kuninori Morimoto (1): ARM: shmobile: marzen: Use gic_iid macro for ICCIAR / interrupt ID Lad, Prabhakar (1): ARM: davinci: use is IS_ENABLED macro Olof Johansson (4): Merge branch 'armsoc/pxa' of git://github.com/hzhuang1/linu

Re: [GIT PULL 4/5] ARM: arm-soc: late cleanups

2013-05-07 Thread Olof Johansson
On Tue, May 7, 2013 at 8:48 PM, Linus Torvalds wrote: > The ARM history has gotten much much better, but it's full of these > kinds of incestuous merges. The pull requests I get are not truly > independent development, although especially the early pull requests > are much less tightly coupled th

Re: [PATCH] ARM: exynos: Select PINCTRL_EXYNOS for exynos5

2013-05-08 Thread Olof Johansson
Hi, On Wed, May 8, 2013 at 10:32 AM, Doug Anderson wrote: > If you've got MACH_EXYNOS5_DT but not MACH_EXYNOS4_DT you'll be > missing the pincontrol definitions. Add them for exynos5. > > Signed-off-by: Doug Anderson > --- > arch/arm/mach-exynos/Kconfig | 2 ++ > 1 file changed, 2 insertions(+

Re: [PATCH] ARM: exynos: Select PINCTRL_EXYNOS for exynos5

2013-05-08 Thread Olof Johansson
Hi, On Wed, May 8, 2013 at 11:48 AM, Doug Anderson wrote: > Olof, > > On Wed, May 8, 2013 at 11:19 AM, Olof Johansson wrote: >> Seems like this should be selected by the SoC (ARCH_EXYNOS5) instead >> of the board. Actually, I'm not sure we need the board Kconfig entr

Re: [PATCH] ARM: exynos: dts: Fixed vbus-gpios

2013-05-09 Thread Olof Johansson
On Wed, May 08, 2013 at 10:37:16AM -0700, Doug Anderson wrote: > The 'samsung,vbus-gpio' was submitted before pinmux landed for > exynos5250 and uses the old-style gpio specifier. Fix the two > exynos5250 boards that use it. > > Signed-off-by: Doug Anderson Applied to arm-soc fixes. Thanks,

Re: [PATCH V2] ARM: bcm281xx: Add L2 support for Rev A2 chips

2013-05-09 Thread Olof Johansson
ian Daudt This patch mostly covers code that is on Russells plate, so please feed this to his tracker to be picked up by him. Feel free to add: Acked-by: Olof Johansson Thanks, -Olof -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

[GIT PULL] ARM: arm-soc fixes and a few straggler patches for 3.10

2013-05-09 Thread Olof Johansson
tages ARM: dts: OMAP4460: Fix CPU OPP voltages Olof Johansson (4): Merge branch 'late/fixes' into fixes ARM: exynos: dts: cros5250: add cyapa trackpad Merge tag 'omap-for-v3.10/fixes-for-merge-window-part2' of git://git.kernel.org/.../tmlind/linux-omap in

[PATCH] ARM: exynos: defconfig update

2013-05-09 Thread Olof Johansson
) * CRYPTOLOOP * HIGHMEM * PRINTK timestamps This also turns off DEBUG_LL, and switches the hardcoded Samsung lowlevel uart to uart 3 (which is only used to show the "uncompressing kernel" message at boot, it seems). Signed-off-by: Olof Johansson Cc: Kukjin Kim --- (Note that the simplefb

[PATCH] mfd: max77687: add registration of max77686-clk

2013-05-10 Thread Olof Johansson
The MAX77686 clock driver has been in-tree for over 6 months, but never actually enabled through the MFD registration before. Add it to the table so the device will probe and configure properly. Signed-off-by: Olof Johansson --- drivers/mfd/max77686.c | 1 + 1 file changed, 1 insertion

Re: [PATCH] clk: exynos5250: Fix parent clock for sclk_mmc{0,1,2,3}

2013-04-23 Thread Olof Johansson
On Tue, Apr 23, 2013 at 12:01:51PM +0530, Tushar Behera wrote: > commit 688f7d8c9fef ("clk: exynos5250: Fix divider values for > sclk_mmc{0,1,2,3}") incorrectly sets the divider for sclk_mmc{0,1,2,3} > to fix the wrong clock value. Though this fixed issue with Arndale, > it created regressions for

[PATCH] clk: add option to keep boot clocks on

2013-04-26 Thread Olof Johansson
This is primarily useful when there's a driver that doesn't claim clocks properly, but the bootloader does. It's not expected to be used in normal cases, but for bringup and debug it's very useful to have the option to not gate unclaimed clocks that are still on. Signed-of

Re: [PATCH 1/4] clocksource: nomadik-mtu: fix up clocksource/timer

2013-04-26 Thread Olof Johansson
On Sat, Apr 20, 2013 at 03:19:43PM +0200, Linus Walleij wrote: > ARM SoC folks: > > On Sat, Apr 20, 2013 at 3:08 PM, Linus Walleij > wrote: > > > The Nomadik clocksource driver has had a bad define making it > > impossible to use it for sched_clock() for a while. Fix this > > and also enable it

Re: [PATCH/RESEND] ARM: arch_timer: Silence debug preempt warnings

2013-04-26 Thread Olof Johansson
On Wed, Apr 17, 2013 at 04:26:18PM -0700, Stephen Boyd wrote: > Hot-plugging with CONFIG_DEBUG_PREEMPT=y on a device with arm > architected timers causes a slew of "using smp_processor_id() in > preemptible" warnings: > > BUG: using smp_processor_id() in preemptible [] code: sh/111 > c

Re: [PATCH] clk: add option to keep boot clocks on

2013-04-26 Thread Olof Johansson
On Fri, Apr 26, 2013 at 5:08 PM, Randy Dunlap wrote: > On 04/26/13 16:39, Olof Johansson wrote: >> This is primarily useful when there's a driver that doesn't claim clocks >> properly, but the bootloader does. It's not expected to be used in normal >> cases,

[GIT PULL] ARM: arm-soc: one more patch for 3.9

2013-04-27 Thread Olof Johansson
Vijay Abraham I (1): ARM: OMAP4: hwmod data: make 'ocp2scp_usb_phy_phy_48m" as the main clock Olof Johansson (1): Merge tag 'omap-for-v3.9-rc6/fixes-signed' of git://git.kernel.org/.../tmlind/linux-omap into fixes arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 18 +++

Re: [PATCH] clk: add option to keep boot clocks on

2013-04-27 Thread Olof Johansson
On Sat, Apr 27, 2013 at 11:17:13AM -0700, Mike Turquette wrote: > Quoting Olof Johansson (2013-04-26 16:39:51) > > This is primarily useful when there's a driver that doesn't claim clocks > > properly, but the bootloader does. It's not expected to be used in normal

[PATCH v2] clk: add clk_ignore_unused option to keep boot clocks on

2013-04-27 Thread Olof Johansson
This is primarily useful when there's a driver that doesn't claim clocks properly, but the bootloader leaves them on. It's not expected to be used in normal cases, but for bringup and debug it's very useful to have the option to not gate unclaimed clocks that are still on.

Re: [PATCH 9/9] powerpc: cpufreq: move cpufreq driver to drivers/cpufreq

2013-04-11 Thread Olof Johansson
On Thu, Apr 04, 2013 at 11:55:56AM +0530, Viresh Kumar wrote: > On 3 April 2013 16:00, Benjamin Herrenschmidt > wrote: > > On Wed, 2013-04-03 at 15:00 +0530, Viresh Kumar wrote: > >> On 31 March 2013 09:33, Viresh Kumar wrote: > > >> > Benjamin/Paul/Olof, > >> > > >> > Any comments on this? > >

Re: [PATCH 0/4 v6] arm: introduce psci_smp_ops and use them on Xen

2013-04-11 Thread Olof Johansson
On Mon, Apr 08, 2013 at 12:05:17PM +0100, Stefano Stabellini wrote: > Arnd, Olof, > do you have any thoughts on this series? > Would you be happy to carry it in the arm-soc tree? > > The last patch, "xen/arm: introduce xen_early_init, use PSCI on xen" has > a (small) dependency on this series: >

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

2013-04-11 Thread Olof Johansson
On Wed, Apr 10, 2013 at 05:36:49PM +0900, Kukjin Kim wrote: > Stephen Rothwell wrote: > > > > Hi all, > > > Hi, > > > Today's linux-next merge of the arm-soc tree got a conflict in > > arch/arm/mach-s3c24xx/Kconfig between commit 785f40040874 ("cpufreq: > > s3c24xx: move cpufreq driver to driver

Re: [PATCH] arm: vt8500: Add SDHC support to WM8505 DT

2013-04-12 Thread Olof Johansson
On Fri, Apr 12, 2013 at 07:00:29AM +1200, Tony Prisk wrote: > This patch adds the required node for the SDHC controller on WM8505 SoCs. > > Signed-off-by: Tony Prisk > --- > Arnd, > > Any chance you can apply this for 3.10 Applied to next/dt -Olof -- To unsubscribe from this list: send the li

Re: [GIT PULL] msm core for 3.10

2013-04-14 Thread Olof Johansson
Hi, On Fri, Apr 12, 2013 at 03:43:15PM -0700, David Brown wrote: > The following changes since commit f6161aa153581da4a3867a2d1a7caf4be19b6ec9: > > Linux 3.9-rc2 (2013-03-10 16:54:19 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/davidb/

Re: [GIT PULL] msm fixes for 3.10

2013-04-14 Thread Olof Johansson
On Fri, Apr 12, 2013 at 03:43:44PM -0700, David Brown wrote: > The following changes since commit f6161aa153581da4a3867a2d1a7caf4be19b6ec9: > > Linux 3.9-rc2 (2013-03-10 16:54:19 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux

Re: [GIT PULL] msm cleanup for 3.10

2013-04-14 Thread Olof Johansson
On Fri, Apr 12, 2013 at 03:40:42PM -0700, David Brown wrote: > The following changes since commit 6dbe51c251a327e012439c4772097a13df43c5b8: > > Linux 3.9-rc1 (2013-03-03 15:11:05 -0800) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux

Re: [PATCH] pinctrl: vt8500: wmt: Fix checking return value of pinctrl_register()

2013-04-15 Thread Olof Johansson
On Wed, Apr 10, 2013 at 07:30:36AM +1200, Tony Prisk wrote: > On 10/04/13 03:59, Axel Lin wrote: > >pinctrl_register() returns NULL on error. > > > >Signed-off-by: Axel Lin > >--- > > drivers/pinctrl/vt8500/pinctrl-wmt.c |2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > >diff --g

Re: [PATCH v6 1/3] i2c: mux: Add i2c-arb-gpio-challenge 'mux' driver

2013-04-16 Thread Olof Johansson
ggested by Grant Likely. See > <https://patchwork.kernel.org/patch/1877311/> for some history. > > Signed-off-by: Doug Anderson > Signed-off-by: Simon Glass > Signed-off-by: Naveen Krishna Chatradhi > Reviewed-by: Stephen Warren Acked-by: Olof Johansson -- To unsubsc

Re: [PATCH v6 2/3] ARM: dts: Add i2c-arbitrator bus for exynos5250-snow

2013-04-16 Thread Olof Johansson
it between the cros5250-common and the snow device > tree file since not all cros5250-class devices use arbitration. > > Signed-off-by: Doug Anderson Acked-by: Olof Johansson -Olof -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

Re: [PATCH v6 3/3] ARM: dts: Add sbs-battery for exynos5250-snow

2013-04-16 Thread Olof Johansson
On Tue, Apr 16, 2013 at 09:29:02AM -0700, Doug Anderson wrote: > Now that we have i2c-arbitrator in place on bus 4 we can add the > sbs-battery driver. Future devices will be added onto bus 4 once > drivers are in good shape. > > Signed-off-by: Doug Anderson Acked-by: Olof Joh

Re: [GIT PULL] at91: fixes for 3.10 #1

2013-05-20 Thread Olof Johansson
On Wed, May 15, 2013 at 12:45:47PM +0200, Nicolas Ferre wrote: > Arnd, Olof, > > This is the first AT91 fixes pull-request for 3.10-rc. > > Thanks, best regards, > > The following changes since commit f722406faae2d073cc1d01063d1123c35425939e: > > Linux 3.10-rc1 (2013-05-11 17:14:08 -0700) >

Re: [PATCH v3] pinctrl: samsung: fix suspend/resume functionality

2013-05-20 Thread Olof Johansson
On Mon, May 20, 2013 at 07:59:27AM -0700, Doug Anderson wrote: > Linus, > > On Mon, May 20, 2013 at 4:47 AM, Linus Walleij > wrote: > > Looks good to me. > > Acked-by: Linus Walleij > > > > How are you going to merge this? > > > > Samsung tree? > > > > My pinctrl development tree? > > > > Or my

Re: [PATCH] ARM: vt8500: Add missing NULL terminator in dt_compat

2013-05-20 Thread Olof Johansson
On Fri, May 17, 2013 at 08:28:36PM +1200, Tony Prisk wrote: > On 17/05/13 19:44, Srinivas KANDAGATLA wrote: > >From: Srinivas Kandagatla > > > >When I tried booting a stih415 Dual core A9 with multi_v7_defconfig, it > >failed to boot. The issues seems to be changing by enabling or disabling > >VT8

Re: [GIT PULL] at91: fixes for 3.10 #2

2013-05-24 Thread Olof Johansson
Hi, I'll pull this for now, but... > Jean-Christophe PLAGNIOL-VILLARD (1): > ARM: at91: at91sam9n12: move external irq declatation to DT This one is not a fix. While OK this time, please stick to only sending true fixes for 3.10 from here on out. -Olof -- To unsubscribe from this list:

Re: [GIT PULL] at91: fixes for 3.10 #2

2013-05-24 Thread Olof Johansson
On Fri, May 24, 2013 at 10:17 AM, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 10:11 Fri 24 May , Olof Johansson wrote: >> Hi, >> >> I'll pull this for now, but... >> >> >> > Jean-Christophe PLAGNIOL-VILLARD (1): >> > ARM

Re: [RFC] Add co-maintainer for fbdev

2013-05-24 Thread Olof Johansson
[+akpm] On Fri, May 24, 2013 at 8:38 AM, Jean-Christophe PLAGNIOL-VILLARD wrote: > Hi Florian, > > As you seems very busy I'd like to propose the help you to handle the > fbdev subsystem to easier the rich of the fbdev patch to Linus > > As I'm working on fbdev on at91 and

<    1   2   3   4   5   6   7   8   9   10   >