Re: [PATCH v3 10/18] powerpc/vas, nx-842: Define and use chip_to_vas_id()

2017-11-20 Thread Josh Boyer
On Tue, Nov 7, 2017 at 9:23 PM, Sukadev Bhattiprolu wrote: > Define a helper, chip_to_vas_id() to map a given chip id to corresponding > vas id. > > Normally, callers of vas_rx_win_open() and vas_tx_win_open() want the VAS > window to be on the same chip where the

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 >> > >

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 <m...@ellerman.id.au> wrote: > On Wed, 2015-10-07 at 10:31 -0400, Josh Boyer wrote: >> On Wed, Oct 7, 2015 at 5:13 AM, Michael Ellerman <m...@ellerman.id.au> wrote: >> > On Wed, 2015-10-07 at 02:19 -0500, Segher Boesse

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 mi...@neuling.org 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?

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 xerofo...@gmail.com 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 xerofo...@gmail.com

[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 jwbo...@gmail.com --- MAINTAINERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index

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 alist...@popple.id.au 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

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

2013-11-25 Thread Josh Boyer
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 ian.campb...@citrix.com Acked-by: Josh Boyer jwbo...@gmail.com Cc: Rupjyoti Sarmah rsar...@apm.com Cc: Tirumala R Marri tma...@apm.com Cc

Re: Pull request: scottwood/linux.git next

2013-08-19 Thread Josh Boyer
On Mon, Aug 19, 2013 at 7:47 PM, Benjamin Herrenschmidt b...@kernel.crashing.org 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,

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

2013-06-03 Thread Josh Boyer
...@apm.com Cc: Josh Boyer jwbo...@linux.vnet.ibm.com That address should bounce. It hasn't been active in almost 2 years. Cc: Benjamin Herrenschmidt b...@kernel.crashing.org Cc: Paul Mackerras pau...@samba.org Cc: linuxppc-dev@lists.ozlabs.org Cc: linux-ker...@vger.kernel.org Acked-by: Josh

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: remove unused config 405EP

2013-04-08 Thread Josh Boyer
On Mon, Apr 8, 2013 at 7:27 AM, Paul Bolle pebo...@tiscali.nl 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 pebo...@tiscali.nl Acked-by: Josh Boyer jwbo...@gmail.com --- 0) Tested

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 pebo...@tiscali.nl wrote: The last user of Kconfig symbol 405GPR got removed in release v3.2. Remove this symbol too. Signed-off-by: Paul Bolle pebo...@tiscali.nl Acked-by: Josh Boyer jwbo...@gmail.com --- arch/powerpc/platforms/40x/Kconfig | 3

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 a...@ghostprotocols.net 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

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 a...@infradead.org wrote: From: Sukadev Bhattiprolu suka...@linux.vnet.ibm.com 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.

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 a...@ghostprotocols.net 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 a...@infradead.org wrote: From: Sukadev Bhattiprolu suka...@linux.vnet.ibm.com

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 jguntho...@obsidianresearch.com 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 jguntho...@obsidianresearch.com

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 jguntho...@obsidianresearch.com 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 jguntho...@obsidianresearch.com wrote: Move the body of the PIT exception out of line to make

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 vhtngu...@apm.com 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 vhtngu...@apm.com Acked-by: Josh Boyer jwbo...@gmail.com

Re: [PATCH][upstream] TDM Framework

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

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 b04...@freescale.com wrote: On Fri, Jul 13, 2012 at 7:25 AM, Josh Boyer jwbo...@gmail.com 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] ppc44x/watchdog: Select WATCHDOG_NOWAYOUT option

2012-07-13 Thread Josh Boyer
On Fri, Jul 13, 2012 at 7:50 AM, Kumar Gala ga...@kernel.crashing.org 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

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 vhtngu...@apm.com 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

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

2012-06-12 Thread Josh Boyer
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.org; devicetree- disc...@lists.ozlabs.org Cc: Vinh Nguyen Huu

