[PATCH] ARM: shmobile: r8a7740: add PMU information to r8a7740.dtsi (no replies)
From: Magnus Damm <damm@opensource.se> Add PMU information to r8a7740.dtsi. With this included Armadillo800eva DT reference may use the PMU. Signed-off-by: Magnus Damm <damm@opensource.se>...
View Article[PATCH 0/9] ARM: tegra: move to generic DMA DT binding (10 replies)
The patch series aim to move apbdma to generic DT binding. Changes: - It add dmas/dma-names properties while leave nvidia,dma-request-selector to be compatible. - update apbdma driver and dma client...
View Articlelinux-next: build failure after merge of the tty tree (no replies)
Hi Greg, After merging the tty tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: drivers/tty/n_tty.c: In function 'n_tty_close': drivers/tty/n_tty.c:1757:2: error: implicit...
View Article[PATCH] video: xilinxfb: Fix compilation warning (4 replies)
regs_phys is phys_addr_t (u32 or u64). Lets retype it to u64. Fixes compilation warning introduced by: video: xilinxfb: Use drvdata->regs_phys instead of physaddr (sha1:...
View Article[RESEND PATCH] microblaze: Fix clone syscall (5 replies)
Microblaze was assign to CLONE_BACKWARDS type where parent tid was passed via 3rd argument. Microblaze glibc is using 4th argument for it. Create new CLONE_BACKWARDS3 type where stack_size is passed...
View Articlelinux-next: manual merge of the akpm-current tree with the staging tree (1...
Hi Andrew, Today's linux-next merge of the akpm-current tree got a conflict in drivers/staging/lustre/lustre/ldlm/ldlm_pool.c between commit 91a50030f05e ("staging/lustre/ldlm: split client namespaces...
View Article[PATCH] Change request_irq() to use struct net_device *dev->name (no replies)
Signed-off-by: Prashant Shah <pshah.mumbai@gmail.com> --- drivers/net/ethernet/8390/wd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/8390/wd.c...
View Article[PATCH resend] shdma: fixup sh_dmae_get_partial() calculation error (no replies)
sh_desc->hw.tcr is controlling real data size, and, register TCR is controlling data transfer count which was xmit_shifted value of hw.tcr. Current sh_dmae_get_partial() is calculating in different...
View Article[PATCH v5 0/4] DMA: Freescale: Add support for 8-channel DMA engine (5 replies)
From: Hongbo Zhang <hongbo.zhang@freescale.com> Hi Vinod, Dan, Scott and Leo, please have a look at these V2 patches. Freescale QorIQ T4 and B4 introduce new 8-channel DMA engines, this patch...
View Articletargetcli -fb now also Apache 2.0 licensed (no replies)
Hi Nick, I just wanted to let you know that I finally received permission from all contributors, and have matched RisingTide's relicensing of targetcli and its dependencies to Apache 2.0, by...
View Articlelinux-next: Tree for Jul 24 (no replies)
Hi all, Changes since 20130723: Removed trees: irqdomain-current, spi-current, gpio-current, spi, irqdomain, gpio (at maintainer's request) Renamed trees: spi-mb -> spi gpio-lw -> gpio The...
View Article[PATCH] drivers: net: allwinner: Fix Kconfig indentation (no replies)
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> --- drivers/net/ethernet/allwinner/Kconfig | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff...
View Article[PATCH] drivers: net: sun4i-emac: select MDIO_SUN4I (no replies)
The EMAC driver can't work without its associated PHY driver. Reflect this in the Kconfig options by selecting it. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> ---...
View Article[PATCH] i2c: mv64xxx: Document the newly introduced allwinner compatible (no...
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> --- Documentation/devicetree/bindings/i2c/i2c-mv64xxx.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git...
View Article[PATCH] modules: add support for soft module dependencies (no replies)
Hi Rusty: I don't know why this patch never went into the kernel, even though the corresponding features have been added to modprobe in most if not all distros. This is required for dependencies on...
View Article[PATCH] correct call to free_pages to specify memory size in pages, not...
I found this bug while working on the EFI stub for ARM - free_pages is being passed memory size in bytes instead of pages. Since this is unrelated to ARM, I am submitting this separately from the...
View Article[PATCH] Smack: IPv6 casting error fix (1 reply)
Subject: [PATCH] Smack: IPv6 casting error fix The original implementation of the Smack IPv6 port based local controls works most of the time using a sockaddr as a temporary variable, but not always...
View Article[git pull] drm qxl fixes (no replies)
Okay as I warned, the qxl driver was running a bit free and loose with its ttm object reservations and the new lockdep enabled reservation tracking shone a bright light into it, it also with the new...
View Articlelinux-next: manual merge of the wireless-next tree with Linus' tree (no replies)
Hi John, Today's linux-next merge of the wireless-next tree got a conflict in drivers/net/ethernet/broadcom/Kconfig between commit 31bd29776b85 ("bgmac: add dependency to phylib") from Linus' tree and...
View Article[PATCH] memcg: remove redundant code in mem_cgroup_force_empty_write() (1 reply)
vfs guarantees the cgroup won't be destroyed, so it's redundant to get a css reference. Signed-off-by: Li Zefan <lizefan@huawei.com> --- mm/memcontrol.c | 7 +------ 1 file changed, 1...
View Article