[PATCH] mmc: sdhci: add support for pre_req and post_req (1 reply)
This patch supports non-blocking mmc request function for the sdchi driver. (commit: aa8b683a7d392271ed349c6ab9f36b8c313794b7) pre_req() runs dma_map_sg(), post_req() runs dma_unmap_sg. If not calling...
View Article[PATCH] ARM: OMAP2+: am335x-bone*: add DT for BeagleBone Black (4 replies)
The BeagleBone Black is basically a regular BeagleBone with eMMC and HDMI added, so create a common dtsi both can use. MMC support for AM335x still isn't in, so only the LDO change has been added....
View Article[PATCH] VMCI: fix to pass correct device identity to free_irq() (1 reply)
From: Wei Yongjun <yongjun_wei@trendmicro.com.cn> free_irq() expects the same device identity that was passed to corresponding request_irq(), otherwise the IRQ is not freed. Signed-off-by: Wei...
View Article[PATCH] perf kvm: fix sample_type manipulation (no replies)
Manipulating the sample_type of an evsel requires the use of: perf_evsel__set_sample_bit() and perf_evsel__reset_sample_bit() Manipulating the sample type of an evlist requires the id position to be...
View Article[PATCH v2 1/4] ab8500-charger: Check return value of regulator_enable (7...
Check the return value of regulator_enable to silence the following type of warnings: drivers/power/ab8500_charger.c:1390:20: warning: ignoring return value of ‘regulator_enable’, declared with...
View Article[PATCH 2/2] fsl: set wakeup sources (1 reply)
From: Hongbo Zhang <hongbo.zhang@freescale.com> Some devices can work as wakeup sources, they should be powerred on during system deep sleep, this patch adds interface for configuring devices...
View Article[PATCH V3] PCI: exynos: add support for MSI (no replies)
This patch adds support for Message Signaled Interrupt in the Exynos PCIe diver using Synopsys designware PCIe core IP. Signed-off-by: Siva Reddy Kallam <siva.kallam@samsung.com> Signed-off-by:...
View Article[PATCH] can: pcan_usb_core: fix memory leak on failure paths in...
Tx and rx urbs are not deallocated if something goes wrong in peak_usb_start(). The patch fixes error handling to deallocate all the resources. Found by Linux Driver Verification project...
View Article[PATCHv2] ARM: OMAP2+: am335x-bone*: add DT for BeagleBone Black (no replies)
The BeagleBone Black is basically a regular BeagleBone with eMMC and HDMI added, so create a common dtsi both can use. MMC support for AM335x still isn't in, so only the LDO change has been added....
View Articlelinux-next: build warning after merge of the final tree (Linus' tree related...
Hi all, After merging the final tree, today's linux-next build (arm defconfig) produced this warning: fs/direct-io.c: In function 'sb_init_dio_done_wq': fs/direct-io.c:557:2: warning: value computed...
View Article3.11.0-next-20130905: kernel BUG at include/linux/pagemap.h:343 (no replies)
[ 30.438555] ------------[ cut here ]------------ [ 30.443385] kernel BUG at include/linux/pagemap.h:343! [ 30.448707] invalid opcode: 0000 [#1] SMP [ 30.453029] Modules linked in:...
View Articlelinux-next: Tree for Sep 6 (no replies)
Hi all, Please do not add any code for v3.13 to your linux-next included branches until after v3.12-rc1 is released. Changes since 20130905: *crickets*...
View Article[PATCHv3 0/4] Add Freescale FTM PWM driver. (4 replies)
Hello, This patch series is the Freescale FTM PWM implementation. And there are 8 channels most supported by the FTM PWM. This implementation is only compatible with device tree definition. This patch...
View Article[PATCH v3 1/4] ab8500-charger: Check return value of regulator_enable (3...
Check the return value of regulator_enable to silence the following type of warnings: drivers/power/ab8500_charger.c:1390:20: warning: ignoring return value of ‘regulator_enable’, declared with...
View Article[PATCH] arm: dts: am33xx: Add mmc nodes for am33xx platform (no replies)
Add mmc nodes for am33xx platforms Signed-off-by: George Cherian <george.cherian@ti.com> --- Verified after applying [1] and [2] [1] - [PATCH v4 0/6] dma: edma: Support scatter-lists of any...
View Article[PATCH] mm/hotplug: rename the function is_memblock_offlined_cb() (no replies)
Function is_memblock_offlined() return 1 means memory block is offlined, but is_memblock_offlined_cb() return 1 means memory block is not offlined, this will confuse somebody, so rename the function....
View Article[PATCH 15/24] net: Check the correct namespace when spoofing pid over...
3.8.13.9 -stable review patch. If anyone has any objections, please let me know. ------------------ From: Andy Lutomirski <luto@amacapital.net> commit d661684cf6820331feae71146c35da83d794467e...
View Article[PATCH 12/24] powerpc: Don't Oops when accessing /proc/powerpc/lparcfg...
3.8.13.9 -stable review patch. If anyone has any objections, please let me know. ------------------ From: Benjamin Herrenschmidt <benh@kernel.crashing.org> commit...
View Article[PATCH 21/24] drm/i915: ivb: fix edp voltage swing reg val (no replies)
3.8.13.9 -stable review patch. If anyone has any objections, please let me know. ------------------ From: Imre Deak <imre.deak@intel.com> commit 77fa4cbd5fa389e28419bbe8ac491b5fdd54840d...
View Article[PATCH 20/24] workqueue: cond_resched() after processing each work item (no...
3.8.13.9 -stable review patch. If anyone has any objections, please let me know. ------------------ From: Tejun Heo <tj@kernel.org> commit b22ce2785d97423846206cceec4efee0c4afd980 upstream. If...
View Article