fs/hfsplus/xattr.c: comparison of distinct pointer types lacks a cast

2014-05-24 Thread Christian Kujau
Hi, while compiling 3.15-rc6 for powerpc (gcc-4.8.1 crosscompiling on x86_64), this happens: --- CC [M] fs/hfsplus/xattr_user.o CC [M] fs/hfsplus/xattr_security.o CC [M] fs/hfsplus/xattr.o CC [M] fs/hfsplus/xattr_trusted.o I

Section mismatch in reference from the variable via_pmu_driver

2014-05-24 Thread Christian Kujau
Hi, while compiling 3.15-rc6 for powerpc (gcc-4.8.1 crosscompiler on x86_64), a warning popped up: WARNING: modpost: Found 1 section mismatch(es). Compiling with CONFIG_DEBUG_SECTION_MISMATCH=y gives: --- LD drivers/macintosh/built-in.o CC [M] fs/hf

[PATCH 3/3] dmaengine: mpc512x: register for device tree channel lookup

2014-05-24 Thread Alexander Popov
Register the controller for device tree based lookup of DMA channels (non-fatal for backwards compatibility with older device trees) and provide the '#dma-cells' property in the shared mpc5121.dtsi file Signed-off-by: Alexander Popov --- arch/powerpc/boot/dts/mpc5121.dtsi | 1 + drivers/dma/mpc

[PATCH 2/3] dmaengine: of: add common xlate function for matching by channel id

2014-05-24 Thread Alexander Popov
This patch adds a new common OF dma xlate callback function which will match a channel by it's id. The binding expects one integer argument which it will use to lookup the channel by the id. Unlike of_dma_simple_xlate this function is able to handle a system with multiple DMA controllers. When re

[PATCH 1/3] dmaengine: mpc512x: add device tree binding document

2014-05-24 Thread Alexander Popov
Introduce a device tree binding document for the MPC512x DMA controller Signed-off-by: Alexander Popov --- .../devicetree/bindings/dma/mpc512x-dma.txt| 40 ++ 1 file changed, 40 insertions(+) create mode 100644 Documentation/devicetree/bindings/dma/mpc512x-dma.txt d

[PATCH 0/3] dmaengine: mpc512x: add device tree binding document and DMA channel lookup

2014-05-24 Thread Alexander Popov
This patch series introduces a device tree binding document for the MPC512x DMA controller and adds device tree based DMA channel lookup for it. Alexander Popov (3): dmaengine: mpc512x: add device tree binding document dmaengine: of: add common xlate function for matching by channel id dmaen

Re: [PATCH] pcmcia: m8xx: remove checks for four macros

2014-05-24 Thread Paul Bolle
The message to Marcelo's address bounced. Does that always happen? Paul Bolle ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

[PATCH] pcmcia: m8xx: remove checks for four macros

2014-05-24 Thread Paul Bolle
This driver contains checks for four Kconfig macros. But the related Kconfig symbols have never been part of the tree. Remove these checks and the code they hide. Signed-off-by: Paul Bolle --- Untested. This has been an issue ever since this driver was added in v2.6.15. Note that there is no hea

Re: [PATCH RFC v13 0/5] MPC512x DMA slave s/g support, OF DMA lookup

2014-05-24 Thread Alexander Popov
Thank you, Vinod 2014-05-22 9:10 GMT+04:00 Vinod Koul : > On Thu, May 15, 2014 at 06:15:30PM +0400, Alexander Popov wrote: >> Changes in v13: >> A new patch (part 1/5) is added to this series. >> Part 2/5: >> - fix style issue; >> - improve comments; > > You need to cc DT- list for 3 to 5 patc