Re: [PATCH v2] pinctrl: pinmux: Don't free pins requested by other devices in pinmux_disable_setting.

2013-08-12 Thread Stephen Warren
On 08/12/2013 12:10 AM, Sonic Zhang wrote: > From: Sonic Zhang > > One peripheral may share part of its pins with the 2nd > peripheral and the other pins with the 3rd. If it requests all pins > when part of them has already be requested and owned by the 2nd > peripheral, this request fails and pi

[PATCH v2] pinctrl: pinmux: Don't free pins requested by other devices in pinmux_disable_setting.

2013-08-11 Thread Sonic Zhang
From: Sonic Zhang One peripheral may share part of its pins with the 2nd peripheral and the other pins with the 3rd. If it requests all pins when part of them has already be requested and owned by the 2nd peripheral, this request fails and pinmux_disable_setting() is called. The pinmux_disable_se