[PATCH] regulator: core: Refactor devm_regulator_get* APIs (no replies)
The implementation of devm_regulator_get, devm_regulator_get_exclusive and devm_regulator_get_optional are almost the same. Introduce _devm_regulator_get helper function and refactor the code. Also...
View Article[PATCH] clk: add generic driver for fixed rate clock (no replies)
This adds a simple driver with the only purpose to initialise the fixed rate clock. This is useful for systems that do not wish to use seperate init code for the fixed rate clock init, but rather only...
View Article[GIT PULL] slave-dmaengine fixes (no replies)
Hey Linus, Please consider the pull request for 3.11 to recive a fix for the resolving TI_EDMA driver's build error in allmodconfig to have filter function built in. The following changes since commit...
View Article[PATCH] openrisc: select COMMON_CLK (no replies)
This is needed to be able to use the common clock framework. Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> --- arch/openrisc/Kconfig | 1 + 1 file changed, 1 insertion(+)...
View Article[PATCH 1/2] cpufreq: don't allow governor limits to be changed when it is...
__cpufreq_governor() returns with -EBUSY when governor is already stopped and we try to stop it again, but when it is stopped we must not allow calls to CPUFREQ_GOV_LIMITS event as well. This patch...
View ArticleRe: [staging] Staging: Convert uses of compare_ether_addr to ether_addr_equal...
On Mon, Sep 02, 2013 at 03:30:12AM +0800, Wang Shilong wrote: > Hello, Using checkpatch.pl, i get the following warnings(errors): All of these were there in the original code. Have your script copy...
View Article[PATCH] pch_dma: Add MODULE_DEVICE_TABLE (1 reply)
pch_dma currently isn't auto-loaded if built as a module. Signed-off-by: Ben Hutchings <ben@decadent.org.uk> --- Compile-tested only. Ben. drivers/dma/pch_dma.c | 1 + 1 file changed, 1...
View Article[PATCH] rcu: Make rcu_assign_pointer's assignment volatile and type-safe (1...
rcu_assign_pointer needs to use ACCESS_ONCE to make the assignment to the destination pointer volatile, to protect against compilers too clever for their own good. In addition, since...
View ArticleRe: rcu: Make rcu_assign_pointer's assignment volatile and type-safe (no...
On Mon, Sep 02, 2013 at 07:50:09AM +0800, Wang Shilong wrote: > Hello, Using checkpatch.pl, i get the following warnings(errors): > WARNING: line over 80 characters > #57: FILE:...
View Article[char-misc-next 1/5] mei: mei_cl_link protect open_handle_count from overflow...
mei_cl_link is called both from mei_open and also from in-kernel drivers so we need to protect open_handle_count from overflow Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> ---...
View Article[char-misc-next 4/5] mei: fix format compilation warrning on 32 bit...
hbm.c: In function mei_hbm_me_cl_allocate: hbm.c:52:212: warning: format %zd expects argument of type signed size_t but argument 4 has type long unsigned Signed-off-by: Tomas Winkler...
View Article[char-misc-next 5/5] mei: revamp read and write length checks (no replies)
1. Return zero on zero length read and writes 2. For a too large write return -EFBIG as defined in man write(2) EFBIG An attempt was made to write a file that exceeds the implementation-defined...
View Article[char-misc-next 3/5] mei: mei_write correct checks for copy_from_user (no...
From: Alexander Usyskin <alexander.usyskin@intel.com> 1. return -EFUALT when copy_from_user fails 2. display error message on failure in error level Signed-off-by: Alexander Usyskin...
View Article[char-misc-next 2/5] mei: make sure that me_clients_map big enough before...
To make static analyzers happy validated that sizeof me_clients_map is larger than sizeof valid_addresses from the enumeration response before memcpy We can use BUILD_ON macro as both arrays are...
View Article[char-misc-next 0/5] mei driver small fixes and cleanups (no replies)
Alexander Usyskin (1): mei: mei_write correct checks for copy_from_user Tomas Winkler (4): mei: mei_cl_link protect open_handle_count from overflow mei: make sure that me_clients_map big enough before...
View Article[PATCH 0/3] extcon: Code clean to fix up coding style and remove (7 replies)
This patchset fix up indentation coding style and simplify extcon_dev_register() prototype to improbe usability when registering extcon device.*** BLURB HERE *** Chanwoo Choi (3): extcon: Fix...
View Article[PATCH] dma: imx-sdma: Staticize sdma_driver_data structures (1 reply)
From: Fabio Estevam <fabio.estevam@freescale.com> Sparse report the following warnings: drivers/dma/imx-sdma.c:330:25: warning: symbol 'sdma_imx31' was not declared. Should it be static?...
View Article[PATCH] imx-drm: imx-ldb: Staticize of_get_data_mapping() (no replies)
From: Fabio Estevam <fabio.estevam@freescale.com> Staticize of_get_data_mapping() in order to fix the following sparse warning: drivers/staging/imx-drm/imx-ldb.c:424:11: warning: symbol...
View Article[PATCH 1/2] dma: sh: use devm_ioremap_resource() instead of...
Use devm_ioremap_resource() because devm_request_and_ioremap() is obsoleted by devm_ioremap_resource(). Signed-off-by: Jingoo Han <jg1.han@samsung.com> --- drivers/dma/sh/sudmac.c | 6 +++--- 1...
View Article[PATCH] irqchip: irq-mxs: Include (no replies)
From: Fabio Estevam <fabio.estevam@freescale.com> Include <linux/irqchip/mxs.h> in order to fix the following sparse warning: drivers/irqchip/irq-mxs.c:75:39: warning: symbol...
View Article