mbox series

intel-pinctrl for v5.4 part 2

Message ID 20190911144215.GJ2608@lahna.fi.intel.com
State New
Headers show
Series intel-pinctrl for v5.4 part 2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel.git tags/intel-pinctrl-v5.4-2

Message

Mika Westerberg Sept. 11, 2019, 2:42 p.m. UTC
Hi Linus,

The following changes since commit 6cb0880f08229360c6c57416de075aa96930be78:

  pinctrl: intel: remap the pin number to gpio offset for irq enabled pin (2019-08-19 12:41:44 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel.git tags/intel-pinctrl-v5.4-2

for you to fetch changes up to 55dac43747be98516a337285428806d177afaa3a:

  pinctrl: intel: mark intel_pin_to_gpio __maybe_unused (2019-09-09 13:11:42 +0300)

----------------------------------------------------------------
intel-pinctrl for v5.4 part 2

Just a single fix for build warning introduced in the previous pull.

----------------------------------------------------------------
Arnd Bergmann (1):
      pinctrl: intel: mark intel_pin_to_gpio __maybe_unused

 drivers/pinctrl/intel/pinctrl-intel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Linus Walleij Sept. 12, 2019, 11:58 a.m. UTC | #1
On Wed, Sep 11, 2019 at 3:42 PM Mika Westerberg
<mika.westerberg@linux.intel.com> wrote:

> The following changes since commit 6cb0880f08229360c6c57416de075aa96930be78:
>
>   pinctrl: intel: remap the pin number to gpio offset for irq enabled pin (2019-08-19 12:41:44 +0300)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel.git tags/intel-pinctrl-v5.4-2
>
> for you to fetch changes up to 55dac43747be98516a337285428806d177afaa3a:
>
>   pinctrl: intel: mark intel_pin_to_gpio __maybe_unused (2019-09-09 13:11:42 +0300)

Pulled into my "devel" branch, thanks!

Yours,
Linus Walleij