Re: [PULL REQ] IXP4xx changes for Linux 3.7

2012-10-31 Thread Jason Cooper
! Jason Cooper was also volunteering to help out with this, and even we can't convince Krzysztof to continue doing it, there is also Imre who is officially listed as maintainer for IXP4xx and who has not commented on this. As Krzysztof mentions, he probably doesn't have much time for it, but I'd

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

2012-09-24 Thread Jason Cooper
On Mon, Sep 24, 2012 at 07:39:34PM +1000, Stephen Rothwell wrote: Hi all, Today's linux-next merge of the arm-soc tree got a conflict in drivers/mtd/nand/orion_nand.c between commit 11a3910e730e (mtd: orion_nand: remove mach/hardware.h include) from the l2-mtd tree and commit c02cecb92ed4

Re: [PULL REQ] IXP4xx changes for Linux 3.7

2012-10-19 Thread Jason Cooper
On Thu, Oct 18, 2012 at 12:01:17AM +0200, Krzysztof Halasa wrote: ... Unfortunately, as I already explained to you in https://lkml.org/lkml/2012/9/29/37, my resources for IXP4xx are very limited (and this isn't a paid job) and I'm in no way able to do what you require. This, coupled with my

Re: [PATCH 2/2] arm: mvebu: adding SATA support: dt binding and config update

2012-10-25 Thread Jason Cooper
On Wed, Oct 24, 2012 at 04:05:45PM +0200, Gregory CLEMENT wrote: On 10/24/2012 04:01 PM, Thomas Petazzoni wrote: Hello, Shouldn't you split into one commit adding the SATA definition in the .dtsi + doing the defconfig change (the SoC level modifications), and then another commit for

Re: [PATCH 2/2] arm: mvebu: adding SATA support: dt binding and config update

2012-10-25 Thread Jason Cooper
On Thu, Oct 25, 2012 at 03:21:14PM +0200, Thomas Petazzoni wrote: Jason, On Thu, 25 Oct 2012 09:18:18 -0400, Jason Cooper wrote: Jason, Andrew, do you want I split this patch as suggested by Thomas or are you fine with having one single patch? Yes, please make the defconfig

Re: [PATCH V2 2/4] arm: mvebu: adding SATA support: dt binding for Armada 370/XP

2012-10-26 Thread Jason Cooper
On Fri, Oct 26, 2012 at 02:30:47PM +0200, Gregory CLEMENT wrote: Signed-off-by: Gregory CLEMENT gregory.clem...@free-electrons.com Signed-off-by: Lior Amsalem al...@marvell.com --- arch/arm/boot/dts/armada-370-xp.dtsi |9 + 1 file changed, 9 insertions(+) diff --git

Re: [PATCH V2 2/4] arm: mvebu: adding SATA support: dt binding for Armada 370/XP

2012-10-26 Thread Jason Cooper
On Fri, Oct 26, 2012 at 04:57:59PM +0200, Thomas Petazzoni wrote: On Fri, 26 Oct 2012 15:52:25 +0200, Andrew Lunn wrote: Now, about white spaces vs tab, I don't know what is the rule for .dts file. I personally use tabs, but i don't see anything in the Documentation/CodingStyle.

Re: [PATCH V3 0/3] Add clock framework for armada 370/XP

2012-10-17 Thread Jason Cooper
Mike, On Mon, Oct 15, 2012 at 02:18:16PM +0200, Gregory CLEMENT wrote: Hello Mike, The v3.7-rc1 was released yesterday. So here it is the updated version of my patch set. The rebase was flawless. An I have just fixed a typo in the device tree and warnings from checkpatch. I built and test

Re: [PATCH v4 0/5] LPAE remaining device tree file

2013-04-15 Thread Jason Cooper
On Fri, Apr 12, 2013 at 04:29:05PM +0200, Gregory CLEMENT wrote: Hi Jason, I have just rebased the commits that you haven't applied yet. They are rebased on mvebu/dt. I check that all the dtb can be built. Thanks, Gregory CLEMENT (3): ARM: dts: mvebu: Convert all the mvebu files to

Re: [PATCH v6 0/3] of/pci: Provide common support for PCI DT parsing

2013-04-15 Thread Jason Cooper
Andrew Murray, Thomas, On Thu, Apr 11, 2013 at 04:26:06PM +0100, Andrew Murray wrote: This patchset factors out duplicated code associated with parsing PCI DT ranges properties across the architectures and introduces a ranges parser. This parser of_pci_range_parser can be used directly by ARM

Re: [PATCH v6 0/3] of/pci: Provide common support for PCI DT parsing

2013-04-16 Thread Jason Cooper
On Tue, Apr 16, 2013 at 01:31:40PM +0200, Thomas Petazzoni wrote: Dear Jason Cooper, On Tue, 16 Apr 2013 07:29:51 -0400, Jason Cooper wrote: Do not send this series upstream (or even in -next) until it has been at least build-tested and acked by the affected architectures. AFAIK

Re: [PATCH v7 0/3] of/pci: Provide common support for PCI DT parsing

2013-04-16 Thread Jason Cooper
On Tue, Apr 16, 2013 at 11:18:25AM +0100, Andrew Murray wrote: This patchset factors out duplicated code associated with parsing PCI DT ranges properties across the architectures and introduces a ranges parser. This parser of_pci_range_parser can be used directly by ARM host bridge drivers

Re: [PATCH RESEND v2 1/1] ARM Feroceon: fix kexec by setting outer_cache.inv_all

2013-04-10 Thread Jason Cooper
the issue. Signed-off-by: Illia Ragozin illia.rago...@grapecom.com --- arch/arm/mm/cache-feroceon-l2.c | 1 + 1 file changed, 1 insertion(+) fwiw, Acked-by: Jason Cooper ja...@lakedaemon.net Please put this in Russell King's patch tracker so he can pull it in. thx, Jason

