[PATCH V1 0/2] da9063: Support for RTC and register definition updates (2...
From: Opensource [Steve Twiss] <stwiss.opensource@diasemi.com> This patch series updates the register definitions for the DA9063 PMIC and adds support for the DA9063 RTC. - Changes to the DA9063...
View Article[GIT PULL] Final block fixes for 3.14 (no replies)
Hi Linus, Small collection of fixes for 3.14-rc. It contains: - Three minor update to blk-mq from Christoph. - Reduce number of unaligned (< 4kb) in-flight writes on mtip32xx to 2. From Micron. -...
View Article[GIT PULL] Move device tree graph parsing helpers to drivers/of (no replies)
Hi Mauro, Russell, I have temporarily removed the simplified bindings at Sylwester's request and updated the branch with the acks. The following changes since commit...
View Article[PATCH] spi/s3c64xx: Update DT binding documentation to match code (no replies)
The following patch added support for spi controllers with a dedicated chip select pin: commit 3146beec21b64f4551fcf0ac148381d54dc41b1b spi: s3c64xx: Added provision for dedicated cs pin It updated...
View Article[PATCH] leds-gpio: of: introduce MODULE_DEVICE_TABLE for module autoloading...
Enable autoloading of leds-gpio module when a corresponing DT entry is present. Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com> --- drivers/leds/leds-gpio.c | 2 ++ 1 file changed, 2...
View Articlex86: Fix leak in uncore_type_init failure paths (no replies)
The error path of uncore_type_init() frees up any allocations that were made along the way, but it relies upon type->pmus being set, which only happens if the function succeeds. As type->pmus...
View Article[PATCH v3 4/4] checkpatch: improve the compatible vendor match (1 reply)
From: Joe Perches <joe@perches.com> From: Joe Perches <joe@perches.com> Improve the vendor name match in vendor-prefix.txt by only matching the exact vendor name at the beginning of lines....
View Article[PATCH v3 0/4] checkpatch: enhance compatible string checking (6 replies)
Hi, This series proposes a number of fixes and enhancements to the checks performed on compatible strings: 1) Fix vendor check for strings with dashes 2) Fix spurious vendor warning, when there is no...
View Article[PATCH] dma: omap-dma: Implement device_slave_caps callback (no replies)
With the callback implemented omap-dma can provide information to client drivers regarding to supported address widths, directions, residue granularity, etc. Signed-off-by: Peter Ujfalusi...
View Article[PATCH] [RFC] perf: Fix a race between ring_buffer_detach() and...
This is more of a problem description than an actual bugfix, but currently ring_buffer_detach() can kick in while ring_buffer_wakeup() is traversing the ring buffer's event list, leading to cpu...
View Article[PATCH] sdhci: Forward EPROBE_DEFER on vmmc and vqmmc regulators (no replies)
If vmmc or vqmmc regulators are controlled by an I2C device, the request for the regulator is likely to fail because the I2C bus has not been probed yet. The sdhci then incorrectly assumes that the...
View ArticleRe: [PATCH] proc: #68991 Fix GPF in /proc/$PID/map_files (1 reply)
On 03/08/2014 06:20 AM, Artem Fetishev wrote: > https://bugzilla.kernel.org/show_bug.cgi?id=68991 > > The expected logic of proc_map_files_get_link() is either to return 0 and > initialize...
View Article[PATCH] reset: Add optional resets and stubs (2 replies)
This patch adds device_reset_optional and (devm_)reset_control_get_optional variants that drivers can use to indicate they can function without control over the reset line. For those functions, stubs...
View Article[Bug] PCI: Enable INTx if BIOS left them disabled - triggers during rescan (1...
Hi, After upgrading to the latest RC I noticed that suprise removal stopped working. Linux did not notice that the devices where gone. Bisection points to 1f42db786b14a31bf807fc41ee5583a00c08fcb1 PCI:...
View Article[PATCH] proc: #68991 Fix GPF in /proc/$PID/map_files (no replies)
https://bugzilla.kernel.org/show_bug.cgi?id=68991 The expected logic of proc_map_files_get_link() is either to return 0 and initialize 'path' or return an error and leave 'path' uninitialized. By the...
View Articlestill getting "rcu_sched self-detected stall on CPU" (no replies)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 It's a 32 bit Gentoo stable Linux system with kernel 3.13.6 where I do get the following while trying to start a tails live cd image via kvm : Any...
View Article[PATCH v3 1/5] ARM: STi: Add STiH407 SoC support (no replies)
This patch adds support to STiH407 SoC. Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com> Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> ---...
View Article[PATCH v3 3/5] pinctrl: st: add pinctrl support for the STiH407 SoC (1 reply)
From: Giuseppe Cavallaro <peppe.cavallaro@st.com> This patch adds the initial support for pinctrl based on H407 SoC. Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com> Signed-off-by:...
View Article[PATCH v3 5/5] ARM: dts: STiH407: Add B2120 board support (no replies)
B2120 HDK is the reference board for STiH407 SoC. It has the following characteristics: - 1GB DDR3 - 8GB eMMC / SD-Card slot - 32MB NOR Flash - 1 x Gbit Ethernet - 1 x USB 3.0 port - 1 x Mini-PCIe - 1...
View Article[PATCH v3 0/5] Add STiH407 SoC and reference board support (3 replies)
This series adds basic support to the STMicroelectronics STiH407 SoC and its B2120 reference board. The STiH407 is a dual-core ARM Cortex-A9 CPU aimed at STB market. Changes since v2:...
View Article