Re: [PATCH v2] eeprom: idt_89hpesx: Support both ACPI and OF probing

2017-08-28 Thread Greg KH
On Wed, Aug 09, 2017 at 10:08:46AM +0700, quochuybk2...@gmail.com wrote: > From: Huy Duong > > Allow the idt_89hpesx driver to get information from child nodes from > both OF and ACPI by using more generic fwnode_property_read*() functions. > > Below is an example of instantiating idt_89hpesx dr

Re: [PATCH v2] eeprom: idt_89hpesx: Support both ACPI and OF probing

2017-08-09 Thread Serge Semin
Great! Thank you very much. Next word is after Greg K-H. On Wed, Aug 09, 2017 at 10:08:46AM +0700, quochuybk2...@gmail.com wrote: > From: Huy Duong > > Allow the idt_89hpesx driver to get information from child nodes from > both OF and ACPI by using more generic fwnode_property_read*() functio

[PATCH v2] eeprom: idt_89hpesx: Support both ACPI and OF probing

2017-08-08 Thread quochuybk2010
From: Huy Duong Allow the idt_89hpesx driver to get information from child nodes from both OF and ACPI by using more generic fwnode_property_read*() functions. Below is an example of instantiating idt_89hpesx driver via ACPI Table: Device(IDT0) { Name(_HID, "PRP0001") Name(_CID, "PRP0001") N