All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Guinot <simon.guinot@sequanux.org>
To: Jacek Anaszewski <j.anaszewski@samsung.com>
Cc: Andrew Lunn <andrew@lunn.ch>, Jason Cooper <jason@lakedaemon.net>,
	devicetree@vger.kernel.org,
	Linus Walleij <linus.walleij@linaro.org>,
	Bryan Wu <cooloney@gmail.com>,
	Vincent Donnefort <vdonnefort@gmail.com>,
	Richard Purdie <rpurdie@rpsys.net>,
	linux-arm-kernel@lists.infradead.org,
	Gregory Clement <gregory.clement@free-electrons.com>,
	Dan Carpenter <dan.carpenter@oracle.com>,
	Alexandre Courbot <gnurou@gmail.com>,
	linux-leds@vger.kernel.org,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Subject: Re: [PATCH v3 1/3] leds: netxbig: add device tree binding
Date: Thu, 25 Jun 2015 10:46:03 +0200	[thread overview]
Message-ID: <20150625084603.GG4853@kw.sim.vm.gnt> (raw)
In-Reply-To: <558A736D.8030503@samsung.com>

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

On Wed, Jun 24, 2015 at 11:07:57AM +0200, Jacek Anaszewski wrote:
> >>BTW how do you compile the driver? I've tried to use
> >>multi_v5_defconfig and mvebu_v5_defconfig and I have build breaks
> >>with both of them on the recent linux-next.
> >
> >For the original patch set version (Linux 4.0 at the time), I have used
> >the mvebu_v5_defconfig. Now I am using a lighter configuration because
> >I don't need to build the whole mvebu stuff.
> >
> >What kind of error do you get ? I remember something about setting
> >CONFIG_HZ to 250.
> 
> I am getting:
> 
> drivers/crypto/mv_cesa.c:1037:2: error: implicit declaration of
> function ‘of_get_named_gen_pool’
> [-Werror=implicit-function-declaration]
> 
> Compilation succeeded after disabling CONFIG_CRYPTO_DEV_MV_CESA.

It is because the merge in linux-next missed the renaming of
of_get_named_gen_pool() in of_gen_pool_get() for the mv_cesa driver.

I have sent a patch, just in case.

Simon

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: simon.guinot@sequanux.org (Simon Guinot)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 1/3] leds: netxbig: add device tree binding
Date: Thu, 25 Jun 2015 10:46:03 +0200	[thread overview]
Message-ID: <20150625084603.GG4853@kw.sim.vm.gnt> (raw)
In-Reply-To: <558A736D.8030503@samsung.com>

On Wed, Jun 24, 2015 at 11:07:57AM +0200, Jacek Anaszewski wrote:
> >>BTW how do you compile the driver? I've tried to use
> >>multi_v5_defconfig and mvebu_v5_defconfig and I have build breaks
> >>with both of them on the recent linux-next.
> >
> >For the original patch set version (Linux 4.0 at the time), I have used
> >the mvebu_v5_defconfig. Now I am using a lighter configuration because
> >I don't need to build the whole mvebu stuff.
> >
> >What kind of error do you get ? I remember something about setting
> >CONFIG_HZ to 250.
> 
> I am getting:
> 
> drivers/crypto/mv_cesa.c:1037:2: error: implicit declaration of
> function ?of_get_named_gen_pool?
> [-Werror=implicit-function-declaration]
> 
> Compilation succeeded after disabling CONFIG_CRYPTO_DEV_MV_CESA.

It is because the merge in linux-next missed the renaming of
of_get_named_gen_pool() in of_gen_pool_get() for the mv_cesa driver.

I have sent a patch, just in case.

Simon
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20150625/19613b06/attachment.sig>

  reply	other threads:[~2015-06-25  8:46 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-18 14:59 [PATCH v3 0/3] Add DT support for netxbig LEDs Simon Guinot
2015-06-18 14:59 ` Simon Guinot
2015-06-18 14:59 ` [PATCH v3 1/3] leds: netxbig: add device tree binding Simon Guinot
2015-06-18 14:59   ` Simon Guinot
2015-06-23 12:11   ` Jacek Anaszewski
2015-06-23 12:11     ` Jacek Anaszewski
2015-06-23 21:17     ` Simon Guinot
2015-06-23 21:17       ` Simon Guinot
2015-06-24  9:07       ` Jacek Anaszewski
2015-06-24  9:07         ` Jacek Anaszewski
2015-06-25  8:46         ` Simon Guinot [this message]
2015-06-25  8:46           ` Simon Guinot
2015-07-16  8:25       ` Linus Walleij
2015-07-16  8:25         ` Linus Walleij
2015-06-18 14:59 ` [PATCH v3 2/3] ARM: Kirkwood: add LED DT entries for netxbig boards Simon Guinot
2015-06-18 14:59   ` Simon Guinot
2015-06-18 14:59 ` [PATCH v3 3/3] ARM: mvebu: remove static LED setup " Simon Guinot
2015-06-18 14:59   ` Simon Guinot

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=20150625084603.GG4853@kw.sim.vm.gnt \
    --to=simon.guinot@sequanux.org \
    --cc=andrew@lunn.ch \
    --cc=cooloney@gmail.com \
    --cc=dan.carpenter@oracle.com \
    --cc=devicetree@vger.kernel.org \
    --cc=gnurou@gmail.com \
    --cc=gregory.clement@free-electrons.com \
    --cc=j.anaszewski@samsung.com \
    --cc=jason@lakedaemon.net \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-leds@vger.kernel.org \
    --cc=rpurdie@rpsys.net \
    --cc=sebastian.hesselbarth@gmail.com \
    --cc=vdonnefort@gmail.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.