mbox series

[GIT,PULL] GPIO fixes for v4.16

Message ID CACRpkdYGQUynZJu+4-Bj=TzL5=C4qt2cYav__9aHSnwD2NERDA@mail.gmail.com
State New
Headers show
Series [GIT,PULL] GPIO fixes for v4.16 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git

Message

Linus Walleij Feb. 26, 2018, 9:36 a.m. UTC
Hi Linus,

two fixes to GPIO, both by nice colleagues fixing my mistakes.
Please pull it in!

Linus Walleij

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/gpio-v4.16-2

for you to fetch changes up to c2b3eec47c1b2161adbc70676f1422e6f56aaa32:

  gpio: Handle deferred probing in of_find_gpio() properly (2018-02-21
09:37:34 +0100)

----------------------------------------------------------------
GPIO fixes for the v4.16 kernel:

- Two patches fixing up my mistakes with device tree properties
  compatible for SPI and regulators. Nice to smoke this out for
  v4.16 though, when we actually use it in v4.17 it will be
  in nice shape.

----------------------------------------------------------------
Chen-Yu Tsai (1):
      gpio: Handle deferred probing in of_find_gpio() properly

Maxime Ripard (1):
      gpiolib: Keep returning EPROBE_DEFER when we should

 drivers/gpio/gpiolib-of.c | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Maxime Ripard Feb. 26, 2018, 9:46 a.m. UTC | #1
Hi Linus,

On Mon, Feb 26, 2018 at 10:36:00AM +0100, Linus Walleij wrote:
> Hi Linus,
> 
> two fixes to GPIO, both by nice colleagues fixing my mistakes.
> Please pull it in!
> 
> Linus Walleij
> 
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
> 
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
> tags/gpio-v4.16-2
> 
> for you to fetch changes up to c2b3eec47c1b2161adbc70676f1422e6f56aaa32:
> 
>   gpio: Handle deferred probing in of_find_gpio() properly (2018-02-21
> 09:37:34 +0100)
> 
> ----------------------------------------------------------------
> GPIO fixes for the v4.16 kernel:
> 
> - Two patches fixing up my mistakes with device tree properties
>   compatible for SPI and regulators. Nice to smoke this out for
>   v4.16 though, when we actually use it in v4.17 it will be
>   in nice shape.

As I told you as an answer to my patch, it still needs to be amended
in order to work as expected. The one queued in the PR doesn't work.

Maxime
Linus Walleij Feb. 26, 2018, 9:54 a.m. UTC | #2
On Mon, Feb 26, 2018 at 10:46 AM, Maxime Ripard
<maxime.ripard@bootlin.com> wrote:
> On Mon, Feb 26, 2018 at 10:36:00AM +0100, Linus Walleij wrote:
>> Hi Linus,
>>

>> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
>>
>>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
>>
>> are available in the Git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
>> tags/gpio-v4.16-2
>>
>> for you to fetch changes up to c2b3eec47c1b2161adbc70676f1422e6f56aaa32:
>>
>>   gpio: Handle deferred probing in of_find_gpio() properly (2018-02-21
>> 09:37:34 +0100)
>>
>> ----------------------------------------------------------------
>> GPIO fixes for the v4.16 kernel:
>>
>> - Two patches fixing up my mistakes with device tree properties
>>   compatible for SPI and regulators. Nice to smoke this out for
>>   v4.16 though, when we actually use it in v4.17 it will be
>>   in nice shape.
>
> As I told you as an answer to my patch, it still needs to be amended
> in order to work as expected. The one queued in the PR doesn't work.

Sorry I must have missed it :(

Torvalds: hold your horses. New pull request(s) coming.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html