Re: [PATCH v3 2/9] ARM: mvebu: Limit the DMA zone when LPAE is selected

2013-04-11 Thread Jason Cooper
On Tue, Apr 09, 2013 at 12:52:10AM +0200, Gregory CLEMENT wrote: When LPAE is activated on Armada XP, all registers and IOs are still 32bit, the 40bit extension is on the CPU to DRAM path (windows) only. That means that all the DMA transfer are restricted to the low 32 bits address space. This

Re: [PATCH v3 3/9] ARM: mvebu: Align the internal registers virtual base to support LPAE

2013-04-11 Thread Jason Cooper
On Tue, Apr 09, 2013 at 12:52:11AM +0200, Gregory CLEMENT wrote: From: Lior Amsalem al...@marvell.com In order to be able to support the LPAE, the internal registers virtual base must be aligned to 2MB. In LPAE section size is 2MB, in earlyprintk we map the internal registers and it must be

Re: [PATCH v3 4/9] ARM: mvebu: Enable pj4b on LPAE compilations

2013-04-11 Thread Jason Cooper
On Tue, Apr 09, 2013 at 12:52:12AM +0200, Gregory CLEMENT wrote: From: Lior Amsalem al...@marvell.com pj4b cpus are LPAE capable so enable them on LPAE compilations Signed-off-by: Lior Amsalem al...@marvell.com Tested-by: Franklin f...@marvell.com Signed-off-by: Gregory CLEMENT

Re: [PATCH v3 4/9] ARM: mvebu: Enable pj4b on LPAE compilations

2013-04-11 Thread Jason Cooper
On Thu, Apr 11, 2013 at 10:41:34PM +0200, Gregory CLEMENT wrote: Hi Jason, On 04/11/2013 08:08 PM, Jason Cooper wrote: On Tue, Apr 09, 2013 at 12:52:12AM +0200, Gregory CLEMENT wrote: From: Lior Amsalem al...@marvell.com pj4b cpus are LPAE capable so enable them on LPAE compilations

Re: [PATCH v3 5/9] ARM: dts: Add a 64 bits version of the skeleton device tree

2013-04-11 Thread Jason Cooper
On Tue, Apr 09, 2013 at 12:52:13AM +0200, Gregory CLEMENT wrote: From: Lior Amsalem al...@marvell.com In order to be able to use more than 4GB address-cells and size-cells have to be set to 2 Signed-off-by: Gregory CLEMENT gregory.clem...@free-electrons.com Signed-off-by: Lior Amsalem

Re: [PATCH v3 5/9] ARM: dts: Add a 64 bits version of the skeleton device tree

2013-04-11 Thread Jason Cooper
On Thu, Apr 11, 2013 at 10:48:27PM +0200, Gregory CLEMENT wrote: Hi Jason, On 04/11/2013 08:12 PM, Jason Cooper wrote: On Tue, Apr 09, 2013 at 12:52:13AM +0200, Gregory CLEMENT wrote: From: Lior Amsalem al...@marvell.com In order to be able to use more than 4GB address-cells and size

Re: [PATCH] ARM: dove: fix Dove cpu type from V7 to PJ4

2013-03-28 Thread Jason Cooper
...@gmail.com --- Cc: Russell King li...@arm.linux.org.uk Cc: Jason Cooper ja...@lakedaemon.net Cc: Andrew Lunn and...@lunn.ch Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org --- arch/arm/Kconfig |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Hmmm, I'm getting

Re: [PATCH] ARM: dove: fix Dove cpu type from V7 to PJ4

2013-03-28 Thread Jason Cooper
On Thu, Mar 28, 2013 at 09:04:12PM +, Russell King - ARM Linux wrote: ... From what I could see, there's not much point to pj4-cp0.c without iwmmxt.S also being built. So, what I'd suggest is this, which will ensure IWMMXT is enabled when PJ4 is set, otherwise giving people the choice as

Re: [PATCH] ARM: kirkwood: make use of DT mvsdio on guruplug board

2013-03-30 Thread Jason Cooper
by configuring mpp0 to gpio, while used also by nand (nand_io2 on mpp0). Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Tested-by: Soeren Moch sm...@web.de --- Cc: Soeren Moch sm...@web.de Cc: Jason Cooper ja...@lakedaemon.net Cc: Andrew Lunn and...@lunn.ch Cc: Russell King li

Re: [PATCH] ARM: kirkwood: add MACH_GURUPLUG_DT to defconfig

2013-03-30 Thread Jason Cooper
: Jason Cooper ja...@lakedaemon.net Cc: Andrew Lunn and...@lunn.ch Cc: Russell King li...@arm.linux.org.uk Cc: Stefan Peter s.pe...@mpl.ch Cc: Nobuhiro Iwamatsu iwama...@nigauri.org Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org --- arch/arm/configs/kirkwood_defconfig

Re: [PATCH 0/5] mv643xx_eth: use mvmdio MDIO bus driver

2013-03-14 Thread Jason Cooper
Florian, Any word on version 2 of this series? I'd like to base the conversion of kirkwood to DT based ethernet init on it. thx, Jason. On Tue, Jan 29, 2013 at 04:24:03PM +0100, Florian Fainelli wrote: Hi all, This patch converts the mv643xx_eth driver to use the mvmdio MDIO bus driver

Re: [PATCH 0/5] mv643xx_eth: use mvmdio MDIO bus driver

2013-03-14 Thread Jason Cooper
On Thu, Mar 14, 2013 at 07:09:18PM +0100, Florian Fainelli wrote: Hello Jason, Le 03/14/13 18:25, Jason Cooper a écrit : Florian, Any word on version 2 of this series? I'd like to base the conversion of kirkwood to DT based ethernet init on it. Just sent them out for review, thanks

Re: [PATCH] mv643xx_eth: convert to use the Marvell Orion MDIO driver

2013-03-14 Thread Jason Cooper
Florian, On Thu, Mar 14, 2013 at 07:08:32PM +0100, Florian Fainelli wrote: This patch converts the Marvell MV643XX ethernet driver to use the Marvell Orion MDIO driver. As a result, PowerPC and ARM platforms registering the Marvell MV643XX ethernet driver are also updated to register a

Re: [PATCH] mv643xx_eth: convert to use the Marvell Orion MDIO driver

2013-03-14 Thread Jason Cooper
On Thu, Mar 14, 2013 at 08:32:57PM +0100, Florian Fainelli wrote: Hello Jason, Le 14/03/2013 20:02, Jason Cooper a écrit : Florian, On Thu, Mar 14, 2013 at 07:08:32PM +0100, Florian Fainelli wrote: This patch converts the Marvell MV643XX ethernet driver to use the Marvell Orion MDIO

Re: Serial port initialization broken on Armada 370/XP due to serial: 8250_dw: Don't use UPF_FIXED_TYPE

2013-03-15 Thread Jason Cooper
-electrons.com Signed-off-by: Jason Cooper ja...@lakedaemon.net arch/arm/boot/dts/armada-370-xp.dtsi | 4 ++-- arch/arm/boot/dts/armada-xp.dtsi | 4 ++-- thx, Jason. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord

Re: [PATCH] drivers: cpuidle: Use devm_ioremap_resource function

2013-03-18 Thread Jason Cooper
/cpuidle-kirkwood.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Acked-by: Jason Cooper ja...@lakedaemon.net thx, Jason. -- 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

Re: [BUG][mvebu] mvneta: cannot request irq 25 on openblocks-ax3

2013-03-19 Thread Jason Cooper
On Tue, Mar 19, 2013 at 10:12:37PM +0900, Masami Hiramatsu wrote: Hi, Here I've hit a bug on the recent kernel. As far as I know, this bug exists on 3.9-rc1 too. When I tried the latest mvebu for-next tree (git://git.infradead.org/users/jcooper/linux.git mvebu/for-next), FYI: that branch

Re: Re: [BUG][mvebu] mvneta: cannot request irq 25 on openblocks-ax3

2013-03-19 Thread Jason Cooper
On Tue, Mar 19, 2013 at 11:19:05PM +0900, Masami Hiramatsu wrote: Hi Jason, (2013/03/19 22:33), Jason Cooper wrote: On Tue, Mar 19, 2013 at 10:12:37PM +0900, Masami Hiramatsu wrote: Hi, Here I've hit a bug on the recent kernel. As far as I know, this bug exists on 3.9-rc1 too

Re: [PATCH] USB: EHCI: fix for leaking isochronous data

2013-03-21 Thread Jason Cooper
On Thu, Mar 21, 2013 at 06:04:59PM +0100, Soeren Moch wrote: On 03/17/13 18:36, Alan Stern wrote: On Sun, 17 Mar 2013, Soeren Moch wrote: For each device only one isochronous endpoint is used (EP IN4, 1x 940 Bytes, Interval 1). When the ENOMEM error occurs, a huge number of iTDs is in the

Re: [PATCH 5/5] arm: dts: Convert mvebu device tree files to 64 bits

2013-03-21 Thread Jason Cooper
On Thu, Mar 21, 2013 at 09:22:36PM +0100, Thomas Petazzoni wrote: Dear Andrew Lunn, On Thu, 21 Mar 2013 21:15:33 +0100, Andrew Lunn wrote: Could you recommend a document which introduces LPAE. Only being able to address 7GB seems a bit odd to me. I kind of expected you set up the

Re: [PATCH 0/4 v3] mv643xx_eth: use mvmdio MDIO bus driver

2013-03-22 Thread Jason Cooper
/marvell/mvmdio.c | 130 ++--- include/linux/mv643xx_eth.h|1 - 9 files changed, 187 insertions(+), 239 deletions(-) Whole series applied on top of v3.9-rc3 and tested on dreamplug (kirkwood DT boot with legacy mv643xx_eth init) Tested-by: Jason Cooper

Re: [PATCH 0/4 v3] mv643xx_eth: use mvmdio MDIO bus driver

2013-03-22 Thread Jason Cooper
On Fri, Mar 22, 2013 at 03:24:55PM +0100, Florian Fainelli wrote: Le 03/22/13 15:14, Jason Cooper a écrit : On Fri, Mar 22, 2013 at 02:39:24PM +0100, Florian Fainelli wrote: Hi all, This patch converts the mv643xx_eth driver to use the mvmdio MDIO bus driver instead of rolling its own

Re: [PATCH v3] pinctrl: mvebu: prevent walking off the end of group array

2013-03-22 Thread Jason Cooper
-by: David Woodhouse david.woodho...@intel.com Signed-off-by: Jason Cooper ja...@lakedaemon.net Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Jason, David, I tested the patch on Dove and fixed all remaining issues. Thomas, Gregory, Andrew should test on their platforms

Re: [PATCH v3] pinctrl: mvebu: prevent walking off the end of group array

2013-03-28 Thread Jason Cooper
On Wed, Mar 27, 2013 at 11:34:53PM +0100, Linus Walleij wrote: On Wed, Mar 27, 2013 at 11:11 PM, Woodhouse, David david.woodho...@intel.com wrote: On Wed, 2013-03-27 at 23:06 +0100, Linus Walleij wrote: Is it so critical that it needs to be tagged for stable as well then tell me. If

Re: [PATCH] ARM: Kirkwood: fix unused mvsdio gpio pins

