diff options
| author | 2012-05-19 11:57:36 -0700 | |
|---|---|---|
| committer | 2012-05-19 11:57:36 -0700 | |
| commit | 0804dcb2afdcf014947ee98264041765f580d43f (patch) | |
| tree | 7711bd9db2e31a23880b2d463066de92f0f64a52 /include/linux/platform_data | |
| parent | Merge branch 'soc-core' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/renesas into next/soc (diff) | |
| parent | mach-shmobile: Use DT_MACHINE for KZM9D V3 (diff) | |
| download | linux-dev-0804dcb2afdcf014947ee98264041765f580d43f.tar.xz linux-dev-0804dcb2afdcf014947ee98264041765f580d43f.zip | |
Merge branch 'emev2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/renesas into next/soc
* 'emev2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/renesas:
mach-shmobile: Use DT_MACHINE for KZM9D V3
mach-shmobile: Emma Mobile EV2 DT support V3
mach-shmobile: KZM9D board Ethernet support V3
mach-shmobile: Emma Mobile EV2 GPIO support V3
mach-shmobile: Emma Mobile EV2 SMP support V3
mach-shmobile: KZM9D board support V3
mach-shmobile: Emma Mobile EV2 SoC base support V3
gpio: Emma Mobile GPIO driver V2
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/gpio-em.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/platform_data/gpio-em.h b/include/linux/platform_data/gpio-em.h new file mode 100644 index 000000000000..573edfb046c4 --- /dev/null +++ b/include/linux/platform_data/gpio-em.h @@ -0,0 +1,10 @@ +#ifndef __GPIO_EM_H__ +#define __GPIO_EM_H__ + +struct gpio_em_config { + unsigned int gpio_base; + unsigned int irq_base; + unsigned int number_of_pins; +}; + +#endif /* __GPIO_EM_H__ */ |
