Re: [PATCH v2] pinctrl: rockchip: add support for the rk3399

2016-01-29 Thread David.Wu
Hi Heiko, 在 2016/1/29 0:56, Heiko Stübner 写道: Hi David, Am Donnerstag, 7. Januar 2016, 15:41:38 schrieb David Wu: From: David Wu The pinctrl of rk3399 is much different from other's, especially the 3bits of drive strength. Signed-off-by: David Wu --- change from v1: - need spin_unlock_irqr

Re: [PATCH v2] pinctrl: rockchip: add support for the rk3399

2016-01-28 Thread Heiko Stübner
Hi David, Am Donnerstag, 7. Januar 2016, 15:41:38 schrieb David Wu: > From: David Wu > > The pinctrl of rk3399 is much different from other's, > especially the 3bits of drive strength. > > Signed-off-by: David Wu > --- > change from v1: > - need spin_unlock_irqrestore for set drive default cas

Re: [PATCH v2] pinctrl: rockchip: add support for the rk3399

2016-01-27 Thread Heiko Stübner
Am Mittwoch, 27. Januar 2016, 15:02:18 schrieb Linus Walleij: > On Thu, Jan 7, 2016 at 8:41 AM, David Wu wrote: > > From: David Wu > > > > The pinctrl of rk3399 is much different from other's, > > especially the 3bits of drive strength. > > > > Signed-off-by: David Wu > > --- > > change from v

Re: [PATCH v2] pinctrl: rockchip: add support for the rk3399

2016-01-27 Thread Linus Walleij
On Thu, Jan 7, 2016 at 8:41 AM, David Wu wrote: > From: David Wu > > The pinctrl of rk3399 is much different from other's, > especially the 3bits of drive strength. > > Signed-off-by: David Wu > --- > change from v1: > - need spin_unlock_irqrestore for set drive default case Heiko can you plea