[PATCH -next] xtensa: Export __invalidate_icache_range (no replies)
When modular code calls flush_icache_range(): ERROR: "__invalidate_icache_range" [drivers/misc/lkdtm.ko] undefined! make[1]: *** [__modpost] Error 1 Signed-off-by: Geert Uytterhoeven...
View Article[PATCH 0/3] mfd: twl6040: Updates for i2s speed and fix for chip deadlock (5...
Hi, While looking into a report by Florian Vaussard [1] I have noticed couple of most likely unrelated issues: - all boards using twl6040 configures the i2c bus to 400KHz while twl6040 is set to...
View Article[ANNOUNCE] KernelStrider 0.3 (no replies)
KernelStrider 0.3 has been released. KernelStrider system can be used to detect data races in the Linux kernel modules, especially the drivers involved in wired and wireless networking. Currently, it...
View Article[PATCH v9 1/9] mfd: omap-usb-host: Get clocks based on hardware revision (no...
Not all revisions have all the clocks so get the necessary clocks based on hardware revision. This should avoid un-necessary clk_get failure messages that were observed earlier. Also remove the dummy...
View Article[PATCH v9 6/9] mfd: omap-usb-tll: Update DT clock binding information (no...
The omap-usb-tll driver needs one clock for each TLL channel. Add this information to the DT binding document. CC: Lee Jones <lee.jones@linaro.org> CC: Samuel Ortiz <sameo@linux.intel.com>...
View Article[PATCH v9 9/9] usb: omap: dts: Update DT binding example usage (no replies)
Remove non-compatible id from examples. CC: Alan Stern <stern@rowland.harvard.edu> CC: Nishant Menon <nm@ti.com> CC: Kevin Hilman <khilman@linaro.org> Signed-off-by: Roger Quadros...
View Article[PATCH v9 8/9] ARM: dts: OMAP2+: Get rid of incompatible ids for USB host...
The OMAP EHCI and OHCI controllers are not compatible with drivers other than "ti,ehci-omap" and "ti,ohci-omap3" respectively, so get rid of the incompatible ids. CC: Alan Stern...
View Article[PATCH] cpuset: Add missing rcu read locks (no replies)
We call task_cs() which ends up going into cgroup code without having rcu read lock. Fix it by grabbing the lock before retrival of task_cs() and usage of the result. Signed-off-by: Sasha Levin...
View Article[PATCH v9 3/9] mfd: omap-usb-host: Use proper clock name instead of alias (no...
Use the proper clock name 'usbhost_120m_fck' instead of the alias 'ehci_logic_fck' Get rid of the 'ehci_logic_fck' alias from the OMAP3 hwmod data as well. CC: Paul Walmsley <paul@pwsan.com> CC:...
View Article[PATCH v9 2/9] mfd: omap-usb-host: Always fail on clk_get() error (no replies)
Be more strict and always fail on clk_get() error. CC: Lee Jones <lee.jones@linaro.org> CC: Samuel Ortiz <sameo@linux.intel.com> Signed-off-by: Roger Quadros <rogerq@ti.com> ---...
View Article[PATCH v9 0/9] USB Host support for OMAP5 uEVM (3 replies)
Hi, This patchset brings up USB Host ports and Ethernet port on the OMAP5 uEVM board. It also does some cleanup with respect to DT clock binding for the mfd/omap-usb-host driver. Please queue these...
View Article[PATCHv12] video: backlight: gpio-backlight: Add DT support. (no replies)
Signed-off-by: Denis Carikli <denis@eukrea.com> --- ChangeLog v11-resend->v12: - Moved the Cc from the commit message to the "email patch". - The documentation is now more clear. - The...
View Article[PATCH] Memory leak in nouveau_sgdma_create_ttm (no replies)
From: Heinrich Schuchardt <xypron.glpk@gmx.de> In case of failure memory was not freed. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> --- drivers/gpu/drm/nouveau/nouveau_sgdma.c...
View Article[PATCH 1/4] net: add name_assign_type netdev attribute (no replies)
The name_assign_type attribute gives hints where the interface name of a given net-device comes from. Three different values are currently defined: NET_NAME_ENUM: This is the default. The ifname is...
View Article[PATCH 0/4] Provide netdev naming-policy via sysfs (5 replies)
Hi This series implements a new sysfs attribute for netdevs called "name_assign_type". It provides an integer that describes where an interface name comes from. See Patch #1 for a description of this...
View Articlezram: lockdep spew for zram->init_lock (no replies)
Hi all, I've stumbled on the following spew while fuzzing with trinity inside a KVM tools guest running latest -next. It looks like a false positive (we only set size for uninitialized devices, so we...
View Article[PATCH] drivers: i2c: i2c-st: Fix return in case of arbitration lost (no...
This patch fixes the error returned to the i2c_transfer function to -EAGAIN in case of arbitratin lost, so that the retry mechanism can be used. Signed-off-by: Maxime Coquelin...
View Article[PATCH 3/5] rtc: s5m: Use shorter time of register update (no replies)
Set the time needed for updating alarm and time registers to 0.45 ms. The default is 7.32 ms which is too long and leads to warnings when setting alarm or time: s5m-rtc: waiting for UDR update,...
View Article[PATCH 1/5] mfd/rtc: sec/s5m: Rename SEC* symbols to S5M (no replies)
This patch prepares for adding support for S2MPS14 RTC device to the rtc-s5m driver: 1. Renames SEC* symbols to S5M. 2. Adds S5M prefix to some of defines which are different between S5M876X and...
View Article[PATCH 0/5] rtc: s5m: Add support for S2MPS14 (3 replies)
Hi, Few days ago I sent patches adding support for S2MPS14 device to the sec-core/s2mps11 drivers. These patches were rather large as they covered multiple subsystems so I decided to split everything...
View Article