aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/amlogic (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-05soc: amlogic: meson-pwrc: Hold reference returned by of_get_parent()Liang He2-2/+8
2022-06-17soc: amlogic: Fix refcount leak in meson-secure-pwrc.cLiang He1-1/+3
2022-05-25meson-mx-socinfo: Fix refcount leak in meson_mx_socinfo_initMiaoqian Lin1-0/+1
2022-03-07soc: s4: Add support for power domains controllerShunzhou Jiang1-0/+22
2021-09-13soc: amlogic: meson-clk-measure: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-3/+1
2021-09-13soc: amlogic: canvas: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-3/+1
2021-09-13soc: amlogic: meson-gx-socinfo: Add S905Y2 ID for Radxa ZeroChristian Hewitt1-0/+1
2021-07-10Merge tag 'arm-drivers-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-23/+23
2021-05-31soc: amlogic: meson-clk-measure: remove redundant dev_err call in meson_msr_probe()Qiheng Lin1-3/+1
2021-05-28soc: amlogic: meson-ee-pwrc: Rename "get_power" to "is_powered_off"Martin Blumenstingl1-23/+23
2020-11-30soc: amlogic: replace devm_reset_control_array_get()Yejune Deng2-3/+2
2020-11-30soc: amlogic: canvas: add missing put_device() call in meson_canvas_get()Yu Kuai1-1/+3
2020-10-26soc: meson: enable building drivers as modulesKevin Hilman5-8/+20
2020-10-26soc: amlogic: socinfo: build for specific archKevin Hilman1-2/+2
2020-09-24soc: amlogic: pm-domains: use always-on flagKevin Hilman2-4/+4
2020-09-18soc: amlogic: meson-ee-pwrc: add support for the Meson AXG SoCsNeil Armstrong1-0/+26
2020-06-29soc: amlogic: meson-gx-socinfo: Fix S905X3 and S905D3 ID'sChristian Hewitt1-3/+5
2020-05-19soc: amlogic: meson-ee-pwrc: add support for the Meson GX SoCsMartin Blumenstingl1-2/+24
2020-05-19soc: amlogic: meson-ee-pwrc: add support for Meson8/Meson8b/Meson8m2Martin Blumenstingl1-9/+77
2020-02-29soc: amlogic: fix compile failure with MESON_SECURE_PM_DOMAINS & !MESON_SMJianxin Pan1-1/+1
2020-02-14soc: amlogic: Add support for Secure power domains controllerJianxin Pan3-0/+218
2019-12-09soc: amlogic: meson-ee-pwrc: propagate errors from pm_genpd_init()Martin Blumenstingl1-6/+14
2019-12-09soc: amlogic: meson-ee-pwrc: propagate PD provider registration errorsMartin Blumenstingl1-3/+1
2019-11-06soc: amlogic: meson-gx-socinfo: Fix S905D3 ID for VIM3LChristian Hewitt1-1/+1
2019-10-07soc: amlogic: meson-gx-socinfo: Add S905X3 ID for VIM3LChristian Hewitt1-0/+1
2019-10-07soc: amlogic: meson-gx-socinfo: Add A1 and A113L IDsJianxin Pan1-0/+2
2019-08-28soc: amlogic: Add support for Everything-Else power domains controllerNeil Armstrong3-0/+504
2019-08-20soc: amlogic: meson-gx-socinfo: Add of_node_put() before returnNishka Dasgupta1-1/+3
2019-08-20soc: amlogic: clk-measure: Add support for SM1Neil Armstrong1-0/+134
2019-08-20soc: amlogic: meson-gx-socinfo: Add SM1 and S905X3 IDsNeil Armstrong1-0/+2
2019-08-05soc: amlogic: meson-gx-socinfo: add A311D idChristian Hewitt1-0/+1
2019-08-05soc: amlogic: meson-clk-measure: add G12B second cluster cpu clkNeil Armstrong1-0/+2
2019-08-05soc: amlogic: meson-clk-measure: protect measure with a mutexNeil Armstrong1-1/+11
2019-06-25Merge tag 'amlogic-drivers' of https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into arm/driversOlof Johansson1-1/+13
2019-05-22soc: amlogic: canvas: add support for Meson8, Meson8b and Meson8m2Martin Blumenstingl1-1/+13
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-16soc: amlogic: meson-gx-pwrc-vpu: Add support for G12ANeil Armstrong1-12/+140
2019-04-16soc: amlogic: meson-gx-pwrc-vpu: Fix power on/off register bitmaskNeil Armstrong1-4/+4
2019-03-18meson-gx-socinfo: add missing of_node_put after of_device_is_availableJulia Lawall1-1/+3
2019-03-18soc: amlogic: gx-socinfo: Add new SoC IDs and Packages IDsNeil Armstrong1-0/+7
2019-03-18soc: amlogic: gx-socinfo: Add mask for each SoC packagesNeil Armstrong1-15/+17
2019-02-07soc: amlogic: clk-measure: add axg and g12a supportJerome Brunet1-0/+196
2019-02-07soc: amlogic: canvas: Fix meson_canvas_get when probe failedNeil Armstrong1-1/+12
2019-02-06soc: amlogic: add missing of_node_put()wen yang1-1/+4
2018-12-10soc: amlogic: meson-clk-measure: Add missing REGMAP_MMIO dependencyCorentin Labbe1-0/+1
2018-11-28soc: amlogic: Add Meson Clock Measure driverNeil Armstrong3-0/+359
2018-09-12soc: amlogic: add meson-canvas driverMaxime Jourdan3-0/+193
2018-03-19amlogic: meson-gx-socinfo: Update soc idsNeil Armstrong1-0/+10
2018-02-12meson-gx-socinfo: make local function meson_gx_socinfo_init staticweiyongjun (A)1-1/+1
2018-02-12meson-mx-socinfo: Make local function meson_mx_socinfo_init() staticweiyongjun (A)1-1/+1