Re: powerpc -next rebase WARNING

2012-05-22 Thread Josh Boyer
On Tue, May 22, 2012 at 12:40 AM, Benjamin Herrenschmidt b...@kernel.crashing.org 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

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 jwbo...@gmail.com 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: Remove old powerpc specific

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 tinam...@apm.com 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

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 tinam...@apm.com 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 tinam...@apm.com You should probably combine the first 3 patches in this series

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

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 suz...@in.ibm.com 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: [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 grant.lik...@secretlab.ca wrote: On Mon,  2 Apr 2012 12:09:05 +0530, Tanmay Inamdar tinam...@apm.com wrote: Adding UART nodes in Klondike device tree file. Signed-off-by: Tanmay Inamdar tinam...@apm.com --- :100644 100644 4ff2852... d5bf2e1... M  

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 b...@kernel.crashing.org 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 4xx. The mpc8xx does

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 b...@kernel.crashing.org wrote: On Mon, 2012-04-02 at 08:10 -0400, Josh Boyer wrote: On Fri, Mar 30, 2012 at 8:03 PM, Benjamin Herrenschmidt b...@kernel.crashing.org wrote: On Sat, 2012-03-31 at 00:53 +0200, Frank Svendsbøe wrote: Hi

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 m...@apm.com 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

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: [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 suz...@in.ibm.com 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

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 b...@kernel.crashing.org 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 -

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 da...@davemloft.net wrote: From: Duc Dang dhd...@apm.com 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.

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 dhd...@apm.com 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

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 vhtngu...@apm.com 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 vhtngu...@apm.com --- I was

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 m...@apm.com 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

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 kyle.d.moff...@boeing.com 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 kyle.d.moff...@boeing.com I already included this

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 jwbo...@gmail.com 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 anything config

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 vhtngu...@apm.com 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 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 vhtngu...@apm.com wrote: This patch extends PCI-E driver to support PCI-E for APM821xx SoC on Bluestone board. Signed-off-by: Vinh Nguyen Huu Tuong vhtngu...@apm.com +static int apm821xx_pciex_init_port_hw(struct ppc4xx_pciex_port

Please pull 'next' branch of 4xx tree

2011-12-20 Thread Josh Boyer
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 440x

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 s...@canb.auug.org.au 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

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 suz...@in.ibm.com wrote: Signed-off-by: Suzuki K. Poulose suz...@in.ibm.com Signed-off-by: Josh Poimboeuf jpoim...@linux.vnet.ibm.com Cc: Paul Mackerras pau...@samba.org Cc: Benjamin Herrenschmidt b...@kernel.crashing.org Cc: Alan Modra

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 jwbo...@gmail.com 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 get things

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 s...@canb.auug.org.au 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

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 suz...@in.ibm.com 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 :

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 t...@bakeyournoodle.com 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!

Re: ppc4xx simple vs SoC's

2011-12-01 Thread Josh Boyer
On Thu, Dec 1, 2011 at 12:39 AM, Benjamin Herrenschmidt b...@kernel.crashing.org 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

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 t...@bakeyournoodle.com wrote: From: Christoph Egger sicce...@cs.fau.de CONFIG_PPC47x doesn't exist in Kconfig, therefore removing all references for it from the source code. Signed-off-by: Christoph Egger sicce...@cs.fau.de ---  

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 b...@kernel.crashing.org 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 t...@bakeyournoodle.com ---  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 scottw...@freescale.com wrote: On 11/23/2011 10:47 AM, Josh Boyer wrote: On Mon, Nov 14, 2011 at 12:41 AM, Suzuki K. Poulose suz...@in.ibm.com wrote: The current implementation of CONFIG_RELOCATABLE in BookE is based on mapping the page aligned

Please pull 'next' branch of new 4xx tree

2011-11-30 Thread Josh Boyer
? 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 Josh Boyer (1

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 b...@kernel.crashing.org 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

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 acrux...@libero.it 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

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 ga...@kernel.crashing.org 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 ME,CE,IR,DR  CR: 24004082  XER:

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 scottw...@freescale.com wrote: On 11/28/2011 10:23 AM, Josh Boyer wrote: On Mon, Nov 28, 2011 at 11:04 AM, Kumar Gala ga...@kernel.crashing.org wrote: Since you're fixing this can you add the following for CONFIG_BOOKE: MSR_GS, MSR_UCLE, MSR_PMM

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 scottw...@freescale.com wrote: On 11/28/2011 01:46 PM, Josh Boyer wrote: On Mon, Nov 28, 2011 at 2:30 PM, Scott Wood scottw...@freescale.com wrote: On 11/28/2011 10:23 AM, Josh Boyer wrote: On Mon, Nov 28, 2011 at 11:04 AM, Kumar Gala ga

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 tinam...@apm.com 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

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

2011-11-23 Thread Josh Boyer
suz...@in.ibm.com Cc:     Kumar Gala ga...@kernel.crashing.org Cc:     Josh Boyer jwbo...@gmail.com Cc:     linux ppc dev linuxppc-dev@lists.ozlabs.org Ben already took this one for 3.2. I should have added my Acked-by a while ago. josh ___ Linuxppc

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 suz...@in.ibm.com 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

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 shengzhou@freescale.com wrote: Add NAND chip ID 0x38 in ids table to support Micron 4k large-page NAND chip. Signed-off-by: Shengzhou Liu shengzhou@freescale.com ---  drivers/mtd/nand/nand_ids.c |    1 + You really need to send this to

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 tinam...@apm.com wrote: Fixing interrupt mapping of EMAC for canyonlands Signed-off-by: Tanmay Inamdar tinam...@apm.com 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

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 tinam...@apm.com wrote: On Tue, Nov 22, 2011 at 5:00 PM, Josh Boyer jwbo...@gmail.com wrote: On Tue, Nov 22, 2011 at 2:11 AM, Tanmay Inamdar tinam...@apm.com wrote: Fixing interrupt mapping of EMAC for canyonlands Signed-off-by: Tanmay

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 t...@bakeyournoodle.com wrote: Signed-off-by: Tony Breeds t...@bakeyournoodle.com Acked-by: Josh Boyer jwbo...@gmail.com 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

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 b...@kernel.crashing.org wrote: On Tue, 2011-11-22 at 20:04 -0500, Josh Boyer wrote: On Tue, Nov 22, 2011 at 6:50 PM, Tony Breeds t...@bakeyournoodle.com wrote: Signed-off-by: Tony Breeds t...@bakeyournoodle.com Acked-by: Josh Boyer

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

2011-10-14 Thread Josh Boyer
    |    8  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 jwbo

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 g...@kroah.com wrote: On Tue, Aug 30, 2011 at 08:29:21AM -0700, Tirumala Marri wrote: -Original Message- From: Pratyush Anand [mailto:pratyush.an...@st.com] Sent: Tuesday, August 30, 2011 4:58 AM To: linux-...@vger.kernel.org Cc:

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 jwbo...@gmail.com 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:  Merge branch 'devicetree

Please pull 'next' branch of 4xx tree

2011-08-10 Thread Josh Boyer
) are available in the git repository at: ssh://master.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next Ayman El-Khashab (1): powerpc/4xx: enable and fix pcie gen1/gen2 on the 460sx Josh Boyer (1): powerpc/40x: Remove obsolete HCU4 board Mike Williams (1

Re: [PATCH 0/1] Remove obsolete HCU4 board

2011-07-22 Thread Josh Boyer
On Fri, Jul 22, 2011 at 6:40 AM, Niklaus Giger niklaus.gi...@member.fsf.org wrote: I left Netstal Maschinen a couple of months ago. As I could never convince my boss to give embedded Linux a real try, I would like to remove support for this embedded board. I was the only user. Many thanks

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

2011-07-20 Thread Josh Boyer
On Tue, Jul 12, 2011 at 4:41 PM, Josh Boyer jwbo...@linux.vnet.ibm.com wrote: Hi Ben, A few fixes from Tony/Dave, a DTS update from Stefan, and a MAINTAINERS update. josh The following changes since commit af9719c3062dfe216a0c3de3fa52be6d22b4456c:  powerpc: Use -mtraceback=no (2011-07-01

Re: [PATCH v2] powerpc32: Kexec support for PPC440X chipsets

2011-07-13 Thread Josh Boyer
On Wed, Jul 13, 2011 at 12:28:36AM -0500, Kumar Gala wrote: On Jul 12, 2011, at 1:44 AM, Suzuki K. Poulose wrote: Changes from V1: Uses a tmp mapping in the other address space to setup the 1:1 mapping (suggested by Sebastian Andrzej Siewior). Note: Should we do the same for

Re: [PATCH] hvc_console: Add kdb support

2011-07-13 Thread Josh Boyer
On Wed, Jul 13, 2011 at 1:44 AM, Anton Blanchard an...@samba.org wrote: Add poll_get_char and poll_put_char for kdb. Enable kdb at boot with: Did you mean ...for kgdb. Enable kgdb at boot.. ? I thought kdb and kgdb shared some infrastructure now, but your patch and comments seem to be all

Re: grasping why mpt2sas fails with BITS_PER_LONG conditional

2011-07-13 Thread Josh Boyer
On Wed, Jul 13, 2011 at 9:02 AM, Ayman El-Khashab ay...@elkhashab.com wrote: I've had problems with the mpt2sas driver (drivers/scsi/mpt2sas/mpt2sas_base.c) when using it on my ppc44x.  Basically, there is a check in the code for BITS_PER_LONG and certain code is executed if it is 64 vs 32

Re: [PATCH] mm: Fix output of total_ram.

2011-07-12 Thread Josh Boyer
Signed-off-by: Tony Breeds t...@bakeyournoodle.com Acked-by: Josh Boyer jwbo...@linux.vnet.ibm.com ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH 1/3] powerpc/47x: allow kernel to be loaded in higher physical memory

2011-07-12 Thread Josh Boyer
On Tue, Jul 5, 2011 at 2:18 AM, Suzuki Poulose suz...@in.ibm.com wrote: On 07/05/11 10:06, Tony Breeds wrote: From: Dave Kleikampsha...@linux.vnet.ibm.com The 44x code (which is shared by 47x) assumes the available physical memory begins at 0x.  This is not necessarily the case in

Re: [PATCH] 4xx: Add check_link to struct ppc4xx_pciex_hwops

2011-07-12 Thread Josh Boyer
On Tue, Jul 12, 2011 at 12:40:07PM -0500, Ayman El-Khashab wrote: On Fri, Jul 01, 2011 at 04:44:24PM +1000, Tony Breeds wrote: All current pcie controllers unconditionally use SDR to check the link and poll for reset. I was able to apply this patch and then modify the 460SX to work correctly,

Please pull 'next' branch of 4xx tree

2011-07-12 Thread Josh Boyer
/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next Dave Kleikamp (3): powerpc/44x: don't use tlbivax on AMP systems powerpc/44x: boot wrapper: allow kernel to load into non-zero address powerpc/47x: allow kernel to be loaded in higher physical memory Josh Boyer (2

Re: [RFC PATCH 17/17] KVM: PPC: Add an ioctl for userspace to select which platform to emulate

2011-06-29 Thread Josh Boyer
On Wed, Jun 29, 2011 at 08:41:03PM +1000, Paul Mackerras wrote: Documentation/virtual/kvm/api.txt | 35 +++ arch/powerpc/include/asm/kvm.h | 15 +++ arch/powerpc/include/asm/kvm_host.h |1 + arch/powerpc/kvm/powerpc.c | 28

Re: [RFC PATCH 17/17] KVM: PPC: Add an ioctl for userspace to select which platform to emulate

2011-06-29 Thread Josh Boyer
On Wed, Jun 29, 2011 at 01:56:16PM +0200, Alexander Graf wrote: On 29.06.2011, at 13:53, Josh Boyer wrote: On Wed, Jun 29, 2011 at 08:41:03PM +1000, Paul Mackerras wrote: Documentation/virtual/kvm/api.txt | 35 +++ arch/powerpc/include/asm/kvm.h

Re: [PATCH] powerpc, 460gt: Add 460gt as compatible in the check for 460ex-compatible crypto

2011-06-28 Thread Josh Boyer
On Fri, Jun 24, 2011 at 04:14:07AM +0200, Segher Boessenkool wrote: -       if (of_find_compatible_node(NULL, NULL, amcc,ppc460ex-crypto)) { +       if (of_find_compatible_node(NULL, NULL, amcc,ppc460ex-crypto) || +           of_find_compatible_node(NULL, NULL, amcc,ppc460gt-crypto)) { If the

Please pull 'next' branch of 4xx tree

2011-06-28 Thread Josh Boyer
-4xx.git next Josh Boyer (1): ppc4xx: Add crypto and RNG entries to Sequoia DTS Mike Williams (1): powerpc/4xx: Update Canyonlands and Glacier boards DTS to add HW RNG support arch/powerpc/boot/dts/canyonlands.dts |5 + arch/powerpc/boot/dts/glacier.dts |8 +++- arch

[PATCH] dtc: Remove unused variable in flat_read_mem_reserve

2011-06-28 Thread Josh Boyer
: variable 'p' set but not used [-Werror=unused-but-set-variable] cc1: all warnings being treated as errors make: *** [flattree.o] Error 1 Remove the variable. Signed-off-by: Josh Boyer jwbo...@linux.vnet.ibm.com --- diff --git a/dtc.c b/dtc.c index cbc0193..15d2fc2 100644 --- a/dtc.c

Re: [PATCH] dtc: Remove unused variable in flat_read_mem_reserve

2011-06-28 Thread Josh Boyer
On Tue, Jun 28, 2011 at 09:42:53AM -0400, Josh Boyer wrote: The *p variable is declared and used to save inb-ptr, however p is later never used. This has been the case since commit 6c0f3676 and can lead to build failures with -Werror=unused-but-set-variable: flattree.c: In function

[PATCH v2] dtc: Remove unused variable in flat_read_mem_reserve

2011-06-28 Thread Josh Boyer
: variable 'p' set but not used [-Werror=unused-but-set-variable] cc1: all warnings being treated as errors make: *** [flattree.o] Error 1 Remove the variable. Signed-off-by: Josh Boyer jwbo...@linux.vnet.ibm.com --- diff --git a/flattree.c b/flattree.c index ead0332..28d0b23 100644

[PATCH] dtc: Remove unused check variable

2011-06-28 Thread Josh Boyer
but not used [-Werror=unused-but-set-variable] cc1: all warnings being treated as errors make: *** [dtc.o] Error 1 make: *** Waiting for unfinished jobs Remove the check variable. Signed-off-by: Josh Boyer jwbo...@linux.vnet.ibm.com --- t a/dtc.c b/dtc.c index cbc0193

Re: [PATCH] hwrng: ppc4xx - add support for ppc4xx TRNG

2011-06-22 Thread Josh Boyer
On Tue, Jun 21, 2011 at 10:56:02AM -0500, Matt Mackall wrote: On Tue, 2011-06-21 at 08:19 -0400, Josh Boyer wrote: Various PowerPC 4xx SoCs contain a TRNG embedded in the Security function. This adds a device driver for that TRNG. Signed-off-by: Josh Boyer jwbo...@linux.vnet.ibm.com Looks

Re: [PATCH] powerpc, ppc4xx: Update canyonlands and glacier boards DTS to add HW RNG support

2011-06-22 Thread Josh Boyer
On Wed, Jun 22, 2011 at 12:09:43PM -0400, Mike Williams wrote: Signed-off-by: Mike Williams m...@mikebwilliams.com --- arch/powerpc/boot/dts/canyonlands.dts |5 + arch/powerpc/boot/dts/glacier.dts |5 + 2 files changed, 10 insertions(+), 0 deletions(-) Thanks, you beat me to

[PATCH] crypto: crypto4xx - Perform read/modify/write on device control register

2011-06-21 Thread Josh Boyer
. Perform a read/modify/write to enable the 3DES function instead. Signed-off-by: Josh Boyer jwbo...@linux.vnet.ibm.com --- diff --git a/drivers/crypto/amcc/crypto4xx_core.c b/drivers/crypto/amcc/crypto4xx_core.c index 1891252..1d103f9 100644 --- a/drivers/crypto/amcc/crypto4xx_core.c +++ b

Re: Relocatable kernel for ppc44x

2011-06-14 Thread Josh Boyer
On Tue, Jun 14, 2011 at 02:04:45PM +0200, Michal Simek wrote: Hi, have someone tried to support RELOCATABLE kernel on ppc44x? Suzuki will be working on this eventually as part of getting kexec/kdump working for 44x. I've CC'd him. josh ___

Re: [stable] [PATCH] 2.6.39 powerpc: Fix 32-bit SMP build

2011-06-03 Thread Josh Boyer
On Fri, Jun 03, 2011 at 02:56:50PM +0900, Greg KH wrote: On Mon, May 30, 2011 at 08:26:21AM -0400, Josh Boyer wrote: Backport upstream commit 6de06f313a65d0ec Commit fa3f82c8bb7acb (powerpc/smp: soft-replugged CPUs must go back to start_secondary) introduced start_secondary_resume

[PATCH v2] 2.6.39 powerpc: FIx 32-bit SMP build

2011-06-03 Thread Josh Boyer
...@kernel.org Signed-off-by: Josh Boyer jwbo...@linux.vnet.ibm.com Acked-by: Benjamin Herrenschmidt b...@kernel.crashing.org --- diff --git a/arch/powerpc/kernel/head_32.S b/arch/powerpc/kernel/head_32.S index c5c24be..727f40a 100644 --- a/arch/powerpc/kernel/head_32.S +++ b/arch/powerpc/kernel

Re: [PATCH] powerpc/fsl_rio: Fix compile error when CONFIG_FSL_RIO not set

2011-06-02 Thread Josh Boyer
On Thu, Jun 02, 2011 at 07:11:18PM +, Tabi Timur-B04825 wrote: On Thu, Jun 2, 2011 at 12:32 PM, Josh Boyer jwbo...@linux.vnet.ibm.com wrote: Should be Reported-by Timur, right? Technically, yes. For the record, I don't care about these things. It implies that only willing to report

[PATCH] 2.6.39 powerpc: Fix 32-bit SMP build

2011-05-30 Thread Josh Boyer
...@kernel.org Signed-off-by: Josh Boyer jwbo...@linux.vnet.ibm.com --- diff --git a/arch/powerpc/kernel/head_32.S b/arch/powerpc/kernel/head_32.S index c5c24be..727f40a 100644 --- a/arch/powerpc/kernel/head_32.S +++ b/arch/powerpc/kernel/head_32.S @@ -896,7 +896,7 @@ _GLOBAL(start_secondary_resume

Re: Linuxppc-dev Digest, Vol 81, Issue 140

2011-05-27 Thread Josh Boyer
On Fri, May 27, 2011 at 12:26:20PM +0500, Muhammad Waseem wrote: I have developed a simple polling based serial device driver for PC's serial port (COM1: 0x3F8) which works fine. Now I want to implement the same on UART # 1 of PPC440EPx (Sequoia board). By changing the base address 0x3F8 to UART#

  1   2   3   4   5   6   7   8   9   10   >