* [PATCH] Make "dev_get_resource" publicly available
@ 2013-02-16 7:36 Alexander Shiyan
2013-02-18 8:22 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Shiyan @ 2013-02-16 7:36 UTC (permalink / raw)
To: barebox
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
drivers/base/driver.c | 2 +-
include/driver.h | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/drivers/base/driver.c b/drivers/base/driver.c
index d4066fc..fa30c68 100644
--- a/drivers/base/driver.c
+++ b/drivers/base/driver.c
@@ -230,7 +230,7 @@ int register_driver(struct driver_d *drv)
}
EXPORT_SYMBOL(register_driver);
-static struct resource *dev_get_resource(struct device_d *dev, int num)
+struct resource *dev_get_resource(struct device_d *dev, int num)
{
int i, n = 0;
diff --git a/include/driver.h b/include/driver.h
index 31f5d69..092a46b 100644
--- a/include/driver.h
+++ b/include/driver.h
@@ -193,6 +193,10 @@ static inline const char *dev_name(const struct device_d *dev)
}
/*
+ * get resource 'num' for a device
+ */
+struct resource *dev_get_resource(struct device_d *dev, int num);
+/*
* get resource base 'name' for a device
*/
struct resource *dev_get_resource_by_name(struct device_d *dev,
--
1.7.12.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Make "dev_get_resource" publicly available
2013-02-16 7:36 [PATCH] Make "dev_get_resource" publicly available Alexander Shiyan
@ 2013-02-18 8:22 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2013-02-18 8:22 UTC (permalink / raw)
To: Alexander Shiyan; +Cc: barebox
On Sat, Feb 16, 2013 at 11:36:22AM +0400, Alexander Shiyan wrote:
>
> Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Applied, thanks
Sascha
> ---
> drivers/base/driver.c | 2 +-
> include/driver.h | 4 ++++
> 2 files changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/base/driver.c b/drivers/base/driver.c
> index d4066fc..fa30c68 100644
> --- a/drivers/base/driver.c
> +++ b/drivers/base/driver.c
> @@ -230,7 +230,7 @@ int register_driver(struct driver_d *drv)
> }
> EXPORT_SYMBOL(register_driver);
>
> -static struct resource *dev_get_resource(struct device_d *dev, int num)
> +struct resource *dev_get_resource(struct device_d *dev, int num)
> {
> int i, n = 0;
>
> diff --git a/include/driver.h b/include/driver.h
> index 31f5d69..092a46b 100644
> --- a/include/driver.h
> +++ b/include/driver.h
> @@ -193,6 +193,10 @@ static inline const char *dev_name(const struct device_d *dev)
> }
>
> /*
> + * get resource 'num' for a device
> + */
> +struct resource *dev_get_resource(struct device_d *dev, int num);
> +/*
> * get resource base 'name' for a device
> */
> struct resource *dev_get_resource_by_name(struct device_d *dev,
> --
> 1.7.12.4
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-02-18 8:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-16 7:36 [PATCH] Make "dev_get_resource" publicly available Alexander Shiyan
2013-02-18 8:22 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox