[PATCH v2 4/5] net: phy: dp83848: Add support for TI TLK10x Ethernet PHYs
The TI TLK10x Ethernet PHYs are similar in the interrupt relevant registers and so are compatible with the DP83848x devices already supported. Signed
View Article[PATCH v2 5/5] net: phy: dp83848: Add comments for register definitions
Signed-off-by: Andrew F. Davis <afd@ti.com> --- drivers/net/phy/dp83848.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dri
View Article[3.16.y-ckt stable] Linux 3.16.7-ckt24
I am announcing the release of the Linux 3.16.7-ckt24 kernel. The updated 3.16.y-ckt tree can be found at: git://kernel.ubuntu.com/ubuntu/linux.gi
View Article[PATCH 1/1] ARM: kirkwood-ds112.dts: use unique machine name
Downstream packages like Debian flash-kernel use /proc/device-tree/model to determine which dtb file to install. Hence each dts in the Linux kernel s
View Article[PATCH V5 1/2] regulator: Add document for MT6323 regulator
Signed-off-by: John Crispin <blogic@openwrt.org> Cc: devicetree@vger.kernel.org --- Changes in V5 * regulator vs regulators Changes in V4 * regulato
View Article[PATCH V5 2/2] regulator: mt6323: Add support for MT6323 regulator
From: Chen Zhong <chen.zhong@mediatek.com> The MT6323 is a regulator found on boards based on MediaTek MT7623 and probably other SoCs. It is a so cal
View Article[media 1/1] DVB_MAX_ADAPTERS too low
From: Ð'Ñди РоманÑо, AreMa Inc <knightrider@are.ma> Latest DTV receivers have 8+ tuners per card. These cards will not work with the curren
View Article[char-misc-next 1/4 V5] watchdog: mei_wdt: register wd device only if required
For Intel Broadwell and newer platforms, the ME device can inform the host whether the watchdog functionality is activated or not. If the watchdog fun
View Article[char-misc-next 2/4 V5] watchdog: mei_wdt: add activation debugfs entry
Add entry for displaying whether the device has activated or deactivated watchdog fw application. cat <debugfs>/mei_wdt/activation activated | deacti
View Article[char-misc-next 3/4 V5] watchdog: mei_wdt: re-register device on event
For Intel SKL platform the ME device can inform the host via asynchronous notification that the watchdog feature was activated on the device. The acti
View Article[char-misc-next 4/4 RESEND] mei: trace pci configuration space io
Use tracing events also for reading and writing pci configuration space <debugfs>/tracing/events/mei/mei_pci_reg_{read,write} Signed-off-by: Tomas Wi
View Article[PATCH] tty: serial: meson: Implement earlycon support
Reuse the existing console write implementation for implementing DT-based and command-line-based earlycon support. Signed-off-by: Andreas Färber <af
View Article[PATCH] clk: meson: Fix meson_clk_register_clks() signature type mismatch
As preparation for arm64 based mesongxbb, which pulls in this code once enabling ARCH_MESON, fix a size_t vs. unsigned int type mismatch. The loop use
View Article[PATCH repost net-next] ethtool: future-proof interface for speed extensions
Many virtual and not quite virtual devices allow any speed to be set through ethtool. In particular, this applies to the virtio-net devices. Document
View Article[char-misc-next 00/27] mei: fixes, improvements, and cleanups
The series contains: 1. BUS layer fixes 2. debugfs fixes 3. Support for accessing fixed address clients 4. Continuation of dissolving of amthif odditi
View Article[char-misc-next 01/27] mei: debugfs: adjust active clients print buffer
From: Alexander Usyskin <alexander.usyskin@intel.com> In case of many active host clients clients (41 and more) 1K buffer is not enough for full info
View Article[char-misc-next 02/27] mei: debugfs: allow hbm features list dump in earlier...
From: Alexander Usyskin <alexander.usyskin@intel.com> HBM features list is ready while sending enumerate request and enumerating clients, output it t
View Article[char-misc-next 03/27] mei: fix possible integer overflow issue
There is a possible integer overflow following by a buffer overflow when accumulating messages coming from the FW to compose a full payload. Occurrenc
View Article[char-misc-next 04/27] mei: call stop on failed char device register
From: Alexander Usyskin <alexander.usyskin@intel.com> If registering of character device failed stop the device properly. Signed-off-by: Alexander U
View Article[char-misc-next 05/27] mei: amthif: don't copy from an empty buffer
From: Alexander Usyskin <alexander.usyskin@intel.com> If empty message come from FW (buf_idx == 0) then the current code will still try to copy data
View Article