Re: [RFC 6/6] mmc: atmel-mci: use atmel_io.h to provide on-chip IO

2015-03-26 Thread Hans-Christian Egtvedt
linux/atmel_io.h ... you include the required header file in the source file instead. Also, a follow-up patch could remove the atmci_{read,write}{l,w} defines completely. #include linux/pm.h #include linux/pm_runtime.h #include linux/pinctrl/consumer.h -- mvh Hans-Christian Egtvedt

[PATCH] mmc: include linux/types.h for bool definition in atmel-mci.h

2014-08-07 Thread Hans-Christian Egtvedt
This patch adds an include of linux/types.h to make sure bool is defined before utilized in this header file. Signed-off-by: Hans-Christian Egtvedt egtv...@samfundet.no --- include/linux/atmel-mci.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/atmel-mci.h b/include/linux

Backporting eMMC v5 support to Linux 3.4

2014-03-21 Thread Hans-Christian Egtvedt
: Update the ext-csd.rev check for eMMC5.1 And just when I'm on backporting, perhaps fetching commit 7c4f10ac mmc: core: production year for eMMC 4.41 and later Or have I forgotten anything vital? -- Hans-Christian Egtvedt -- To unsubscribe from this list: send the line unsubscribe linux-mmc

Re: [PATCH v2] avr32: at32ap700x: set DMA slave properties for MCI dw_dmac

2012-08-30 Thread Hans-Christian Egtvedt
/2] dw_dmac: max_mem_width limits value for SRC/DST_TR_WID register Signed-off-by: Hein Tibosch hein_tibo...@yahoo.es Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no snipp diff -- mvh Hans-Christian Egtvedt -- To unsubscribe from this list: send the line unsubscribe linux-mmc

Re: [PATCH] avr32-linux: at32ap700x: set DMA slave properties for MCI dw_dmac

2012-08-27 Thread Hans-Christian Egtvedt
; data-dma_slave = slave; -- mvh Hans-Christian Egtvedt -- To unsubscribe from this list: send the line unsubscribe linux-mmc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH V2] MMC: PM: add suspend/resume in atmel-mci

2011-07-01 Thread Hans-Christian Egtvedt
slots. You must however then keep track of which are restored for later calls to resume AFAICT. snipp -- Hans-Christian Egtvedt -- To unsubscribe from this list: send the line unsubscribe linux-mmc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: [PATCH] arch/avr32: Fix build failure for avr32 caused by typo

2009-12-28 Thread Hans-Christian Egtvedt
=2635d1ba711560d521f6218c585a3e0401f566e1 Patch against Linus' tree. Signed-off-by: Peter Huewe peterhu...@gmx.de Signed-off-by: Hans-Christian Egtvedt hans-christian.egtv...@atmel.com --- arch/avr32/mach-at32ap/at32ap700x.c | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions

Re: [PATCH] arch/avr32: Fix build failure for avr32 caused by typo

2009-12-28 Thread Hans-Christian Egtvedt
On Mon, 28 Dec 2009 10:59:30 +0100 Peter Hüwe peterhu...@gmx.de wrote: Am Montag 28 Dezember 2009 09:13:18 schrieb Hans-Christian Egtvedt: On Fri, 25 Dec 2009 20:08:45 +0100 Peter Huewe peterhu...@gmx.de wrote: This patch fixes a build failure introduced by the patch atmel-mci

Re: [PATCH] arch/avr32: Fix build failure for avr32 caused by typo

2009-12-28 Thread Hans-Christian Egtvedt
will apply it. Please send any additional fixes as a separate patch. Okay thanks for applying. @Hans: can you create the cleanup patch or should I ? I'll do it, should arrive here shortly. -- Best regards, Hans-Christian Egtvedt -- To unsubscribe from this list: send the line

Re: [PATCH] arch/avr32: Fix build failure for avr32 caused by typo

2009-12-28 Thread Hans-Christian Egtvedt
On Mon, 28 Dec 2009 12:07:23 +0100 Hans-Christian Egtvedt hans-christian.egtv...@atmel.com wrote: On Mon, 28 Dec 2009 11:34:36 +0100 Peter Hüwe peterhu...@gmx.de wrote: snipp I think your first patch is good as it is, so I will apply it. Please send any additional fixes as a separate