All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pinctrl: cherryview: Add terminate entry for dmi_system_id tables
@ 2017-06-12  6:36 Jean Delvare
  2017-06-12 12:33 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Jean Delvare @ 2017-06-12  6:36 UTC (permalink / raw)
  To: stable; +Cc: Linus Walleij, Greg KH

Please consider including:

commit a9de080bbcd5c4e213a3d7bbb1e314d60980e943
Author: Wei Yongjun
Date:   Tue Apr 25 06:22:05 2017 +0000

    pinctrl: cherryview: Add terminate entry for dmi_system_id tables
    
    Make sure dmi_system_id tables are NULL terminated.

in stable branch 4.11.

Thanks,
-- 
Jean Delvare
SUSE L3 Support

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

* Re: [PATCH] pinctrl: cherryview: Add terminate entry for dmi_system_id tables
  2017-06-12  6:36 [PATCH] pinctrl: cherryview: Add terminate entry for dmi_system_id tables Jean Delvare
@ 2017-06-12 12:33 ` Greg KH
  0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2017-06-12 12:33 UTC (permalink / raw)
  To: Jean Delvare; +Cc: stable, Linus Walleij

On Mon, Jun 12, 2017 at 08:36:46AM +0200, Jean Delvare wrote:
> Please consider including:
> 
> commit a9de080bbcd5c4e213a3d7bbb1e314d60980e943
> Author: Wei Yongjun
> Date:   Tue Apr 25 06:22:05 2017 +0000
> 
>     pinctrl: cherryview: Add terminate entry for dmi_system_id tables
>     
>     Make sure dmi_system_id tables are NULL terminated.
> 
> in stable branch 4.11.

Now queued up, thanks.

greg k-h

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

* Re: [PATCH] pinctrl: cherryview: Add terminate entry for dmi_system_id tables
  2017-04-25  6:22 Wei Yongjun
  2017-04-25  9:10 ` Mika Westerberg
@ 2017-04-28  7:36 ` Linus Walleij
  1 sibling, 0 replies; 5+ messages in thread
From: Linus Walleij @ 2017-04-28  7:36 UTC (permalink / raw)
  To: Wei Yongjun; +Cc: Mika Westerberg, Heikki Krogerus, Wei Yongjun, linux-gpio

On Tue, Apr 25, 2017 at 8:22 AM, Wei Yongjun <weiyj.lk@gmail.com> wrote:

> From: Wei Yongjun <weiyongjun1@huawei.com>
>
> Make sure dmi_system_id tables are NULL terminated.
>
> Fixes: 703650278372 ("pinctrl: cherryview: Add a quirk to make Acer
> Chromebook keyboard work again")
> Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>

Patch applied with Mika's ACK.

Yours,
Linus Walleij

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

* Re: [PATCH] pinctrl: cherryview: Add terminate entry for dmi_system_id tables
  2017-04-25  6:22 Wei Yongjun
@ 2017-04-25  9:10 ` Mika Westerberg
  2017-04-28  7:36 ` Linus Walleij
  1 sibling, 0 replies; 5+ messages in thread
From: Mika Westerberg @ 2017-04-25  9:10 UTC (permalink / raw)
  To: Wei Yongjun; +Cc: Heikki Krogerus, Linus Walleij, Wei Yongjun, linux-gpio

On Tue, Apr 25, 2017 at 06:22:05AM +0000, Wei Yongjun wrote:
> From: Wei Yongjun <weiyongjun1@huawei.com>
> 
> Make sure dmi_system_id tables are NULL terminated.
> 
> Fixes: 703650278372 ("pinctrl: cherryview: Add a quirk to make Acer
> Chromebook keyboard work again")
> Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>

I was just going to send similar patch but you were faster :)

Definitely right thing to do, thanks for fixing it.

Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>

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

* [PATCH] pinctrl: cherryview: Add terminate entry for dmi_system_id tables
@ 2017-04-25  6:22 Wei Yongjun
  2017-04-25  9:10 ` Mika Westerberg
  2017-04-28  7:36 ` Linus Walleij
  0 siblings, 2 replies; 5+ messages in thread
From: Wei Yongjun @ 2017-04-25  6:22 UTC (permalink / raw)
  To: Mika Westerberg, Heikki Krogerus, Linus Walleij; +Cc: Wei Yongjun, linux-gpio

From: Wei Yongjun <weiyongjun1@huawei.com>

Make sure dmi_system_id tables are NULL terminated.

Fixes: 703650278372 ("pinctrl: cherryview: Add a quirk to make Acer
Chromebook keyboard work again")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
---
 drivers/pinctrl/intel/pinctrl-cherryview.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/pinctrl/intel/pinctrl-cherryview.c b/drivers/pinctrl/intel/pinctrl-cherryview.c
index 9ff7901..1d09097 100644
--- a/drivers/pinctrl/intel/pinctrl-cherryview.c
+++ b/drivers/pinctrl/intel/pinctrl-cherryview.c
@@ -1542,7 +1542,8 @@ static const struct dmi_system_id chv_no_valid_mask[] = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "Edgar"),
 			DMI_MATCH(DMI_BIOS_DATE, "05/21/2016"),
 		},
-	}
+	},
+	{}
 };
 
 static int chv_gpio_probe(struct chv_pinctrl *pctrl, int irq)


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

end of thread, other threads:[~2017-06-12 12:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-12  6:36 [PATCH] pinctrl: cherryview: Add terminate entry for dmi_system_id tables Jean Delvare
2017-06-12 12:33 ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2017-04-25  6:22 Wei Yongjun
2017-04-25  9:10 ` Mika Westerberg
2017-04-28  7:36 ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.