* [PATCH 11/11] gpio/gpio-omap: make platformdata used as of_device_id.data const
[not found] <1342182734-321-1-git-send-email-y>
@ 2012-07-13 12:32 ` y
0 siblings, 0 replies; 2+ messages in thread
From: y @ 2012-07-13 12:32 UTC (permalink / raw)
To: Grant Likely, Arnd Bergmann
Cc: Linus Walleij, devicetree-discuss, Rob Herring, kernel,
Uwe Kleine-König, linux-arm-kernel
From: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Cc: Linus Walleij <linus.walleij@stericsson.com>
---
drivers/gpio/gpio-omap.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/gpio/gpio-omap.c b/drivers/gpio/gpio-omap.c
index 019cb7b..12ab547 100644
--- a/drivers/gpio/gpio-omap.c
+++ b/drivers/gpio/gpio-omap.c
@@ -1430,19 +1430,19 @@ static struct omap_gpio_reg_offs omap4_gpio_regs = {
.fallingdetect = OMAP4_GPIO_FALLINGDETECT,
};
-static struct omap_gpio_platform_data omap2_pdata = {
+const static struct omap_gpio_platform_data omap2_pdata = {
.regs = &omap2_gpio_regs,
.bank_width = 32,
.dbck_flag = false,
};
-static struct omap_gpio_platform_data omap3_pdata = {
+const static struct omap_gpio_platform_data omap3_pdata = {
.regs = &omap2_gpio_regs,
.bank_width = 32,
.dbck_flag = true,
};
-static struct omap_gpio_platform_data omap4_pdata = {
+const static struct omap_gpio_platform_data omap4_pdata = {
.regs = &omap4_gpio_regs,
.bank_width = 32,
.dbck_flag = true,
--
1.7.10.4
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 11/11] gpio/gpio-omap: make platformdata used as of_device_id.data const
[not found] ` <500018d9.43b22a0a.42b7.1219SMTPIN_ADDED-ATjtLOhZ0NVl57MIdRCFDg@public.gmane.org>
@ 2012-07-14 21:43 ` Linus Walleij
0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2012-07-14 21:43 UTC (permalink / raw)
To: Uwe Kleine-König, Kevin Hilman
Cc: Linus Walleij, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ,
Rob Herring, kernel-bIcnvbaLZ9MEGnE8C9+IrQ,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
On Fri, Jul 13, 2012 at 2:32 PM, <y@pengutronix.de> wrote:
> From: Uwe Kleine-König <u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
>
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
> Cc: Linus Walleij <linus.walleij-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org>
I'd like Kevin to look at this too.
Thanks,
Linus Walleij
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-14 21:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <500018d9.43b22a0a.42b7.1219SMTPIN_ADDED@mx.google.com>
[not found] ` <500018d9.43b22a0a.42b7.1219SMTPIN_ADDED-ATjtLOhZ0NVl57MIdRCFDg@public.gmane.org>
2012-07-14 21:43 ` [PATCH 11/11] gpio/gpio-omap: make platformdata used as of_device_id.data const Linus Walleij
[not found] <1342182734-321-1-git-send-email-y>
2012-07-13 12:32 ` y
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).