All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
Cc: kbuild-all@01.org, linus.walleij@linaro.org, corbet@lwn.net,
	lee@kernel.org, linux-doc@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org,
	linux-rpi-kernel@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	bcm-kernel-feedback-list@broadcom.com,
	linux-mediatek@lists.infradead.org,
	Laxman Dewangan <ldewangan@nvidia.com>,
	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>,
	Hongzhou Yang <hongzhou.yang@mediatek.com>,
	Fabian Frederick <fabf@skynet.be>,
	Andrew Andrianov <andrew@ncrmnt.org>
Subject: Re: [PATCH 15/50] pinctrl: mvebu: Use devm_pinctrl_register() for pinctrl registration
Date: Thu, 25 Feb 2016 02:28:45 +0800	[thread overview]
Message-ID: <201602250248.psr4kejZ%fengguang.wu@intel.com> (raw)
In-Reply-To: <1456319775-3216-16-git-send-email-ldewangan@nvidia.com>

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

Hi Laxman,

[auto build test ERROR on pinctrl/for-next]
[also build test ERROR on v4.5-rc5 next-20160224]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]

url:    https://github.com/0day-ci/linux/commits/Laxman-Dewangan/pinctrl-Add-and-use-devm_-apis-for-pinctrl_-register-unregister/20160225-002237
base:   https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git for-next
config: arm-multi_v5_defconfig (attached as .config)
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=arm 

All errors (new ones prefixed by >>):

   drivers/built-in.o: In function `orion_pinctrl_remove':
>> drivers/pinctrl/mvebu/pinctrl-orion.c:244: undefined reference to `mvebu_pinctrl_remove'

vim +244 drivers/pinctrl/mvebu/pinctrl-orion.c

fd67f884 Thomas Petazzoni 2014-04-22  238  
fd67f884 Thomas Petazzoni 2014-04-22  239  	return mvebu_pinctrl_probe(pdev);
fd67f884 Thomas Petazzoni 2014-04-22  240  }
fd67f884 Thomas Petazzoni 2014-04-22  241  
fd67f884 Thomas Petazzoni 2014-04-22  242  static int orion_pinctrl_remove(struct platform_device *pdev)
fd67f884 Thomas Petazzoni 2014-04-22  243  {
fd67f884 Thomas Petazzoni 2014-04-22 @244  	return mvebu_pinctrl_remove(pdev);
fd67f884 Thomas Petazzoni 2014-04-22  245  }
fd67f884 Thomas Petazzoni 2014-04-22  246  
fd67f884 Thomas Petazzoni 2014-04-22  247  static struct platform_driver orion_pinctrl_driver = {

:::::: The code at line 244 was first introduced by commit
:::::: fd67f884782a281eb033e40b0f8eae623416035e pinctrl: mvebu: new driver for Orion platforms

:::::: TO: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
:::::: CC: Linus Walleij <linus.walleij@linaro.org>

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 22481 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <lkp@intel.com>
To: Laxman Dewangan <ldewangan@nvidia.com>
Cc: kbuild-all@01.org, linus.walleij@linaro.org, corbet@lwn.net,
	lee@kernel.org, linux-doc@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org,
	linux-rpi-kernel@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	bcm-kernel-feedback-list@broadcom.com,
	linux-mediatek@lists.infradead.org,
	Laxman Dewangan <ldewangan@nvidia.com>,
	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>,
	Hongzhou Yang <hongzhou.yang@mediatek.com>,
	Fabian Frederick <fabf@skynet.be>,
	Andrew Andrianov <andrew@ncrmnt.org>
Subject: Re: [PATCH 15/50] pinctrl: mvebu: Use devm_pinctrl_register() for pinctrl registration
Date: Thu, 25 Feb 2016 02:28:45 +0800	[thread overview]
Message-ID: <201602250248.psr4kejZ%fengguang.wu@intel.com> (raw)
In-Reply-To: <1456319775-3216-16-git-send-email-ldewangan@nvidia.com>

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

Hi Laxman,

[auto build test ERROR on pinctrl/for-next]
[also build test ERROR on v4.5-rc5 next-20160224]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]

