All of lore.kernel.org
 help / color / mirror / Atom feed
From: bp@alien8.de (Borislav Petkov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 0/7] enable support for AMBA drivers under x86
Date: Sun, 5 May 2013 14:36:33 +0200	[thread overview]
Message-ID: <20130505123633.GA14095@pd.tnic> (raw)
In-Reply-To: <20121213181449.GA15966@mail.gnudd.com>

On Thu, Dec 13, 2012 at 07:14:49PM +0100, Alessandro Rubini wrote:
> This is a long-standing problem, but with not practical effects. I
> proposed a pair of different fixes quite some months ago. I'll respin
> the problem tomorrow.

Did this got fixed in some tree in the meantime? Because I still see it on
current Linus + tip/master:

arch/x86/pci/sta2x11-fixup.c:186:2: warning: initialization from incompatible pointer type [enabled by default]
arch/x86/pci/sta2x11-fixup.c:186:2: warning: (near initialization for ?sta2x11_dma_ops.free?) [enabled by default]

-- 
Regards/Gruss,
    Boris.

Sent from a fat crate under my desk. Formatting is fine.
--

WARNING: multiple messages have this Message-ID (diff)
From: Borislav Petkov <bp@alien8.de>
To: Alessandro Rubini <rubini@gnudd.com>
Cc: hpa@zytor.com, ciminaghi@gnudd.com, jaswinder.singh@linaro.org,
	will.deacon@arm.com, linux@arm.linux.org.uk, tglx@linutronix.de,
	mingo@redhat.com, djbw@fb.com, vinod.koul@intel.com,
	grant.likely@secretlab.ca, linus.walleij@linaro.org,
	wim@iguana.be, cjb@laptop.org, davidb@codeaurora.org,
	nico@fluxnic.net, ben-linux@fluff.org, viresh.linux@gmail.com,
	rajeev-dlh.kumar@st.com, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, giancarlo.asnaghi@st.com
Subject: Re: [PATCH v4 0/7] enable support for AMBA drivers under x86
Date: Sun, 5 May 2013 14:36:33 +0200	[thread overview]
Message-ID: <20130505123633.GA14095@pd.tnic> (raw)
In-Reply-To: <20121213181449.GA15966@mail.gnudd.com>

On Thu, Dec 13, 2012 at 07:14:49PM +0100, Alessandro Rubini wrote:
> This is a long-standing problem, but with not practical effects. I
> proposed a pair of different fixes quite some months ago. I'll respin
> the problem tomorrow.

Did this got fixed in some tree in the meantime? Because I still see it on
current Linus + tip/master:

arch/x86/pci/sta2x11-fixup.c:186:2: warning: initialization from incompatible pointer type [enabled by default]
arch/x86/pci/sta2x11-fixup.c:186:2: warning: (near initialization for ‘sta2x11_dma_ops.free’) [enabled by default]

-- 
Regards/Gruss,
    Boris.

Sent from a fat crate under my desk. Formatting is fine.
--

  reply	other threads:[~2013-05-05 12:36 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-10 13:42 [PATCH v4 0/7] enable support for AMBA drivers under x86 Davide Ciminaghi
2012-12-10 13:42 ` Davide Ciminaghi
2012-12-10 13:42 ` [PATCH v4 1/7] DMA: PL330: use prefix in reg names to build " Davide Ciminaghi
2012-12-10 13:42   ` Davide Ciminaghi
2012-12-11  4:25   ` Jassi Brar
2012-12-11  4:25     ` Jassi Brar
2012-12-10 13:42 ` [PATCH v4 2/7] pl080.h: moved from arm/include/asm/hardware to include/linux/amba/ Davide Ciminaghi
2012-12-10 13:42   ` Davide Ciminaghi
2012-12-10 21:44   ` Linus Walleij
2012-12-10 21:44     ` Linus Walleij
2012-12-10 22:25     ` Davide Ciminaghi
2012-12-10 22:25       ` Davide Ciminaghi
2013-01-13 13:25       ` Vinod Koul
2013-01-13 13:25         ` Vinod Koul
2012-12-10 13:42 ` [PATCH v4 3/7] watchdog: sp805_wdt depends on ARM Davide Ciminaghi
2012-12-10 13:42   ` Davide Ciminaghi
2012-12-12 21:21   ` Wim Van Sebroeck
2012-12-12 22:20     ` Grant Likely
2012-12-12 22:20       ` Grant Likely
2012-12-10 13:42 ` [PATCH v4 4/7] mmci: replace readsl/writesl with ioread32_rep/iowrite32_rep Davide Ciminaghi
2012-12-10 13:42   ` Davide Ciminaghi
2012-12-10 13:42 ` [PATCH v4 5/7] mmc: use the new <linux/sizes.h> Davide Ciminaghi
2012-12-10 13:42   ` Davide Ciminaghi
2012-12-10 13:42 ` [PATCH v4 6/7] drivers/amba: add support for a PCI bridge Davide Ciminaghi
2012-12-10 13:42   ` Davide Ciminaghi
2012-12-10 13:42 ` [PATCH v4 7/7] x86: add CONFIG_ARM_AMBA, selected by STA2X11 Davide Ciminaghi
2012-12-10 13:42   ` Davide Ciminaghi
2012-12-13  0:48   ` H. Peter Anvin
2012-12-13  0:48     ` H. Peter Anvin
2012-12-10 22:15 ` [PATCH v4 0/7] enable support for AMBA drivers under x86 David Brown
2012-12-10 22:15   ` David Brown
2012-12-13  0:37 ` H. Peter Anvin
2012-12-13  0:37   ` H. Peter Anvin
2012-12-13  1:10   ` Grant Likely
2012-12-13  1:10     ` Grant Likely
2012-12-13  1:16     ` H. Peter Anvin
2012-12-13  1:16       ` H. Peter Anvin
2012-12-13  2:02 ` H. Peter Anvin
2012-12-13  2:02   ` H. Peter Anvin
2012-12-13  2:16   ` H. Peter Anvin
2012-12-13  2:16     ` H. Peter Anvin
2012-12-13 18:14     ` Alessandro Rubini
2012-12-13 18:14       ` Alessandro Rubini
2013-05-05 12:36       ` Borislav Petkov [this message]
2013-05-05 12:36         ` Borislav Petkov
2013-05-05 20:24         ` Alessandro Rubini
2013-05-05 20:24           ` Alessandro Rubini
2013-05-05 20:39           ` Borislav Petkov
2013-05-05 20:39             ` Borislav Petkov
2013-05-06  9:41             ` Ingo Molnar
2013-05-06  9:41               ` Ingo Molnar
2013-05-06  9:54               ` Alessandro Rubini
2013-05-06  9:54                 ` Alessandro Rubini
2013-05-06 10:11               ` Borislav Petkov
2013-05-06 10:11                 ` Borislav Petkov

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=20130505123633.GA14095@pd.tnic \
    --to=bp@alien8.de \
    --cc=linux-arm-kernel@lists.infradead.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 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.