[PATCH V3 1/6] stm class: Add ioctl get_options interface
There is already an interface of set_options, but no get_options yet. Before setting any options, one would may want to see the current status of that
View Article[PATCH V3 2/6] stm class: Support devices with multiple instances
From: Alexander Shishkin <alexander.shishkin@linux.intel.com> By convention, the name of the stm policy directory in configfs consists of the device
View Article[PATCH V3 3/6] stm class: provision for statically assigned masterIDs
From: Mathieu Poirier <mathieu.poirier@linaro.org> Some architecture like ARM assign masterIDs statically at the HW design phase, making masterID man
View Article[PATCH V3 4/6] Documentations: Add explanations of the case for...
For some STM hardware (e.g. ARM CoreSight STM), the masterID associated to a source is set at the hardware level and not user configurable. Since the
View Article[PATCH V3 5/6] coresight-stm: Bindings for System Trace Macrocell
From: Mathieu Poirier <mathieu.poirier@linaro.org> The System Trace Macrocell (STM) is an IP block falling under the CoreSight umbrella. It's main p
View Article[PATCH V3 6/6] coresight-stm: adding driver for CoreSight STM component
From: Pratik Patel <pratikp@codeaurora.org> This driver adds support for the STM CoreSight IP block, allowing any system compoment (HW or SW) to log
View Article[PATCH 1/1] imx6q-wandboard-revb1.dts: use unique machine name
Downstream packages like Debian flash-install use /proc/device-tree/model to determine which dtb file to install. Hence each dts in the Linux kernel
View ArticleRe: brcmfmac: sdio: Increase the default timeouts a bit
> On a Radxa Rock2 board with a Ampak AP6335 (Broadcom 4339 core) it seems > the card responds very quickly most of the time, unfortunately during > i
View ArticleRe: [v3,1/6] libertas: fix pointer bugs for PS_MODE commands
> struct cmd_ds_802_11_ps_mode > contains the command header and a pointer to it was > initialized with data points to the body which leads to > mis-i
View Article[PATCH 1/1 v2] imx6q-wandboard-revb1.dts: use unique machine name
Downstream packages like Debian flash-kernel use /proc/device-tree/model to determine which dtb file to install. Hence each dts in the Linux kernel s
View Article[PATCH v3 8/10] cpufreq: governor: Rename cpu_common_dbs_info to policy_dbs_info
From: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Subject: [PATCH] cpufreq: governor: Rename cpu_common_dbs_info to policy_dbs_info The struct cpu
View Article[PATCH v3 10/10] cpufreq: governor: Drop cpu argument from dbs_check_cpu()
From: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Since policy->cpu is always passed as the second argument to dbs_check_cpu(), it is not really n
View Article[PATCH] MIPS: pci-mt7620: Fix return value check in mt7620_pci_probe()
From: Wei Yongjun <yongjun_wei@trendmicro.com.cn> In case of error, the function devm_ioremap_resource() returns ERR_PTR() and never returns NULL. Th
View Article[PATCH] ARM: zx: Fix return value check in zx296702_pd_probe()
From: Wei Yongjun <yongjun_wei@trendmicro.com.cn> In case of error, the function devm_ioremap_resource() returns ERR_PTR() and never returns NULL. Th
View Article[PATCH V4 0/6] rtc: max77686: make max77686 rtc driver as IP driver
Based on discussion on patch series of MAX77620 when adding separate driver for max77620 RTC, it is discussed to reuse the max77686 driver for all CHi
View Article[PATCH V4 1/6] regmap: irq: add apis to unmap the mapped irq
Before removing irq domains, it is require to unmap all mapped interrupt from that domain. Currently there is API to map the interrupt on chip as regm
View Article[PATCH V4 2/6] rtc: max77686: fix checkpatch error
Fix following check patch error in rtc-max77686 driver: - Alignment should match open parenthesis. - braces {} should be used on all arms of this stat
View Article[PATCH V4 3/6] rtc: max77686: use rtc regmap to access RTC registers
rtc_regmap should be used to access all RTC registers instead of parent regmap regardless of what chip or property have it. This makes the register a
View Article[PATCH V4 4/6] rtc: max77686: avoid reference of parent device info multiple...
Get rid of referring parent device info for register access all the places by making regmap as part of max77686 rtc device info. This will also remove
View Article[PATCH V4 5/6] mfd: max77686: do not set i2c client data for rtc i2c client
There is different RTC I2C address for RTC block in MAX77686. Driver is creating dummy i2c client for this address to access the register of this IP b
View Article