@@ -25,10 +25,4 @@ config NOMADIK_GPIO
help
Support for the Nomadik GPIO controller.
-config NOMADIK_GPIO_PM
- bool
- depends on NOMADIK_GPIO && PM
- help
- Support PM for the Nomadik GPIO controller.
-
endif
@@ -35,18 +35,6 @@
* Symbols in this file are called "nmk_gpio" for "nomadik gpio"
*/
-static const u32 backup_regs[] = {
- NMK_GPIO_PDIS,
- NMK_GPIO_DIR,
- NMK_GPIO_AFSLA,
- NMK_GPIO_AFSLB,
- NMK_GPIO_SLPC,
- NMK_GPIO_RIMSC,
- NMK_GPIO_FIMSC,
- NMK_GPIO_RWIMSC,
- NMK_GPIO_FWIMSC,
-};
-
#define NMK_GPIO_PER_CHIP 32
struct nmk_gpio_chip {
@@ -62,9 +50,6 @@ struct nmk_gpio_chip {
/* Keep track of configured edges */