mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
Allwinner SoC clk changes for 6.11
This includes a commit shared with the soc tree. This commit adds clock and reset indices to the device tree binding, and thus is needed for both the device tree and driver changes. - Remove unused |struct gates_data| from old sunxi driver library - Add missing MODULE_DESCRIPTION() macros for sunxi-ng drivers - Add GPADC clock and reset for H616 -----BEGIN PGP SIGNATURE----- iQJCBAABCgAsFiEE2nN1m/hhnkhOWjtHOJpUIZwPJDAFAmaC6tgOHHdlbnNAY3Np ZS5vcmcACgkQOJpUIZwPJDC+XRAA2+b8B1+yK6Px1zY1TM1MJKQ8OpjqjsO4WThz F6zCxEC0/5DH4N+/pY6duQ/2eHf5qUSU1iwyLm7F7fc6WqnfmFeyLrj89A/GBYJ+ peAnmSPVMK7axgqwTVLWC25iKPkS7xdD8ResD/ACOV1cX30YfAjrifcG6XJ9y0pb det10vX5J7wfKzPhaMhd0FV7FrHA7JN0moM5oA5IvtgroVIAJ4Diiu1JZgVECfTr g/DuB+djE+euMjpWV+vpB5KEh7XpTT0/3YnMeyNxwgadj7HuXYRbcFU/JJr72kdp nYSdD3VpmtvjKK3cp8eUVQPZc6EFu/KkYOWIvoFLXj9XDDMz1KgoUpLx4iCkkKnL DS1tYLuXL8Alcp3ZK7oFHWco3Na7F2moVatcq3pKA0QPxk9mgUcioAzl4Q3z3f2R jvRN8jz7KZ5J25w1Z8y+7oVk6qcXuhT5J6f8fXXFbJFabC2evYusFEgvAPYkgTlt 0PagGWlnt5KSjbjtX5ndXVBOaeyZ0mzdu/AyuxvZ+sFLp2hc6oYqHs04OhtKVQ5j l3DYOfmQjYuxDBinmsyXfxQrK775eppL746BVyD9fNv6J+CvpiembzWas6c9mX5W RWw9gylv3ZnP1pZuxeMvsBHdXMIbONLAb6S3H6ZdgBh1YKXP32c4DthNw1o2JjXx mjjQc2w= =t86C -----END PGP SIGNATURE----- Merge tag 'sunxi-clk-for-6.11' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into clk-allwinner Pull Allwinner SoC clk driver updates from Chen-Yu Tsai: - Remove unused 'struct gates_data' from old sunxi driver library - Add missing MODULE_DESCRIPTION() macros for sunxi-ng drivers - Add GPADC clock and reset for H616 * tag 'sunxi-clk-for-6.11' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux: clk: sunxi-ng: h616: Add clock/reset for GPADC dt-bindings: clock: sun50i-h616-ccu: Add GPADC clocks clk: sunxi: Remove unused struct 'gates_data' clk: sunxi-ng: add missing MODULE_DESCRIPTION() macros
This commit is contained in:
commit
c181b16fcb
@ -138,4 +138,5 @@ static struct platform_driver sun20i_d1_r_ccu_driver = {
|
||||
module_platform_driver(sun20i_d1_r_ccu_driver);
|
||||
|
||||
MODULE_IMPORT_NS(SUNXI_CCU);
|
||||
MODULE_DESCRIPTION("Support for the Allwinner D1/R528/T113 PRCM CCU");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -1407,4 +1407,5 @@ static struct platform_driver sun20i_d1_ccu_driver = {
|
||||
module_platform_driver(sun20i_d1_ccu_driver);
|
||||
|
||||
MODULE_IMPORT_NS(SUNXI_CCU);
|
||||
MODULE_DESCRIPTION("Support for the Allwinner D1/R528/T113 CCU");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -1494,4 +1494,5 @@ static struct platform_driver sun4i_a10_ccu_driver = {
|
||||
module_platform_driver(sun4i_a10_ccu_driver);
|
||||
|
||||
MODULE_IMPORT_NS(SUNXI_CCU);
|
||||
MODULE_DESCRIPTION("Support for the Allwinner A10/A20 CCU");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -215,4 +215,5 @@ static struct platform_driver sun50i_a100_r_ccu_driver = {
|
||||
module_platform_driver(sun50i_a100_r_ccu_driver);
|
||||
|
||||
MODULE_IMPORT_NS(SUNXI_CCU);
|
||||
MODULE_DESCRIPTION("Support for the Allwinner A100 PRCM CCU");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -1277,4 +1277,5 @@ static struct platform_driver sun50i_a100_ccu_driver = {
|
||||
module_platform_driver(sun50i_a100_ccu_driver);
|
||||
|
||||
MODULE_IMPORT_NS(SUNXI_CCU);
|
||||
MODULE_DESCRIPTION("Support for the Allwinner A100 CCU");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -995,4 +995,5 @@ static struct platform_driver sun50i_a64_ccu_driver = {
|
||||
module_platform_driver(sun50i_a64_ccu_driver);
|
||||
|
||||
MODULE_IMPORT_NS(SUNXI_CCU);
|
||||
MODULE_DESCRIPTION("Support for the Allwinner A64 CCU");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -257,4 +257,5 @@ static struct platform_driver sun50i_h6_r_ccu_driver = {
|
||||
module_platform_driver(sun50i_h6_r_ccu_driver);
|
||||
|
||||
MODULE_IMPORT_NS(SUNXI_CCU);
|
||||
MODULE_DESCRIPTION("Support for the Allwinner H6 and H616 PRCM CCU");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -1287,4 +1287,5 @@ static struct platform_driver sun50i_h6_ccu_driver = {
|
||||
module_platform_driver(sun50i_h6_ccu_driver);
|
||||
|
||||
MODULE_IMPORT_NS(SUNXI_CCU);
|
||||
MODULE_DESCRIPTION("Support for the Allwinner H6 CCU");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -489,6 +489,8 @@ static SUNXI_CCU_MP_WITH_MUX_GATE(ts_clk, "ts", ts_parents, 0x9b0,
|
||||
|
||||
static SUNXI_CCU_GATE(bus_ts_clk, "bus-ts", "ahb3", 0x9bc, BIT(0), 0);
|
||||
|
||||
static SUNXI_CCU_GATE(bus_gpadc_clk, "bus-gpadc", "apb1", 0x9ec, BIT(0), 0);
|
||||
|
||||
static SUNXI_CCU_GATE(bus_ths_clk, "bus-ths", "apb1", 0x9fc, BIT(0), 0);
|
||||
|
||||
static const char * const audio_parents[] = { "pll-audio-1x", "pll-audio-2x",
|
||||
@ -807,6 +809,7 @@ static struct ccu_common *sun50i_h616_ccu_clks[] = {
|
||||
&bus_emac1_clk.common,
|
||||
&ts_clk.common,
|
||||
&bus_ts_clk.common,
|
||||
&bus_gpadc_clk.common,
|
||||
&bus_ths_clk.common,
|
||||
&spdif_clk.common,
|
||||
&bus_spdif_clk.common,
|
||||
@ -940,6 +943,7 @@ static struct clk_hw_onecell_data sun50i_h616_hw_clks = {
|
||||
[CLK_BUS_EMAC1] = &bus_emac1_clk.common.hw,
|
||||
[CLK_TS] = &ts_clk.common.hw,
|
||||
[CLK_BUS_TS] = &bus_ts_clk.common.hw,
|
||||
[CLK_BUS_GPADC] = &bus_gpadc_clk.common.hw,
|
||||
[CLK_BUS_THS] = &bus_ths_clk.common.hw,
|
||||
[CLK_SPDIF] = &spdif_clk.common.hw,
|
||||
[CLK_BUS_SPDIF] = &bus_spdif_clk.common.hw,
|
||||
@ -1021,6 +1025,7 @@ static struct ccu_reset_map sun50i_h616_ccu_resets[] = {
|
||||
[RST_BUS_EMAC0] = { 0x97c, BIT(16) },
|
||||
[RST_BUS_EMAC1] = { 0x97c, BIT(17) },
|
||||
[RST_BUS_TS] = { 0x9bc, BIT(16) },
|
||||
[RST_BUS_GPADC] = { 0x9ec, BIT(16) },
|
||||
[RST_BUS_THS] = { 0x9fc, BIT(16) },
|
||||
[RST_BUS_SPDIF] = { 0xa2c, BIT(16) },
|
||||
[RST_BUS_DMIC] = { 0xa4c, BIT(16) },
|
||||
@ -1167,4 +1172,5 @@ static struct platform_driver sun50i_h616_ccu_driver = {
|
||||
module_platform_driver(sun50i_h616_ccu_driver);
|
||||
|
||||
MODULE_IMPORT_NS(SUNXI_CCU);
|
||||
MODULE_DESCRIPTION("Support for the Allwinner H616 CCU");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -51,6 +51,6 @@
|
||||
|
||||
#define CLK_BUS_DRAM 56
|
||||
|
||||
#define CLK_NUMBER (CLK_PLL_SYSTEM_32K + 1)
|
||||
#define CLK_NUMBER (CLK_BUS_GPADC + 1)
|
||||
|
||||
#endif /* _CCU_SUN50I_H616_H_ */
|
||||
|
@ -1284,4 +1284,5 @@ static struct platform_driver sun6i_a31_ccu_driver = {
|
||||
module_platform_driver(sun6i_a31_ccu_driver);
|
||||
|
||||
MODULE_IMPORT_NS(SUNXI_CCU);
|
||||
MODULE_DESCRIPTION("Support for the Allwinner A31/A31s CCU");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -382,4 +382,5 @@ int sun6i_rtc_ccu_probe(struct device *dev, void __iomem *reg)
|
||||
}
|
||||
|
||||
MODULE_IMPORT_NS(SUNXI_CCU);
|
||||
MODULE_DESCRIPTION("Support for the Allwinner H616/R329 RTC CCU");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -764,4 +764,5 @@ static struct platform_driver sun8i_a23_ccu_driver = {
|
||||
module_platform_driver(sun8i_a23_ccu_driver);
|
||||
|
||||
MODULE_IMPORT_NS(SUNXI_CCU);
|
||||
MODULE_DESCRIPTION("Support for the Allwinner A23 CCU");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -836,4 +836,5 @@ static struct platform_driver sun8i_a33_ccu_driver = {
|
||||
module_platform_driver(sun8i_a33_ccu_driver);
|
||||
|
||||
MODULE_IMPORT_NS(SUNXI_CCU);
|
||||
MODULE_DESCRIPTION("Support for the Allwinner A33 CCU");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -924,4 +924,5 @@ static struct platform_driver sun8i_a83t_ccu_driver = {
|
||||
module_platform_driver(sun8i_a83t_ccu_driver);
|
||||
|
||||
MODULE_IMPORT_NS(SUNXI_CCU);
|
||||
MODULE_DESCRIPTION("Support for the Allwinner A83T CCU");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -349,4 +349,5 @@ static struct platform_driver sunxi_de2_clk_driver = {
|
||||
module_platform_driver(sunxi_de2_clk_driver);
|
||||
|
||||
MODULE_IMPORT_NS(SUNXI_CCU);
|
||||
MODULE_DESCRIPTION("Support for the Allwinner SoCs DE2 CCU");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -1095,4 +1095,5 @@ static struct platform_driver sun8i_h3_ccu_driver = {
|
||||
module_platform_driver(sun8i_h3_ccu_driver);
|
||||
|
||||
MODULE_IMPORT_NS(SUNXI_CCU);
|
||||
MODULE_DESCRIPTION("Support for the Allwinner H3 CCU");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -275,4 +275,5 @@ static struct platform_driver sun8i_r_ccu_driver = {
|
||||
module_platform_driver(sun8i_r_ccu_driver);
|
||||
|
||||
MODULE_IMPORT_NS(SUNXI_CCU);
|
||||
MODULE_DESCRIPTION("Support for Allwinner SoCs' PRCM CCUs");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -1376,4 +1376,5 @@ static struct platform_driver sun8i_r40_ccu_driver = {
|
||||
module_platform_driver(sun8i_r40_ccu_driver);
|
||||
|
||||
MODULE_IMPORT_NS(SUNXI_CCU);
|
||||
MODULE_DESCRIPTION("Support for the Allwinner R40 CCU");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -781,4 +781,5 @@ static struct platform_driver sun8i_v3s_ccu_driver = {
|
||||
module_platform_driver(sun8i_v3s_ccu_driver);
|
||||
|
||||
MODULE_IMPORT_NS(SUNXI_CCU);
|
||||
MODULE_DESCRIPTION("Support for the Allwinner V3s CCU");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -267,4 +267,5 @@ static struct platform_driver sun9i_a80_de_clk_driver = {
|
||||
module_platform_driver(sun9i_a80_de_clk_driver);
|
||||
|
||||
MODULE_IMPORT_NS(SUNXI_CCU);
|
||||
MODULE_DESCRIPTION("Support for the Allwinner A80 Display Engine CCU");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -139,4 +139,5 @@ static struct platform_driver sun9i_a80_usb_clk_driver = {
|
||||
module_platform_driver(sun9i_a80_usb_clk_driver);
|
||||
|
||||
MODULE_IMPORT_NS(SUNXI_CCU);
|
||||
MODULE_DESCRIPTION("Support for the Allwinner A80 USB CCU");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -1249,4 +1249,5 @@ static struct platform_driver sun9i_a80_ccu_driver = {
|
||||
module_platform_driver(sun9i_a80_ccu_driver);
|
||||
|
||||
MODULE_IMPORT_NS(SUNXI_CCU);
|
||||
MODULE_DESCRIPTION("Support for the Allwinner A80 CCU");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -578,4 +578,5 @@ static struct platform_driver suniv_f1c100s_ccu_driver = {
|
||||
module_platform_driver(suniv_f1c100s_ccu_driver);
|
||||
|
||||
MODULE_IMPORT_NS(SUNXI_CCU);
|
||||
MODULE_DESCRIPTION("Support for the Allwinner newer F1C100s CCU");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -247,4 +247,5 @@ void of_sunxi_ccu_probe(struct device_node *node, void __iomem *reg,
|
||||
}
|
||||
}
|
||||
|
||||
MODULE_DESCRIPTION("Common clock support for Allwinner SoCs");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -852,17 +852,6 @@ CLK_OF_DECLARE(sun8i_axi, "allwinner,sun8i-a23-axi-clk",
|
||||
sun8i_axi_clk_setup);
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* sunxi_gates_clk_setup() - Setup function for leaf gates on clocks
|
||||
*/
|
||||
|
||||
#define SUNXI_GATES_MAX_SIZE 64
|
||||
|
||||
struct gates_data {
|
||||
DECLARE_BITMAP(mask, SUNXI_GATES_MAX_SIZE);
|
||||
};
|
||||
|
||||
/*
|
||||
* sunxi_divs_clk_setup() helper data
|
||||
*/
|
||||
|
@ -112,5 +112,6 @@
|
||||
#define CLK_HDCP 126
|
||||
#define CLK_BUS_HDCP 127
|
||||
#define CLK_PLL_SYSTEM_32K 128
|
||||
#define CLK_BUS_GPADC 129
|
||||
|
||||
#endif /* _DT_BINDINGS_CLK_SUN50I_H616_H_ */
|
||||
|
@ -66,5 +66,6 @@
|
||||
#define RST_BUS_TVE0 57
|
||||
#define RST_BUS_HDCP 58
|
||||
#define RST_BUS_KEYADC 59
|
||||
#define RST_BUS_GPADC 60
|
||||
|
||||
#endif /* _DT_BINDINGS_RESET_SUN50I_H616_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user