summaryrefslogtreecommitdiffstats
path: root/drivers/reset
Commit message (Expand)AuthorAgeFilesLines
* firmware: arm_scmi: sync with Linux v6.6Ahmad Fatoum2023-12-051-1/+1
* treewide: switch regmap.h include to linux/regmap.hAhmad Fatoum2023-10-261-1/+1
* treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-134-0/+4
* reset: Implement reset array supportSascha Hauer2023-05-231-0/+127
* Rename struct driver_d to driverSascha Hauer2023-01-104-4/+4
* Rename struct device_d to deviceSascha Hauer2023-01-106-12/+12
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-106-11/+12
* reset: core: support deep probe with resets registered in CLK_OF_DECLAREAhmad Fatoum2023-01-091-3/+2
* reset: starfive: add dependency on CONFIG_COMMON_CLKAhmad Fatoum2022-08-171-0/+1
* reset: implement reset_control_get_count()Ahmad Fatoum2022-08-081-5/+5
* reset: Fix of_reset_control_get() for consistent return valuesAhmad Fatoum2022-08-081-1/+4
* reset: add support for reset_control_statusAhmad Fatoum2022-03-082-1/+23
* reset: add SCMI supportAhmad Fatoum2022-02-233-0/+142
* reset: move stm32 reset code to drivers/power/resetAhmad Fatoum2022-02-233-185/+0
* reset: stm32: drop stm32mp1_reset_ops indirectionAhmad Fatoum2022-02-231-60/+37
* reset: stm32: drop STM32 MCU support in favor of simple reset driverAhmad Fatoum2022-01-312-15/+2
* reset: add simple reset controller supportAhmad Fatoum2022-01-313-0/+207
* drivers: migrate "GPL-2.0+" license identifiers to SPDX 2.0Roland Hieber2021-11-221-1/+1
* drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-224-4/+4
* Merge branch 'for-next/spdx'Sascha Hauer2021-11-155-19/+6
|\
| * drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-015-19/+6
* | reset: socfpga: error out on failure to request memoryAhmad Fatoum2021-11-011-2/+3
|/
* Merge branch 'for-next/riscv'Sascha Hauer2021-07-184-10/+309
|\
| * reset: add device_reset_all helperAhmad Fatoum2021-06-241-10/+68
| * reset: add StarFive reset controller driverAhmad Fatoum2021-06-243-0/+241
* | Merge branch 'for-next/misc'Sascha Hauer2021-07-181-2/+2
|\ \
| * | reset: stm32: remove implicit sizeof(long) == 4 expectationAhmad Fatoum2021-06-241-2/+2
| |/
* | Merge branch 'for-next/firmware'Sascha Hauer2021-07-181-1/+1
|\ \
| * | reset: add of_reset_control_get to headerSteffen Trumtrar2021-06-211-1/+1
| |/
* / common: add initial barebox deep-probe supportMarco Felsch2021-06-251-0/+4
|/
* Merge branch 'for-next/driver-macro' into masterSascha Hauer2020-10-142-10/+2
|\
| * treewide: Use driver macroSascha Hauer2020-09-292-10/+2
* | reset: remove dead initializationAhmad Fatoum2020-10-021-1/+1
|/
* ARM: stm32mp: depend on ARCH_STM32MP for SoC driversAhmad Fatoum2020-07-141-0/+1
* reset: fix typo in Kconfig defaultAhmad Fatoum2020-04-291-1/+1
* reset: remove duplicate imx8mq-reset.h and use correct definesLucas Stach2020-03-231-6/+6
* reset: stm32: migrate restart reason and handler from stm32_iwdgAhmad Fatoum2020-02-191-4/+113
* reset: add reset controller driver for STM32 RCCAhmad Fatoum2019-07-153-0/+115
* reset: imx7: Add support for i.MX8MQ IP block variantAndrey Smirnov2019-02-111-0/+122
* reset: imx7: Add plubming to support multiple IP variantsAndrey Smirnov2019-02-111-14/+36
* reset: Constify "ops" in struct reset_controller_devAndrey Smirnov2019-02-111-1/+1
* reset: Mark local functions as staticAndrey Smirnov2019-01-181-4/+4
* reset: Add i.MX7 SRC reset driverAndrey Smirnov2019-01-183-0/+163
* reset: socfpga: add missing driver nameSteffen Trumtrar2018-08-081-0/+1
* reset: reset-socfpga: sync driver with linuxSteffen Trumtrar2018-01-111-10/+10
* reset: import socfpga-reset driver from linuxSteffen Trumtrar2016-10-182-0/+125
* reset: fix non GPIO resetLucas Stach2016-01-111-0/+1
* reset: Add gpio reset supportSascha Hauer2015-11-231-1/+79
* reset: Allow dummy reset linesSascha Hauer2015-11-231-3/+20
* reset: add reset controller frameworkLucas Stach2014-05-153-0/+250