Re: [U-Boot] [RFC v3 PATCH 2/4] pinctrl: add pin control uclass support

2015-08-30 Thread Simon Glass
Hi Masahiro, On 26 August 2015 at 22:52, Masahiro Yamada wrote: > Hi Simon > > I missed to answer the first of the two. > > > 2015-08-26 12:06 GMT+09:00 Simon Glass : > >> Two more things: >> - What to do about tests? >> - Please can you check my patches here and provide your comments: >> >> http

Re: [U-Boot] [RFC v3 PATCH 2/4] pinctrl: add pin control uclass support

2015-08-26 Thread Masahiro Yamada
Hi Simon I missed to answer the first of the two. 2015-08-26 12:06 GMT+09:00 Simon Glass : > Two more things: > - What to do about tests? > - Please can you check my patches here and provide your comments: > > http://patchwork.ozlabs.org/patch/510082/ > http://patchwork.ozlabs.org/patch/510079/

Re: [U-Boot] [RFC v3 PATCH 2/4] pinctrl: add pin control uclass support

2015-08-25 Thread Simon Glass
Hi Masahiro, On 25 August 2015 at 19:42, Masahiro Yamada wrote: > Hi Simon, > > > > 2015-08-26 11:26 GMT+09:00 Simon Glass : >>> >>> > + return -EINVAL; That is normally used for an invalid device tree arg. How about -ENOSYS? >>> >>> >>> >>> This is the comment block i

Re: [U-Boot] [RFC v3 PATCH 2/4] pinctrl: add pin control uclass support

2015-08-25 Thread Masahiro Yamada
Hi Simon, 2015-08-26 11:26 GMT+09:00 Simon Glass : >> >> + return -EINVAL; >>> >>> That is normally used for an invalid device tree arg. How about -ENOSYS? >> >> >> >> This is the comment block in U-Boot: >> >> #define ENOSYS 38 /* Function not implemented */ >>

Re: [U-Boot] [RFC v3 PATCH 2/4] pinctrl: add pin control uclass support

2015-08-25 Thread Simon Glass
Hi Masahiro, On 25 August 2015 at 00:32, Masahiro Yamada wrote: > Simon, > > > I've just posted v4. > > Sorry for the delay. > > > > 2015-08-12 23:16 GMT+09:00 Simon Glass : >> Hi Masahiro, >> >> On 10 August 2015 at 10:05, Masahiro Yamada >> wrote: >>> This creates a new framework for handling

Re: [U-Boot] [RFC v3 PATCH 2/4] pinctrl: add pin control uclass support

2015-08-24 Thread Masahiro Yamada
Simon, I've just posted v4. Sorry for the delay. 2015-08-12 23:16 GMT+09:00 Simon Glass : > Hi Masahiro, > > On 10 August 2015 at 10:05, Masahiro Yamada > wrote: >> This creates a new framework for handling of pin control devices, >> i.e. devices that control different aspects of package pin

Re: [U-Boot] [RFC v3 PATCH 2/4] pinctrl: add pin control uclass support

2015-08-21 Thread Simon Glass
Hi Masahiro, On 21 August 2015 at 14:37, Masahiro Yamada wrote: > Simon, > > > 2015-08-22 2:56 GMT+09:00 Simon Glass : >> Hi Masahiro, >> >> On 12 August 2015 at 08:16, Simon Glass wrote: >>> Hi Masahiro, >>> >>> On 10 August 2015 at 10:05, Masahiro Yamada >>> wrote: This creates a new fra

Re: [U-Boot] [RFC v3 PATCH 2/4] pinctrl: add pin control uclass support

2015-08-21 Thread Masahiro Yamada
Simon, 2015-08-22 2:56 GMT+09:00 Simon Glass : > Hi Masahiro, > > On 12 August 2015 at 08:16, Simon Glass wrote: >> Hi Masahiro, >> >> On 10 August 2015 at 10:05, Masahiro Yamada >> wrote: >>> This creates a new framework for handling of pin control devices, >>> i.e. devices that control differ

Re: [U-Boot] [RFC v3 PATCH 2/4] pinctrl: add pin control uclass support

2015-08-21 Thread Simon Glass
Hi Masahiro, On 12 August 2015 at 08:16, Simon Glass wrote: > Hi Masahiro, > > On 10 August 2015 at 10:05, Masahiro Yamada > wrote: >> This creates a new framework for handling of pin control devices, >> i.e. devices that control different aspects of package pins. >> >> This uclass handles pinmu

Re: [U-Boot] [RFC v3 PATCH 2/4] pinctrl: add pin control uclass support

2015-08-12 Thread Simon Glass
Hi Masahiro, On 10 August 2015 at 10:05, Masahiro Yamada wrote: > This creates a new framework for handling of pin control devices, > i.e. devices that control different aspects of package pins. > > This uclass handles pinmuxing and pin configuration; pinmuxing > controls switching among silicon

[U-Boot] [RFC v3 PATCH 2/4] pinctrl: add pin control uclass support

2015-08-10 Thread Masahiro Yamada
This creates a new framework for handling of pin control devices, i.e. devices that control different aspects of package pins. This uclass handles pinmuxing and pin configuration; pinmuxing controls switching among silicon blocks that share certain physical pins, pin configuration handles electron