[PATCH 3/9 V2] usb/host/fotg210: Remove return statement inside if
This patch make changes to an if else statement which simplifies the code allowing to remove a return. CC: Joe Perches <joe@perches.com> Signed-off-by: Peter Senna Tschudin...
View ArticleRe: [PATCH 04/14] init: deps: order network interfaces by link order
On Sat, Oct 17, 2015 at 09:14:34PM +0200, Alexander Holler wrote: > Am 17.10.2015 um 21:08 schrieb Linus Torvalds: > >On Sat, Oct 17, 2015 at 12:01 PM, Alexander Holler...
View ArticleRe: [PATCH 04/14] init: deps: order network interfaces by link order
On Sat, Oct 17, 2015 at 12:14 PM, Alexander Holler <holler@ahsoftware.de> wrote: > > It's impossible to take it into account because I don't want to miss the > parallelize...
View ArticleRe: [GIT PULL] On-demand device probing
On Sat, Oct 17, 2015 at 2:59 PM, Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote: > On Sat, Oct 17, 2015 at 02:45:34PM -0400, Rob Clark wrote: >> On Sat, Oct 17, 2015 at 2:27 PM,...
View ArticleRe: [PATCH 0/14] init: deps: dependency based (parallelized) init
Am 17.10.2015 um 20:38 schrieb Greg Kroah-Hartman: > So how long does that really take to call all probe functions in all > possible order? Real numbers please. We have the tools to determine...
View ArticleRe: [Ksummit-discuss] [BELATED CORE TOPIC] context tracking / nohz / RCU state
On Fri, Oct 16, 2015 at 07:02:58PM +0200, Frederic Weisbecker wrote: > On Mon, Oct 12, 2015 at 01:40:05PM -0700, Paul E. McKenney wrote: > > On Mon, Oct 12, 2015 at 02:40:51PM -0400, Theodore...
View ArticleRe: [GIT PULL] On-demand device probing
On Sat, Oct 17, 2015 at 3:04 PM, Noralf Trønnes <noralf@tronnes.org> wrote: > > Den 17.10.2015 20:45, skrev Rob Clark: >> >> On Sat, Oct 17, 2015 at 2:27 PM, Greg Kroah-Hartman...
View ArticleRe: [PATCH 04/14] init: deps: order network interfaces by link order
Am 17.10.2015 um 21:36 schrieb Greg Kroah-Hartman: > On Sat, Oct 17, 2015 at 09:14:34PM +0200, Alexander Holler wrote: >> Am 17.10.2015 um 21:08 schrieb Linus Torvalds: >>> On Sat,...
View Article[PATCH] net: wireless: rt2x00: Fixed Spacing issues
Removed empty spaces before/after parenthesis Signed-off-by: Paul McQuade <paulmcquad@gmail.com> --- drivers/net/wireless/rt2x00/rt61pci.h | 20 ++++++++++---------- 1 file changed, 10...
View Article[PATCH V2 15/30] coresight: making coresight_build_paths() public
That way a path can be built outside of the core framework, something useful when a PMU is initialised from the perf subsystem. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> ---...
View Article[PATCH V2 13/30] coresight: etm3x: implementing perf_enable/disable() API
That way traces can be enable and disabled automatically from the Perf subystem using the PMU abstraction. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> ---...
View Article[PATCH V2 12/30] coresight: etm3x: adding perf_get/set_config() API
Adding a source operation to build a tracer configuration from a perf_event. That way possibly complex parsing of the information coveyed by the event doesn't have to be carried out every time the...
View Article[PATCH V2 09/30] coresight: etm3x: changing default trace configuration
Changing default configuration to include the entire address range rather than just the kernel. That way traces are more inclusive and it is easier to narrow down if needed. Signed-off-by: Mathieu...
View Article[PATCH V2 08/30] coresight: etm3x: implementing 'cpu_id()' API
Adding an interface to lookup the CPU a tracer has been affined to along with a source operation allowing external customers to access it. Signed-off-by: Mathieu Poirier...
View Article[PATCH V2 06/30] coresight: clearly labeling source operarions
When integrating coresight with Perf, it is important to clearly identify which operations are used by sysFS and which ones by Perf. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>...
View Article[PATCH V2 02/30] coresight: etm3x: moving sysFS entries to dedicated file
SysFS entries are big enough to justify their own file. As such moving all sysFS related declarations to a dedicated location. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> ---...
View Article[PATCH V2 03/30] coresight: etm3x: unlocking tracers in default arch init
Calling function 'smp_call_function_single()' to unlock a tracer and calling it right after to perform the default initialisation doesn't make sense. Moving 'etm_os_unlock()' just before making the...
View Article[PATCH V2 04/30] coresight: etm3x: splitting struct etm_drvdata
Structure "etm_drvdata" carries the tracer's static configuration (as laid out in hardware) and the session specific configuration determined by users. This doesn't work when tracers are to support...
View Article[PATCH V2 01/30] coresight: etm3x: moving etm_readl/writel to header file
Moving functions etm_readl/writel to file "coresight-etm.h" for access by code outside of the main ETM3x driver. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> ---...
View Article[PATCH] btrfs: switch __btrfs_fs_incompat return type from int to bool
Conform to __btrfs_fs_incompat() cast-to-bool (!!) by explicitly returning boolean not int. Signed-off-by: Alexandru Moise <00moses.alexander00@gmail.com> --- fs/btrfs/ctree.h | 2 +- 1 file...
View Article