2013-03-28 Thread Jason Cooper
in the platform_data with an invalid (-1) value. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Reported-by: Soeren Moch sm...@web.de --- Cc: Soeren Moch sm...@web.de Cc: Jason Cooper ja...@lakedaemon.net Cc: Andrew Lunn and...@lunn.ch Cc: Russell King li...@arm.linux.org.uk

Re: [PATCH v2] ARM: dove: drop select COMMON_CLK_DOVE

2013-03-08 Thread Jason Cooper
On Tue, Mar 05, 2013 at 09:17:17PM +0100, Paul Bolle wrote: Commit 5b03df9ace680d7cdd34a69dfd85ca5f74159d18 (ARM: dove: switch to DT clock providers) added select COMMON_CLK_DOVE to Marvell Dove's Kconfig entry. But there's no Kconfig symbol COMMON_CLK_DOVE, which makes this select statement a

Re: memory leak and other oddness in pinctrl-mvebu.c

2013-03-09 Thread Jason Cooper
On Sat, Mar 09, 2013 at 07:02:05PM +, David Woodhouse wrote: On Sat, 2013-03-09 at 09:49 +0100, Sebastian Hesselbarth wrote: I don't have a strong opinion on that, but I prefer not to have the list statically in the SoC specific drivers. I think counting the number of unique functions

Re: memory leak and other oddness in pinctrl-mvebu.c

2013-03-09 Thread Jason Cooper
Added LinusW, Gregory and Ezequiel to the email. Guys, can you give this a Tested-by before I apply (or Ack for LinusW)? thx, Jason. On Sat, Mar 09, 2013 at 11:39:31PM +, David Woodhouse wrote: On Sat, 2013-03-09 at 17:53 -0500, Jason Cooper wrote: + if (!nr_funcs) shouldn't

Re: [PATCH] kirkwood: fix coccicheck warnings

2013-03-11 Thread Jason Cooper
insertions(+), 13 deletions(-) Acked-by: Jason Cooper ja...@lakedaemon.net thx, Jason. -- 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

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

2013-03-12 Thread Jason Cooper
, Acked-by: Jason Cooper ja...@lakedaemon.net -- Cheers, Stephen Rothwells...@canb.auug.org.au diff --cc drivers/rtc/rtc-mv.c index f378e17,1ee8551..000 --- a/drivers/rtc/rtc-mv.c +++ b/drivers/rtc/rtc-mv.c @@@ -272,16 -262,15 +272,17 @@@ static int

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

2013-03-12 Thread Jason Cooper
On Tue, Mar 12, 2013 at 04:37:39AM -0700, Olof Johansson wrote: On Tue, Mar 12, 2013 at 4:12 AM, Jason Cooper ja...@lakedaemon.net wrote: On Tue, Mar 12, 2013 at 07:25:09AM +0100, Andrew Lunn wrote: On Tue, Mar 12, 2013 at 02:47:14PM +1100, Stephen Rothwell wrote: Hi Andrew, Today's

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

2013-03-12 Thread Jason Cooper
On Tue, Mar 12, 2013 at 12:48:24PM +, Arnd Bergmann wrote: On Tuesday 12 March 2013, Jason Cooper wrote: I chose to keep them together to maintain bisectability. Either you have all of the fix (you landed on this branch), or you don't. Was this the correct decision in this case

Re: [ 33/40] rtc: rtc-mv: Add support for clk to avoid lockups

2013-03-12 Thread Jason Cooper
Baatz gmbno...@gmail.com Signed-off-by: Jason Cooper ja...@lakedaemon.net Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- arch/arm/boot/dts/kirkwood.dtsi |1 + drivers/rtc/rtc-mv.c| 28 2 files changed, 25 insertions(+), 4

[PATCH] pinctrl: mvebu: prevent walking off the end of group array

2013-03-13 Thread Jason Cooper
From: David Woodhouse dw...@infradead.org While investigating (ab)use of krealloc, David found this bug. It's unlikely to occur, but now we detect the condition and error out appropriately. Signed-off-by: David Woodhouse david.woodho...@intel.com Signed-off-by: Jason Cooper ja...@lakedaemon.net

[PATCH V2] pinctrl: mvebu: prevent walking off the end of group array

2013-03-13 Thread Jason Cooper
From: David Woodhouse dw...@infradead.org While investigating (ab)use of krealloc, David found this bug. It's unlikely to occur, but now we detect the condition and error out appropriately. Signed-off-by: David Woodhouse david.woodho...@intel.com Signed-off-by: Jason Cooper ja...@lakedaemon.net

Re: [PATCH] pinctrl: mvebu: prevent walking off the end of group array

2013-03-13 Thread Jason Cooper
On Wed, Mar 13, 2013 at 06:47:36PM +0100, Linus Walleij wrote: On Wed, Mar 13, 2013 at 6:35 PM, Jason Cooper ja...@lakedaemon.net wrote: From: David Woodhouse dw...@infradead.org While investigating (ab)use of krealloc, David found this bug. It's unlikely to occur, but now we detect

Re: [PATCH] ARM: dove: Fix typo COMMON_CLK_DOVE

2013-03-05 Thread Jason Cooper
Paul, On Tue, Mar 05, 2013 at 10:34:58AM +0100, Paul Bolle wrote: Commit 5b03df9ace680d7cdd34a69dfd85ca5f74159d18 (ARM: dove: switch to DT clock providers) added select COMMON_CLK_DOVE to Marvell Dove's Kconfig entry. But there's no Kconfig symbol COMMON_CLK_DOVE, which makes this select

Re: [PATCH 1/2] ARM: Dove: Add pinctrl clock to DT

2012-12-01 Thread Jason Cooper
On Sat, Dec 01, 2012 at 06:07:06PM +0100, Linus Walleij wrote: On Mon, Nov 26, 2012 at 10:18 AM, Sebastian Hesselbarth sebastian.hesselba...@gmail.com wrote: During merge of the mvebu patches a clock gate for pinctrl was lost. This patch just readds the clock gate. Signed-off-by:

