linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] GPIO fixes for v4.16
@ 2018-02-26  9:36 Linus Walleij
  2018-02-26  9:46 ` Maxime Ripard
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2018-02-26  9:36 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: open list:GPIO SUBSYSTEM, linux-kernel, Chen-Yu Tsai, Maxime Ripard

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] GPIO fixes for v4.16
  2018-02-26  9:36 [GIT PULL] GPIO fixes for v4.16 Linus Walleij
@ 2018-02-26  9:46 ` Maxime Ripard
  2018-02-26  9:54   ` Linus Walleij
  0 siblings, 1 reply; 4+ messages in thread
From: Maxime Ripard @ 2018-02-26  9:46 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Linus Torvalds, open list:GPIO SUBSYSTEM, linux-kernel, Chen-Yu Tsai

[-- Attachment #1: Type: text/plain, Size: 1259 bytes --]

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

-- 
Maxime Ripard, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] GPIO fixes for v4.16
  2018-02-26  9:46 ` Maxime Ripard
@ 2018-02-26  9:54   ` Linus Walleij
  0 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2018-02-26  9:54 UTC (permalink / raw)
  To: Maxime Ripard
  Cc: Linus Torvalds, open list:GPIO SUBSYSTEM, linux-kernel, Chen-Yu Tsai

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] GPIO fixes for v4.16
@ 2018-03-11 10:06 Linus Walleij
  0 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2018-03-11 10:06 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: open list:GPIO SUBSYSTEM, linux-kernel, Geert Uytterhoeven

Hi Linus,

here is a singular fix for v4.16 and the Renesas RCAR driver.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit 661e50bc853209e41a5c14a290ca4decc43cbfd1:

  Linux 4.16-rc4 (2018-03-04 14:54:11 -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-3

for you to fetch changes up to 9ac79ba9c77d8595157bbdc4327919f8ee062426:

  gpio: rcar: Use wakeup_path i.s.o. explicit clock handling
(2018-03-05 09:01:21 +0100)

----------------------------------------------------------------
This is a single GPIO fix for the v4.16 series affecting the
Renesas driver, and fixes wakeup from external stuff.

----------------------------------------------------------------
Geert Uytterhoeven (1):
      gpio: rcar: Use wakeup_path i.s.o. explicit clock handling

 drivers/gpio/gpio-rcar.c | 38 ++++++++++++++++----------------------
 1 file changed, 16 insertions(+), 22 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-03-11 10:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-26  9:36 [GIT PULL] GPIO fixes for v4.16 Linus Walleij
2018-02-26  9:46 ` Maxime Ripard
2018-02-26  9:54   ` Linus Walleij
2018-03-11 10:06 Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).