Re: [PATCH v2] deb-pkg: Add support for powerpc little endian

2014-09-05 Thread Josh Boyer
On Fri, Sep 5, 2014 at 3:55 AM, Michael Neuling wrote: > On Fri, 2014-09-05 at 09:13 +0200, Gabriel Paubert wrote: >> On Fri, Sep 05, 2014 at 03:28:47PM +1000, Michael Neuling wrote: >> > The Debian powerpc little endian architecture is called ppc64le. This >> >> Huh? ppc64le or ppc64el? > > ppc6

Re: flush_icache_range on AMCC 44x targets

2013-05-01 Thread Josh Boyer
On Tue, Apr 30, 2013 at 02:17:59PM +0200, Mike wrote: >Hi, > >i was reading trough arch/powerpc/kernel/misc32.S looking at the icbi and >iccci instructions, from whats on print in >http://s.eeweb.com/members/kvks_kumar/answers/1356585717-PPC440_UM2013.pdf(page >272) iccci should be used once in the

Re: [PATCH] powerpc/4xx: Fix warning in kilauea.dtb

2013-06-03 Thread Josh Boyer
ppears that unlike the other plarforms handled by 3fb7933850fa >"powerpc/4xx: Adding PCIe MSI support" this platform does not use >address-cells=2. Right, it's a 405, not a 440. I should have caught that in the initial review. >Signed-off-by: Ian Campbell >Cc: Rupjyot

Re: Pull request: scottwood/linux.git next

2013-08-19 Thread Josh Boyer
On Mon, Aug 19, 2013 at 7:47 PM, Benjamin Herrenschmidt wrote: > On Mon, 2013-08-19 at 17:56 -0500, Scott Wood wrote: >> If we use the generic CPU target then mftb won't get turned into mfspr >> (I assume this is what you meant by "tricky asm"). Does mfspr work >> everywhere, including from users

Re: [PATCH] powerpc/40x: remove unused "config 405GPR"

2013-03-14 Thread Josh Boyer
On Thu, Mar 14, 2013 at 9:47 AM, Paul Bolle wrote: > The last user of Kconfig symbol 405GPR got removed in release v3.2. > Remove this symbol too. > > Signed-off-by: Paul Bolle Acked-by: Josh Boyer > --- > arch/powerpc/platforms/40x/Kconfig | 3 --- > 1 file changed, 3

Re: [PATCH] powerpc: remove unused "config 405EP"

2013-04-08 Thread Josh Boyer
On Mon, Apr 8, 2013 at 7:27 AM, Paul Bolle wrote: > All users of Kconfig symbol 405EP were removed in release v2.6.27. > Remove this symbol (and a useless select of it) too. > > Signed-off-by: Paul Bolle Acked-by: Josh Boyer > --- > 0) Tested by grepping the tree only. >

Re: [PATCH] Fixes return issues in uic_init_one

2014-06-30 Thread Josh Boyer
On Mon, Jun 30, 2014 at 12:02 AM, Nicholas Krause wrote: > This patch fixes the FIXME messages for returning a ENOMEM error > if uic is not allocated and if uic->irqhost is not allocated a > IRQ domain that is linear returns EIO. > > Signed-off-by: Nicholas Krause NAK. You didn't actually fix a

Re: [PATCH] powerpc/4xx: Fix warning in kilauea.dtb

2013-11-25 Thread Josh Boyer
ppears that unlike the other platforms handled by 3fb7933850fa > "powerpc/4xx: Adding PCIe MSI support" this platform does not use > address-cells=2. > > Signed-off-by: Ian Campbell > Acked-by: Josh Boyer > Cc: Rupjyoti Sarmah > Cc: Tirumala R Marri > C

Re: [PATCH] ppc476: Enable a linker work around for IBM errata #46

2014-02-24 Thread Josh Boyer
On Mon, Feb 24, 2014 at 2:00 AM, Alistair Popple wrote: > This patch adds an option to enable a work around for an icache bug on > 476 that can cause execution of stale instructions when falling > through pages (IBM errata #46). It requires a recent version of > binutils which supports the --ppc47

[PATCH] powerpc: Update ppc4xx maintainer

2014-03-12 Thread Josh Boyer
Alistair Popple has volunteered to take over maintainership of the ppc4xx stuff upstream. Switch the MAINTAINERS entry over to him. Signed-off-by: Josh Boyer --- MAINTAINERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 1ecfde1..6d220c8

Re: Missing operand for tlbie instruction on Power7

2015-10-07 Thread Josh Boyer
On Wed, Oct 7, 2015 at 5:13 AM, Michael Ellerman wrote: > On Wed, 2015-10-07 at 02:19 -0500, Segher Boessenkool wrote: >> On Wed, Oct 07, 2015 at 05:00:49PM +1100, Michael Ellerman wrote: >> > > It's also worth noting that the __flush_power7 uses tlbiel instead of >> > > tlbie. >> > >> > Yeah tha

Re: Missing operand for tlbie instruction on Power7

2015-10-07 Thread Josh Boyer
On Wed, Oct 7, 2015 at 8:10 PM, Michael Ellerman wrote: > On Wed, 2015-10-07 at 10:31 -0400, Josh Boyer wrote: >> On Wed, Oct 7, 2015 at 5:13 AM, Michael Ellerman wrote: >> > On Wed, 2015-10-07 at 02:19 -0500, Segher Boessenkool wrote: >> >> On Wed, Oct 07, 201

Re: Please pull 'next' branch of 4xx tree

2011-08-29 Thread Josh Boyer
On Wed, Aug 10, 2011 at 2:26 PM, Josh Boyer wrote: > Hi Ben, > > Finally somewhat caught up.  Now that -rc1 is out, here are some > patches for the next merge window. > > josh > > The following changes since commit 53d1e658df6e26d62500410719aaee2b82067c03: > >  Merg

Re: [PATCH 02/14] dwc/otg: Structure declaration for shared data

2011-08-31 Thread Josh Boyer
On Wed, Aug 31, 2011 at 6:36 PM, Greg KH wrote: > On Tue, Aug 30, 2011 at 08:29:21AM -0700, Tirumala Marri wrote: >> <-Original Message- >> mailto:pratyush.an...@st.com] >> > > > > > > > > < >> > > > < >> >> <--- >> < include/linux/usb/dwc_otg.h |  274 >> >> [Tirumala Marri] I am not sure

Re: [PATCH 15/21] powerpc: drop unused Kconfig symbols

2011-10-14 Thread Josh Boyer
--- >  arch/powerpc/platforms/embedded6xx/Kconfig |    4 >  arch/powerpc/platforms/prep/Kconfig        |    9 - >  arch/powerpc/platforms/wsp/Kconfig         |    5 - >  6 files changed, 0 insertions(+), 53 deletions(-) For the 40x change: Acked-by: Josh Boyer josh

Re: [PATCH] mtd/nand: Add NAND chip ID to support Micron 4k pagesize NAND chip

2011-11-22 Thread Josh Boyer
On Tue, Nov 22, 2011 at 4:23 AM, Shengzhou Liu wrote: > Add NAND chip ID 0x38 in ids table to support Micron 4k large-page NAND chip. > > Signed-off-by: Shengzhou Liu > --- >  drivers/mtd/nand/nand_ids.c |    1 + You really need to send this to the MTD list and have it go through that tree. jos

Re: powerpc: dts: Fix canyonlands EMAC interrupt map

2011-11-22 Thread Josh Boyer
On Tue, Nov 22, 2011 at 2:11 AM, Tanmay Inamdar wrote: > Fixing interrupt mapping of EMAC for canyonlands > > Signed-off-by: Tanmay Inamdar As far as I can tell, your changes aren't really changing anything just making it a bit clearer, correct? If so, do you mind if I change the commit log to

Re: powerpc: dts: Fix canyonlands EMAC interrupt map

2011-11-22 Thread Josh Boyer
On Tue, Nov 22, 2011 at 9:15 AM, Tanmay Inamdar wrote: > > On Tue, Nov 22, 2011 at 5:00 PM, Josh Boyer wrote: >> >> On Tue, Nov 22, 2011 at 2:11 AM, Tanmay Inamdar wrote: >> > Fixing interrupt mapping of EMAC for canyonlands >> > >> > Signed-off-b

Re: [PATCH] powerpc: 44x: Add mtd ndfc to the ppx44x defconfig

2011-11-22 Thread Josh Boyer
On Tue, Nov 22, 2011 at 6:50 PM, Tony Breeds wrote: > Signed-off-by: Tony Breeds Acked-by: Josh Boyer Ben, I don't have anything particularly urgent for 3.2 and this seems like it is well within the 3.2 window (defconfig updates usually come later). Want to pick this up yourself, o

Re: [PATCH] powerpc: 44x: Add mtd ndfc to the ppx44x defconfig

2011-11-22 Thread Josh Boyer
On Tue, Nov 22, 2011 at 8:34 PM, Benjamin Herrenschmidt wrote: > On Tue, 2011-11-22 at 20:04 -0500, Josh Boyer wrote: >> On Tue, Nov 22, 2011 at 6:50 PM, Tony Breeds wrote: >> > Signed-off-by: Tony Breeds >> >> Acked-by: Josh Boyer >> >> Ben, I don&#

Re: [PATCH] powerpc/40x: Add APM8018X SOC support

2011-11-23 Thread Josh Boyer
On Wed, Nov 23, 2011 at 4:44 AM, Tanmay Inamdar wrote: > > diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig > index b177caa..3f2cc36 100644 > --- a/arch/powerpc/Kconfig > +++ b/arch/powerpc/Kconfig > @@ -978,3 +978,9 @@ config PPC_LIB_RHEAP >        bool > >  source "arch/powerpc/kvm/Kconf

Re: [PATCH v3 1/8] [44x] Fix typo in KEXEC Kconfig dependency

2011-11-23 Thread Josh Boyer
. Poulose > Cc:     Kumar Gala > Cc:     Josh Boyer > Cc:     linux ppc dev Ben already took this one for 3.2. I should have added my Acked-by a while ago. josh ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH v3 2/8] [booke] Rename mapping based RELOCATABLE to DYNAMIC_MEMSTART for BookE

