[PATCH V4 6/6] rtc: max77686: move initialisation of rtc regmap, irq chip...
To make RTC block of MAX77686/MAX77802 as independent driver, move the registration of i2c device, regmap for register access and irq_chip for interru
View Article[PATCH] staging: rtl8712: Fix Comparison with constant warning.
Fix Comparisons with constant on the left side of the test. Checkpatch.pl warning. -- WARNING: Comparisons should place the constant on the right side
View Article[PATCH] rdma: amso1100: c2_provider: Use netdev_dbg()
Replace generic pr_debug() with netdev_dbg() for net devices. Found using Coccinelle. The semantic patch used to find this is as follows: //<smpl> @
View Article[PATCH 0/6] ARM: defconfig: Enable recently merged drivers for sunxi
Hi everyone, This series enables drivers for devices that are likely to be used on sunxi. This includes the IR receiver, audio codec, USB OTG, and al
View Article[PATCH 1/6] ARM: sunxi_defconfig: Enable sunxi IR driver
A consumer IR receiver is commonly found on Allwinner SoC based development boards and set top boxes. The driver has been available for some time. Ena
View Article[PATCH 2/6] ARM: sunxi_defconfig: Enable A10 audio codec driver
The A10 audio codec driver supports the on-chip audio codec found on Allwinner A10, A10s, A13, A20 SoCs. Signed-off-by: Chen-Yu Tsai <wens@csie.org>
View Article[PATCH 3/6] ARM: sunxi_defconfig: Enable MUSB HDRC driver with Allwinner glue
Allwinner SoCs typically have a Mentor Graphics Inventra MUSB dual role controller for USB OTG. Now that the issue with MUSB and USB gadget registrat
View Article[PATCH 4/6] ARM: sunxi_defconfig: Enable INPUT_EVDEV so axp20x-pek can be used
sunxi_defconfig already enables INPUT_AXP20X_PEK, but the device is not exposed to userspace. Enable INPUT_EVDEV so it is. Signed-off-by: Chen-Yu Tsa
View Article[PATCH 5/6] ARM: multi_v7_defconfig: Enable A10 audio codec driver as module
The A10 audio codec driver supports the on-chip audio codec found on Allwinner A10, A10s, A13, A20 SoCs. Build it as a module, since it is not critic
View Article[PATCH 6/6] ARM: multi_v7_defconfig: Enable MUSB HDRC driver with Allwinner glue
Allwinner SoCs typically have a Mentor Graphics Inventra MUSB high speed dual role controller for USB OTG. Now that the issue with MUSB and USB gadge
View Article[PATCH] gpio: tps65086: Add GPO driver for the TPS65086 PMIC
Add support for the TPS65086 PMIC GPOs. TPS65086 has four configurable GPOs that can be used for several purposes. These are output only. Signed-off
View Article[PATCH v3 0/3] Adding NPS400 drivers
From: Noam Camus <noamc@ezchip.com> Change Log-- v3 irqchip - Fix ARM build failure by adding missing include of linux/irq.h clocksource -- Avoid 64b
View Article[PATCH v3 1/3] soc: Support for EZchip SoC
From: Noam Camus <noamc@ezchip.com> This header file is for NPS400 SoC. It includes macros for accessing memory mapped registers. These are functiona
View Article[PATCH v3 2/3] clocksource: Add NPS400 timers driver
From: Noam Camus <noamc@ezchip.com> Add internal tick generator which is shared by all cores. Each cluster of cores view it through dedicated address
View Article[PATCH v3 3/3] irqchip: add nps Internal and external irqchips
From: Noam Camus <noamc@ezchip.com> Adding EZchip NPS400 support. NPS internal interrupts are internally handled at Multi Thread Manager (MTM) that i
View Article[PATCH 1/1] support for NXP tda2014x & Newport Media nm120/130/131 tuners
Signed-off-by: Ð'Ñди РоманÑо, AreMa Inc <knightrider@are.ma> --- drivers/media/tuners/Kconfig | 14 ++ drivers/media/tuners/Makefile
View Article[PATCH v2 4/5] ARM: dts: NSP: Add SP804 Support to DT
Add support for the ARM SP804 timer to the Northstar Plus device tree. Signed-off-by: Jon Mason <jonmason@broadcom.com> --- arch/arm/boot/dts/bcm-ns
View Articlecomplete boot failure in 4.5-rc1 caused by nvme: make SG_IO support optional
The reason is fairly obvious: the default for the new option BLK_DEV_NVME_SCSI is N and all the distribution kernels (and me when testing) take the d
View Article[PATCH V4 0/6] Introduce framework for SLIMbus device drivers
SLIMbus (Serial Low Power Interchip Media Bus) is a specification developed by MIPI (Mobile Industry Processor Interface) alliance. SLIMbus is a 2-wir
View Article[PATCH V4 1/6] SLIMbus: Device management on SLIMbus
SLIMbus (Serial Low Power Interchip Media Bus) is a specification developed by MIPI (Mobile Industry Processor Interface) alliance. SLIMbus is a 2-wir
View Article