Re: [PATCH v3 1/5] sc_phy:SmartCard(SC) PHY interface to SC controller

From: Greg KH
Date: Wed May 28 2014 - 14:50:08 EST


On Wed, May 28, 2014 at 02:27:13PM +0530, Satish Patel wrote:
> SmartCard controller uses this interface to communicate with
> SmartCard via PHY
>
> Some SmartCard PHY has multiple slots for cards.
> This inerface also enables controller to communicate
> with one or more SmartCard connected over phy.
>
> interface structure includes following APIs
> - set/get config
> - activate/deactivate smart card
> - warm reset
> - register_notify (for card insert/remove/overheat)
> - unregister_notify
>
> Signed-off-by: Satish Patel <satish.patel@xxxxxx>
> ---
> Documentation/sc_phy.txt | 171 ++++++++++++++++++++++++++++++++++++++++++++++
> include/linux/sc_phy.h | 136 ++++++++++++++++++++++++++++++++++++
> 2 files changed, 307 insertions(+)
> create mode 100644 Documentation/sc_phy.txt
> create mode 100644 include/linux/sc_phy.h

These are .h files, but where is the "api" functions that use
these structures defined at?

confused,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/