From: Stephen Boyd Date: Tue, 25 Jun 2019 00:52:29 +0000 (-0700) Subject: Merge tag 'keystone-clk-for-5.3-v2' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Tag: v5.4-rc1~535^2~4^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0af69227ed9fc4ac62f8542e52aba98fc2c7945b;p=platform%2Fkernel%2Flinux-rpi.git Merge tag 'keystone-clk-for-5.3-v2' of git://git./linux/kernel/git/kristo/linux into clk-ti Pull TI Keystone clk driver changes from Tero Kristo: - Add support for 32 bit clock IDs for sci-clks, this is needed for the new J721e SoC which has a few devices that have more than 255 clocks associated to them. - Clock probing done from DT by default instead of firmware side. Scanning clocks from DT is much faster than firmware, and also we can omit unnecessary clocks which saves even more time. This has been done in the interest of saving boot time. - Remove the device tree node path from the registered sci-clk names. This mainly makes the debugfs interface more readable. - Also contains a single drivers/firmware change which needs to go in via this pull-request; to support the 32bit clock IDs. * tag 'keystone-clk-for-5.3-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kristo/linux: firmware: ti_sci: extend clock identifiers from u8 to u32 clk: keystone: sci-clk: extend clock IDs to 32 bits clk: keystone: sci-clk: probe clocks from DT instead of firmware clk: keystone: sci-clk: split out the fw clock parsing to own function clk: keystone: sci-clk: cut down the clock name length --- 0af69227ed9fc4ac62f8542e52aba98fc2c7945b