Re: [linux-yocto] [PATCH 0/2] add uevent for overcurrent condition and fix intel_vuport

2016-07-19 Thread Bruce Ashfield
On 2016-07-19 04:15 AM, wan.ahmad.zainie.wan.moha...@intel.com wrote: From: Wan Ahmad Zainie Hi Bruce. The first patch is to fix a compilation error. Catch it when build with make allmodconfig. The second patch is to add uevent notification for over

[linux-yocto] [PATCH 1/2] mfd: intel_vuport: use back property_set struct

2016-07-19 Thread wan . ahmad . zainie . wan . mohamad
From: Wan Ahmad Zainie Fix for this compilation error, drivers/mfd/intel-vuport.c:38:3: error: unknown field ‘properties’ specified in initializer .properties = reg_properties, due to missing commit f4d052660323 ("device property: don't bother the

[linux-yocto] [PATCH 2/2] usb: core: hub: generate uevent for over current condition

2016-07-19 Thread wan . ahmad . zainie . wan . mohamad
From: Wan Ahmad Zainie This modification generates a 'uevent' to userland and adds the 'OVERCURRENT=1' environment when overcurrent event happens and adds the 'OVERCURRENT=0' environment when returning to normal current condition, with PORT number. Any