From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] pinctrl: single: use of_device_get_match_data() to get soc data Date: Mon, 22 May 2017 09:22:46 -0700 Message-ID: <20170522162245.GT10472@atomide.com> References: <1495296137-6461-1-git-send-email-yamada.masahiro@socionext.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from muru.com ([72.249.23.125]:48840 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935695AbdEVQWu (ORCPT ); Mon, 22 May 2017 12:22:50 -0400 Content-Disposition: inline In-Reply-To: <1495296137-6461-1-git-send-email-yamada.masahiro@socionext.com> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Masahiro Yamada Cc: linux-gpio@vger.kernel.org, Linus Walleij , linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Haojian Zhuang * Masahiro Yamada [170520 09:06]: > Use of_device_get_match_data() instead of of_match_device(). > It allows us to remove the forward declaration of pcs_of_match. That's nice: Acked-by: Tony Lindgren