Re: [PATCH 1/2] ARM: Dove: Add pinctrl clock to DT

2012-12-01 Thread Jason Cooper
On Sat, Dec 01, 2012 at 07:15:55PM +0100, Sebastian Hesselbarth wrote: On 12/01/2012 07:13 PM, Jason Cooper wrote: On Sat, Dec 01, 2012 at 06:07:06PM +0100, Linus Walleij wrote: On Mon, Nov 26, 2012 at 10:18 AM, Sebastian Hesselbarth sebastian.hesselba...@gmail.com wrote: During merge

Re: [PATCH v2 2/2] ARM: kirkwood: fix to retain gbe MAC addresses for DT kernels

2013-02-03 Thread Jason Cooper
Hesselbarth sebastian.hesselba...@gmail.com --- Changelog: [v2] - add note in patch description that MAC address is lost only when using modular driver - add note in patch description that the workaround will be removed soon Cc: Simon Baatz gmbno...@gmail.com Cc: Jason Cooper ja...@lakedaemon.net

Re: [PATCH] ARM: Kirkwood: Add missing linux/i2c.h include

2013-02-05 Thread Jason Cooper
Thierry, On Tue, Feb 05, 2013 at 04:10:25PM +0100, Thierry Reding wrote: The nsa310 board uses I2C_BOARD_INFO and i2c_register_board_info(), both of which are defined in the linux/i2c.h header file. Signed-off-by: Thierry Reding thierry.red...@avionic-design.de ---

Re: [PATCH] ARM: Kirkwood: Add missing linux/i2c.h include

2013-02-05 Thread Jason Cooper
On Tue, Feb 05, 2013 at 04:38:07PM +0100, Thierry Reding wrote: On Tue, Feb 05, 2013 at 10:34:11AM -0500, Jason Cooper wrote: Thierry, On Tue, Feb 05, 2013 at 04:10:25PM +0100, Thierry Reding wrote: The nsa310 board uses I2C_BOARD_INFO and i2c_register_board_info(), both of which

Re: [PATCH] devicetree: Move NS2 LEDs binding into LEDs directory

2013-02-07 Thread Jason Cooper
On Thu, Feb 07, 2013 at 12:22:56PM +, Grant Likely wrote: leds-ns2.txt is a binding for LEDs, not GPIOs. Move the documentation in with the rest of the LEDs bindings. Cc: Andrew Lunn and...@lunn.ch Cc: Simon Guinot simon.gui...@sequanux.org Cc: Jason Cooper ja...@lakedaemon.net Signed

Re: [PATCH v2 2/2] ARM: dove: split legacy and DT setup

2013-01-29 Thread Jason Cooper
setup and introduces a DOVE_LEGACY config to allow to remove legacy code for DT-only kernels. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: Russell King li...@arm.linux.org.uk Cc: Jason Cooper ja...@lakedaemon.net Cc: Andrew Lunn and...@lunn.ch Cc: Sebastian

Re: [PATCH v2 1/2] ARM: dove: cleanup includes

2013-01-29 Thread Jason Cooper
cleanup common.c includes [1/2] and then split legacy and DT specific code [2/2] - removed v1 patch [PATCH 3/3] ARM: Dove: add Cubox sdhci card detect gpio that was taken independently Cc: Russell King li...@arm.linux.org.uk Cc: Jason Cooper ja...@lakedaemon.net Cc: Andrew Lunn

Re: [PATCH 2/2] ARM: kirkwood: fix to retain gbe MAC addresses for DT kernels

2013-01-30 Thread Jason Cooper
-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: Simon Baatz gmbno...@gmail.com Cc: Jason Cooper ja...@lakedaemon.net Cc: Andrew Lunn and...@lunn.ch Cc: Russell King li...@arm.linux.org.uk Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org --- arch/arm/mach

Re: [PATCH v2 0/5] arm: mvebu: add support for local timer for Armada 370/XP

2013-01-30 Thread Jason Cooper
Thomas Gleixner, John Stultz, I'm getting close to pulling this series in through arm-soc. Would you prefer to take the clocksource patches through your tree, or provide an Acked-by and I can take them through mvebu/arm-soc? I'm comfortable with either, if you decide to take them, please let me

Re: [PATCH v3 2/2] ARM: dove: split legacy and DT setup

2013-01-30 Thread Jason Cooper
and is not resent) Cc: Russell King li...@arm.linux.org.uk Cc: Jason Cooper ja...@lakedaemon.net Cc: Andrew Lunn and...@lunn.ch Cc: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org --- arch/arm/mach-dove/Kconfig

Re: [BUG][arm-soc] kernel panic in boot on Openblocks with the latest kernel

2013-02-28 Thread Jason Cooper
Heikki, On Thu, Feb 28, 2013 at 01:34:19PM +0200, Heikki Krogerus wrote: Hi, On Thu, Feb 28, 2013 at 08:13:30PM +0900, Masami Hiramatsu wrote: Hi, I tried the latest fixes branch of arm-soc.git on OpenBlocks AX3 (Marvel Armada-XP) and got below kernel panic in boot sequence. It

Re: [PATCH v3 3/3] arm: mvebu: enable gpio expander over i2c on Mirabox platform

2013-01-25 Thread Jason Cooper
Linus, On Fri, Jan 25, 2013 at 09:17:57AM +0100, Linus Walleij wrote: On Tue, Jan 22, 2013 at 10:10 PM, Gregory CLEMENT gregory.clem...@free-electrons.com wrote: The Globalscale Mirabox platform can be connected to the JTAG/GPIO box through the Multi-IO port. The GPIO box use the NXP

Re: [PATCH v3 3/3] arm: mvebu: enable gpio expander over i2c on Mirabox platform

