From: zonque@gmail.com (Daniel Mack)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/7] MMC: pxa-mci: add DT bindings
Date: Wed, 25 Jul 2012 21:09:31 +0200 [thread overview]
Message-ID: <5010446B.60608@gmail.com> (raw)
In-Reply-To: <87ehnzvlcx.fsf@octavius.laptop.org>
On 25.07.2012 18:47, Chris Ball wrote:
> Hi Daniel,
>
> On Wed, Jul 25 2012, Daniel Mack wrote:
>> Signed-off-by: Daniel Mack <zonque@gmail.com>
>> Cc: Nicolas Pitre <nico@fluxnic.net>
>> Cc: Chris Ball <cjb@laptop.org>
>> ---
>> Documentation/devicetree/bindings/mmc/pxa-mmc.txt | 24 ++++++++++
>> drivers/mmc/host/pxamci.c | 50 +++++++++++++++++++++
>> 2 files changed, 74 insertions(+)
>> create mode 100644 Documentation/devicetree/bindings/mmc/pxa-mmc.txt
>>
>> diff --git a/Documentation/devicetree/bindings/mmc/pxa-mmc.txt b/Documentation/devicetree/bindings/mmc/pxa-mmc.txt
>> new file mode 100644
>> index 0000000..8f0ea58
>> --- /dev/null
>> +++ b/Documentation/devicetree/bindings/mmc/pxa-mmc.txt
>> @@ -0,0 +1,24 @@
>> +* PXA MMC drivers
>> +
>> +Driver bindings for the PXA MCI (MMC/SDIO) interfaces
>> +
>> +Required properties:
>> +- compatible: Should be "mrvl,pxa-mmc".
>> +- reg: Should contain registers location and length
>> +- interrupts: Should contain the interrupt
>> +- vmmc-supply: A regulator for VMMC
>> +
>> +Optional properties:
>> +- mrvl,detect-delay-ms: sets the detection delay timeout in ms.
>> +- mrvl,gpio-card-detect: GPIO spec for the card detect pin
>> +- mrvl,gpio-card-readonly: GPIO spec for the card write protection pin
>> +- mrvl,gpio-power: GPIO spec for the card power enable pin
>
> Please see Documentation/devicetree/bindings/mmc/mmc.txt. It looks like
> you should be using cd-gpios and wp-gpios, and you should refer to
> mmc.txt instead of specifying reg/interrupts, with:
>
> This file documents differences between the core properties in mmc.txt
> and the properties used by the pxa-mmc driver.
Ok, will do. Thanks for the review!
> I saw Arnd mention that we're moving from "mrvl," to "marvell,", but
> maybe that's not finalized yet. (And there are other drivers using
> mrvl, so it'll presumably involve a large renaming patch.)
I have no strong opinion on that, really. But as this is a new driver,
we can as well do it right in the first place.
[snip]
>> @@ -866,6 +915,7 @@ static struct platform_driver pxamci_driver = {
>> .driver = {
>> .name = DRIVER_NAME,
>> .owner = THIS_MODULE,
>> + .of_match_table = of_match_ptr(pxa_mmc_dt_ids),
>
> Have you tried compiling without CONFIG_OF? This doesn't look to be
> inside #ifdef CONFIG_OF, which I think would cause a compile error.
of_match_ptr() validates to NULL for !CONFIG_OF. Quite nice :)
Daniel
next prev parent reply other threads:[~2012-07-25 19:09 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-25 16:17 [PATCH 0/7] Assorted PXA3xx DT patches Daniel Mack
2012-07-25 16:17 ` [PATCH 1/7] RTC: add DT bindings to pxa-rtc Daniel Mack
2012-07-25 17:18 ` Arnd Bergmann
2012-07-26 12:51 ` Sergei Shtylyov
2012-07-25 16:17 ` [PATCH 2/7] MMC: pxa-mci: add DT bindings Daniel Mack
2012-07-25 16:47 ` Chris Ball
2012-07-25 19:09 ` Daniel Mack [this message]
2012-07-25 16:17 ` [PATCH 3/7] MTD: pxa3xx-nand: add devicetree bindings Daniel Mack
2012-07-26 0:59 ` Marek Vasut
2012-07-26 6:30 ` Arnd Bergmann
2012-07-26 6:53 ` Daniel Mack
2012-07-26 6:33 ` Daniel Mack
2012-07-25 16:17 ` [PATCH 4/7] ARM: pxa: add devicetree code for irq handling Daniel Mack
2012-07-25 16:17 ` [PATCH 5/7] ARM: pxa3xx: skip default device initialization when booting via DT Daniel Mack
2012-07-25 16:17 ` [PATCH 6/7] ARM: pxa3xx: add generic DT machine code Daniel Mack
2012-07-25 17:34 ` Arnd Bergmann
2012-07-25 18:07 ` Daniel Mack
2012-07-25 19:04 ` Arnd Bergmann
2012-07-25 16:17 ` [PATCH 7/7] ARM: pxa: add .dtsi files Daniel Mack
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=5010446B.60608@gmail.com \
--to=zonque@gmail.com \
--cc=linux-arm-kernel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.