On Wed, Sep 19, 2012 at 05:07:34PM -0400, Eric Millbrandt wrote:
> On 2012-09-19 Mark Brown wrote:
> > Patches 2 to 7 appear to have gone AWOL?
> No changes to 2 through 7, so I didn't repost the full series.
Then this isn't patch 1/7, it's just a patch. The fact that you may
have posted some p
On 09/19/2012 08:49:14 AM, Kumar Gala wrote:
On Sep 19, 2012, at 8:17 AM,
wrote:
> From: Varun Sethi
>
> This patchset provides the Freescale PAMU (Peripheral Access
Management Unit) driver
> and the corresponding IOMMU API implementation. PAMU is the IOMMU
present on Freescale
> QorI
On 09/19/2012 08:52:27 AM, Kumar Gala wrote:
On Sep 19, 2012, at 8:17 AM,
wrote:
> From: Varun Sethi
>
> Added the following domain attributes required by FSL PAMU driver:
> 1. Subwindows field added to the iommu domain geometry attribute.
> 2. Added new iommu stash attribute, which allow
On 2012-09-19 Mark Brown wrote:
> On Wed, Sep 19, 2012 at 10:51:25AM -0400, wrote:
>> From: Eric Millbrandt
>>
>> mpc52xx socs need to define SND_POWERPC_SOC to build ASoC drivers.
>>
>> Signed-off-by: Eric Millbrandt ---
>> Changes since v1: Patch was "powerpc/52xx: define FSL_SOC" Changed from
On Wed, Sep 19, 2012 at 10:51:25AM -0400, wrote:
> From: Eric Millbrandt
>
> mpc52xx socs need to define SND_POWERPC_SOC to build ASoC drivers.
>
> Signed-off-by: Eric Millbrandt
> ---
> Changes since v1:
> Patch was "powerpc/52xx: define FSL_SOC"
> Changed from defining FSL_SOC for PPC_MPC52x
On Wed, Sep 19, 2012 at 10:35:45AM -0400, Eric Millbrandt wrote:
> That was an artifact of me splitting the changes to pcm030-audio-fabric.c
> into multiple patches. I changed the driver to a platform device in this
> patch and converted to snd_soc_register_card() in the next patch. I can
> merg
Hi,
On Tue, Sep 18, 2012 at 05:39:37PM +0800, Wen Congyang wrote:
> At 09/13/2012 01:18 AM, Vasilis Liaskovitis Wrote:
> > Hi,
> >
> > On Wed, Sep 12, 2012 at 01:20:28PM +0800, Wen Congyang wrote:
> >> Hmm, seabios doesn't support ACPI table SLIT. We can specify node it for
> >> dimm
> >> device,
>>> On Sep 17, 2012, at 9:10 PM, Jia Hongtao wrote:
>>>
Power supply for PCI inbound/outbound window registers is off when
system go to deep-sleep state. We save the values of registers before
suspend and restore to registers after resume.
Signed-off-by: Jiang Yutang
>>>
From: Kumar Gala [ga...@kernel.crashing.org]
Sent: Wednesday, September 19, 2012 10:27 PM
To: Jia Hongtao-B38951
Cc: linuxppc-dev@lists.ozlabs.org; Li Yang-R58472; Wood Scott-B07421
Subject: Re: [PATCH][V4] powerpc/fsl-pci: Add pci inbound/outbound PM suppo
On Sep 19, 2012, at 8:17 AM,
wrote:
> From: Varun Sethi
>
> Add a new field in the device (powerpc) archdata structure for storing iommu
> domain
> information pointer. This pointer is stored when the device is attached to a
> particular
> domain.
>
> Signed-off-by: Varun Sethi
> ---
> a
The following changes since commit caa1d631fc99940f866480c2bb88a6f5a235e7a2:
Merge remote-tracking branch 'kumar/next' into next (2012-09-18 16:04:33
+1000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git next
for you to fetch change
On Jul 20, 2012, at 7:47 AM, Zhao Chenhui wrote:
> During suspend, all interrupts including IPI will be disabled. In this case,
> the suspend process will hang in SMP. To prevent this, pass the flag
> IRQF_NO_SUSPEND when requesting IPI irq.
>
> Signed-off-by: Zhao Chenhui
> Signed-off-by: Li Y
On Sep 13, 2012, at 3:04 AM, Prabhakar Kushwaha wrote:
> IFC may have one or two interrupts. If two interrupt specifiers are present,
> the first is the "common" interrupt (CM_EVTER_STAT), and the second is the
> NAND
> interrupt (NAND_EVTER_STAT).
> If there is only one, that interrupt reports
On Sep 18, 2012, at 4:57 AM, Jia Hongtao wrote:
> Fix the following warning:
> arch/powerpc/sysdev/fsl_pci.c: In function 'fsl_pci_probe':
> arch/powerpc/sysdev/fsl_pci.c:867:25: error: unused variable 'hose'
>
> Signed-off-by: Jia Hongtao
> ---
> arch/powerpc/sysdev/fsl_pci.c |2 ++
> 1 fil
On Sep 14, 2012, at 2:57 PM, Chunhe Lan wrote:
> Signed-off-by: Chunhe Lan
> ---
> arch/powerpc/configs/85xx/p1023rds_defconfig |6 ++
> 1 files changed, 6 insertions(+), 0 deletions(-)
applied to next
- k
___
Linuxppc-dev mailing list
Linuxp
From: Eric Millbrandt
mpc52xx socs need to define SND_POWERPC_SOC to build ASoC drivers.
Signed-off-by: Eric Millbrandt
---
Changes since v1:
Patch was "powerpc/52xx: define FSL_SOC"
Changed from defining FSL_SOC for PPC_MPC52xx to adding PPC_MPC52xx as a
dependency of SND_POWERPC_SOC as per An
On 2012-09-18 Mark Brown wrote:
> On Thu, Sep 13, 2012 at 05:43:14PM -0400, Eric Millbrandt wrote:
>
>> +static int __devexit pcm030_fabric_remove(struct platform_device *op)
>> +{ + struct platform_device *pdev = platform_get_drvdata(op); +
>> +platform_device_unregister(pdev); + + return 0;
On Sep 19, 2012, at 2:10 AM, Jia Hongtao-B38951 wrote:
>
>
>> -Original Message-
>> From: Kumar Gala [mailto:ga...@kernel.crashing.org]
>> Sent: Tuesday, September 18, 2012 1:04 PM
>> To: Jia Hongtao-B38951
>> Cc: linuxppc-dev@lists.ozlabs.org; Li Yang-R58472; Wood Scott-B07421
>> Subje
On Sep 19, 2012, at 2:23 AM, Minghuan Lian wrote:
> The original code uses 'Programming Interface' field to judge if PCIE is
> EP or RC mode, however, some latest silicons do not support this
> functionality.
> According to PCIE specification, 'Header Type' offset 0x0e is used to
> indicate head
On Sep 19, 2012, at 8:17 AM,
wrote:
> From: Varun Sethi
>
> Added the following domain attributes required by FSL PAMU driver:
> 1. Subwindows field added to the iommu domain geometry attribute.
> 2. Added new iommu stash attribute, which allows setting of the
> LIODN specific stash id par
On Sep 19, 2012, at 8:17 AM,
wrote:
> From: Varun Sethi
>
> This patchset provides the Freescale PAMU (Peripheral Access Management Unit)
> driver
> and the corresponding IOMMU API implementation. PAMU is the IOMMU present on
> Freescale
> QorIQ platforms. PAMU can authorize memory access,
From: Varun Sethi
Added the following domain attributes required by FSL PAMU driver:
1. Subwindows field added to the iommu domain geometry attribute.
2. Added new iommu stash attribute, which allows setting of the
LIODN specific stash id parameter through IOMMU API.
3. Added an attribute for
From: Varun Sethi
Add a new field in the device (powerpc) archdata structure for storing iommu
domain
information pointer. This pointer is stored when the device is attached to a
particular
domain.
Signed-off-by: Varun Sethi
---
arch/powerpc/include/asm/device.h |4
1 files changed,
From: Varun Sethi
This patchset provides the Freescale PAMU (Peripheral Access Management Unit)
driver
and the corresponding IOMMU API implementation. PAMU is the IOMMU present on
Freescale
QorIQ platforms. PAMU can authorize memory access, remap the memory address,
and remap
the I/O transact
The original code uses 'Programming Interface' field to judge if PCIE is
EP or RC mode, however, some latest silicons do not support this functionality.
According to PCIE specification, 'Header Type' offset 0x0e is used to
indicate header type, so change code to use 'Header Type' field to
judge PCI
> -Original Message-
> From: Kumar Gala [mailto:ga...@kernel.crashing.org]
> Sent: Tuesday, September 18, 2012 1:04 PM
> To: Jia Hongtao-B38951
> Cc: linuxppc-dev@lists.ozlabs.org; Li Yang-R58472; Wood Scott-B07421
> Subject: Re: [PATCH][V4] powerpc/fsl-pci: Add pci inbound/outbound PM
>
26 matches
Mail list logo