2013-01-25 Thread Jason Cooper
On Fri, Jan 25, 2013 at 01:55:04PM +0100, Linus Walleij wrote: On Fri, Jan 25, 2013 at 1:46 PM, Jason Cooper ja...@lakedaemon.net wrote: On Fri, Jan 25, 2013 at 09:17:57AM +0100, Linus Walleij wrote: On Tue, Jan 22, 2013 at 10:10 PM, Gregory CLEMENT gregory.clem...@free-electrons.com wrote

Re: [PATCH v3 3/3] arm: mvebu: enable gpio expander over i2c on Mirabox platform

2013-01-25 Thread Jason Cooper
On Fri, Jan 25, 2013 at 01:57:51PM +0100, Linus Walleij wrote: On Fri, Jan 25, 2013 at 1:55 PM, Linus Walleij linus.wall...@linaro.org wrote: On Fri, Jan 25, 2013 at 1:46 PM, Jason Cooper ja...@lakedaemon.net wrote: On Fri, Jan 25, 2013 at 09:17:57AM +0100, Linus Walleij wrote: On Tue

Re: [PATCH 1/3] ARM: Dove: split legacy and DT setup

2013-01-27 Thread Jason Cooper
setup and introduces a DOVE_LEGACY config to allow to remove legacy code for DT-only kernels. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: Russell King li...@arm.linux.org.uk Cc: Jason Cooper ja...@lakedaemon.net Cc: Andrew Lunn and...@lunn.ch Cc: Sebastian

Re: [PATCH 2/3] ARM: Dove: cleanup includes

2013-01-27 Thread Jason Cooper
...@arm.linux.org.uk Cc: Jason Cooper ja...@lakedaemon.net Cc: Andrew Lunn and...@lunn.ch Cc: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org --- arch/arm/mach-dove/common.c | 30 +- 1 file

Re: [PATCH v2] mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls

2013-01-28 Thread Jason Cooper
On Mon, Jan 28, 2013 at 09:59:18PM +0100, Soeren Moch wrote: On 23.01.2013 19:10, Andrew Lunn wrote: Now (in the last hour) stable, occasionally lower numbers: 3396 3396 3396 3396 3396 3396 3396 3396 3396 3396 3396 3396 3396 3396 3396 3396 3396 3396 3396 3396 3396 3396 3396 3396 3396 3396

Re: [PATCH v3] clk: mvebu/clk-cpu.c: fix memory leakage

2013-01-22 Thread Jason Cooper
On Tue, Jan 15, 2013 at 07:44:26PM +0100, Cong Ding wrote: the variable cpuclk and clk_name should be properly freed when error happens. Signed-off-by: Cong Ding ding...@gmail.com Acked-by: Jason Cooper ja...@lakedaemon.net --- drivers/clk/mvebu/clk-cpu.c |9 ++--- 1 file changed

Re: [PATCH] ARM: kirkwood: fix missing #interrupt-cells property

2013-01-22 Thread Jason Cooper
--- Cc: Russell King li...@arm.linux.org.uk Cc: Andrew Lunn and...@lunn.ch Cc: Jason Cooper ja...@lakedaemon.net Cc: Arnd Bergmann a...@arndb.de Cc: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Cc: Jamie Lentin j...@lentin.co.uk Cc: Jean-Francois Moine moin...@free.fr Cc: linux-arm

Re: [PATCH v3] clk: mvebu/clk-cpu.c: fix memory leakage

2013-01-15 Thread Jason Cooper
On Tue, Jan 15, 2013 at 05:01:43PM -0800, Mike Turquette wrote: Quoting Gregory CLEMENT (2013-01-15 12:46:03) On 01/15/2013 07:44 PM, Cong Ding wrote: the variable cpuclk and clk_name should be properly freed when error happens. Dear Cong Ding, Thanks for you efforts! I am happy

Re: [PATCH v2] mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls

2013-01-15 Thread Jason Cooper
Soeren, On Wed, Jan 16, 2013 at 01:17:59AM +0100, Soeren Moch wrote: On 15.01.2013 22:56, Jason Cooper wrote: On Tue, Jan 15, 2013 at 03:16:17PM -0500, Jason Cooper wrote: If my understanding is correct, one of the drivers (most likely one) either asks for too small of a dma buffer

[PATCH] ata: sata_mv: fix sg_tbl_pool alignment

2013-01-16 Thread Jason Cooper
On Wed, Jan 16, 2013 at 09:55:55AM +0100, Soeren Moch wrote: On 16.01.2013 04:24, Soeren Moch wrote: On 16.01.2013 03:40, Jason Cooper wrote: On Wed, Jan 16, 2013 at 01:17:59AM +0100, Soeren Moch wrote: On 15.01.2013 22:56, Jason Cooper wrote: On Tue, Jan 15, 2013 at 03:16:17PM -0500, Jason

Re: [PATCH v2] mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls

2013-01-16 Thread Jason Cooper
On Wed, Jan 16, 2013 at 06:32:09PM +0100, Soeren Moch wrote: On 16.01.2013 09:55, Soeren Moch wrote: On 16.01.2013 04:24, Soeren Moch wrote: I did not bisect it, but Marek mentioned earlier that commit e9da6e9905e639b0f842a244bc770b48ad0523e9 in Linux v3.6-rc1 introduced new code for dma

Re: [PATCH] ata: sata_mv: fix sg_tbl_pool alignment

2013-01-16 Thread Jason Cooper
On Wed, Jan 16, 2013 at 06:05:59PM +0100, Soeren Moch wrote: On 16.01.2013 16:50, Jason Cooper wrote: On Wed, Jan 16, 2013 at 09:55:55AM +0100, Soeren Moch wrote: On 16.01.2013 04:24, Soeren Moch wrote: On 16.01.2013 03:40, Jason Cooper wrote: On Wed, Jan 16, 2013 at 01:17:59AM +0100, Soeren

