[PATCH V2 5/5] gpio: of: Add support to have multiple gpios in gpio-hog
The child node for gpio hogs under gpio controller's node provide the mechanism to automatic GPIO request and configuration as part of the gpio-contro
View Article[PATCH] clk: ti: dra7-atl-clock: Fix of_node reference counting
of_find_node_by_name() will call of_node_put() on the node so we need to get it first to avoid warnings. The cfg_node needs to be put after we have fi
View Article[PATCH v2 1/2] drm/radeon: refactor CIK tiling table initialization
Simplify the control flow of cik_tiling_mode_table_init() similar to how it was done in gfx_v7_0.c and gfx_v8_0.c. Signed-off-by: Josh Poimboeuf <jpo
View Article[PATCH v2 2/2] drm/radeon: refactor SI tiling table initialization
Simplify the control flow of si_tiling_mode_table_init() similar to how it was done in gfx_v7_0.c and gfx_v8_0.c. Signed-off-by: Josh Poimboeuf <jpoi
View ArticleRe: [PATCH] Staging: rtl8188eu: fixed constant being on left side of...
On Mon, Feb 22, 2016 at 01:52:48AM +0100, Yorick Rommers wrote: > This patch fixes a comparison warning found by checkpatch.pl. > Signed-off-by: Yoric
View Article[PATCH] dmaengine: fsl-edma: disable clks in case of failure in probe
fsl_edma_probe() does not disable already enabled clocks in case of failure. The patch fixes that. Found by Linux Driver Verification project (linuxt
View Article[PATCH] Driver: Vmxnet3: Fix regression caused by cec0556
don't pass uninitialized flags to spin_unlock_irqrestore. Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> Signed-off-by: Shrikrishna K
View Article[PATCH V15 1/4] dma: qcom_hidma: implement lower level hardware interface
This patch implements the hardware hooks for the HIDMA channel driver. The main functions of interest are: - hidma_ll_init - hidma_ll_request - hidma
View Article[PATCH V15 2/4] dma: qcom_hidma: add debugfs hooks
Add debugfs hooks for debugging the execution behavior of the DMA channel. The debugfs hooks get initialized by the probe function and uninitialized b
View Article[PATCH V15 3/4] dma: qcom_hidma: add support for object hierarchy
In order to create a relationship model between the channels and the management object, we are adding support for object hierarchy to the drivers. Thi
View Article[PATCH 4/4] dma: qcom_hidma: read the channel id from HW
Removing the flexibility to choose the event channel as there is no real use case right now. We have been using the values in ACPI that match the HW d
View Articlecgroup namespaces - mount root
Hi Tejun, One practical problem I've found with cgroup namespaces is that there is no way to disambiguate between a cgroupfs mount which was done in
View Article[RFC PATCH 0/3] new bus type siox
Hello, this is a patch set for a new bus type called SIOX created by the German company Eckelmann. This is a bus with four data lines. The signales D
View Article[RFC PATCH 1/3] siox: new driver/bus framework for Eckelmann SIOX
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> --- drivers/Kconfig | 2 + drivers/Makefile | 1 + drivers/sio
View Article[RFC PATCH 2/3] siox: add gpio bus driver
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> --- drivers/siox/Kconfig | 7 ++ drivers/siox/Makefile | 1 + dr
View Article[RFC PATCH 3/3] gpio: new driver to work with a 8x12 siox
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> --- drivers/gpio/Kconfig | 5 + drivers/gpio/Makefile | 1 + drivers/gpi
View Article[net-next PATCH 0/3] Fix differences between IPv4 and IPv6 TCP/UDP checksum...
This patch series is meant to address the differences that exist between IPv4 and IPv6 in terms of checksum calculation. Specifically the IPv6 functi
View Article[net-next PATCH 1/3] ipv4: Update parameters for csum_tcpudp_magic to their...
This patch updates all instances of csum_tcpudp_magic and csum_tcpudp_nofold to reflect the types that are usually used as the source inputs. For exa
View Article[net-next PATCH 2/3] ipv6: Pass proto to csum_ipv6_magic as __u8 instead of...
This patch updates csum_ipv6_magic so that it correctly recognizes that protocol is a unsigned 8 bit value. This will allow us to better understand w
View Article[net-next PATCH 3/3] GSO/UDP: Use skb->len instead of udph->len to...
It is possible for tunnels to end up generating IP or IPv6 datagrams that are larger than 64K and expecting to be segmented. As such we need to deal
View Article