2011-11-23 Thread Josh Boyer
On Mon, Nov 14, 2011 at 12:41 AM, Suzuki K. Poulose wrote: > The current implementation of CONFIG_RELOCATABLE in BookE is based > on mapping the page aligned kernel load address to KERNELBASE. This > approach however is not enough for platforms, where the TLB page size > is large (e.g, 256M on 44x

Re: sam460ex, sm501 incorrect device id with kernel >=linux-2.6.39

2011-11-28 Thread Josh Boyer
On Sun, Nov 27, 2011 at 11:37 AM, acrux wrote: > > Acube Sam460ex has SM502 as onboard video. > I got this with any kernel newer than 2.6.38.x thus the framebuffer is lost > too: > > root@sam4x0:~# diff dmesg-2.6.38.8 dmesg-2.6.39.4 > 1,2c1,3 > < Using PowerPC 44x Platform machine description > <

Re: [PATCH] powerpc: Decode correct MSR bits in oops output

2011-11-28 Thread Josh Boyer
On Mon, Nov 28, 2011 at 11:04 AM, Kumar Gala wrote: > > On Nov 24, 2011, at 11:35 PM, Anton Blanchard wrote: > >> >> On a 64bit book3s machine I have an oops from a system reset that >> claims the book3e CE bit was set: >> >> MSR: 80021032  CR: 24004082  XER: 0010 >> >> On a book3s ma

Re: [PATCH] powerpc: Decode correct MSR bits in oops output

2011-11-28 Thread Josh Boyer
On Mon, Nov 28, 2011 at 2:30 PM, Scott Wood wrote: > On 11/28/2011 10:23 AM, Josh Boyer wrote: >> On Mon, Nov 28, 2011 at 11:04 AM, Kumar Gala >> wrote: >>> >>> Since you're fixing this can you add the following for CONFIG_BOOKE: >>> >>> M

Re: [PATCH] powerpc: Decode correct MSR bits in oops output

2011-11-28 Thread Josh Boyer
On Mon, Nov 28, 2011 at 3:04 PM, Scott Wood wrote: > On 11/28/2011 01:46 PM, Josh Boyer wrote: >> On Mon, Nov 28, 2011 at 2:30 PM, Scott Wood wrote: >>> On 11/28/2011 10:23 AM, Josh Boyer wrote: >>>> On Mon, Nov 28, 2011 at 11:04 AM, Kumar Gala >>>> w

Re: [PATCH 3/6] 44x: Removing dead CONFIG_PPC47x

2011-11-30 Thread Josh Boyer
On Wed, Nov 30, 2011 at 12:23 AM, Tony Breeds wrote: > From: Christoph Egger > > CONFIG_PPC47x doesn't exist in Kconfig, therefore removing all > references for it from the source code. > > Signed-off-by: Christoph Egger > --- >  arch/powerpc/mm/44x_mmu.c |    4 >  1 files changed, 0 insert

Re: [PATCH 4/6] powerpc/boot: Add extended precision shifts to the boot wrapper.

2011-11-30 Thread Josh Boyer
On Wed, Nov 30, 2011 at 12:48 AM, Benjamin Herrenschmidt wrote: > On Wed, 2011-11-30 at 16:23 +1100, Tony Breeds wrote: >> Code copied from arch/powerpc/kernel/misc_32.S >> >> Signed-off-by: Tony Breeds >> --- >>  arch/powerpc/boot/div64.S |   52 >> +

Re: [PATCH v3 2/8] [booke] Rename mapping based RELOCATABLE to DYNAMIC_MEMSTART for BookE

2011-11-30 Thread Josh Boyer
On Mon, Nov 28, 2011 at 5:59 PM, Scott Wood wrote: > On 11/23/2011 10:47 AM, Josh Boyer wrote: >> On Mon, Nov 14, 2011 at 12:41 AM, Suzuki K. Poulose >> wrote: >>> The current implementation of CONFIG_RELOCATABLE in BookE is based >>> on mapping the pa

Please pull 'next' branch of new 4xx tree

2011-11-30 Thread Josh Boyer
is instead? josh The following changes since commit fa8cbaaf5a68f62db3f9a8444ecbb940b47984cb: powerpc+sparc64/mm: Remove hack in mmap randomize layout (2011-11-28 11:42:09 +1100) are available in the git repository at: git://git.infradead.org/users/jwboyer/powerpc-4xx.git next Jos

Re: [PATCH v2] powerpc/40x: Add APM8018X SOC support

2011-11-30 Thread Josh Boyer
On Wed, Nov 30, 2011 at 4:03 PM, Benjamin Herrenschmidt wrote: > On Tue, 2011-11-29 at 12:31 +0530, Tanmay Inamdar wrote: >> The AppliedMicro APM8018X embedded processor targets embedded applications >> that >> require low power and a small footprint. It features a PowerPC 405 processor >> core b

Re: ppc4xx simple vs SoC's

2011-12-01 Thread Josh Boyer
On Thu, Dec 1, 2011 at 12:39 AM, Benjamin Herrenschmidt wrote: > Hi Josh ! > > I was helping Tony with some of the Currituck stuff when I noticed an > oddity... > > So we have various "SoC" config symbols such as 440EP, 460SX, etc... > that in turn select various bits & pieces that enable support

Re: [PATCH] powerpc: Add support for OpenBlockS 600

2011-12-02 Thread Josh Boyer
On Fri, Dec 2, 2011 at 1:40 AM, Olof Johansson wrote: > Hi, > > On Thu, Dec 1, 2011 at 9:35 PM, Benjamin Herrenschmidt > wrote: > >>  arch/powerpc/boot/dts/obs600.dts           |  314 >> > > It'd be nice to have dtsi files for the SoCs, there's a lot of boiler > plat

Re: [PATCH 7/8] 44x/476fpe: Add 476fpe SoC code

2011-12-03 Thread Josh Boyer
On Sat, Dec 3, 2011 at 5:11 AM, Tony Breeds wrote: > On Sat, Dec 03, 2011 at 07:58:17AM +1100, Benjamin Herrenschmidt wrote: >> On Thu, 2011-12-01 at 18:39 +1100, Tony Breeds wrote: >> > Based on original work by David 'Shaggy' Kliekamp. >> >> Typo in Shaggy's last name :-) > > Rats! > > Looks lik

Re: [PATCH v3 2/8] [booke] Rename mapping based RELOCATABLE to DYNAMIC_MEMSTART for BookE

2011-12-07 Thread Josh Boyer
On Wed, Dec 7, 2011 at 7:40 AM, Suzuki Poulose wrote: > Josh, > > I rebased my patches to 3.2.0-rc3 and was able to verify it on my QEMU > setup. > However I am facing problems getting the my boards booted with the network > cards > (even without the patches). Here is what I see : > > > Creating 2

Re: linux-next: manual merge of the 4xx tree with the powerpc tree

2011-12-08 Thread Josh Boyer
On Thu, Dec 8, 2011 at 8:38 PM, Stephen Rothwell wrote: > Hi Josh, > > Today's linux-next merge of the 4xx tree got a conflict in > arch/powerpc/platforms/40x/ppc40x_simple.c between commit 11eab297f57b > ("powerpc: Add support for OpenBlockS 600") from the powerpc tree and > commit d5b9ee7b514e (

Re: [PATCH v4 3/7] [ppc] Process dynamic relocations for kernel

2011-12-09 Thread Josh Boyer
On Fri, Dec 9, 2011 at 6:47 AM, Suzuki K. Poulose wrote: > > Signed-off-by: Suzuki K. Poulose > Signed-off-by: Josh Poimboeuf > Cc: Paul Mackerras > Cc: Benjamin Herrenschmidt > Cc: Alan Modra > Cc: Kumar Gala > Cc: linuxppc-dev > --- > >  arch/powerpc/Kconfig              |   42 > +++

Please pull 'next' branch of new 4xx tree (updated)

2011-12-09 Thread Josh Boyer
On Wed, Nov 30, 2011 at 10:14 AM, Josh Boyer wrote: > Hi Ben, > > I have a new 4xx tree setup now.  Two small commits for the next > branch are queued up.  I'd like to get the patch series from Suzie and > Tony included soon as well, but thought I'd start with these to ge

Re: [PATCH 3/3] powerpc/44x: Add support PCI-E for APM821xx SoC and Bluestone board

2011-12-20 Thread Josh Boyer
On Tue, Dec 20, 2011 at 7:44 AM, Vinh Nguyen Huu Tuong wrote: > This patch extends PCI-E driver to support PCI-E for APM821xx SoC on > Bluestone board. > > Signed-off-by: Vinh Nguyen Huu Tuong > +static int apm821xx_pciex_init_port_hw(struct ppc4xx_pciex_port *port) > +{ > +       u32 val; > +

Please pull 'next' branch of 4xx tree

2011-12-20 Thread Josh Boyer
ry at: git://git.infradead.org/users/jwboyer/powerpc-4xx.git next Josh Boyer (1): powerpc/44x: Fix build error on currituck platform Suzuki Poulose (7): powerpc: Rename mapping based RELOCATABLE to DYNAMIC_MEMSTART for BookE powerpc/44x: Enable DYNAMIC_MEMSTART for

Re: linux-next: build warnings after merge of the 4xx tree

2011-12-20 Thread Josh Boyer
On Tue, Dec 20, 2011 at 7:13 PM, Stephen Rothwell wrote: > Hi Josh, > > After merging the 4xx tree, today's linux-next build (powerpc ppc64_defconfig) > produced these warnings: > > WARN: Uncompressed kernel (size 0xe32858) overlaps the address of the > wrapper() > WARN: Fixing the link_address o

Re: Please pull 'next' branch of 4xx tree

2011-12-21 Thread Josh Boyer
On Tue, Dec 20, 2011 at 11:23 AM, Josh Boyer wrote: > Hi Ben, > > This is the relocatable series from Suzie that has been brewing for quite a > while.  I also included a small fix for currituck that I hit when I was > building > various kernels. > > NOTE: To build anyth

Re: [PATCH 3/3] powerpc/44x: Add support PCI-E for APM821xx SoC and Bluestone board

2011-12-21 Thread Josh Boyer
On Tue, Dec 20, 2011 at 11:47 PM, Vinh Huu Tuong Nguyen wrote: >> + >> +       mtdcri(SDR0, port->sdr_base + PESDRn_RCSSET, >> +               mfdcri(SDR0, port->sdr_base + PESDRn_RCSSET) | >> +               (PESDRx_RCSSET_RSTGU | PESDRx_RCSSET_RSTPYN)); >> + >> +       /* Poll for PHY reset */ >

Re: [PATCH] powerpc/currituck: Fix up missing MPIC_PRIMARY flag

2011-12-22 Thread Josh Boyer
On Thu, Dec 22, 2011 at 11:21 AM, Kyle Moffett wrote: > The 44x/currituck platform didn't get updated when the MPIC code > inverted the flag from MPIC_PRIMARY => !MPIC_SECONDARY.  Fix it up. > > Signed-off-by: Kyle Moffett I already included this fixup in my 4xx tree 'next' branch. A pull reque

Re: [PATCH] ppc44x/watchdog: Select WATCHDOG_NOWAYOUT option

2012-07-13 Thread Josh Boyer
On Fri, Jul 13, 2012 at 7:50 AM, Kumar Gala wrote: > > On Jul 12, 2012, at 9:44 PM, Jiang Lu wrote: > >> On PPC44x core, the WRC(Watchdog-timer Reset Control) field of TCR >> of timer can not reset by software after set to a non-zero value. >> Which means software can not reset the timeout behavio

Re: [PATCH] ppc44x/watchdog: Select WATCHDOG_NOWAYOUT option

2012-07-16 Thread Josh Boyer
On Mon, Jul 16, 2012 at 4:28 PM, Tabi Timur-B04825 wrote: > On Fri, Jul 13, 2012 at 7:25 AM, Josh Boyer wrote: > >> Right now, if the option is not set we call booke_wdt_disable which >> indeed does not actually _disable_ the WDT, but it does set the timer >> period

Re: [PATCH][upstream] TDM Framework

2012-07-20 Thread Josh Boyer
On Fri, Jul 20, 2012 at 8:54 AM, Michael Ellerman wrote: > On Fri, 2012-07-20 at 18:05 +0530, sand...@freescale.com wrote: >> From: Sandeep Singh >> >> TDM Framework is an attempt to provide a platform independent layer which can >> offer a standard interface for TDM access to different client m

Re: [PATCH] powerpc/44x: Support OCM(On Chip Memory) for APM821xx SoC and Bluestone board

2012-08-08 Thread Josh Boyer
On Tue, Jul 3, 2012 at 4:52 AM, Vinh Nguyen Huu Tuong wrote: > This patch consists of: > - Add driver for OCM component > - Export OCM Information at /sys/kernel/debug/ppc4xx_ocm/info > > Signed-off-by: Vinh Nguyen Huu Tuong Acked-by: Josh Boyer Ben, could you pick this up?

Re: [PATCH] PPC: Enable the Watchdog vector for 405

2012-10-01 Thread Josh Boyer
On Sun, Sep 30, 2012 at 7:27 PM, Jason Gunthorpe wrote: > Move the body of the PIT exception out of line to make room. What boards did you test this on? What driver are you using for the watchdog? > Signed-off-by: Jason Gunthorpe > --- > arch/powerpc/kernel/head_40x.S | 26 +

Re: [PATCH] PPC: Enable the Watchdog vector for 405

2012-10-01 Thread Josh Boyer
On Mon, Oct 1, 2012 at 12:25 PM, Jason Gunthorpe wrote: > On Mon, Oct 01, 2012 at 08:16:29AM -0400, Josh Boyer wrote: >> On Sun, Sep 30, 2012 at 7:27 PM, Jason Gunthorpe >> wrote: >> > Move the body of the PIT exception out of line to make room. >> >> Wha

Re: [PATCH 31/32] perf powerpc: Use uapi/unistd.h to fix build error

2012-11-19 Thread Josh Boyer
On Sun, Nov 18, 2012 at 9:29 AM, Arnaldo Carvalho de Melo wrote: > From: Sukadev Bhattiprolu > > Use the 'unistd.h' from arch/powerpc/include/uapi to build the perf tool. This would work for powerpc, but at least s390x and ARM have the same build issue. Why would we fix this piecemeal per-arch?

Re: [PATCH 31/32] perf powerpc: Use uapi/unistd.h to fix build error

2012-11-19 Thread Josh Boyer
On Mon, Nov 19, 2012 at 10:07 AM, Arnaldo Carvalho de Melo wrote: > Em Mon, Nov 19, 2012 at 08:29:09AM -0500, Josh Boyer escreveu: >> On Sun, Nov 18, 2012 at 9:29 AM, Arnaldo Carvalho de Melo >> wrote: >> > From: Sukadev Bhattiprolu > >> > Use the 'un

Re: [GIT PULL 0/8] perf/urgent fixes

2012-11-28 Thread Josh Boyer
On Fri, Nov 23, 2012 at 7:20 PM, Arnaldo Carvalho de Melo wrote: > Hi Ingo, > > Tested using a cross-compiler and directly on a Raspberry pi (ARM) > with > raspbian. > > Please consider pulling. > > - Arnaldo > > The following changes since commit 18423d3562f396206e0928a71177eeb2e

Re: [PATCH 2/2] powerpc/44x: Add more changes for APM821XX EMAC driver

2012-02-29 Thread Josh Boyer
On Fri, Feb 17, 2012 at 3:07 AM, Duc Dang wrote: > This patch includes: > >  Configure EMAC PHY clock source (clock from PHY or internal clock). > >  Do not advertise PHY half duplex capability as APM821XX EMAC does not > support half duplex mode. > >  Add changes to support configuring jumbo fram

Re: [PATCH 1/3] powerpc/44x: The bug fixed support for APM821xx SoC and Bluestone board

2012-02-29 Thread Josh Boyer
On Tue, Dec 20, 2011 at 7:43 AM, Vinh Nguyen Huu Tuong wrote: > This patch consists of: > - Fix the pvr mask for checking pvr in cputable.c > - Fix the cpu name as consistent with cpu name is describled in dts file > > Signed-off-by: Vinh Nguyen Huu Tuong > --- I was waiting to see if you would

Re: [PATCH 1/2] powerpc/44x: Fix PCI MSI support for APM821xx SoC and Bluestone board

2012-02-29 Thread Josh Boyer
On Wed, Feb 29, 2012 at 3:47 AM, Mai La wrote: > This patch consists of: > - Enable PCI MSI as default for Bluestone board > - Define number of MSI interrupt for Maui APM821xx What is Maui? Is that the same thing as Bluestone? > - Fix returning ENODEV as finding MSI node > - Fix MSI physical hi

Re: [PATCH v3 1/2] powerpc/44x: Add new compatible value for EMAC node of APM821XX dts file.

2012-03-06 Thread Josh Boyer
On Tue, Mar 6, 2012 at 5:08 PM, David Miller wrote: > From: Duc Dang > Date: Mon,  5 Mar 2012 17:57:42 +0700 > >> This compatible value will be used to distinguish some special features of >> APM821XX EMAC: no half duplex mode support, configuring jumbo frame. >> >> Signed-off-by: Duc Dang > >

Re: [PATCH 1/2] powerpc/44x: Fix PCI MSI support for Maui APM821xx SoC and Bluestone board

2012-03-09 Thread Josh Boyer
On Thu, Mar 8, 2012 at 10:35 PM, Benjamin Herrenschmidt wrote: > On Fri, 2012-03-09 at 10:17 +0700, Mai La wrote: >> This patch consists of: >> - Enable PCI MSI as default for Bluestone board >> - Define number of MSI interrupt for Maui APM821xx SoC using in Bluestone >> board >> - Fix returning

Re: [PATCH 0/2] Kdump support for PPC_47x

2012-03-14 Thread Josh Boyer
On Wed, Mar 14, 2012 at 6:22 AM, Suzuki K. Poulose wrote: > The following series implements Kexec/Kdump support for > PPC_47x based platforms. Doesn't support SMP yet. > > I have tested these patches on simics simulator for ppc476. Do you happen to know if these work in the IBM Instruction Set Si

Re: [PATCH 1/2] [v3] powerpc/44x: Fix PCI MSI support for Maui APM821xx SoC and Bluestone board

2012-03-16 Thread Josh Boyer
On Mon, Mar 12, 2012 at 4:07 AM, Mai La wrote: > diff --git a/arch/powerpc/sysdev/ppc4xx_msi.c > b/arch/powerpc/sysdev/ppc4xx_msi.c > index 1c2d7af..63989d0 100644 > --- a/arch/powerpc/sysdev/ppc4xx_msi.c > +++ b/arch/powerpc/sysdev/ppc4xx_msi.c > @@ -28,10 +28,11 @@ >  #include >  #include >  

Please pull 'next' branch of 4xx tree

2012-03-16 Thread Josh Boyer
Josh Boyer (1): MAINTAINERS: Update PowerPC 4xx tree Vinh Nguyen Huu Tuong (3): powerpc/44x: The bug fixed support for APM821xx SoC and Bluestone board powerpc/44x: Add support PCI-E for APM821xx SoC and Bluestone board powerpc/44x: Add additional device support for APM821xx

Re: kilauea compilation breaks with v3.3 kernel and ELDK 4.2

2012-03-21 Thread Josh Boyer
On Wed, Mar 21, 2012 at 8:10 AM, Robert Berger wrote: > Hi, > > Up to 3.2.x I was able to compile a mainline kernel for the kilauea > board, but... > > http://git.denx.de/?p=linux-denx.git;a=commitdiff;h=075bcf5879225d0c2a119c23d8046b890e051e81 > > shows, that mfdcrx was introduced in the v3.3 ker

Re: kilauea compilation breaks with v3.3 kernel and ELDK 4.2

2012-03-26 Thread Josh Boyer
On Sat, Mar 24, 2012 at 7:53 PM, Benjamin Herrenschmidt wrote: > On Wed, 2012-03-21 at 17:25 +0100, Wolfgang Denk wrote: >> > > The problem is that for ppc-linux-gcc (GCC) 4.2.2 (which comes >> with the >> > > ELDK 4.2) this assembly instruction is not known and the build >> breaks. >> > >> > Sigh

Re: kilauea compilation breaks with v3.3 kernel and ELDK 4.2

2012-04-02 Thread Josh Boyer
On Fri, Mar 30, 2012 at 8:03 PM, Benjamin Herrenschmidt wrote: > On Sat, 2012-03-31 at 00:53 +0200, Frank Svendsbøe wrote: > >> Hi Josh Boyer, >> >> just wanted to add that I'm experiencing the same problem that Robert >> reported, but on 8xx instead of 4

Re: kilauea compilation breaks with v3.3 kernel and ELDK 4.2

2012-04-02 Thread Josh Boyer
On Mon, Apr 2, 2012 at 5:08 PM, Benjamin Herrenschmidt wrote: > On Mon, 2012-04-02 at 08:10 -0400, Josh Boyer wrote: >> On Fri, Mar 30, 2012 at 8:03 PM, Benjamin Herrenschmidt >> wrote: >> > On Sat, 2012-03-31 at 00:53 +0200, Frank Svendsbøe wrote: >> > >

Re: [PATCH 3/5] powerpc: dts: klondike: Add UART nodes

2012-04-03 Thread Josh Boyer
On Tue, Apr 3, 2012 at 11:57 AM, Grant Likely wrote: > On Mon,  2 Apr 2012 12:09:05 +0530, Tanmay Inamdar wrote: >> Adding UART nodes in Klondike device tree file. >> >> Signed-off-by: Tanmay Inamdar >> --- >> :100644 100644 4ff2852... d5bf2e1... M         >> arch/powerpc/boot/dts/klondike.dts >

Re: [PATCH 0/2] Kdump support for 47x

2012-04-25 Thread Josh Boyer
On Wed, Apr 25, 2012 at 5:22 AM, Suzuki K. Poulose wrote: > On 04/16/2012 01:56 PM, Suzuki K. Poulose wrote: >> >> The following series implements Kexec/Kdump support for >> PPC_47x based platforms. Doesn't support SMP yet. >> >> I have tested these patches on the following simulators: >>        

Re: [V2 5/5] powerpc: kernel: 16650 UART reg-shift support

2012-05-02 Thread Josh Boyer
On Mon, Apr 9, 2012 at 3:20 AM, Tanmay Inamdar wrote: > In APM8018X SOC, UART register address space has been relocated to 32-bit > data boundaries for APB bus implementation. > Current legacy_serial driver ignores the reg-shift property. This patch > modifies legacy_serial.c and udbg_16550.c to w

Re: [V2 2/5] powerpc: 40x: Add AHB, APB of_device_ids

2012-05-02 Thread Josh Boyer
On Mon, Apr 9, 2012 at 3:20 AM, Tanmay Inamdar wrote: > Adding of_device_id's for AHB and APB buses used in klondike (APM8018X) in > platforms/40x/ppc40x_simple.c file > > Signed-off-by: Tanmay Inamdar You should probably combine the first 3 patches in this series into one patch. Otherwise you

Please pull 'next' branch of 4xx tree

2012-05-02 Thread Josh Boyer
Hi Ben, A few patches from Suzie for 47x kexec/kdump support, and some MSI patches from Mai La. josh The following changes since commit ec34a6814988f17506733c1e8b058ce46602591d: powerpc: Remove old powerpc specific ptrace getregs/setregs calls (2012-04-30 15:37:28 +1000) are available in the

Re: Please pull 'next' branch of 4xx tree

2012-05-09 Thread Josh Boyer
On Wed, May 2, 2012 at 9:51 AM, Josh Boyer wrote: > Hi Ben, > > A few patches from Suzie for 47x kexec/kdump support, and some MSI patches > from Mai La. > > josh > > The following changes since commit ec34a6814988f17506733c1e8b058ce46602591d: > >  powerpc: Remo

Re: powerpc -next rebase WARNING

2012-05-22 Thread Josh Boyer
On Tue, May 22, 2012 at 12:40 AM, Benjamin Herrenschmidt wrote: > On Tue, 2012-05-22 at 11:51 +1000, Benjamin Herrenschmidt wrote: >> Folks, bad news ... my fault. >> >> I accidentally forgot a --signoff on a git am command last week, meaning >> that a pair of patches are in -next and not signed o

Re: [PATCH] powerpc/44x: Support OCM(On Chip Memory) for APM821xx SoC and Bluestone board

2012-06-12 Thread Josh Boyer
gt;> > To: Benjamin Herrenschmidt; Paul Mackerras; Josh Boyer; Matt Porter; >> > Grant Likely; Rob Herring; Duc Dang; David S. Miller; Kumar Gala; Li >> > Yang; Ashish Kalra; Anatolij Gustschin; Liu Gang; linuxppc- >> > d...@lists.ozlabs.org; linux-ker...@vger.kernel.o

Re: [PATCH] powerpc/44x: Support OCM(On Chip Memory) for APM821xx SoC and Bluestone board

2012-06-14 Thread Josh Boyer
On Sun, May 6, 2012 at 11:52 PM, Vinh Nguyen Huu Tuong wrote: > This patch consists of: > - Add driver for OCM component > - Export OCM Information at /sys/class/ocm/ocminfo Again, apologies for the delay. Aside from the incorrect sysfs usage I pointed out in my other reply, I have just a few co

Re: ppc44x - how do i optimize driver for tlb hits

2010-09-24 Thread Josh Boyer
On Fri, Sep 24, 2010 at 02:43:52PM +1000, Benjamin Herrenschmidt wrote: >> The DMA is what I use in the "real world case" to get data into and out >> of these buffers. However, I can disable the DMA completely and do only >> the kmalloc. In this case I still see the same poor performance. My >>

Re: [PATCH 1/2] 476: Set CCR2[DSTI] to prevent isync from flushing shadow TLB

2010-09-27 Thread Josh Boyer
On Fri, Sep 24, 2010 at 01:01:36PM -0500, Dave Kleikamp wrote: >When the DSTI (Disable Shadow TLB Invalidate) bit is set in the CCR2 >register, the isync command does not flush the shadow TLB (iTLB & dTLB). > >However, since the shadow TLB does not contain context information, we >want the shadow T

Please pull 'next' branch of 4xx tree

2010-09-28 Thread Josh Boyer
available in the git repository at: ssh://master.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next Dave Kleikamp (2): powerpc/476: Set CCR2[DSTI] to prevent isync from flushing shadow TLB powerpc/476: lazy flush_tlb_mm for nohash architectures Josh Boyer (1): powerpc

Re: [PATCH 05/18] powerpc: Wire up 44x little endian boot for remaining 44x targets

2010-10-01 Thread Josh Boyer
On Fri, Oct 1, 2010 at 3:05 AM, Ian Munsie wrote: > From: Ian Munsie > > I haven't tested booting a little endian kernel on any of these targets, > but they all claim to be 44x so my little endian trampoline should work > on all of them, so wire it up on: > > bamboo > katmai > kilauea > rainer >

Re: [PATCH 01/18] powerpc: Add ability to build little endian kernels

2010-10-01 Thread Josh Boyer
On Fri, Oct 1, 2010 at 5:18 AM, Kumar Gala wrote: > > On Oct 1, 2010, at 2:05 AM, Ian Munsie wrote: > >> >> diff --git a/arch/powerpc/platforms/Kconfig.cputype >> b/arch/powerpc/platforms/Kconfig.cputype >> index d361f81..074ff12 100644 >> --- a/arch/powerpc/platforms/Kconfig.cputype >> +++ b/arc

Re: Introduce support for little endian PowerPC

2010-10-01 Thread Josh Boyer
On Fri, Oct 1, 2010 at 5:02 AM, Kumar Gala wrote: > > On Oct 1, 2010, at 2:05 AM, Ian Munsie wrote: > >> Some PowerPC processors can be run in either big or little endian modes, some >> others can map selected pages of memory as little endian, which allows the >> same >> thing. Until now we have

Re: Introduce support for little endian PowerPC

2010-10-01 Thread Josh Boyer
On Fri, Oct 1, 2010 at 3:05 AM, Ian Munsie wrote: > This patch set in combination with a patched GCC, binutils, uClibc and > buildroot has allowed for a full proof of concept little endian environment on > a 440 Taishan board, which was able to successfully run busybox, OpenSSH and a > handful of

Re: [PATCH 01/18] powerpc: Add ability to build little endian kernels

2010-10-01 Thread Josh Boyer
On Fri, Oct 1, 2010 at 3:05 AM, Ian Munsie wrote: > diff --git a/arch/powerpc/platforms/Kconfig.cputype > b/arch/powerpc/platforms/Kconfig.cputype > index d361f81..074ff12 100644 > --- a/arch/powerpc/platforms/Kconfig.cputype > +++ b/arch/powerpc/platforms/Kconfig.cputype > @@ -329,3 +329,19 @@ c

Re: [patch 1/1] powerpc: enable ARCH_DMA_ADDR_T_64BIT with ARCH_PHYS_ADDR_T_64BIT

2010-10-01 Thread Josh Boyer
On Fri, Oct 1, 2010 at 5:12 PM, wrote: > From: FUJITA Tomonori > > Signed-off-by: FUJITA Tomonori > Cc: Benjamin Herrenschmidt > Signed-off-by: Andrew Morton > --- > >  arch/powerpc/Kconfig |    3 +++ >  1 file changed, 3 insertions(+) > > diff -puN > arch/powerpc/Kconfig~powerpc-enable-arch

Re: [PATCH 05/18] powerpc: Wire up 44x little endian boot for remaining 44x targets

2010-10-05 Thread Josh Boyer
On Tue, Oct 5, 2010 at 9:28 PM, Ian Munsie wrote: > Excerpts from Josh Boyer's message of Fri Oct 01 21:27:37 +1000 2010: >> > From: Ian Munsie >> > >> > I haven't tested booting a little endian kernel on any of these targets, >> > but they all claim to be 44x so my little endian trampoline shoul

Re: [PATCH 1/3] Powerpc/4xx: Add suspend and idle support

2010-10-08 Thread Josh Boyer
On Thu, Oct 07, 2010 at 12:07:16PM -0700, Victor Gallardo wrote: >Add suspend/resume support for all 4xx compatible CPUs. >See /sys/power/state for available power states configured in. > >Add two different idle states (idle-wait and idle-doze) >controlled via sysfs. Default is idle-wait. > c

Re: [PATCH 1/3] Powerpc/4xx: Add suspend and idle support

2010-10-08 Thread Josh Boyer
On Thu, Oct 07, 2010 at 12:07:16PM -0700, Victor Gallardo wrote: I hit send too soon on my earlier response. My apologies. >--- /dev/null >+++ b/arch/powerpc/sysdev/ppc4xx_cpm.c >@@ -0,0 +1,339 @@ >+/* >+ * PowerPC 4xx Clock and Power Management >+ * >+ * Copyright (C) 2010, Applied Micro Circui

Re: [PATCH 1/2] v2 476: Set CCR2[DSTI] to prevent isync from flushing shadow TLB

2010-10-12 Thread Josh Boyer
On Tue, Oct 12, 2010 at 02:40:13PM -0500, Dave Kleikamp wrote: >Josh, >Please pull this patch. I just found a bone-headed mistake that makes >the whole patch a no-op. I'll need to fix it and put it through a bit >of testing before I can re-submit it. OK. I should have looked more closely myself

Re: Please pull 'next' branch of 4xx tree

2010-10-13 Thread Josh Boyer
On Tue, Sep 28, 2010 at 09:09:41AM -0400, Josh Boyer wrote: >Hi Ben, > >A few small updates for the next branch. A new board/SoC from AMCC, and >some 476 changes from Shaggy. Please pull. OK, below is a fixed up tree that drops the patch Shaggy said was broken, and rebases on top

Re: Please pull 'next' branch of 4xx tree

2010-10-14 Thread Josh Boyer
On Thu, Oct 14, 2010 at 11:56:15AM +1100, Benjamin Herrenschmidt wrote: >On Wed, 2010-10-13 at 09:16 -0400, Josh Boyer wrote: >> On Tue, Sep 28, 2010 at 09:09:41AM -0400, Josh Boyer wrote: >> >Hi Ben, >> > >> >A few small updates for the next branch. A new b

Re: eabi supported

2010-11-01 Thread Josh Boyer
On Sun, Oct 31, 2010 at 07:54:48PM +0100, Oliver Kowalke wrote: >Hi, > >could you tell me which Linux distribution does support powerpc with >eabi (embedded abi)? > >I tried 'T2 Project' but it doesn't offer ABI selection in its config >script. eabi isn't really used all that much on powerpc. I d

Re: All Applied micro boards are failing with current mainline kernel

2010-11-01 Thread Josh Boyer
On Fri, Oct 29, 2010 at 11:06 PM, Rupjyoti Sarmah wrote: > Hi , > > APM boards Canyonlands/Kilauea/Glacier/Katmai/Sequoia are all failing > during booting. What kernel version? What config? Have you tried a git bisect to see when it broke? Etc, etc. Also, CC'ing linuxppc-dev would have been a

Re: All Applied micro boards are failing with current mainline kernel

2010-11-01 Thread Josh Boyer
On Mon, Nov 1, 2010 at 9:22 AM, Josh Boyer wrote: > On Fri, Oct 29, 2010 at 11:06 PM, Rupjyoti Sarmah wrote: >> Hi , >> >> APM boards Canyonlands/Kilauea/Glacier/Katmai/Sequoia are all failing >> during booting. > > What kernel version?  What config?  Have you tr

Re: All Applied micro boards are failing with current mainline kernel

2010-11-01 Thread Josh Boyer
On Mon, Nov 1, 2010 at 11:36 AM, Stephen Rothwell wrote: > Hi Josh, > > On Mon, 1 Nov 2010 11:05:53 -0400 Josh Boyer wrote: >> >> A few hints would be appreciated. > > Remove the call to netif_stop_queue() from emac_probe().  Apparently, > calling this before

Re: All Applied micro boards are failing with current mainline kernel

2010-11-01 Thread Josh Boyer
On Mon, Nov 1, 2010 at 11:51 AM, David Miller wrote: >> I can whip up a patch to remove those calls or move them after the >> register, but I don't want to do that without knowing which one is >> "right". > > I've already taken care of this. Thanks! josh _

Re: [PATHC v1] PPC4xx: Adding PCI(E) MSI support

2010-11-03 Thread Josh Boyer
On Wed, Nov 03, 2010 at 11:11:33PM +1100, Michael Ellerman wrote: >> +struct device_node *msi_dev = NULL; >> +const u32 *count; >> + >> +msi_dev = of_find_node_by_name(NULL, "ppc4xx-msi"); >> +if (msi_dev) >> +return -ENODEV; >> + You also leak a reference to the node h

Re: [PATCH] ppc44x:PHY fixup for USB on canyonlands board

2010-11-10 Thread Josh Boyer
On Wed, Nov 10, 2010 at 05:07:15PM +0530, Rupjyoti Sarmah wrote: >This fix is a reset for USB PHY that requires some amount of time for power to >be stable on Canyonlands. > >Signed-off-by: Rupjyoti Sarmah >--- > arch/powerpc/boot/dts/canyonlands.dts | 11 > arch/powerpc/platforms/44x/4

Re: [PATCH] Fix float to unsigned conversion failure with SPE enabled

2010-11-16 Thread Josh Boyer
On Sat, Nov 13, 2010 at 11:11 PM, Hai Shan wrote: > Fixed the failure on converting minus float to unsigned int with SPE enabled > > Signed-off-by: Hai Shan You should make sure to send PowerPC patches to linuxppc-dev. josh > --- >  arch/powerpc/math-emu/math_efp.c |   17 + >  

Re: [PATCH] powerpc: Update a comment

2010-11-16 Thread Josh Boyer
On Mon, Nov 15, 2010 at 3:21 AM, Alessio Igor Bogani wrote: > The commit 5e3d20a remove bkl from startup code so setup_arch() it isn't > called > with bkl held anymore. Update the comment on top of that function. > > This work was supported by a hardware donation from the CE Linux Forum. You sho

Re: [git pull] Please pull powerpc.git merge branch

2010-11-22 Thread Josh Boyer
On Sun, Nov 21, 2010 at 6:05 PM, Michael Ellerman wrote: > On Fri, 2010-11-19 at 17:02 +1100, Michael Neuling wrote: >> > On Fri, 2010-11-19 at 16:31 +1100, Stephen Rothwell wrote: >> > > On Fri, 19 Nov 2010 09:08:02 +1100 Michael Ellerman >> > > > > au> wrote: >> > > > >> > > > I vote for: >> >

  1   2   3   4   5   6   7   8   9   10   >