UPSTREAM: wait_bit: use wait_for_bit_le32 and remove wait_for_bitwait_for_bit callers use the 32 bit LE versionSigned-off-by: Álvaro Fernández Rojas <noltari@gmail.com>Reviewed-by: Daniel Schwie
UPSTREAM: wait_bit: use wait_for_bit_le32 and remove wait_for_bitwait_for_bit callers use the 32 bit LE versionSigned-off-by: Álvaro Fernández Rojas <noltari@gmail.com>Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>Reviewed-by: Jagan Teki <jagan@openedev.com>Change-Id: I638846de7db29711fb7c778cc8304b507de057feSigned-off-by: Jon Lin <jon.lin@rock-chips.com>(cherry picked from commit 48263504c8d501678acaa90c075f3f7cda17c316)Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
show more ...
clk: rmobile: Split R8A7795 and R8A7796 core clock tablesThe R8A7795 and R8A7796 tables use different constants to identifyclock in DT, so split the tables and use the correct constants onR8A7795
clk: rmobile: Split R8A7795 and R8A7796 core clock tablesThe R8A7795 and R8A7796 tables use different constants to identifyclock in DT, so split the tables and use the correct constants onR8A7795. This fixes UART clock misconfiguration on R8A7795.Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
clk: rmobile: Add RCar Gen3 clock driverAdd clock driver for the RCar Gen3 R8A7795 and R8A7796 SoCs .This driver allows reading out the clock configuration set byprevious boot stages and enabling
clk: rmobile: Add RCar Gen3 clock driverAdd clock driver for the RCar Gen3 R8A7795 and R8A7796 SoCs .This driver allows reading out the clock configuration set byprevious boot stages and enabling and disabling clock usingthe MSTP registers. Setting clock is not supported thus far.Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>