[PATCH] mmc: host: pxamci: switch over to dmaengine use

2015-06-06 Thread Robert Jarzmik
From: Daniel Mack Switch over pxamci to dmaengine. This prepares the devicetree full support of pxamci. This was successfully tested on a PXA3xx board, as well as PXA27x. Signed-off-by: Daniel Mack [adapted to pxa-dma] Signed-off-by: Robert Jarzmik --- drivers/mmc/host/pxamci.c | 200 +++

Re: [PATCH] mmc: sdhci: Restore behavior while creating OCR mask

2015-06-06 Thread Tim Kryger
On Fri, Jun 5, 2015 at 3:06 AM, Ulf Hansson wrote: > Commit 3a48edc4bd68 ("mmc: sdhci: Use mmc core regulator infrastucture") > changed the behavior for how to assign the ocr_avail mask for the mmc > host. More precisely it started to mask the bits instead of assigning > them. > > Restore the beha

Re: [PATCH 2/3] i2c-piix4: Use Macro for AMD CZ SMBus device ID

2015-06-06 Thread Borislav Petkov
On Sat, Jun 06, 2015 at 09:13:39PM +0800, Wan ZongShun wrote: > Change AMD CZ SMBUS device ID from 0x790b to > use Macro definition > > Signed-off-by: Wan ZongShun > Signed-off-by: Wan ZongShun Same here, one SOB per person please. -- Regards/Gruss, Boris. ECO tip #101: Trim your mails w

Re: [PATCH 1/3] pci_ids: Add AMD KERNCZ device ID support

2015-06-06 Thread Borislav Petkov
On Sat, Jun 06, 2015 at 09:13:38PM +0800, Wan ZongShun wrote: > The KERNCZ is new AMD SB/FCH generation name, like HUDSON2. > We will adopt 0x790b as device ID since from this gereration. > > Signed-off-by: Wan ZongShun > Signed-off-by: Wan ZongShun You need to choose one email address, not two

Re: [PATCH RESEND v7 2/2] mmc: host: sdhci: Add support to disable SDR104/SDR50/DDR50 based on capability register 0.

2015-06-06 Thread Suman Tripathi
On Fri, Jun 5, 2015 at 8:23 PM, Dong Aisheng wrote: > > On Mon, Jun 01, 2015 at 01:38:47PM +0530, Suman Tripathi wrote: > >Hi Aisheng, > >On Wed, May 27, 2015 at 7:46 PM, Suman Tripathi <[1]stripa...@apm.com> > >wrote: > > > > On Tue, May 26, 2015 at 6:06 PM, Ulf Hansson > > <[2]

[PATCH 1/3] pci_ids: Add AMD KERNCZ device ID support

2015-06-06 Thread Wan ZongShun
The KERNCZ is new AMD SB/FCH generation name, like HUDSON2. We will adopt 0x790b as device ID since from this gereration. Signed-off-by: Wan ZongShun Signed-off-by: Wan ZongShun --- include/linux/pci_ids.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/pci_ids.h b/include/lin

[PATCH 2/3] i2c-piix4: Use Macro for AMD CZ SMBus device ID

2015-06-06 Thread Wan ZongShun
Change AMD CZ SMBUS device ID from 0x790b to use Macro definition Signed-off-by: Wan ZongShun Signed-off-by: Wan ZongShun --- drivers/i2c/busses/i2c-piix4.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/i2c/busses/i2c-piix4.c b/drivers/i2c/busses/i2c-piix4.c in

[PATCH 3/3] SDHCI: Change AMD SDHCI quirk application scope

2015-06-06 Thread Wan ZongShun
Change this quirk to apply to AMD Carrizo platform. Signed-off-by: Wan ZongShun Signed-off-by: Wan ZongShun Tested-by: Nath, Arindam Tested-by: Ramesh, Ramya --- drivers/mmc/host/sdhci-pci.c | 25 - 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/drivers