[RESEND PATCH v3 3/6] mfd: cros_ec: Add cros_ec_get_host_event
This function returns the code for the host event that triggered the interrupt that is being currently handled. Is to be used by observers of the eve
View Article[RESEND PATCH v3 4/6] mfd: cros_ec: Add more definitions for PD commands
Copy a few structs and commands from the EC firmware headers so we can communicate with the EC regarding PD functionality. Signed-off-by: Tomeu Vizos
View Article[RESEND PATCH v3 5/6] power: cros_usbpd-charger: Add EC-based USB PD charger...
From: Sameer Nanda <snanda@chromium.org> This driver exposes the charger functionality in the PD EC to userspace. Signed-off-by: Tomeu Vizoso <tomeu
View Article[RESEND PATCH v3 6/6] platform/chrome: Register USB PD charger device
Check if a EC has andy PD ports and register a USB PD charger device if so. Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> --- Changes in
View Article[PATCH V2 1/2] rtc: max77686: Add support for MAX20024/MAX77620 RTC IP
Maxim Semiconductor's PMIC MAX77686 has RTC IP which is reused in the MAX77620/MAX20024 PMICs. Add support for these devices in MAX77686 RTC driver.
View Article[PATCH V2 2/2] rtc: max77686: Use REGMAP_IRQ_REG for regmap-rtc-irqs...
Use macro REGMAP_IRQ_REG from regmap.h to initialise the regmap irq table for max77686 to have better coding style and improve readability. Signed-of
View Article[PATCH] net: mellanox: add DEVLINK dependencies
The new NET_DEVLINK infrastructure can be a loadable module, but the drivers using it might be built-in, which causes link errors like: drivers/net/b
View Article[PATCH] PCI: altera: fix altera_pcie_link_is_up()
The original code return true if RP_LTSSM register return non-zero value. This fix to return true only RP_LTSSM register is in L0 state (link up). Si
View ArticleRe: [abelloni:rtc-testing 55/55] drivers/rtc/rtc-pcf85063.c:72:19: warning:...
Hi Alexandre, On Tuesday 01 March 2016 23:17:45 kbuild test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
View Article[PATCH] usb: serial: ti_usb_3410_5052: add MOXA UPORT 11x0 support
Add support for : - UPort 1110 : 1 port RS-232 USB to Serial Hub. - UPort 1130 : 1 port RS-422/485 USB to Serial Hub. - UPort 1130I : 1 port RS-422
View Article[PATCH 1/2] char: PC rtc: replace blacklist with whitelist
Every new architecture has to add itself to the growing list of those that do not support the legacy PC RTC driver. This replaces the long list of ar
View Article[PATCH 2/2] char: genrtc: replace blacklist with whitelist
Every new architecture has to add itself to the growing list of those that do not support the old "generic" RTC driver. This replaces the long list o
View Article[PATCH] hw_breakpoint: Fix Oops at destroying hw_breakpoint event on powerpc
At a time of destroying hw_breakpoint event, kernel ends up with Oops. Here is the sample output from 4.5.0-rc6 kernel. [ 450.708568] Unable to ha
View Article[patch] thermal: ti-soc-thermal: clean up the error handling a bit
We don't need to initialize "ret". We can move the IS_ERR() checks into the if condition instead of doing an assignment first. Also there is a check
View Article[PATCH] iommu/vt-d: Assign old irt entries a common valid vector in kdump kernel
Currently, the kernel copies the old irt entries during iommu initialization for kdump, so old vectors in the first kernel are used but having no rela
View Article[patch] rtc: ds1685: passing bogus values to irq_restore
We call spin_lock_irqrestore with "flags" set to zero instead of to the value from spin_lock_irqsave(). Fixes: aaaf5fbf56f1 ('rtc: add driver for DS1
View Article[patch -target tree] usb: gadget: f_tcm: use after free
We need to move the kfree() down a line so we don't dereference a freed variable. Fixes: 1b418a8fcbc0 ('target: Convert demo-mode only drivers to tar
View Article[patch] sbp-target: checking for NULL instead of IS_ERR
We changed this from kzalloc to sbp_mgt_get_req() so we need to change from checking for NULL to check for error pointers. Fixes: c064b2a78989 ('sbp-
View Article[patch] tcm_loop: use after free on error
We dereference "tl_nexus" to get the error code. Fixes: 1b418a8fcbc0 ('target: Convert demo-mode only drivers to target_alloc_session') Signed-off-by
View Article[patch 1/2] iommu/mediatek: signedness bug in probe function
"larb_nr" needs to be signed for the error handling to work. "i" can be int as well. Fixes: 0df4fabe208d ('iommu/mediatek: Add mt8173 IOMMU driver')
View Article