[sched/balance] INFO: possible recursive locking detected (no replies)
Greetings, I got the below dmesg and the first bad commit is https://github.com/alexshi/power-scheduling.git single-balance.bak commit 2adc591a5cb6768ad11e63be9011906aa171148d Author: Alex Shi...
View Article[PATCH Resend 0/2] input/rtc: da9055: Remove conflicting use of...
This patch set removes the use of regmap_irq_get_virq() in driver probes for da9055 (in particular RTC and ONKEY) which was conflicting with use of platform_get_irq_byname(). platform_get_irq_byname()...
View Article[RFC PATCH] vfio-pci: avoid deadlock between unbind and VFIO_DEVICE_RESET (3...
When we unbind vfio-pci from a device, while running a guest, we might have a deadlock when such a guest reboots. Unbind takes device_lock at device_release_driver, and waits for release_q at...
View Article[RESEND Patch 4/9] ARM: dts: OMAP36xx: Add device node for ABB (no replies)
From: "Andrii.Tseglytskyi" <andrii.tseglytskyi@ti.com> Add ABB device node for OMAP36xx family of devices. Data is based on OMAP36XX Technical Reference Manual revision AB (Dec 2012)....
View Article[RESEND Patch 5/9] ARM: dts: OMAP4: Add device nodes for ABB (no replies)
From: "Andrii.Tseglytskyi" <andrii.tseglytskyi@ti.com> Add ABB device nodes for OMAP443x family of devices. abb_iva is populated, but disabled as it is not used on current OMAP443x family, but...
View Article[RESEND Patch 8/9] ARM: DTS: DRA7: Replace peripheral interrupt numbers with...
From: Sricharan R <r.sricharan@ti.com> Now with the crossbar IP in picture, the peripherals do not have the fixed interrupt lines. Instead they rely on the crossbar irqchip to allocate and map a...
View Article[RESEND Patch 9/9] ARM: DTS: DRA7: Add routable-irqs property for gic node...
From: Sricharan R <r.sricharan@ti.com> There is a IRQ crossbar device in the soc, which maps the irq requests from the peripherals to the mpu interrupt controller's inputs. The gic provides the...
View Article[RESEND Patch 6/9] ARM: dts: DRA7: Add device nodes for ABB (no replies)
From: Nishanth Menon <nm@ti.com> Add ABB device nodes for DRA7 family of devices. Data is based on DRA7 Technical Reference Manual revision I (Sept 2013) Signed-off-by: Nishanth Menon...
View Article[PATCH Resend 0/2] mfd: da9055: Add DT support & documentation for PMIC (no...
TO DT MAINTAINERS: Please can you review the binding documentantion, and provide acks if all ok? This patch set adds DT support for the MFD core of the da9055 PMIC, and adds the accompanying DT...
View Article[RESEND Patch 3/9] ARM: dts: am43x-epos-evm: add SD card hotplug support (no...
From: Balaji T K <balajitk@ti.com> Add card detect gpio for SD card slot and include dt gpio header. Signed-off-by: Balaji T K <balajitk@ti.com> Signed-off-by: Mugunthan V N...
View Article[RESEND Patch 0/9] dts pending patches for TI omap (4 replies)
Benoit/Tony Here I am send all the pending dt patches that can go into 3.15 merge window, all the patches were already posted to mailing list and has beed reviewed. I have rebased the patches on top...
View Articlerandconfig build error with next-20140303, in drivers/mtd/ubi/block.c (no...
Building with the attached random configuration file, In file included from include/linux/kernel.h:13:0, from /home/jim/linux/arch/x86/include/asm/percpu.h:44, from...
View Article[PATCH 00/12] ARM: OMAP: SATA support for OMAP5 & DRA7 (12 replies)
Hi, This series adds SATA support for OMAP5 uevm and DRA7-evm boards. - Cleans up the ti-pipe3 PHY driver - Adds SATA DPLL support to ti-pipe3 PHY driver - Adds SATA nodes to hwmod and SoC DT data...
View Article[PATCH] fs: fix i_writecount on shmem and friends (no replies)
VM_DENYWRITE currently relies on i_writecount. Unless there's an active writable reference to an inode, VM_DENYWRITE is not allowed. Unfortunately, alloc_file() does not increase i_writecount,...
View Article[PATCH] regulator: s2mps11: Fix section mismatch (no replies)
Remove __initconst from regulator_desc array because this array is used during probe and s2mps11_pmic_probe() is not in __init section. However still select the number of supported regulators...
View Article[PATCH v2 00/11] Generic Device Tree based power domain look-up (11 replies)
Up till now there was no single generic method to bind devices to their power domains using Device Tree. Each platform has been doing this using its own way, example of which are Exynos power domain...
View Article[PATCH net-next 00/12] r8152: new features (3 replies)
Besides the adjustment of the code, support rx checksum, TCP large send, and IPv6. Hayes Wang (12): r8152: deal with the empty line and space r8152: replace tp->netdev with netdev r8152: remove...
View Article[PATCH net] r8152: disable the ECM mode (no replies)
There are known issues for switching the drivers between ECM mode and vendor mode. The interrup transfer may become abnormal. The hardware may have the opportunity to die if you change the...
View Article[PATCH v3 3/5] drivers: bus: omap_l3: Convert to use devm_request_irq() (no...
With this we can remove the free_irq() calls from probe and remove. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Reviewed-by: Santosh Shilimkar <santosh.shilimkar@ti.com> ---...
View Article[PATCH v3 1/5] drivers: bus: omap_l3: Convert to use devm_kzalloc (no replies)
We can remove the kfree() calls from probe and remove. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Reviewed-by: Santosh Shilimkar <santosh.shilimkar@ti.com> ---...
View Article