url:    https://github.com/0day-ci/linux/commits/Laxman-Dewangan/pinctrl-Add-and-use-devm_-apis-for-pinctrl_-register-unregister/20160225-002237
base:   https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git for-next
config: arm-multi_v5_defconfig (attached as .config)
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=arm 

All errors (new ones prefixed by >>):

   drivers/built-in.o: In function `orion_pinctrl_remove':
>> drivers/pinctrl/mvebu/pinctrl-orion.c:244: undefined reference to `mvebu_pinctrl_remove'

vim +244 drivers/pinctrl/mvebu/pinctrl-orion.c

fd67f884 Thomas Petazzoni 2014-04-22  238  
fd67f884 Thomas Petazzoni 2014-04-22  239  	return mvebu_pinctrl_probe(pdev);
fd67f884 Thomas Petazzoni 2014-04-22  240  }
fd67f884 Thomas Petazzoni 2014-04-22  241  
fd67f884 Thomas Petazzoni 2014-04-22  242  static int orion_pinctrl_remove(struct platform_device *pdev)
fd67f884 Thomas Petazzoni 2014-04-22  243  {
fd67f884 Thomas Petazzoni 2014-04-22 @244  	return mvebu_pinctrl_remove(pdev);
fd67f884 Thomas Petazzoni 2014-04-22  245  }
fd67f884 Thomas Petazzoni 2014-04-22  246  
fd67f884 Thomas Petazzoni 2014-04-22  247  static struct platform_driver orion_pinctrl_driver = {

:::::: The code at line 244 was first introduced by commit
:::::: fd67f884782a281eb033e40b0f8eae623416035e pinctrl: mvebu: new driver for Orion platforms

:::::: TO: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
:::::: CC: Linus Walleij <linus.walleij@linaro.org>

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 22481 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: lkp@intel.com (kbuild test robot)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 15/50] pinctrl: mvebu: Use devm_pinctrl_register() for pinctrl registration
Date: Thu, 25 Feb 2016 02:28:45 +0800	[thread overview]
Message-ID: <201602250248.psr4kejZ%fengguang.wu@intel.com> (raw)
In-Reply-To: <1456319775-3216-16-git-send-email-ldewangan@nvidia.com>

Hi Laxman,

[auto build test ERROR on pinctrl/for-next]
[also build test ERROR on v4.5-rc5 next-20160224]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]

url:    https://github.com/0day-ci/linux/commits/Laxman-Dewangan/pinctrl-Add-and-use-devm_-apis-for-pinctrl_-register-unregister/20160225-002237
base:   https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git for-next
config: arm-multi_v5_defconfig (attached as .config)
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=arm 

All errors (new ones prefixed by >>):

   drivers/built-in.o: In function `orion_pinctrl_remove':
>> drivers/pinctrl/mvebu/pinctrl-orion.c:244: undefined reference to `mvebu_pinctrl_remove'

vim +244 drivers/pinctrl/mvebu/pinctrl-orion.c

