Re: [PATCH] kselftest: using built-in rule when delete file
On 2015/9/24 9:46, Michael Ellerman wrote: > On Wed, 2015-09-23 at 09:40 +0000, Wang Long wrote: >> Use make's built-in rules to when delete a file >> or delete files. > > It's...
View ArticleRe: [PATCH] staging: rtl8192u: ieee80211_rx: Fix incorrect type in assignments
On Fri, Jun 26, 2015 at 01:36:14PM -0300, Gaston Gonzalez wrote: > On Thu, Jun 25, 2015 at 02:06:44PM +0200, Arnd Bergmann wrote: > > On Wednesday 24 June 2015 13:34:58 Gaston Gonzalez wrote:...
View Article[PATCH] perf/probe: Search both .eh_frame and .debug_frame sections for probe...
perf probe through debuginfo__find_probes() in util/probe-finder.c checks for the functions' frame descriptions in either .eh_frame section of an ELF or the .debug_frame. The check is based on whether...
View ArticleRe: [PATCH v2 1/9] ARM: dts: rockchip: add core rk3036 dts
On 2015年09月17日 17:18, Heiko Stübner wrote: > Am Donnerstag, 17. September 2015, 16:28:52 schrieb Xing Zheng: >> Initial release for rk3036, node definitions rk3036 sdk board. >>...
View ArticleRe: [PATCH v2 2/9] clk: rockchip: add dt-binding header for rk3036
On 2015年09月17日 17:25, Heiko Stübner wrote: > Am Donnerstag, 17. September 2015, 16:28:53 schrieb Xing Zheng: >> Add the dt-bindings header for the rk3036, that gets shared between >>...
View ArticleRe: [PATCH v2] netlink: Replace rhash_portid with bound
On Wed, Sep 23, 2015 at 11:54:40AM -0400, Tejun Heo wrote: > > Hmm... lemme try again. When using barriers or RCU, it's desirable to > establish certain invariants because it usually is...
View Article[PATCHv4] arm64: dts: Add base stratix 10 dtsi
From: Dinh Nguyen <dinguyen@opensource.altera.com> Add the base DTS for Altera's SoCFPGA Stratix 10 platform. Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com> --- v4: Add a...
View ArticleRe: [PATCH][RFC] ACPI / PM: Fix incorrect wakeup irq setting before...
On Monday, August 10, 2015 10:11:26 AM Chen Yu wrote: > For ACPI compatible system, SCI(ACPI System Control > Interrupt) is used to wake system up from suspend-to-idle. > Once CPU is woken up...
View ArticleRe: [PATCH v3 1/3] powerpc/512x: add LocalPlus Bus FIFO device driver
Alexander Popov wrote: > +struct mpc512x_lpbfifo_request { > + phys_addr_t bus_phys; /* physical address of some device on LPB */ Is this a phys_addr_t or a dma_addr_t? It can't be both a...
View ArticleRe: [PATCH v2] ARM: dts: >: fix address translation for pbias
* Kishon Vijay Abraham I <kishon@ti.com> [150904 05:12]: > "ARM: dts: <omap2/omap4/omap5/dra7>: add minimal l4 bus > layout with control module support" moved pbias_regulator dt node...
View ArticleRe: [PATCH] HID: multitouch: Do not fetch initial feature reports for Win8...
Hi Mika, On Sep 24 2015 or thereabouts, Mika Westerberg wrote: > Some newer Intel Skylake based Dell laptops with Win8 precision touchpad > fail when initial feature reports are fetched from it....
View Article[PATCH v2 0/5] Qualcomm Shared Memory State Machines
This series implements the two different mechanisms for propagating single bit state information, used on the various Qualcomm platforms. The system was traditionally used by the modem and application...
View Article[PATCH v2 3/5] soc: qcom: Introduce common SMEM state machine code
This implements a common API for handling and exposing SMP2P and SMSM state information. Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> --- Changes since v1: - Introduced this...
View Article[PATCH v2 1/5] dt-binding: soc: qcom: Add Qualcomm SMSM device tree...
This documents a device tree binding for the Qualcomm Shared Memory State Machine. Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> --- Changes since v1: - No longer representing...
View Article[PATCH v2 5/5] soc: qcom: smp2p: Qualcomm Shared Memory Point to Point
Introduce the Qualcomm Shard Memory Point to Point driver. Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> --- Changes since v1: - Use the newly created smem state helper instead...
View Article[PATCH v2 4/5] soc: qcom: smsm: Add driver for Qualcomm SMSM
This driver exposed the Qualcomm Shared Memory State Machine bits. Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> --- Changes since v1: - Use the newly created smem state helper...
View Article[PATCH v2 2/5] dt-binding: soc: qcom: Introduce qcom,smp2p binding documentation
Introduce binding documentation for the Qualcomm Shared Memory Point 2 Point protocol. Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> --- Changes since v1: - No longer...
View ArticleRe: [PATCH] ARM: dts: move aliases back to .dts in Cygnus
On 24/09/15 15:21, Ray Jui wrote: > Move aliases from bcm-cygnus.dtsi back to individual .dts files. Also > clean up the chosen node to have the stdout-path using the proper alias > >...
View Article[PATCH] soc: qcom: smd: Reject send of too big packets
Attempting to find room for a packet that's bigger than the fifo will never succeed and the calling process will be sleeping forever in the loop, waiting for enough room. So fail early instead....
View ArticleRe: [PATCH v3 0/9] Phy, mdiobus, and netdev struct device fixes
On 24/09/15 12:17, Russell King - ARM Linux wrote: > Hi, > > The third version of this series fixes the build error which David > identified, and drops the broken changes for the Cavium...
View Article