[U-Boot] [PATCH v9 02/49] dm: pinctrl: Add a function to parse PIN_CONFIG flags

2016-01-21 Thread Simon Glass
Add a function which produces a flags word from a few common PIN_CONFIG settings. This is useful for simple pinctrl drivers that don't need to worry about drive strength, etc. Signed-off-by: Simon Glass --- Changes in v9: None Changes in v2: None drivers/pinctrl/pinctrl-uclass.c | 12 +

Re: [U-Boot] [PATCH v9 02/49] dm: pinctrl: Add a function to parse PIN_CONFIG flags

2016-01-22 Thread Simon Glass
On 21 January 2016 at 19:43, Simon Glass wrote: > Add a function which produces a flags word from a few common PIN_CONFIG > settings. This is useful for simple pinctrl drivers that don't need to worry > about drive strength, etc. > > Signed-off-by: Simon Glass > --- > > Changes in v9: None > Chan