[PATCH linux dev-4.10 v3 1/2] hwmon: (ucd9000) Add gpio chip interface and clear logged faults

Joel Stanley joel at jms.id.au
Fri Aug 18 12:48:30 AEST 2017


Hi Chris,

On Fri, Aug 18, 2017 at 11:05 AM, Christopher Bostic
<cbostic at linux.vnet.ibm.com> wrote:

> +static DEVICE_ATTR(clear_logged_faults, 0200, NULL,
> +               ucd9000_clear_logged_faults);
> +
> +static struct attribute *ucd9000_attributes[] = {
> +       &dev_attr_clear_logged_faults.attr,
> +       NULL
> +};

Given this introduces new userspace ABI that will need to be support,
we will want to run this past upstream as soon as possible.

I suggest you post the next revision of these patches to the hwmon list.

Cheers,

Joel


More information about the openbmc mailing list