summaryrefslogtreecommitdiffstats
path: root/drivers/soc/amlogic
AgeCommit message (Expand)AuthorLines
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+0
2023-03-29soc: amlogic: meson-gx-socinfo: use new soc_device_register functionality to ...Heiner Kallweit-5/+0
2023-03-27soc: amlogic: meson-pwrc: Use dev_err_probe()Ye Xingchen-5/+3
2023-01-02soc: amlogic: meson-pwrc: Add NNA power domain for A311DTomeu Vizoso-0/+17
2022-09-05soc: amlogic: meson-pwrc: Hold reference returned by of_get_parent()Liang He-2/+8
2022-06-17soc: amlogic: Fix refcount leak in meson-secure-pwrc.cLiang He-1/+3
2022-05-25meson-mx-socinfo: Fix refcount leak in meson_mx_socinfo_initMiaoqian Lin-0/+1
2022-03-07soc: s4: Add support for power domains controllerShunzhou Jiang-0/+22
2021-09-13soc: amlogic: meson-clk-measure: Make use of the helper function devm_platfor...Cai Huoqing-3/+1
2021-09-13soc: amlogic: canvas: Make use of the helper function devm_platform_ioremap_r...Cai Huoqing-3/+1
2021-09-13soc: amlogic: meson-gx-socinfo: Add S905Y2 ID for Radxa ZeroChristian Hewitt-0/+1
2021-07-10Merge tag 'arm-drivers-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-23/+23
2021-05-31soc: amlogic: meson-clk-measure: remove redundant dev_err call in meson_msr_p...Qiheng Lin-3/+1
2021-05-28soc: amlogic: meson-ee-pwrc: Rename "get_power" to "is_powered_off"Martin Blumenstingl-23/+23
2020-11-30soc: amlogic: replace devm_reset_control_array_get()Yejune Deng-3/+2
2020-11-30soc: amlogic: canvas: add missing put_device() call in meson_canvas_get()Yu Kuai-1/+3
2020-10-26soc: meson: enable building drivers as modulesKevin Hilman-8/+20
2020-10-26soc: amlogic: socinfo: build for specific archKevin Hilman-2/+2
2020-09-24soc: amlogic: pm-domains: use always-on flagKevin Hilman-4/+4
2020-09-18soc: amlogic: meson-ee-pwrc: add support for the Meson AXG SoCsNeil Armstrong-0/+26
2020-06-29soc: amlogic: meson-gx-socinfo: Fix S905X3 and S905D3 ID'sChristian Hewitt-3/+5
2020-05-19soc: amlogic: meson-ee-pwrc: add support for the Meson GX SoCsMartin Blumenstingl-2/+24
2020-05-19soc: amlogic: meson-ee-pwrc: add support for Meson8/Meson8b/Meson8m2Martin Blumenstingl-9/+77
2020-02-29soc: amlogic: fix compile failure with MESON_SECURE_PM_DOMAINS & !MESON_SMJianxin Pan-1/+1
2020-02-14soc: amlogic: Add support for Secure power domains controllerJianxin Pan-0/+218
2019-12-09soc: amlogic: meson-ee-pwrc: propagate errors from pm_genpd_init()Martin Blumenstingl-6/+14
2019-12-09soc: amlogic: meson-ee-pwrc: propagate PD provider registration errorsMartin Blumenstingl-3/+1
2019-11-06soc: amlogic: meson-gx-socinfo: Fix S905D3 ID for VIM3LChristian Hewitt-1/+1
2019-10-07soc: amlogic: meson-gx-socinfo: Add S905X3 ID for VIM3LChristian Hewitt-0/+1
2019-10-07soc: amlogic: meson-gx-socinfo: Add A1 and A113L IDsJianxin Pan-0/+2
2019-08-28soc: amlogic: Add support for Everything-Else power domains controllerNeil Armstrong-0/+504
2019-08-20soc: amlogic: meson-gx-socinfo: Add of_node_put() before returnNishka Dasgupta-1/+3
2019-08-20soc: amlogic: clk-measure: Add support for SM1Neil Armstrong-0/+134
2019-08-20soc: amlogic: meson-gx-socinfo: Add SM1 and S905X3 IDsNeil Armstrong-0/+2
2019-08-05soc: amlogic: meson-gx-socinfo: add A311D idChristian Hewitt-0/+1
2019-08-05soc: amlogic: meson-clk-measure: add G12B second cluster cpu clkNeil Armstrong-0/+2
2019-08-05soc: amlogic: meson-clk-measure: protect measure with a mutexNeil Armstrong-1/+11
2019-06-25Merge tag 'amlogic-drivers' of https://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson-1/+13
2019-05-22soc: amlogic: canvas: add support for Meson8, Meson8b and Meson8m2Martin Blumenstingl-1/+13
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-04-16soc: amlogic: meson-gx-pwrc-vpu: Add support for G12ANeil Armstrong-12/+140
2019-04-16soc: amlogic: meson-gx-pwrc-vpu: Fix power on/off register bitmaskNeil Armstrong-4/+4
2019-03-18meson-gx-socinfo: add missing of_node_put after of_device_is_availableJulia Lawall-1/+3
2019-03-18soc: amlogic: gx-socinfo: Add new SoC IDs and Packages IDsNeil Armstrong-0/+7
2019-03-18soc: amlogic: gx-socinfo: Add mask for each SoC packagesNeil Armstrong-15/+17
2019-02-07soc: amlogic: clk-measure: add axg and g12a supportJerome Brunet-0/+196
2019-02-07soc: amlogic: canvas: Fix meson_canvas_get when probe failedNeil Armstrong-1/+12
2019-02-06soc: amlogic: add missing of_node_put()wen yang-1/+4
2018-12-10soc: amlogic: meson-clk-measure: Add missing REGMAP_MMIO dependencyCorentin Labbe-0/+1
2018-11-28soc: amlogic: Add Meson Clock Measure driverNeil Armstrong-0/+359