[PATCH] pinctrl: rockchip: Implement .request() and .free() callbacks on the...
Implement .request() and .free() callbacks on the GPIO chips to inform pinctrl when a GPIO is requested or freed. Signed-off-by: Axel Lin <axel.lin@ingics.com> ---...
View Article[PATCH 1/3] Send loginuid and sessionid in SCM_AUDIT (no replies)
Signed-off-by: Jan Kaluza <jkaluza@redhat.com> --- include/linux/socket.h | 6 ++++++ include/net/af_unix.h | 2 ++ include/net/scm.h | 28 ++++++++++++++++++++++++++-- net/unix/af_unix.c | 7...
View Article[PATCH 0/3] Send audit/procinfo/cgroup data in socket-level control message...
Hi, this patchset against net-next (applies also to linux-next) adds 3 new types of "Socket"-level control message (SCM_AUDIT, SCM_PROCINFO and SCM_CGROUP). This is needed by journald (logging daemon...
View Article[PATCHv2 1/2] dev-core: fix build break when DEBUG is enabled (7 replies)
When DEBUG is defined, dev_dbg_ratelimited uses dynamic debug data structures even when CONFIG_DYNAMIC_DEBUG is not defined. It leads to build break. For example, when I try to use dev_dbg_ratelimited...
View Article[PATCH] pinctrl: at91: add support for OUTPUT config (1 reply)
Add support for pin output control through the pinctrl config: - support enabling/disabling output on a given pin - support output level setting (high or low) Signed-off-by: Boris BREZILLON...
View Article[PATCH RESEND] HID: New hid-cp2112 driver. (no replies)
This patch adds support for the Silicon Labs CP2112 "Single-Chip HID USB to SMBus Master Bridge." I wrote this to support a USB temperature and humidity sensor I've been working on. It's been tested...
View Article[GIT PULL] regmap updates for v3.11 (no replies)
The following changes since commit b36f4be3de1b123d8601de062e7dbfc904f305fb: Linux 3.11-rc6 (2013-08-18 14:36:53 -0700) are available in the git repository at:...
View Article[PATCH] Add WLI-UC-G300HP's Product ID. (no replies)
Support Bufallo WLI-UC-G300HP. Signed-off-by: Masami Ichikawa <masami256@gmail.com> --- drivers/net/wireless/rt2x00/rt2800usb.c | 1 + 1 file changed, 1 insertion(+) diff --git...
View Article[PATCH 1/4] staging: ozwpan: Increase ISOC IN buffer depth (5 replies)
Increase ISOC IN buffer depth to 100 units. Signed-off-by: Rupesh Gujare <rupesh.gujare@atmel.com> --- drivers/staging/ozwpan/ozhcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff...
View Article[PATCH] dynamic debug: line queries failing due to uninitialized local...
Settings of the form, 'line x module y +p', can fail arbitrarily due to an uninitialized local variable. With this patch results are consistent, as expected. Signed-off-by: Jason Baron...
View ArticleBuild regressions/improvements in v3.11-rc7 (1 reply)
Below is the list of build error/warning regressions/improvements in v3.11-rc7[1] compared to v3.10[2]. Summarized: - build errors: +64/-56 - build warnings: +140/-221 JFYI, when comparing v3.11-rc7...
View Article[PATCH] ASoc: kirkwood: Use the Kirkwood audio driver in Dove boards (no...
This patch permits the generation of the Kirkwood audio driver which may be used in the Dove boards. Signed-off-by: Jean-Francois Moine <moinejf@free.fr> --- sound/soc/kirkwood/Kconfig | 4 ++--...
View Article[PATCH V6 0/7] POWER/cpuidle: Generic IBM-POWER cpuidle driver enabled for...
This patch series consolidates the backend cpuidle driver for pSeries and powernv platforms with minimal code duplication. Current existing backend driver for pseries has been moved to drivers/cpuidle...
View Article[PATCH resend] dma: pl330: Fix handling of TERMINATE_ALL while processing...
The pl330 DMA driver is broken in regard to handling a terminate all request while it is processing the list of completed descriptors. This is most visible when calling dmaengine_terminate_all() from...
View Article[PATCH] cpufreq: Fix timer/workqueue corruption due to double queueing (no...
When a CPU is hot removed we'll cancel all the delayed work items via gov_cancel_work(). Normally this will just cancel a delayed timer on each CPU that the policy is managing and the work won't run,...
View Article[PATCH 2/3] crypto: omap-des: Add config and build options (no replies)
Add config and build options for the newly added omap-des driver. Signed-off-by: Joel Fernandes <joelf@ti.com> --- drivers/crypto/Kconfig | 11 +++++++++++ drivers/crypto/Makefile | 1 + 2 files...
View Article[PATCH 3/3] crypto: omap-des: Add triple DES (des3_ede) support to driver (no...
OMAP DES module supports 3DES operation where 3 64-bit keys are used to perform a DES encrypt-decrypt-encrypt (ede) operation on a buffer. Signed-off-by: Joel Fernandes <joelf@ti.com> ---...
View Article[PATCH 1/3] crypto: omap-des: Add omap-des driver for OMAP4/AM43xx (1 reply)
Add omap-des driver with platform data for OMAP4. Support added for DES ECB and CBC modes. Where possible, code is reused from omap-aes driver with changes made for adjusting key size, block size,...
View Article[PATCH 0/3] crypto: omap-des: Add driver for OMAP DES module (no replies)
OMAP4 and AM437x SoCs have a DES3DES module which is capable of performing DES encrypt/decrypt and 3DES ede encrypt/decrypt operations. Following patch series adds support for the same. Tests have...
View Article[PATCH] ksm: Remove redundant __GFP_ZERO from kcalloc (no replies)
kcalloc returns zeroed memory. There's no need to use this flag. Signed-off-by: Joe Perches <joe@perches.com> --- mm/ksm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git...
View Article