dt-bindings: usb: Add V3s compatible string for OHCIThe Allwinner V3s uses a generic EHCI and OHCI for USB hostcommunication and the MUSB controller for OTG mode. Add compatiblestrings for the EH
dt-bindings: usb: Add V3s compatible string for OHCIThe Allwinner V3s uses a generic EHCI and OHCI for USB hostcommunication and the MUSB controller for OTG mode. Add compatiblestrings for the EHCI node.Signed-off-by: Chris Morgan <macromorgan@hotmail.com>Acked-by: Conor Dooley <conor.dooley@microchip.com>Link: https://lore.kernel.org/r/20230828181941.1609894-6-macroalpha82@gmail.comSigned-off-by: Rob Herring <robh@kernel.org>
show more ...
Merge tag 'v6.6-rockchip-drivers1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into soc/driversPD_VO powerdomain for rv1126 and disabling of the automatic switch betweens
Merge tag 'v6.6-rockchip-drivers1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into soc/driversPD_VO powerdomain for rv1126 and disabling of the automatic switch betweensdmmc and jtag for rk3588 (makes sdmmc unreliable).This includes the shared genpd-v6.5-rc1-1 tag from Ulf Hansson, which movesthe powerdomain drivers into a new genpd subsystem.* tag 'v6.6-rockchip-drivers1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip: soc: rockchip: grf: Fix SDMMC not working on RK3588 with bus-width > 1 genpd: rockchip: Add PD_VO entry for rv1126Link: https://lore.kernel.org/r/40318909.XM6RcZxFsP@philSigned-off-by: Arnd Bergmann <arnd@arndb.de>
soc: qcom: aoss: Tidy up qmp_send() callersWith qmp_send() handling variable length messages and string formattinghe callers of qmp_send() can be cleaned up to not care about thesethings.Drop t
soc: qcom: aoss: Tidy up qmp_send() callersWith qmp_send() handling variable length messages and string formattinghe callers of qmp_send() can be cleaned up to not care about thesethings.Drop the QMP_MSG_LEN sized buffers and use the message formatting, asappropriate.Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com>Link: https://lore.kernel.org/r/20230811205839.727373-5-quic_bjorande@quicinc.comSigned-off-by: Bjorn Andersson <andersson@kernel.org>