[PATCH v11] reset: Add driver for gpio-controlled reset pins
Stephen Boyd
sboyd at codeaurora.org
Fri Jul 26 16:15:06 EDT 2013
On 07/26/13 03:26, Philipp Zabel wrote:
> +#include <linux/platform_device.h>
> +#include <linux/reset-controller.h>
> +
> +struct gpio_reset_data {
> + struct reset_controller_dev rcdev;
> + unsigned int gpio;
> + bool active_low;
> + s32 delay_us;
Maybe I missed it, why is this signed? Do we plan to have negative time
delays?
>
> +
> +static struct reset_control_ops gpio_reset_ops = {
const?
> + .reset = gpio_reset,
> + .assert = gpio_reset_assert,
> + .deassert = gpio_reset_deassert,
> +};
>
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation
More information about the linux-arm-kernel
mailing list