···2626#include <linux/delay.h>2727#include <linux/slab.h>2828#include <linux/of.h>2929-#include <linux/omap-gpmc.h>30293130#include <trace/events/power.h>3231···80818182 /* Save the Interrupt controller context */8283 omap_intc_save_context();8383- /* Save the GPMC context */8484- omap3_gpmc_save_context();8584 /* Save the system control module context, padconf already save above*/8685 omap3_control_save_context();8786}···8891{8992 /* Restore the control module context, padconf restored by h/w */9093 omap3_control_restore_context();9191- /* Restore the GPMC context */9292- omap3_gpmc_restore_context();9394 /* Restore the interrupt controller context */9495 omap_intc_restore_context();9596}