All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: "Sean Young" <sean@mess.org>,
	linux-media@vger.kernel.org, linux-pwm@vger.kernel.org,
	"Ivaylo Dimitrov" <ivo.g.dimitrov.75@gmail.com>,
	"Thierry Reding" <thierry.reding@gmail.com>,
	"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
	"Jonathan Corbet" <corbet@lwn.net>,
	"Jani Nikula" <jani.nikula@linux.intel.com>,
	"Joonas Lahtinen" <joonas.lahtinen@linux.intel.com>,
	"Rodrigo Vivi" <rodrigo.vivi@intel.com>,
	"Tvrtko Ursulin" <tvrtko.ursulin@linux.intel.com>,
	"David Airlie" <airlied@gmail.com>,
	"Daniel Vetter" <daniel@ffwll.ch>,
	"Javier Martinez Canillas" <javierm@redhat.com>,
	"Jean Delvare" <jdelvare@suse.com>,
	"Guenter Roeck" <linux@roeck-us.net>,
	"Support Opensource" <support.opensource@diasemi.com>,
	"Dmitry Torokhov" <dmitry.torokhov@gmail.com>,
	"Pavel Machek" <pavel@ucw.cz>, "Lee Jones" <lee@kernel.org>,
	"Mauro Carvalho Chehab" <mchehab@kernel.org>,
	"Hans de Goede" <hdegoede@redhat.com>,
	"Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>,
	"Mark Gross" <markgross@kernel.org>,
	"Liam Girdwood" <lgirdwood@gmail.com>,
	"Mark Brown" <broonie@kernel.org>,
	"Daniel Thompson" <daniel.thompson@linaro.org>,
	"Jingoo Han" <jingoohan1@gmail.com>,
	"Helge Deller" <deller@gmx.de>
Cc: oe-kbuild-all@lists.linux.dev, linux-doc@vger.kernel.org
Subject: Re: [PATCH v3 1/3] pwm: make it possible to apply pwm changes in atomic context
Date: Sun, 22 Oct 2023 07:55:19 +0800	[thread overview]
Message-ID: <202310220706.HH9RMDHJ-lkp@intel.com> (raw)
In-Reply-To: <a7fcd19938d5422abc59c968ff7b3d5c275577ed.1697534024.git.sean@mess.org>

Hi Sean,

kernel test robot noticed the following build errors:

