Hi,

There is cfg_eint field in struct s3c_gpio_cfg at 
arch/arm/plat-samsung/include/plat/gpio-cfg.h. I don't know the usage of 
cfg_eint. It isn't used anywhere or just assigned. Does it need really?

struct s3c_gpio_cfg {
        unsigned int    cfg_eint;

        s3c_gpio_pull_t (*get_pull)(struct s3c_gpio_chip *chip, unsigned offs);
        int             (*set_pull)(struct s3c_gpio_chip *chip, unsigned offs,
                                    s3c_gpio_pull_t pull);

        unsigned (*get_config)(struct s3c_gpio_chip *chip, unsigned offs);
        int      (*set_config)(struct s3c_gpio_chip *chip, unsigned offs,
                               unsigned config);
};

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to