Re: [RFC PATCH 1/9] ACPI: Add support for device specific properties

2014-08-18 Thread Darren Hart
On 8/18/14, 3:27, "Mika Westerberg" wrote: >On Mon, Aug 18, 2014 at 04:13:29PM +0800, Hanjun Guo wrote: Hi Hanjun, Thanks for reviewing! >> >> > +/* ACPI _DSD device properties UUID: >>daffd814-6eba-4d8c-8a91-bc9bbf4aa301 */ >> > +static const u8 prp_uuid[16] = { >> >> s/prp_uuid/dsd_uuid ? >

Re: [RFC PATCH 1/9] ACPI: Add support for device specific properties

2014-08-18 Thread Hanjun Guo
On 2014-8-18 16:27, Mika Westerberg wrote: > On Mon, Aug 18, 2014 at 04:13:29PM +0800, Hanjun Guo wrote: >> Hi, >> >> Some minor comments below. >> >> On 2014-8-17 14:04, Mika Westerberg wrote: >>> Device Tree is used in many embedded systems to describe the system >>> configuration to the OS. It s

Re: [RFC PATCH 1/9] ACPI: Add support for device specific properties

2014-08-18 Thread Mika Westerberg
On Mon, Aug 18, 2014 at 04:13:29PM +0800, Hanjun Guo wrote: > Hi, > > Some minor comments below. > > On 2014-8-17 14:04, Mika Westerberg wrote: > > Device Tree is used in many embedded systems to describe the system > > configuration to the OS. It supports attaching properties or name-value > > p

Re: [RFC PATCH 1/9] ACPI: Add support for device specific properties

2014-08-18 Thread Hanjun Guo
Hi, Some minor comments below. On 2014-8-17 14:04, Mika Westerberg wrote: > Device Tree is used in many embedded systems to describe the system > configuration to the OS. It supports attaching properties or name-value > pairs to the devices it describe. With these properties one can pass > additi

[RFC PATCH 1/9] ACPI: Add support for device specific properties

2014-08-16 Thread Mika Westerberg
Device Tree is used in many embedded systems to describe the system configuration to the OS. It supports attaching properties or name-value pairs to the devices it describe. With these properties one can pass additional information to the drivers that would not be available otherwise. ACPI is anot