Re: [PATCH] ata: sata_mv: fix sg_tbl_pool alignment

2013-01-16 Thread Jason Cooper
On Wed, Jan 16, 2013 at 09:55:55AM +0100, Soeren Moch wrote: I don't want to say that Mareks patch is wrong, probably it triggers a bug somewhere else! (in em28xx?) Could you send the output of: lsusb -v -d VEND:PROD for the em28xx? thx, Jason. -- To unsubscribe from this list: send the

Re: [PATCH] ARM: Dove: convert usb host controller to DT

2013-02-15 Thread Jason Cooper
-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: Russell King li...@arm.linux.org.uk Cc: Jason Cooper ja...@lakedaemon.net Cc: Andrew Lunn and...@lunn.ch Cc: Thomas Petazzoni thomas.petazz...@free-electrons.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org

Re: [PATCH v3 3/3] arm: mvebu: enable gpio expander over i2c on Mirabox platform

2013-02-16 Thread Jason Cooper
On Tue, Jan 22, 2013 at 10:10:25PM +0100, Gregory CLEMENT wrote: The Globalscale Mirabox platform can be connected to the JTAG/GPIO box through the Multi-IO port. The GPIO box use the NXP PCA9505 I/O port expansion IC to provide 40-bit parallel input/output GPIOs. This patch enable the use of

Re: [PATCH] ARM: dove: convert serial DT nodes to clocks property

2013-02-16 Thread Jason Cooper
sebastian.hesselba...@gmail.com --- Cc: Russell King li...@arm.linux.org.uk Cc: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Cc: Jason Cooper ja...@lakedaemon.net Cc: Andrew Lunn and...@lunn.ch Cc: Thomas Petazzoni thomas.petazz...@free-electrons.com Cc: linux-arm-ker...@lists.infradead.org

Re: [PATCH v2 1/9] pinctrl: mvebu: pinctrl driver core

2012-09-09 Thread Jason Cooper
On Sun, Sep 02, 2012 at 10:27:29AM +0200, Sebastian Hesselbarth wrote: there is a v3 of the patch under internal review right now. Sebastian, What is the status of v3? I'd like to get it (and gpio, which depends on this work) in for v3.7, but it's getting close... thx, Jason. -- To

Re: [PATCH v3 0/6] ARM: dove: DT support for Marvell Dove

2012-09-09 Thread Jason Cooper
On Wed, Aug 15, 2012 at 07:07:29PM +0200, Sebastian Hesselbarth wrote: This patch set adds DT support for Marvell Dove SoC and three boards equipped with this SoC. The work is based on device tree support for Marvell Orion based SoCs introduced in 3.6-rc1. The first three patches move

Re: [PATCH v4 03/10] pinctrl: mvebu: kirkwood pinctrl driver

2012-09-16 Thread Jason Cooper
On Sun, Sep 16, 2012 at 09:46:52AM +0200, Andrew Lunn wrote: +++ b/Documentation/devicetree/bindings/pinctrl/marvell,kirkwood-pinctrl.txt @@ -0,0 +1,279 @@ +* Marvell Kirkwood SoC pinctrl driver for mpp + +Please refer to marvell,mvebu-pinctrl.txt in this directory for common binding

Re: [PATCH] ARM: Make sure dtc is built before running it

2012-08-30 Thread Jason Cooper
On Tue, Aug 28, 2012 at 11:59:58AM -0700, David Brown wrote: 'make dtbs' in a clean tree will try running the dtc before actually building it. Make these rules depend upon the scripts to build it. David, Could you please send this into rmk's queue? [1] This fix has been cropping up by

Re: [PATCH v2 1/9] pinctrl: mvebu: pinctrl driver core

2012-09-03 Thread Jason Cooper
On Sun, Sep 02, 2012 at 10:27:29AM +0200, Sebastian Hesselbarth wrote: Maybe Jason can also comment on what branch he wants to have it based on, as we all agreed to get it through the Marvell tree. Please base against: git://git.infradead.org/users/jcooper/linux.git boards-for-v3.7-v2 thx,

Re: [PATCH 2/2] ARM: kirkwood: DT descriptor for Seagate FreeAgent Dockstar

2012-08-14 Thread Jason Cooper
-by: Sebastian Hesselbarth sebastian.hesselba...@googlemail.com Cc: Jason Cooper ja...@lakedaemon.net Cc: Andrew Lunn and...@lunn.ch Cc: Russell King li...@arm.linux.org.uk Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org --- ... diff --git a/arch/arm/mach-kirkwood

Re: [PATCH v2 1/2] ARM: kirkwood: DT board setup for Seagate FreeAgent Dockstar

2012-08-14 Thread Jason Cooper
On Tue, Aug 14, 2012 at 10:43:41PM +0200, Sebastian Hesselbarth wrote: This add a DT compatible board specific setup for the Seagate FreeAgent Dockstar. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: Jason Cooper ja...@lakedaemon.net Cc: Andrew Lunn

Re: [PATCH v2 1/2] ARM: kirkwood: DT board setup for Seagate FreeAgent Dockstar

2012-08-16 Thread Jason Cooper
On Tue, Aug 14, 2012 at 07:22:56PM -0400, Jason Cooper wrote: On Tue, Aug 14, 2012 at 10:43:41PM +0200, Sebastian Hesselbarth wrote: This add a DT compatible board specific setup for the Seagate FreeAgent Dockstar. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com

Re: [PATCH v2 1/2] ARM: kirkwood: DT board setup for Seagate FreeAgent Dockstar

2012-08-16 Thread Jason Cooper
On Thu, Aug 16, 2012 at 03:45:00PM +0200, Sebastian Hesselbarth wrote: On 8/16/12, Jason Cooper ja...@lakedaemon.net wrote: Unless I hear otherwise from you in the next day or so, I'm going to collapse the fix into your patch and push it that way. please feel free to fix the patch. I am

