From: Paul Sokolovsky <pmiscml@gmail.com>
To: NZG <ngustavson@emacinc.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: passing function pointers through platform devices?
Date: Wed, 7 Mar 2007 19:11:27 +0200 [thread overview]
Message-ID: <612284348.20070307191127@gmail.com> (raw)
In-Reply-To: <200703061246.29615.ngustavson@emacinc.com>
Hello NZG,
Tuesday, March 6, 2007, 8:46:29 PM, you wrote:
> I'm developing an SPI- bus >MMC/SD block driver translation layer.
> As part of this layer the write protect and card detect lines need to be read.
> The method for determining the state of these lines will be board specific.
> Is it appropriate to pass a function pointer through a platform device
> (declared in the mach initialization) to implement card_available and
> write_protect function calls?
> Or is there a cleaner way to do it?
Apparently it must be appropriate, because that's pretty natural
and clean - if you can pass data, why wouldn't you be able to pass
methods?
I assume your usecase is to pass board-specific code, defined in
machine definition, down to a device driver. We (handhelds.org) go
even further and recently tried passing function pointers in opposite
direction - from device driver to client code which will use the
device, via device's platform_data.
That essentially implements virtual methods on devices, allowing
device clients to perform operations on them without bothering to know
how actually the operation is implemented, i.e. offers better
functionality separation and code reuse which OOP offers.
Either way, be assured that you're not the only one who puts Linux
Driver Model under full use.
> thank you,
> NZG
--
Best regards,
Paul mailto:pmiscml@gmail.com
next prev parent reply other threads:[~2007-03-07 17:11 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-06 18:46 passing function pointers through platform devices? NZG
2007-03-07 3:53 ` Ben Nizette
2007-03-07 16:37 ` NZG
2007-03-07 17:07 ` Randy Dunlap
2007-03-07 17:36 ` NZG
2007-03-08 18:41 ` Haavard Skinnemoen
2007-03-08 18:57 ` NZG
2007-03-07 17:11 ` Paul Sokolovsky [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-03-07 17:55 David Brownell
2007-03-09 16:31 ` NZG
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=612284348.20070307191127@gmail.com \
--to=pmiscml@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=ngustavson@emacinc.com \
/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