aboutsummaryrefslogtreecommitdiff
path: root/drivers/reset
AgeCommit message (Expand)AuthorFilesLines
2024-03-24reset: imx: Add support for i.MX8MP reset controllerSumit Garg1-0/+101
2024-03-24reset: imx: Refactor driver to simplify function namesSumit Garg1-21/+21
2024-01-24reset: reset-hisilicon: also handle #reset-cells = <2>Yang Xiwen1-2/+13
2024-01-16reset: npcm: Add support for Nuvoton NPCM BMC familyJim Liu3-0/+153
2024-01-16clk/qcom: handle resets and clocks in one deviceKonrad Dybcio3-203/+0
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon2-2/+2
2023-10-16Merge tag 'u-boot-amlogic-20231015' of https://source.denx.de/u-boot/custodia...Tom Rini1-6/+36
2023-10-13scmi: refactor the code to hide a channel from devicesAKASHI Takahiro1-16/+3
2023-10-12reset: add support for Amlogic A1 familyAlexey Romanov1-6/+36
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2023-08-03reset: mediatek: check malloc return valaue before useWeijie Gao1-0/+3
2023-07-20core: read: fix dev_read_addr_size()John Keeping1-1/+1
2023-05-17reset: rockchip: implement rk3588 lookup tableEugen Hristev3-12/+890
2023-05-09reset: reset-rockchip: fix trivial line spacing alignmentEugen Hristev1-2/+2
2023-04-20reset: starfive: jh7110: Add reset driver for StarFive JH7110 SoCYanhong Wang3-0/+175
2023-02-22reset: uniphier: Add USB glue reset supportKunihiko Hayashi1-1/+77
2023-02-12reset: Allow reset_get_by_name() with NULL nameSamuel Holland1-5/+7
2023-01-05reset: at91: Add reset driver for basic assert/deassert operationsSergiu Moga3-0/+150
2022-09-26reset: zynqmp: Enable reset driver for Versal NETJay Buddhabhatti1-0/+1
2022-08-26reset: qcom: Add support for QCS404 SoC reset tableSumit Garg1-0/+30
2022-08-26reset: Convert ipq4019 driver to a generic Qcom driverSumit Garg3-27/+30
2022-07-26reset: zynqmp: Add reset driver support for versalT Karthik Reddy2-6/+10
2022-07-18reset: sunxi: Reuse the platform data from the clock driverSamuel Holland1-40/+3
2022-07-18reset: sunxi: Convert driver private data to platform dataSamuel Holland1-18/+18
2022-07-18reset: sunxi: Get the reset count from the CCU descriptorSamuel Holland1-4/+2
2022-07-06reset/aspeed: Implement status callbackJoel Stanley2-0/+36
2022-06-23reset: scmi: support SCMI multi-channelEtienne Carriere1-3/+22
2022-06-23firmware: scmi: prepare scmi uclass API to multi-channelEtienne Carriere1-2/+2
2022-05-05reset: Return 0 if ops unimplemented and remove empty functionsMarek Vasut25-302/+6
2022-03-02scmi: change parameter dev in devm_scmi_process_msgEtienne Carriere1-2/+2
2022-02-08reset: dra7: Add a reset driverKeerthy3-0/+104
2022-01-13treewide: invaild -> invalidSean Anderson1-1/+1
2021-11-23reset: scmi: define LOG_CATEGORYPatrick Delaunay1-0/+3
2021-10-11clk: sunxi: Move header out of arch directorySamuel Holland1-1/+1
2021-09-30WS cleanup: remove trailing white spaceWolfgang Denk1-5/+5
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk1-1/+0
2021-08-06reset: zynqmp: Add reset controller for ZynqMP SoCMichal Simek3-0/+110
2021-07-24reset: ast2600: Fix missing reference operatorChia-Wei Wang1-4/+4
2021-07-15reset: Avoid a warning in devm_reset_bulk_get_by_node()Simon Glass1-0/+2
2021-07-14reset: uniphier: Add PCIe reset entryKunihiko Hayashi1-0/+3
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-05-31board: sifive: add HiFive Unmatched board supportGreen Wan1-1/+1
2021-05-31drivers: clk: add fu740 supportGreen Wan1-1/+1
2021-05-28reset: stm32: Fix bank and offset computationPatrice Chotard1-4/+4
2021-04-27reset: fix reset_get_by_index_nodev index handlingNeil Armstrong1-1/+1
2021-04-08riscv: sifive: Rename fu540 board to unleashedBin Meng1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-24reset: reset-mtmips: add DM_FLAG_PRE_RELOC flagWeijie Gao1-0/+1
2021-01-18reset: aspeed: Add AST2600 reset supportChia-Wei, Wang3-0/+118
2021-01-13reset: stm32-reset: migrate trace to dev and log macroPatrick Delaunay1-4/+9