fd67f884 Thomas Petazzoni 2014-04-22  238  
fd67f884 Thomas Petazzoni 2014-04-22  239  	return mvebu_pinctrl_probe(pdev);
fd67f884 Thomas Petazzoni 2014-04-22  240  }
fd67f884 Thomas Petazzoni 2014-04-22  241  
fd67f884 Thomas Petazzoni 2014-04-22  242  static int orion_pinctrl_remove(struct platform_device *pdev)
fd67f884 Thomas Petazzoni 2014-04-22  243  {
fd67f884 Thomas Petazzoni 2014-04-22 @244  	return mvebu_pinctrl_remove(pdev);
fd67f884 Thomas Petazzoni 2014-04-22  245  }
fd67f884 Thomas Petazzoni 2014-04-22  246  
fd67f884 Thomas Petazzoni 2014-04-22  247  static struct platform_driver orion_pinctrl_driver = {

:::::: The code at line 244 was first introduced by commit
:::::: fd67f884782a281eb033e40b0f8eae623416035e pinctrl: mvebu: new driver for Orion platforms

:::::: TO: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
:::::: CC: Linus Walleij <linus.walleij@linaro.org>

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/octet-stream
Size: 22481 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160225/2aca0525/attachment-0001.obj>

  parent reply	other threads:[~2016-02-24 18:28 UTC|newest]

Thread overview: 265+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-24 13:15 [PATCH 00/50] pinctrl: Add and use devm_ apis for pinctrl_{register, unregister} Laxman Dewangan
2016-02-24 13:15 ` Laxman Dewangan
2016-02-24 13:15 ` Laxman Dewangan
2016-02-24 13:15 ` [PATCH 01/50] pinctrl: Add " Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 18:21   ` Bjorn Andersson
2016-02-24 18:21     ` Bjorn Andersson
2016-02-25 14:46   ` Philipp Zabel
2016-02-25 14:46     ` Philipp Zabel
2016-02-24 13:15 ` [PATCH 03/50] pinctrl: bcm281xx: Use devm_pinctrl_register() for pinctrl registration Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 18:25   ` Ray Jui
2016-02-24 18:25     ` Ray Jui
2016-02-24 13:15 ` [PATCH 05/50] pinctrl: cygnus-mux: " Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 18:27   ` Ray Jui
2016-02-24 18:27     ` Ray Jui
2016-02-24 13:15 ` [PATCH 06/50] pinctrl: iproc-gpio: " Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 18:29   ` Ray Jui
2016-02-24 18:29     ` Ray Jui
2016-02-24 13:15 ` [PATCH 07/50] pinctrl: nsp-gpio: " Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 18:30   ` Ray Jui
2016-02-24 18:30     ` Ray Jui
2016-02-24 13:15 ` [PATCH 09/50] pinctrl: imx: " Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-25 14:47   ` Philipp Zabel
2016-02-25 14:47     ` Philipp Zabel
2016-02-29  3:04   ` Shawn Guo
2016-02-29  3:04     ` Shawn Guo
2016-02-24 13:15 ` [PATCH 10/50] pinctrl: imxl: " Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 13:15 ` [PATCH 12/50] pinctrl: intel: " Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-25 11:44   ` Heikki Krogerus
2016-02-25 11:44     ` Heikki Krogerus
2016-02-24 13:15 ` [PATCH 13/50] pinctrl: mtk-common: " Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 13:36   ` Matthias Brugger
2016-02-24 13:36     ` Matthias Brugger
2016-02-24 20:28   ` Hongzhou Yang
2016-02-24 20:28     ` Hongzhou Yang
2016-02-24 20:28     ` Hongzhou Yang
2016-02-24 13:15 ` [PATCH 14/50] pinctrl: meson: " Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-26 20:58   ` Carlo Caione
2016-02-26 20:58     ` Carlo Caione
2016-02-24 13:15 ` [PATCH 15/50] pinctrl: mvebu: " Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 14:07   ` Thomas Petazzoni
2016-02-24 14:07     ` Thomas Petazzoni
2016-02-24 14:07     ` Thomas Petazzoni
2016-02-24 18:28   ` kbuild test robot [this message]
2016-02-24 18:28     ` kbuild test robot
2016-02-24 18:28     ` kbuild test robot
2016-02-24 13:15 ` [PATCH 16/50] pinctrl: nomadic: " Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 13:15 ` [PATCH 17/50] pinctrl: spmi-gpio: " Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 18:06   ` Bjorn Andersson
2016-02-24 18:06     ` Bjorn Andersson
2016-02-24 13:15 ` [PATCH 18/50] pinctrl: spmi: " Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 18:07   ` Bjorn Andersson
2016-02-24 18:07     ` Bjorn Andersson
2016-02-24 13:15 ` [PATCH 19/50] pinctrl: ssbi-gpi: " Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 18:08   ` Bjorn Andersson
2016-02-24 18:08     ` Bjorn Andersson
2016-02-24 13:15 ` [PATCH 20/50] pinctrl: ssbi-mpp: " Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 18:09   ` Bjorn Andersson
2016-02-24 18:09     ` Bjorn Andersson
2016-02-24 13:15 ` [PATCH 21/50] pinctrl: msm: " Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 18:11   ` Bjorn Andersson
2016-02-24 18:11     ` Bjorn Andersson
2016-02-24 13:15 ` [PATCH 22/50] pinctrl: pxa: " Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-26 22:25   ` Robert Jarzmik
2016-02-26 22:25     ` Robert Jarzmik
2016-02-26 22:25     ` Robert Jarzmik
2016-02-24 13:15 ` [PATCH 24/50] pinctrl: samsung: " Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 13:15 ` [PATCH 26/50] pinctrl: spear: " Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-25  2:10   ` Viresh Kumar
2016-02-25  2:10     ` Viresh Kumar
     [not found] ` <1456319775-3216-1-git-send-email-ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2016-02-24 13:15   ` [PATCH 02/50] pinctrl: Add resource management devm_pinctrl_{register, unregister} Laxman Dewangan
2016-02-24 13:15     ` Laxman Dewangan
2016-02-24 13:15     ` Laxman Dewangan
2016-02-24 13:15   ` [PATCH 04/50] pinctrl: bcm2835: Use devm_pinctrl_register() for pinctrl registration Laxman Dewangan
2016-02-24 13:15     ` Laxman Dewangan
2016-02-24 13:15     ` Laxman Dewangan
2016-02-24 18:27     ` Ray Jui
2016-02-24 18:27       ` Ray Jui
2016-02-24 13:15   ` [PATCH 08/50] pinctrl: berlin: " Laxman Dewangan
2016-02-24 13:15     ` Laxman Dewangan
2016-02-24 13:15     ` Laxman Dewangan
2016-02-24 17:28     ` Antoine Ténart
2016-02-24 17:28       ` Antoine Ténart
2016-02-24 13:15   ` [PATCH 11/50] pinctrl: cherryview: " Laxman Dewangan
2016-02-24 13:15     ` Laxman Dewangan
2016-02-24 13:15     ` Laxman Dewangan
2016-02-25 11:42     ` Heikki Krogerus
2016-02-25 11:42       ` Heikki Krogerus
2016-02-24 13:15   ` [PATCH 23/50] pinctrl: exynos5440: " Laxman Dewangan
2016-02-24 13:15     ` Laxman Dewangan
2016-02-24 13:15     ` Laxman Dewangan
2016-02-24 13:15   ` [PATCH 25/50] pinctrl: ish-pfc: " Laxman Dewangan
2016-02-24 13:15     ` Laxman Dewangan
2016-02-24 13:15     ` Laxman Dewangan
2016-02-24 13:59     ` Geert Uytterhoeven
2016-02-24 13:59       ` Geert Uytterhoeven
2016-02-24 13:59       ` Geert Uytterhoeven
2016-02-24 13:15   ` [PATCH 27/50] pinctrl: stm32: " Laxman Dewangan
2016-02-24 13:15     ` Laxman Dewangan
2016-02-24 13:15     ` Laxman Dewangan
2016-02-25 14:00     ` Maxime Coquelin
2016-02-25 14:00       ` Maxime Coquelin
2016-02-25 14:00       ` Maxime Coquelin
2016-02-24 13:15   ` [PATCH 30/50] pinctrl: tegra-xusb: " Laxman Dewangan
2016-02-24 13:15     ` Laxman Dewangan
2016-02-24 13:15     ` Laxman Dewangan
2016-02-24 16:41     ` Stephen Warren
2016-02-24 16:41       ` Stephen Warren
2016-02-24 13:15   ` [PATCH 34/50] pinctrl: amd: " Laxman Dewangan
2016-02-24 13:15     ` Laxman Dewangan
2016-02-24 13:15     ` Laxman Dewangan
2016-02-24 17:22   ` [PATCH 00/50] pinctrl: Add and use devm_ apis for pinctrl_{register, unregister} Stefan Wahren
2016-02-24 17:22     ` Stefan Wahren
2016-02-24 17:22     ` Stefan Wahren
2016-02-24 17:14     ` Laxman Dewangan
2016-02-24 17:14       ` Laxman Dewangan
2016-02-24 17:14       ` Laxman Dewangan
2016-02-24 13:15 ` [PATCH 28/50] pinctrl: ssbi-mpp: Use devm_pinctrl_register() for pinctrl registration Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 18:00   ` Maxime Ripard
2016-02-24 18:00     ` Maxime Ripard
2016-02-24 13:15 ` [PATCH 29/50] pinctrl: tegra: " Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 16:44   ` Stephen Warren
2016-02-24 16:44     ` Stephen Warren
2016-02-24 13:15 ` [PATCH 31/50] pinctrl: uniphier: " Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-26 10:06   ` Masahiro Yamada
2016-02-26 10:06     ` Masahiro Yamada
2016-02-26 10:06     ` Masahiro Yamada
2016-02-24 13:15 ` [PATCH 32/50] pinctrl: vt8500: " Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 13:15 ` [PATCH 33/50] pinctrl: adi2: " Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 13:15   ` Laxman Dewangan
2016-02-24 13:16 ` [PATCH 35/50] pinctrl: as3722: " Laxman Dewangan
2016-02-24 13:16   ` Laxman Dewangan
2016-02-24 13:16   ` Laxman Dewangan
2016-02-24 13:16 ` [PATCH 36/50] pinctrl: at91-pio4: " Laxman Dewangan
2016-02-24 13:16   ` Laxman Dewangan
2016-02-24 13:16   ` Laxman Dewangan
2016-02-24 13:16 ` [PATCH 37/50] pinctrl: at91: " Laxman Dewangan
2016-02-24 13:16   ` Laxman Dewangan
2016-02-24 13:16   ` Laxman Dewangan
2016-02-24 13:16 ` [PATCH 38/50] pinctrl: digicolor: " Laxman Dewangan
2016-02-24 13:16   ` Laxman Dewangan
2016-02-24 13:16   ` Laxman Dewangan
2016-02-24 13:42   ` Baruch Siach
2016-02-24 13:42     ` Baruch Siach
2016-02-24 13:16 ` [PATCH 39/50] pinctrl: lantiq: " Laxman Dewangan
2016-02-24 13:16   ` Laxman Dewangan
2016-02-24 13:16   ` Laxman Dewangan
2016-02-25 14:24   ` John Crispin
2016-02-25 14:24     ` John Crispin
2016-02-24 13:16 ` [PATCH 40/50] pinctrl: lpc18xx: " Laxman Dewangan
2016-02-24 13:16   ` Laxman Dewangan
2016-02-24 13:16   ` Laxman Dewangan
2016-02-24 15:06   ` Joachim Eastwood
2016-02-24 15:06     ` Joachim Eastwood
2016-02-24 15:06     ` Joachim Eastwood
2016-02-24 13:16 ` [PATCH 41/50] pinctrl: palmas: " Laxman Dewangan
2016-02-24 13:16   ` Laxman Dewangan
2016-02-24 13:16   ` Laxman Dewangan
2016-02-24 13:16 ` [PATCH 42/50] pinctrl: pic32: " Laxman Dewangan
2016-02-24 13:16   ` Laxman Dewangan
2016-02-24 13:16   ` Laxman Dewangan
2016-02-25 20:30   ` Joshua Henderson
2016-02-25 20:30     ` Joshua Henderson
2016-02-25 20:30     ` Joshua Henderson
2016-02-24 13:16 ` [PATCH 43/50] pinctrl: pistachio: " Laxman Dewangan
2016-02-24 13:16   ` Laxman Dewangan
2016-02-24 13:16   ` Laxman Dewangan
2016-02-24 13:16 ` [PATCH 44/50] pinctrl: rockchip: " Laxman Dewangan
2016-02-24 13:16   ` Laxman Dewangan
2016-02-24 13:16   ` Laxman Dewangan
2016-03-02 21:48   ` Heiko Stübner
2016-03-02 21:48     ` Heiko Stübner
2016-02-24 13:16 ` [PATCH 45/50] pinctrl: st: " Laxman Dewangan
2016-02-24 13:16   ` Laxman Dewangan
2016-02-24 13:16   ` Laxman Dewangan
     [not found]   ` <1456319775-3216-46-git-send-email-ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2016-02-24 16:14     ` Maxime Coquelin
2016-02-24 16:14       ` Maxime Coquelin
2016-02-24 16:14       ` Maxime Coquelin
2016-02-24 13:16 ` [PATCH 46/50] pinctrl: tb10x: " Laxman Dewangan
2016-02-24 13:16   ` Laxman Dewangan
2016-02-24 13:16   ` Laxman Dewangan
2016-02-24 13:16 ` [PATCH 47/50] pinctrl: tz1090-pdc: " Laxman Dewangan
2016-02-24 13:16   ` Laxman Dewangan
2016-02-24 13:16   ` Laxman Dewangan
2016-02-24 13:16 ` [PATCH 48/50] pinctrl: tz1090 " Laxman Dewangan
2016-02-24 13:16   ` Laxman Dewangan
2016-02-24 13:16   ` Laxman Dewangan
2016-02-24 13:16 ` [PATCH 49/50] pinctrl: u300: " Laxman Dewangan
2016-02-24 13:16   ` Laxman Dewangan
2016-02-24 13:16   ` Laxman Dewangan
2016-02-24 13:16 ` [PATCH 50/50] pinctrl: zynq: " Laxman Dewangan
2016-02-24 13:16   ` Laxman Dewangan
2016-02-24 13:16   ` Laxman Dewangan
2016-02-26  3:45   ` Sören Brinkmann
2016-02-26  3:45     ` Sören Brinkmann
2016-02-26  3:45     ` Sören Brinkmann
2016-02-25 14:13 ` [PATCH 00/50] pinctrl: Add and use devm_ apis for pinctrl_{register, unregister} Linus Walleij
2016-02-25 14:13   ` Linus Walleij
2016-02-25 14:13   ` Linus Walleij
2016-02-28 14:44   ` Laxman Dewangan
2016-02-28 14:44     ` Laxman Dewangan
2016-02-28 14:44     ` Laxman Dewangan
2016-03-09 14:23     ` Laxman Dewangan
2016-03-09 14:23       ` Laxman Dewangan
2016-03-09 14:23       ` Laxman Dewangan
2016-03-15  8:31       ` Linus Walleij
2016-03-15  8:31         ` Linus Walleij
2016-03-15  8:31         ` Linus Walleij
2016-03-15 13:25         ` Laxman Dewangan
2016-03-15 13:25           ` Laxman Dewangan
2016-03-15 13:25           ` Laxman Dewangan
2016-03-16 13:03           ` Linus Walleij
2016-03-16 13:03             ` Linus Walleij
2016-03-16 13:03             ` Linus Walleij
2016-04-20  4:12         ` Masahiro Yamada
2016-04-20  4:12           ` Masahiro Yamada
2016-04-20  4:12           ` Masahiro Yamada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201602250248.psr4kejZ%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=andrew@ncrmnt.org \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=corbet@lwn.net \
    --cc=fabf@skynet.be \
    --cc=hongzhou.yang@mediatek.com \
    --cc=kbuild-all@01.org \
    --cc=ldewangan@nvidia.com \
    --cc=lee@kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-rpi-kernel@lists.infradead.org \
    --cc=thomas.petazzoni@free-electrons.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.