Re: [PATCH v2] mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls

2012-11-20 Thread Jason Cooper
On Tue, Nov 20, 2012 at 11:33:25AM -0800, Andrew Morton wrote: On Tue, 20 Nov 2012 15:31:45 +0100 Marek Szyprowski m.szyprow...@samsung.com wrote: dmapool always calls dma_alloc_coherent() with GFP_ATOMIC flag, regardless the flags provided by the caller. This causes excessive pruning of

Re: [PATCH 0/4] Dove pinctrl fixes and DT enabling

2012-11-21 Thread Jason Cooper
Linus, On Wed, Nov 21, 2012 at 03:45:42PM +0100, Linus Walleij wrote: On Wed, Nov 21, 2012 at 11:20 AM, Sebastian Hesselbarth sebastian.hesselba...@gmail.com wrote: On 11/21/2012 10:59 AM, Linus Walleij wrote: On Mon, Nov 19, 2012 at 10:39 AM, Sebastian Hesselbarth

Re: [PATCH 0/4] Dove pinctrl fixes and DT enabling

2012-11-23 Thread Jason Cooper
On Fri, Nov 23, 2012 at 08:49:04AM +0100, Linus Walleij wrote: On Wed, Nov 21, 2012 at 4:52 PM, Jason Cooper ja...@lakedaemon.net wrote: On Wed, Nov 21, 2012 at 03:45:42PM +0100, Linus Walleij wrote: So what I mean is that the patches creating pinctrl/mvebu is in the pinctrl tree, so

Re: [PATCH 3/4] ARM: Dove: Convert to DT GPIO and pinctrl

2012-11-23 Thread Jason Cooper
-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: Russell King li...@arm.linux.org.uk Cc: Linus Walleij linus.wall...@linaro.org Cc: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Cc: Jason Cooper ja...@lakedaemon.net Cc: Andrew Lunn and...@lunn.ch Cc: Thomas Petazzoni

Re: [PATCH 3/4] ARM: Dove: Convert to DT GPIO and pinctrl

2012-11-24 Thread Jason Cooper
On Sat, Nov 24, 2012 at 08:02:40AM +0100, Thomas Petazzoni wrote: Dear Jason Cooper, On Fri, 23 Nov 2012 21:39:42 -0500, Jason Cooper wrote: + pinctrl: pinctrl@d0200 { + compatible = marvell,dove-pinctrl; + reg = 0xd0200 0x10

Re: [PATCH 3/4] ARM: Dove: Convert to DT GPIO and pinctrl

2012-11-24 Thread Jason Cooper
On Sat, Nov 24, 2012 at 07:10:24PM +0100, Thomas Petazzoni wrote: Dear Jason Cooper, On Sat, 24 Nov 2012 10:00:04 -0500, Jason Cooper wrote: Yes, so that's what I thought happened. This would have made orion/dt depend upon mvebu/everything. It already had two other dependencies

Re: [PATCH 3/4] ARM: Dove: Convert to DT GPIO and pinctrl

2012-11-25 Thread Jason Cooper
On Sun, Nov 25, 2012 at 11:51:46AM +0100, Sebastian Hesselbarth wrote: On 11/24/2012 07:59 PM, Jason Cooper wrote: On Sat, Nov 24, 2012 at 07:10:24PM +0100, Thomas Petazzoni wrote: On Sat, 24 Nov 2012 10:00:04 -0500, Jason Cooper wrote: Yes, so that's what I thought happened. This would have

Re: [PATCH 1/3] ARM: Dove: split legacy and DT setup

2012-12-17 Thread Jason Cooper
DT board setup and introduces a DOVE_LEGACY config to allow to remove legacy code for DT-only kernels. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: Russell King li...@arm.linux.org.uk Cc: Jason Cooper ja...@lakedaemon.net Cc: Andrew Lunn and...@lunn.ch Cc

Re: [PATCH 3/3] ARM: Dove: add Cubox sdhci card detect gpio

2012-12-17 Thread Jason Cooper
Hesselbarth sebastian.hesselba...@gmail.com --- Cc: Russell King li...@arm.linux.org.uk Cc: Jason Cooper ja...@lakedaemon.net Cc: Andrew Lunn and...@lunn.ch Cc: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org

Re: [PATCH 3/3] ARM: Dove: add Cubox sdhci card detect gpio

2012-12-17 Thread Jason Cooper
On Tue, Dec 18, 2012 at 01:50:12AM +0100, Sebastian Hesselbarth wrote: On 12/18/2012 01:38 AM, Jason Cooper wrote: On Tue, Dec 18, 2012 at 01:24:29AM +0100, Sebastian Hesselbarth wrote: Card detect for sdhci on Cubox is connected to the wrong pin (sdio1_cd instead of sdio0_cd). With support

Re: [PATCH v2] ARM: Dove: update defconfig

2012-11-16 Thread Jason Cooper
On Wed, Nov 14, 2012 at 07:19:38PM +0100, Sebastian Hesselbarth wrote: On 10/30/2012 02:11 AM, Sebastian Hesselbarth wrote: It has been a while since dove_defconfig was updated to recent development. This patch adds all currently available Dove boards, including a DT-enabled machine. there

Re: [PATCH] mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls

2012-11-18 Thread Jason Cooper
Marek, I've added the maintainers for mm/*. Hopefully they can let us know if this is good for v3.8... thx, Jason. On Thu, Nov 08, 2012 at 07:38:57AM +0100, Marek Szyprowski wrote: dmapool always calls dma_alloc_coherent() with GFP_ATOMIC flag, regardless the flags provided by the caller.

  1   2   3   4   5   6   7   8   9   10   >