linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: kbuild test robot <lkp@intel.com>
Cc: Richard Fitzgerald <rf@opensource.cirrus.com>,
	kbuild-all@01.org, linus.walleij@linaro.org,
	andy.shevchenko@gmail.com, robh+dt@kernel.org,
	patches@opensource.cirrus.com, linux-gpio@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v9 8/9] pinctrl: madera: Add driver for Cirrus Logic Madera codecs
Date: Tue, 27 Mar 2018 13:18:38 +0100	[thread overview]
Message-ID: <20180327121838.y3wcovp3vng35zw4@dell> (raw)
In-Reply-To: <201803221928.QinIS1e5%fengguang.wu@intel.com>

On Thu, 22 Mar 2018, kbuild test robot wrote:

> Hi Richard,
> 
> I love your patch! Yet something to improve:

Looking to apply this set soon.

I guess this needs fixing first though?

> [auto build test ERROR on linus/master]
> [also build test ERROR on v4.16-rc6 next-20180322]
> [if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
> 
> url:    https://github.com/0day-ci/linux/commits/Richard-Fitzgerald/mfd-madera-Add-register-definitions-for-Cirrus-Logic-Madera-codecs/20180314-211822
> config: i386-randconfig-x010-03221515 (attached as .config)
> compiler: gcc-7 (Debian 7.3.0-1) 7.3.0
> reproduce:
>         # save the attached .config to linux build tree
>         make ARCH=i386 
> 
> All errors (new ones prefixed by >>):
> 
> >> drivers/pinctrl/cirrus/pinctrl-madera-core.c:561:20: error: 'pinconf_generic_dt_node_to_map_all' undeclared here (not in a function); did you mean 'pinconf_generic_params'?
>      .dt_node_to_map = pinconf_generic_dt_node_to_map_all,
>                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>                        pinconf_generic_params
> 
> vim +561 drivers/pinctrl/cirrus/pinctrl-madera-core.c
> 
>    555	
>    556	
>    557	static const struct pinctrl_ops madera_pin_group_ops = {
>    558		.get_groups_count = madera_get_groups_count,
>    559		.get_group_name = madera_get_group_name,
>    560		.get_group_pins = madera_get_group_pins,
>  > 561		.dt_node_to_map = pinconf_generic_dt_node_to_map_all,
>    562		.dt_free_map = pinctrl_utils_free_map,
>    563	#if IS_ENABLED(CONFIG_DEBUG_FS)
>    564		.pin_dbg_show = madera_pin_dbg_show,
>    565	#endif
>    566	};
>    567	
> 
> ---
> 0-DAY kernel test infrastructure                Open Source Technology Center
> https://lists.01.org/pipermail/kbuild-all                   Intel Corporation



-- 
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

  reply	other threads:[~2018-03-27 12:18 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-13 13:18 [PATCH v9 0/9] Add support for Cirrus Logic CS47L35/L85/L90/L91 codecs Richard Fitzgerald
2018-03-13 13:18 ` [PATCH v9 1/9] mfd: madera: Add register definitions for Cirrus Logic Madera codecs Richard Fitzgerald
2018-03-13 13:18 ` [PATCH v9 2/9] mfd: madera: Add DT bindings " Richard Fitzgerald
2018-03-13 13:18 ` [PATCH v9 3/9] mfd: madera: Add common support " Richard Fitzgerald
2018-03-28  9:00   ` Lee Jones
2018-04-16  9:50     ` Richard Fitzgerald
2018-03-13 13:18 ` [PATCH v9 4/9] mfd: madera: Register map tables for Cirrus Logic CS47L35 Richard Fitzgerald
2018-03-13 13:19 ` [PATCH v9 5/9] mfd: madera: Register map tables for Cirrus Logic CS47L85 Richard Fitzgerald
2018-03-13 13:19 ` [PATCH v9 6/9] mfd: madera: Register map tables for Cirrus Logic CS47L90/91 Richard Fitzgerald
2018-03-13 13:19 ` [PATCH v9 7/9] pinctrl: madera: Add DT bindings for Cirrus Logic Madera codecs Richard Fitzgerald
2018-03-27 11:29   ` Linus Walleij
2018-04-16  9:53     ` Richard Fitzgerald
2018-04-17  8:53     ` Richard Fitzgerald
2018-04-26 22:58       ` Linus Walleij
2018-03-13 13:19 ` [PATCH v9 8/9] pinctrl: madera: Add driver " Richard Fitzgerald
2018-03-22 11:31   ` kbuild test robot
2018-03-27 12:18     ` Lee Jones [this message]
2018-03-13 13:19 ` [PATCH v9 9/9] gpio: madera: Support Cirrus Logic Madera class codecs Richard Fitzgerald

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=20180327121838.y3wcovp3vng35zw4@dell \
    --to=lee.jones@linaro.org \
    --cc=andy.shevchenko@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=kbuild-all@01.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lkp@intel.com \
    --cc=patches@opensource.cirrus.com \
    --cc=rf@opensource.cirrus.com \
    --cc=robh+dt@kernel.org \
    /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 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).