Re: [U-Boot] [PATCH v4 03/33] pinctrl: Add the concept of peripheral IDs

2015-08-30 Thread Simon Glass
Hi Masahiro, On 26 August 2015 at 22:39, Masahiro Yamada wrote: > 2015-08-26 22:20 GMT+09:00 Simon Glass : >> Hi Masahiro, >> >> On 25 August 2015 at 21:51, Masahiro Yamada >> wrote: >>> 2015-08-26 13:38 GMT+09:00 Simon Glass : Hi Masahiro, On 25 August 2015 at 21:30, Masahiro Yam

Re: [U-Boot] [PATCH v4 03/33] pinctrl: Add the concept of peripheral IDs

2015-08-26 Thread Masahiro Yamada
2015-08-26 22:20 GMT+09:00 Simon Glass : > Hi Masahiro, > > On 25 August 2015 at 21:51, Masahiro Yamada > wrote: >> 2015-08-26 13:38 GMT+09:00 Simon Glass : >>> Hi Masahiro, >>> >>> On 25 August 2015 at 21:30, Masahiro Yamada >>> wrote: Hi Simon, 2015-08-25 0:12 GMT+09:00

Re: [U-Boot] [PATCH v4 03/33] pinctrl: Add the concept of peripheral IDs

2015-08-26 Thread Simon Glass
Hi Masahiro, On 25 August 2015 at 21:51, Masahiro Yamada wrote: > 2015-08-26 13:38 GMT+09:00 Simon Glass : >> Hi Masahiro, >> >> On 25 August 2015 at 21:30, Masahiro Yamada >> wrote: >>> Hi Simon, >>> >>> >>> >>> 2015-08-25 0:12 GMT+09:00 Simon Glass : My original pinctrl patch operating us

Re: [U-Boot] [PATCH v4 03/33] pinctrl: Add the concept of peripheral IDs

2015-08-25 Thread Masahiro Yamada
2015-08-26 13:38 GMT+09:00 Simon Glass : > Hi Masahiro, > > On 25 August 2015 at 21:30, Masahiro Yamada > wrote: >> Hi Simon, >> >> >> >> 2015-08-25 0:12 GMT+09:00 Simon Glass : >>> My original pinctrl patch operating using a peripheral ID enum. This was >>> shared between pinmux and clock and pro

Re: [U-Boot] [PATCH v4 03/33] pinctrl: Add the concept of peripheral IDs

2015-08-25 Thread Simon Glass
Hi Masahiro, On 25 August 2015 at 21:30, Masahiro Yamada wrote: > Hi Simon, > > > > 2015-08-25 0:12 GMT+09:00 Simon Glass : >> My original pinctrl patch operating using a peripheral ID enum. This was >> shared between pinmux and clock and provides an easy way to specify a device >> that needs to

Re: [U-Boot] [PATCH v4 03/33] pinctrl: Add the concept of peripheral IDs

2015-08-25 Thread Masahiro Yamada
Hi Simon, 2015-08-25 0:12 GMT+09:00 Simon Glass : > My original pinctrl patch operating using a peripheral ID enum. This was > shared between pinmux and clock and provides an easy way to specify a device > that needs to be controlled, even it is does not (yet) have a driver within > driver model

[U-Boot] [PATCH v4 03/33] pinctrl: Add the concept of peripheral IDs

2015-08-24 Thread Simon Glass
My original pinctrl patch operating using a peripheral ID enum. This was shared between pinmux and clock and provides an easy way to specify a device that needs to be controlled, even it is does not (yet) have a driver within driver model. Masahiro's new simple pinctrl gets around this by providin