[auto build test ERROR on media-tree/master]
[also build test ERROR on linus/master v6.6-rc6]
[cannot apply to thierry-reding-pwm/for-next dtor-input/next dtor-input/for-linus next-20231020]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:    https://github.com/intel-lab-lkp/linux/commits/Sean-Young/pwm-make-it-possible-to-apply-pwm-changes-in-atomic-context/20231017-173221
base:   git://linuxtv.org/media_tree.git master
patch link:    https://lore.kernel.org/r/a7fcd19938d5422abc59c968ff7b3d5c275577ed.1697534024.git.sean%40mess.org
patch subject: [PATCH v3 1/3] pwm: make it possible to apply pwm changes in atomic context
config: openrisc-allmodconfig (https://download.01.org/0day-ci/archive/20231022/202310220706.HH9RMDHJ-lkp@intel.com/config)
compiler: or1k-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231022/202310220706.HH9RMDHJ-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202310220706.HH9RMDHJ-lkp@intel.com/

All errors (new ones prefixed by >>):

   drivers/media/rc/ir-rx51.c: In function 'ir_rx51_on':
>> drivers/media/rc/ir-rx51.c:37:9: error: implicit declaration of function 'pwm_apply_state'; did you mean 'pwm_apply_args'? [-Werror=implicit-function-declaration]
      37 |         pwm_apply_state(ir_rx51->pwm, &ir_rx51->state);
         |         ^~~~~~~~~~~~~~~
         |         pwm_apply_args
   cc1: some warnings being treated as errors


vim +37 drivers/media/rc/ir-rx51.c

c332e8472d7db6 Timo Kokkonen 2012-08-10  33  
a92def1becf33e Sean Young    2016-12-19  34  static inline void ir_rx51_on(struct ir_rx51 *ir_rx51)
c332e8472d7db6 Timo Kokkonen 2012-08-10  35  {
99076cd117c4cb Maíra Canal   2021-11-04  36  	ir_rx51->state.enabled = true;
99076cd117c4cb Maíra Canal   2021-11-04 @37  	pwm_apply_state(ir_rx51->pwm, &ir_rx51->state);
c332e8472d7db6 Timo Kokkonen 2012-08-10  38  }
c332e8472d7db6 Timo Kokkonen 2012-08-10  39  

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

  parent reply	other threads:[~2023-10-21 23:55 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-17  9:17 [PATCH v3 0/3] Improve pwm-ir-tx precision Sean Young
2023-10-17  9:17 ` [PATCH v3 1/3] pwm: make it possible to apply pwm changes in atomic context Sean Young
2023-10-17  9:17   ` [Intel-gfx] " Sean Young
2023-10-17  9:17   ` Sean Young
2023-10-17  9:17   ` Sean Young
2023-10-18 13:57   ` Hans de Goede
2023-10-18 13:57     ` Hans de Goede
2023-10-18 13:57     ` [Intel-gfx] " Hans de Goede
2023-10-18 13:57     ` Hans de Goede
2023-10-19 10:51     ` Uwe Kleine-König
2023-10-19 10:51       ` Uwe Kleine-König
2023-10-19 10:51       ` [Intel-gfx] " Uwe Kleine-König
2023-10-19 10:51       ` Uwe Kleine-König
2023-10-21  9:08       ` Hans de Goede
2023-10-21  9:08         ` [Intel-gfx] " Hans de Goede
2023-10-21  9:08         ` Hans de Goede
2023-10-21  9:08         ` Hans de Goede
2023-10-22 10:46         ` Sean Young
2023-10-22 10:46           ` [Intel-gfx] " Sean Young
2023-10-22 10:46           ` Sean Young
2023-10-22 10:46           ` Sean Young
2023-10-23 13:17           ` Hans de Goede
2023-10-23 13:17             ` [Intel-gfx] " Hans de Goede
2023-10-23 13:17             ` Hans de Goede
2023-10-23 13:17             ` Hans de Goede
2023-10-23 13:34           ` Daniel Thompson
2023-10-23 13:34             ` Daniel Thompson
2023-10-23 13:34             ` [Intel-gfx] " Daniel Thompson
2023-10-23 13:34             ` Daniel Thompson
2023-10-25  9:53             ` Sean Young
2023-10-25  9:53               ` [Intel-gfx] " Sean Young
2023-10-25  9:53               ` Sean Young
2023-10-25  9:53               ` Sean Young
2023-10-25 10:47               ` Uwe Kleine-König
2023-10-25 10:47                 ` [Intel-gfx] " Uwe Kleine-König
2023-10-25 10:47                 ` Uwe Kleine-König
2023-10-25 10:47                 ` Uwe Kleine-König
2023-10-21 23:55   ` kernel test robot [this message]
2023-10-23 10:47   ` Jani Nikula
2023-10-23 10:47     ` Jani Nikula
2023-10-23 10:47     ` [Intel-gfx] " Jani Nikula
2023-10-23 10:47     ` Jani Nikula
2023-10-17  9:17 ` [PATCH v3 2/3] pwm: bcm2835: allow pwm driver to be used " Sean Young
2023-10-17  9:17   ` Sean Young
2023-10-18 15:00   ` Stefan Wahren
2023-10-18 15:00     ` Stefan Wahren
2023-10-19 11:19     ` Sean Young
2023-10-19 11:19       ` Sean Young
2023-10-17  9:17 ` [PATCH v3 3/3] media: pwm-ir-tx: trigger edges from hrtimer interrupt context Sean Young

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=202310220706.HH9RMDHJ-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=airlied@gmail.com \
    --cc=broonie@kernel.org \
    --cc=corbet@lwn.net \
    --cc=daniel.thompson@linaro.org \
    --cc=daniel@ffwll.ch \
    --cc=deller@gmx.de \
    --cc=dmitry.torokhov@gmail.com \
    --cc=hdegoede@redhat.com \
    --cc=ilpo.jarvinen@linux.intel.com \
    --cc=ivo.g.dimitrov.75@gmail.com \
    --cc=jani.nikula@linux.intel.com \
    --cc=javierm@redhat.com \
    --cc=jdelvare@suse.com \
    --cc=jingoohan1@gmail.com \
    --cc=joonas.lahtinen@linux.intel.com \
    --cc=lee@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=markgross@kernel.org \
    --cc=mchehab@kernel.org \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=pavel@ucw.cz \
    --cc=rodrigo.vivi@intel.com \
    --cc=sean@mess.org \
    --cc=support.opensource@diasemi.com \
    --cc=thierry.reding@gmail.com \
    --cc=tvrtko.ursulin@linux.intel.com \
    --cc=u.kleine-koenig@pengutronix.de \
    /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.