phy: add a NO-OP phy driverThis driver is used to stub PHY operations in a driver (USB, SATA).This is useful when the 'client' driver (USB, SATA, ...) uses the PHYframework and there is no actual
phy: add a NO-OP phy driverThis driver is used to stub PHY operations in a driver (USB, SATA).This is useful when the 'client' driver (USB, SATA, ...) uses the PHYframework and there is no actual PHY harwdare to drive.Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
show more ...
dt-bindings: Document the Broadcom STB wake-up timer nodeDocument the binding for the Broadcom STB SoCs wake-up timer nodeallowing the system to generate alarms and exit low power states.Acked-b
dt-bindings: Document the Broadcom STB wake-up timer nodeDocument the binding for the Broadcom STB SoCs wake-up timer nodeallowing the system to generate alarms and exit low power states.Acked-by: Rob Herring <robh@kernel.org>Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Fix erroneous commit
Fix MPC52xx watchdog driver- make watchdog driver work on systems with an IPB clock frequency of 133 MHz (watchdog expired to fast there).- now all three watchdog chain entries could be used.- f
Fix MPC52xx watchdog driver- make watchdog driver work on systems with an IPB clock frequency of 133 MHz (watchdog expired to fast there).- now all three watchdog chain entries could be used.- fix some typos.Patch by Martin Krause, 23 Jun 2005