Re: [PATCH 2/2] mfd: arizona: Handle probe deferral for reset GPIO

2016-09-27 Thread Lee Jones
On Tue, 20 Sep 2016, Charles Keepax wrote: > The Arizona CODECs will generally function correctly without a reset line > although it is strongly advised to have one, as such we do allow the system > to boot if the reset gpio is missing or incorrectly specified. However > we should fail probe if

Re: [PATCH 2/2] mfd: arizona: Handle probe deferral for reset GPIO

2016-09-27 Thread Lee Jones
On Tue, 20 Sep 2016, Charles Keepax wrote: > The Arizona CODECs will generally function correctly without a reset line > although it is strongly advised to have one, as such we do allow the system > to boot if the reset gpio is missing or incorrectly specified. However > we should fail probe if

[PATCH 2/2] mfd: arizona: Handle probe deferral for reset GPIO

2016-09-20 Thread Charles Keepax
The Arizona CODECs will generally function correctly without a reset line although it is strongly advised to have one, as such we do allow the system to boot if the reset gpio is missing or incorrectly specified. However we should fail probe if we get a probe deferral request, this patch adds

[PATCH 2/2] mfd: arizona: Handle probe deferral for reset GPIO

2016-09-20 Thread Charles Keepax
The Arizona CODECs will generally function correctly without a reset line although it is strongly advised to have one, as such we do allow the system to boot if the reset gpio is missing or incorrectly specified. However we should fail probe if we get a probe deferral request, this patch adds