From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: [for master PATCH 00/14] atmel_mci: fixes and cleanup
Date: Fri, 25 Jan 2013 16:14:48 +0100 [thread overview]
Message-ID: <20130125151448.GD26329@game.jcrosoft.org> (raw)
HI,
the following patche series clean and fixes the atmel mci driver
- highspeed support
- use fixup for each IP version
- fix new IP clk div
- sync with linux
- request and configure cd gpio
the atmel mci still does not work on rm9200
The following changes since commit 50d1b2de8ea0f3b8d89fe3a97ce64315996ed4cb:
ARM v7: Fix register corruption in v7_mmu_cache_off (2013-01-23 20:37:56 +0100)
are available in the git repository at:
git://git.jcrosoft.org/barebox.git delivery/atmel_mci
for you to fetch changes up to 282d19eb0d93141fcc50e5c68039a4d1452771d4:
atmel_mci: gpio: request and configure card detect (2013-01-21 16:36:13 +0800)
----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (14):
atmel_mci: rename atmel_mci_host tp atmel_mci
atmel_mci: rename atmel_mci_readl/writel to atmci_readl/writel
atmel_mci: rename all function to start with atmci
atmel_mci: use linux regs define
atmel_mci: detect IP version
atmel_mci: version 0x5xx of the IP have a different clk div
atmel_mci: fix host init
atmel_mci: rwproof is only needed since IP version 0x200
atmel_mci: on version 0x0 we need to reset the IP at each request
atmel_mci: after a software timeout the IP need to be reset
atmel_mci: support the SD highspeed since IP version 0x300
atmel_mci: update the SD/SDIO Card Register at request time
atmel_mci: drop board host caps
atmel_mci: gpio: request and configure card detect
arch/arm/boards/at91sam9m10g45ek/init.c | 1 -
arch/arm/boards/dss11/init.c | 1 -
arch/arm/mach-at91/include/mach/board.h | 1 -
drivers/mci/at91_mci.h | 121 ----------------------------------
drivers/mci/atmel-mci-regs.h | 166 ++++++++++++++++++++++++++++++++++++++++++++++
drivers/mci/atmel_mci.c | 391 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------
6 files changed, 421 insertions(+), 260 deletions(-)
delete mode 100644 drivers/mci/at91_mci.h
create mode 100644 drivers/mci/atmel-mci-regs.h
Best Regards,
J.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2013-01-25 15:16 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-25 15:14 Jean-Christophe PLAGNIOL-VILLARD [this message]
2013-01-25 15:17 ` [PATCH 01/14] atmel_mci: rename atmel_mci_host tp atmel_mci Jean-Christophe PLAGNIOL-VILLARD
2013-01-25 15:17 ` [PATCH 02/14] atmel_mci: rename atmel_mci_readl/writel to atmci_readl/writel Jean-Christophe PLAGNIOL-VILLARD
2013-01-25 15:17 ` [PATCH 03/14] atmel_mci: rename all function to start with atmci Jean-Christophe PLAGNIOL-VILLARD
2013-01-25 15:17 ` [PATCH 04/14] atmel_mci: use linux regs define Jean-Christophe PLAGNIOL-VILLARD
2013-01-25 15:17 ` [PATCH 05/14] atmel_mci: detect IP version Jean-Christophe PLAGNIOL-VILLARD
2013-01-25 15:17 ` [PATCH 06/14] atmel_mci: version 0x5xx of the IP have a different clk div Jean-Christophe PLAGNIOL-VILLARD
2013-01-25 15:17 ` [PATCH 07/14] atmel_mci: fix host init Jean-Christophe PLAGNIOL-VILLARD
2013-01-25 15:17 ` [PATCH 08/14] atmel_mci: rwproof is only needed since IP version 0x200 Jean-Christophe PLAGNIOL-VILLARD
2013-01-25 17:31 ` Sascha Hauer
2013-01-25 17:35 ` Jean-Christophe PLAGNIOL-VILLARD
2013-01-25 15:17 ` [PATCH 09/14] atmel_mci: on version 0x0 we need to reset the IP at each request Jean-Christophe PLAGNIOL-VILLARD
2013-01-25 15:17 ` [PATCH 10/14] atmel_mci: after a software timeout the IP need to be reset Jean-Christophe PLAGNIOL-VILLARD
2013-01-25 15:17 ` [PATCH 11/14] atmel_mci: support the SD highspeed since IP version 0x300 Jean-Christophe PLAGNIOL-VILLARD
2013-01-25 15:17 ` [PATCH 12/14] atmel_mci: update the SD/SDIO Card Register at request time Jean-Christophe PLAGNIOL-VILLARD
2013-01-25 15:17 ` [PATCH 13/14] atmel_mci: drop board host caps Jean-Christophe PLAGNIOL-VILLARD
2013-01-25 15:17 ` [PATCH 14/14] atmel_mci: gpio: request and configure card detect Jean-Christophe PLAGNIOL-VILLARD
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130125151448.GD26329@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox