Re: [PATCH] ath3k: Add support of AR3012 0cf3:817b device
Hi Dmitry, > T: Bus=04 Lev=02 Prnt=02 Port=04 Cnt=01 Dev#= 3 Spd=12 MxCh= 0 > D: Ver= 1.10 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 > P: Vendor=0cf3 ProdID=817b Rev=00.02 > C: #Ifs= 2...
View Article[RFC PATCH] phy: keystone: ks2_gbe_serdes_firmwares[] can be static
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> --- phy-keystone-serdes.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/phy/phy-keystone-serdes.c...
View ArticleRe: [PATCH] EDAC: Add AMD Seattle SoC EDAC
Hi, Please Cc the devicetree list (devicetree@vger.kernel.org) when sending binding patches. I see you've added the people from the MAINTAINERS entry; the list should also be Cc'd. On Mon, Oct 19,...
View Article[PATCH v2] PM / sleep: prohibit devices probing during suspend/hibernation
It is unsafe [1] if probing of devices will happen during suspend or hibernation and system behavior will be unpredictable in this case (for example: after successful probe the device potentially has...
View Article[PULL] : clockevents for 4.4
Hi Thomas, this pull request has the following contents: - Removed unneeded memset in em_sti, sh_cmt and h8300 because there are already zeroed by a kzalloc (Alexey Klimov) - Optimized code by...
View ArticleRe: [RFC v2 0/6] Managing cluser-level c-states with generic power domains
Hi Marc, I am trying to apply this on top of Axel's patches on linux-next (after fixing issues I saw with his v9), and running to issues applying your patches. Could you rebase on top of his v10 (he...
View Article[PATCH 2/9] clocksource/drivers/mediatek: Use GPT as sched clock source
From: Yingjoe Chen <yingjoe.chen@mediatek.com> When cpu is in deep idle, arch timer will stop counting. Setup GPT as sched clock source so it can keep counting in idle. Signed-off-by: Yingjoe...
View Article[PATCH 4/9] clocksource/drivers/sh_cmt: Remove unneeded memset() in...
From: Alexey Klimov <alexey.klimov@linaro.org> Memory for cmt struct is allocated by kzalloc() in sh_cmt_setup. Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org> Signed-off-by:...
View ArticleRe: [PATCH 19/57] perf tools: Add attr_update event
Em Fri, Oct 16, 2015 at 12:40:54PM +0200, Jiri Olsa escreveu: > It'll server as base event for additional event attributes > details, that are not part of the attr event. > > At the moment...
View Article[PATCH 8/9] clocksource/drivers/tango_xtal: Add new timer for Tango SoCs
From: Marc Gonzalez <marc_gonzalez@sigmadesigns.com> Sigma Designs Tango platforms provide a 27 MHz crystal oscillator. Use it for clocksource, sched_clock, and delay_timer. Signed-off-by: Marc...
View Article[PATCH 9/9] clocksource/drivers/armada-370-xp: Implement ARM delay timer
From: Russell King <rmk+kernel@arm.linux.org.uk> Implement an ARM delay timer to be used for udelay() on Armada 37x platforms. This allows us to skip the delay loop calibration at boot, saving...
View Article[PATCH 7/9] clocksource/drivers/imx: Allow timer irq affinity change
From: Lucas Stach <l.stach@pengutronix.de> Allow the timer core to change the smp affinity of the broadcast timer irq by setting CLOCK_EVT_FEAT_DYNIRQ flag. For this to work the timer core needs...
View Article[PATCH 6/9] clocksource/drivers/exynos_mct: Use container_of() instead of...
From: Alexey Klimov <alexey.klimov@linaro.org> Since evt structure is embedded in per-CPU mevt structure it's definitely faster to use container_of() to get access to mevt if we have evt (for...
View ArticleRe: [PATCH 28/57] perf stat: Rename perf_stat struct into perf_stat_evsel
Em Fri, Oct 16, 2015 at 12:41:03PM +0200, Jiri Olsa escreveu: > It's used as the perf_evsel::priv data, so the name > suits better. Also we'll need the perf_stat name > free for more generic...
View Article[PATCH 5/9] clocksource/drivers/h8300_*: Remove unneeded memset()s
From: Alexey Klimov <alexey.klimov@linaro.org> Memory for timer16_priv, timer8_priv and tpu_priv structs is allocated by devm_kzalloc() in corresponding probe functions of drivers. No need to...
View Article[PATCH 3/9] clocksource/drivers/em_sti: Remove unneeded memset()s
From: Alexey Klimov <alexey.klimov@linaro.org> Memory for cs and ced fields in struct em_sti_priv is allocated by devm_kzalloc() in the beginning of em_sti_probe() so they don't need to be...
View ArticleRe: [PATCH 29/57] perf stat: Add AGGR_UNSET mode
Em Fri, Oct 16, 2015 at 12:41:04PM +0200, Jiri Olsa escreveu: > Adding AGGR_UNSET mode, so we could distinguish > unset aggr_mode in following patches. > > Link:...
View Article[GIT PULL] UML fixes for 4.3-rc6
Linus, the following changes since commit 7379047d5585187d1288486d4627873170d0005a: Linux 4.3-rc6 (2015-10-18 16:08:42 -0700) are available in the git repository at:...
View ArticleRe: [PATCH 39/57] perf tools: Make cpu_map__build_map global
Em Fri, Oct 16, 2015 at 12:41:14PM +0200, Jiri Olsa escreveu: > We'll need to call it from perf stat in following patches. > > Link:...
View Article[PATCH 1/9] clockevents/drivers/mtk: Fix spurious interrupt leading to crash
After analysis done by Yingjoe Chen, the timer appears to have a pending interrupt when it is enabled. Fix this by acknowledging the pending interrupt when enabling the timer interrupt. Signed-off-by:...
View Article