On Wed, Jul 1, 2015 at 2:07 PM, Dr. H. Nikolaus Schaller
wrote:
> Hi,
>
> Am 01.07.2015 um 20:16 schrieb Rob Herring :
>
>> On Sun, Jun 28, 2015 at 2:46 PM, Marek Belisko wrote:
>>> From: "H. Nikolaus Schaller"
>>>
>>> 1. add registered uart_ports to a search list
>>> 2. provide a function to se
Hi,
Am 01.07.2015 um 20:16 schrieb Rob Herring :
> On Sun, Jun 28, 2015 at 2:46 PM, Marek Belisko wrote:
>> From: "H. Nikolaus Schaller"
>>
>> 1. add registered uart_ports to a search list
>> 2. provide a function to search an uart_port by phandle. This copies the
>> mechanism how devm_usb_g
On Sun, Jun 28, 2015 at 2:46 PM, Marek Belisko wrote:
> From: "H. Nikolaus Schaller"
>
> 1. add registered uart_ports to a search list
> 2. provide a function to search an uart_port by phandle. This copies the
>mechanism how devm_usb_get_phy_by_phandle() works
How does this relate to Neil's
Hi,
On Mon, Jun 29, 2015 at 06:44:23PM +0200, Dr. H. Nikolaus Schaller wrote:
[...]
> >> + list_for_each_entry(uart, &uart_list, head) {
> >> + if (node != uart->dev->of_node)
> >> + continue;
> >> +
> >> + return uart;
> >
> > We can easily save three lines he
Hi,
thanks for the comments.
Am 28.06.2015 um 23:34 schrieb Sergei Zviagintsev :
> Hi,
>
> Some comments below.
>
> On Sun, Jun 28, 2015 at 09:46:24PM +0200, Marek Belisko wrote:
>> From: "H. Nikolaus Schaller"
>>
>> 1. add registered uart_ports to a search list
>> 2. provide a function to se
Hi,
Some comments below.
On Sun, Jun 28, 2015 at 09:46:24PM +0200, Marek Belisko wrote:
> From: "H. Nikolaus Schaller"
>
> 1. add registered uart_ports to a search list
> 2. provide a function to search an uart_port by phandle. This copies the
>mechanism how devm_usb_get_phy_by_phandle() wo
6 matches
Mail list logo