[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <7c672532-e1f4-0e10-94a0-728a7fe575cb@collabora.com>
Date: Wed, 15 May 2019 15:00:22 +0200
From: Enric Balletbo i Serra <enric.balletbo@...labora.com>
To: Nick Crews <ncrews@...omium.org>,
Enric Balletbo Serra <eballetbo@...il.com>
Cc: Benson Leung <bleung@...omium.org>,
linux-kernel <linux-kernel@...r.kernel.org>,
Duncan Laurie <dlaurie@...omium.org>,
Daniel Erat <derat@...gle.com>,
Dmitry Torokhov <dtor@...gle.com>,
Simon Glass <sjg@...omium.org>, bartfab@...omium.org,
Oleh Lamzin <lamzin@...gle.com>,
Jason Wong <jchwong@...gle.com>
Subject: Re: [PATCH v3 1/2] platform/chrome: wilco_ec: Add Boot on AC support
Hi,
On 10/5/19 18:09, Nick Crews wrote:
> Thanks for the review Enric!
>
> I can resend the patch with the fixes, or if you think the fixes are
> simple enough, you could tweak them as you apply them. Let
> me know if you want me to resend a clean version.
>
No need to resend, I tweaked them.
The patch is queued to the for-next branch for the autobuilders to play with, if
all goes well I'll add the patch for 5.3 when current merge window closes.
Thanks,
Enric
>>> +
>>> +static DEVICE_ATTR_WO(boot_on_ac);
>>
>> Is not possible to read the flag? From the API description seems that it is.
>
> It is not possible to read the flag. The API description is wrong,
> I'll fix remove
> the line about reading from the documentation.
>
>>> +void wilco_ec_remove_sysfs(struct wilco_ec_device *ec)
>>> +{
>>> + sysfs_create_group(&ec->dev->kobj, &wilco_dev_attr_group);
>>
>> As Guenter pointed: sysfs_remove_group()
>
> Yes, exactly.
>
Powered by blists - more mailing lists